Finally, an unpopular opinion I can disagree with
Software developer and self-hosting enthusiast
Finally, an unpopular opinion I can disagree with
Oh cool. I thought the API changes broke it
libreddit is dead though…
Those aren’t really netbooks though. But I guess the term now just stands for 11.6" laptop.
Do netbooks still exist? I can’t seem to find them for sale anymore.
I was going to suggest something like Kaboom.js for simple game development, but their site is currently down…
Very few AAA titles are made with Unity. Many are made with Unreal. I guess Unity never really made it into that market.
Kinda expensive vps for a single person instance, is it not?
Or you could consider using Caddy instead: https://caddyserver.com/docs/quick-starts/reverse-proxy
I do the same, and eventually I started using Obsidian on top, but you can always switch to something else that opens markdown (vim!)
Never used digg. I went directly from Slashdot to Reddit.
The main reason I’ve heard is that chromium is far easier to embed than Gecko. Gecko isn’t something you embed like a library. It’s something you build upon. Detaching Gecko from Firefox UI (or Thunderbird for that matter) is supposedly really hard.
Another +1 for Nigara. Been using it for 1.5 years now. Never going back to regular home screens again.
I backup using a simple rsync script to a Hetzner storage box.
If you know your way around a terminal, it takes less than 10 minutes to install using the Ansible approach.
Same, but my cards go with my phone
Second the Brother MFC. We’re really happy with ours. Before that we had a HP LaserJet which actually was that bad either. I guess just avoid the cheap inkjet machines.
My work laptop runs Ubuntu, my home PC runs Windows 10. I used Mac OS in my last job. I’m not really picky about it.
The first statement only tells you when B is true. It says nothing about when it is false. The second statement both tells you when B is true (if A) and when it is not (only if A). Therefore, the two statements cannot be equal.