Comment on
JDownloader2 asking for donations to keep it "free of advertising" while showing an ad on the same screen
I wrote a blog post about how to remove the ads and enable dark mode for JDownloder2 here.
Comment on
JDownloader2 asking for donations to keep it "free of advertising" while showing an ad on the same screen
I wrote a blog post about how to remove the ads and enable dark mode for JDownloder2 here.
Comment on
Update on 'Best "convertible" or 2-in-1 device to run Linux on?' (Minisforum V3 first impressions)
Have you tried something like input-remapper to map your volume buttons when the keyboard is detected?
Comment on
Is the Windows Subsystem for Linux worth it?
I am a software developer and am forced to have Windows on my work computer. WSL allows me to have a Linux terminal that I can use directly on my files without needed a VM.
Comment on
Update on 'Best "convertible" or 2-in-1 device to run Linux on?' (Minisforum V3 first impressions)
Reply in thread
Awesome. Great to hear.
Comment on
Third party Reddit apps just got canned.
I'm dropping Reddit completely in a social aspect. I'll definitely be using it for the treasure trove of information it contains.
Comment on
Most Common Country of Birth for Foreign-Born Residents (excluding Mexico), by State.
Looks like Alberta has a leak that's spilling into the USA
Comment on
What is your favourite shell to use
Bash or ZSH. Whatever is default.
Comment on
Nice Unix sticker pack for 1$ with free shipping.
Can't argue with a dollar. This will be my second time buying from them. Great quality.
Comment on
Guess the Episode [Medium]
Stonecutters episode. Homer is told not to call 911 but to call 912 instead as a member.
Comment on
What's on your personal server?
Lenovo ThinkStation P330 Tiny. Debian + Podman systemd quadlets, running these services:
Comment on
Open source ebook reader recommendations?
Comment on
sally snake
Reply in thread
It's a reference to "Angela Anaconda".
Comment on
What are some good sketch comedy shows?
Key and Peele. It's on Pluto.
Comment on
where to buy linux stickers in europe?
Reply in thread
I probably won't buy from them anymore. I'm Canadian, but still.
Comment on
Why is 0.1 + 0.2 returns 0.30000000000000004 in JavaScript?
Comment on
What good thing just happened in your life?
I got a job after an 11 month job search. I only had 2 interviews in that whole time.
Comment on
Best Nextcloud Password Manager?
Vaultwarden
Comment on
Do you selfhost your own blog/website?
I have a Hugo site hosted on GitHub and I use CloudFlare Pages to put it on my custom domain. You don't have to use GitHub to host the repo. Except for the cost of the domain, it's free.
Comment on
What is the most neatest Open Source smartwatch?
I have a PineTime, but I'd have to go with the Bangle.js.
Comment on
An opinion on what's a good general-purpose programming language
I've been liking Go. Reminds me of Python without the risk of filling my Linux install with dependencies.