This comic was posted in 2011 but still holds up today perfectly lol.
- 18 Posts
- 133 Comments
Still gathering up my courage to make the switch. The better security / isolation between apps is a huge feature for me. But porting all of my shitty xorg-specific scripts and hacks will be a pain.
At first I thought that it was a for-fun pet project, which is fair enough, but it has a dedicated website and a discord server… HUH???
So it’s like
make
but without incremental builds? Then how is it functionally different from a folder with a bunch of shell scripts in it?
Didn’t the wannacry payload (yes, that one) actually work through wine? I remember the running joke was “Heh, finally something works in wine”
renzev@lemmy.worldto Technology@lemmy.world•AdNauseam is a uBlock fork that goes further: it actively attacks marketers by auto-clicking every ad before blockingEnglish136·20 days agoYou know this is the good shit because when it first came out a few years back google was running a huge disinformation campaign against it. You’d search for “adnauseum” in google and the first result would be an article from some weird advertising company calling is “insecure” and “malware” without any actual argumentation behind those claims, while no other search engine returned that article (I lost the screenshots, so yall are just gonna have to take my word for it). They also delisted it from the chrome store for not discernible reason. They were afraid.
But nowadays I’m willing to bet that they figured out how to detect adnauseum’s fake clicks and filtering it out. Stuff like that needs a talented development team to keep it up to date.
renzev@lemmy.worldto linuxmemes@lemmy.world•I hate people who only release their App on flatpak1·23 days agoFlatpak is such a cool tool, kind of sad seeing it be mainly used for barely usable bloatware like libadwaita and electron. So much unrealised potential
renzev@lemmy.worldOPto linuxmemes@lemmy.world•Almost as annoying as the windows evangelists1·23 days agocool
renzev@lemmy.worldOPto linuxmemes@lemmy.world•Almost as annoying as the windows evangelists2·25 days agothanks, I’ll take a look.
renzev@lemmy.worldOPto linuxmemes@lemmy.world•Almost as annoying as the windows evangelists2·25 days agoold response dropped
renzev@lemmy.worldto Linux@lemmy.ml•Which Distribution and Desktop Environment should I use?1·25 days agoYeah this is the way. Debian stable has outdated packages, debian testing has broken packages. Ubuntu is difficult for beginners because of snap. Linux mint is the perfect just-works debian-based beginner distro. Same for DE: Gnome is hard to use, KDE is bloated and unstable, and XFCE is too minimalist/diy/quirky for beginner users (you need to add a panel applet in order for the volume keys to work? Huh??). Cinnamon is the perfect middle ground between resource usage and features.
Make sure during installation that you create a 4 GB swap partition too
Or at least as large as your RAM if you want to be able to hibernate.
renzev@lemmy.worldOPto linuxmemes@lemmy.world•Almost as annoying as the windows evangelists32·25 days agolol who tf even uses windows nowadays? The only people I know is my dad who needs it for excel and a friend who dual-boots XP for retro gaming. It’s a legacy OS
renzev@lemmy.worldOPto linuxmemes@lemmy.world•Almost as annoying as the windows evangelists2·25 days agoYou could do it in any shell by replacing
touch
with a function or alias that sends a note to whatever GTK subsystem is responsible for the “recents” tab before making the file. A more comprehensive way would be either using inotify or kernel-level process tracing fuckery, but I’m not smart enough for that
renzev@lemmy.worldto Technology@lemmy.world•Signal downloads spike in the US and Yemen amid government scandal | TechCrunchEnglish4·25 days agoHow well do the signal and whatsapp bridges work? Have you used them yourself? I tried setting up a discord bridge years ago and it was terrible. Is it better now?
renzev@lemmy.worldto Technology@lemmy.world•Signal downloads spike in the US and Yemen amid government scandal | TechCrunchEnglish2·25 days agohmm havent heard of this one yet. Looks promising, gonna try it later. Thanks!
For people seeking an interface similar to signal, I suggest Session. It’s a fork of signal that onion-routes the messages (they have their own onion routing network, not TOR). There are no user IDs stored anywhere, you message people through their public keys. From the user experience side of the coin, it’s a little on the slow side tho.
renzev@lemmy.worldto Technology@lemmy.world•Signal downloads spike in the US and Yemen amid government scandal | TechCrunchEnglish81·25 days agoWhatsapp to messengers is what internet explorer was to browsers lol. Slow, bloated, unfree, universally hated, but still somehow universally used
renzev@lemmy.worldto Technology@lemmy.world•Signal downloads spike in the US and Yemen amid government scandal | TechCrunchEnglish10·25 days agoThere are many things you can complain about when it comes to signal, but overall it’s a huge improvement from unencrypted messengers like discord and definitely a
stepleap in the right direction
renzev@lemmy.worldOPto linuxmemes@lemmy.world•Almost as annoying as the windows evangelists7·25 days agoWould be awesome if there was more software to bridge the gap between CLI and GUI workflows.
trash-cli
anddragon-drop
are pretty useful to that extent, but there is still much that could work better. I want files I’vetouch
ed in bash to appear in the “Recent” section in the GTK filepicker, and stuff like that.
renzev@lemmy.worldOPto linuxmemes@lemmy.world•Almost as annoying as the windows evangelists2·25 days agoYeah apt tends to shit itself very often. I don’t like how it’s actually two different programs (dpkg and apt) glued together with perl and python. It all feels too fragile. A friend once tried updating a package, and it failed because… he was issuing the apt command from with a python virtual environment. Can’t say for pacman because I’ve never used arch, but xbps is just one set of self-contained binaries, which feels much more robust. Alpine’s APK fits that bill as well, lovely little package manager. Tho I guess apt predates both of those, so it’s not a fair comparison. Someone had to make those mistakes for the first time.
I also really dislike the Debian/Ubuntu culture of fucking around with the sources file to add other people’s repositories on top of the distro-default ones (ubuntu calls this PPA). It’s a good idea in theory, but in practice those third party repos always fuck up in some way and brick your package manager. Just search for “apt Failed to fetch” in your favourite internet search engine, and you will see hundreds of people confused about it. You can do it with almost any package manager, but for some reason it’s mainly the debian/ubuntu people who like shooting themselves in the foot like this.
As an X user I support this message.