

No, seriously.


No, seriously.
This is statistically impossible, unless “IT guy” just means “computer nerd” rather than someone who works in an IT role.
Slightly OT, but what do you call people who role play as dragons/reptiles/etc? “Furries” seems inaccurate, but it’s the first term that comes to mind when I see art like this.


GrayJay most of time asks for login because Google indicates it is a bot
Whenever it does that, I just open the Google login page and start clicking links (like the privacy policy, FAQ, reset password, etc) to “prove” that I’m human. That usually works at least for one video, if not more.


Yeah personally I much prefer Freetube’s UI over Grayjay (on desktop at least). For example, the subscription feed has an annoyingly huge list of subscribed channels that takes up like 25% of the screen real-estate, and you can’t hide it. It’s also pointless because there’s another list of your subscriptions on the left side of the screen. It also can’t be launched automatically when opening a YT link with the LibRedirect firefox extension, whereas Freetube can.
But besides design issues like that, Grayjay is much more reliable than Freetube when it comes to bypassing Youtube’s bot protections.


Wow, I thought that was just a weird bug with my system config. It actually started working a couple of weeks ago, but for the longest time I could only launch it by double-clicking it through dolphin lol


I’ll admit I only have a shallow familiarity with VLC, but I’d be surprised if it was capable of doing these things:


You might have run out of memory. Linking in particular can require lots of RAM, and if you run out, the entire machine will freeze.


Wtf kinda thinkpad is that? No nipple, massive bezels, and rounded corners. Are you sure this isn’t some weird Temu counterfeit?
There are a lot of options if you’re experienced with Linux and know how to get things to work/are willing to do research. However, if you are new, then you should definitely play it safe to avoid frustration.
My current laptop is an Asus PX13, which is an awesome value and probably the most powerful machine you can buy at its size. Unfortunately, Asus does not support Linux on its laptops at all, and any support that exists comes from volunteers. I’m very happy with my current setup, but there are some rough edges that come from the lack of official support.
Are you referring to Suckless.org and their Nazi controversy (which was successfully removed from Wikipedia)
I copied those files into my home folder years ago and wiped the partition for good.
It’s usually easier to criticize something than to go through the effort of understanding it. Posts like the OP are an example of that.
… And ironically, your post is doing the same thing here with software packaging:
The biggest conceptual change in packaging has been “waste as much disk as you like duplicating dependencies to avoid conflicting dependencies”,
Nobody is perfect, so it’s important to keep an open mind about things, especially when one don’t understand them, and especially² when one thinks they understand them as it’s always possible to be wrong (unless they don’t care about going through life as an ignorant asshole. Plenty of people thrive like that.)


ez pz:
#!/usr/sbin/nft -f
table inet filter {
chain input {
type filter hook input priority raw; policy accept;
iif "lo" accept
ct state established,related accept
iif "enp1s0" udp dport 51820 accept
iif "enp1s0" drop
}
chain forward {
type filter hook forward priority raw; policy accept;
iif "lo" accept
ct state established,related accept
iif "enp1s0" udp dport 51820 accept
iif "enp1s0" drop
}
chain output {
type filter hook output priority raw; policy accept;
}
}


My new strategy is to block EVERY port except WireGuard. This doesn’t work for things you want to host publicly ofc, like a website, but for most self host stuff I don’t see anything better than that.


<cue X-Files theme song>


If you’re new to Linux, then your probably not familiar with the full Linux community yet. Much like in real life, online Linux spaces tend to have a very loud minority of conservatives who hate progress.
Usually you’ll see them hating on things like systemd, 64bit architectures, containers, new packaging systems (like Flatpak), immutable and experimental distros (like Nix), Wayland, “bloated” desktops like KDE or Gnome, and much more.
And just like in real life, the antidote is to not take another person’s word for it. Do your own homework/try things out yourself and arrive at your own conclusions.


Flatpaks implement deduping, so they actually don’t take that much space when installed.
I habe a PC with an 8gb SSD
I think I found your real problem.


That doesn’t fix anything due to federation. Dog piling discourages people from critical discussion or from asking questions from fear of having the angry mob turn on them too. It leads to shallow and one sided discussions, especially in posts with a lot of participation. The only productive discussions I’ve ever had either on Lemmy or on Reddit have been one-on-one comment threads in small subs/buried posts.
But Lemmy knows what it wants to be, and I’m not saying it should change. It just isn’t really for me.
https://flathub.org/apps/com.discordapp.Discord
Packaging desktop apps via deb (or other system package managers) is obsolete and should be frowned upon.
cue the angry comments from cranky old people