

Not exactly a new book, but All Quiet on the Western Front was a fantastic read. It’s a grotesquely frank depiction of the unfortunate "Have Not"s fighting a meaningless war for the "Have"s in society, set in the german trenches of WW1.


Not exactly a new book, but All Quiet on the Western Front was a fantastic read. It’s a grotesquely frank depiction of the unfortunate "Have Not"s fighting a meaningless war for the "Have"s in society, set in the german trenches of WW1.


Maybe something else going on then, but ive never gotten WOL to work after a blackout when there’s two switches between sender and receiver. After powering up the receiver once, WOL works again


If you’re already using node-red, the Wake On Lan node works well, and with node-red it’s easy to trigger the magic packet based on whatever trigger condition you want.
The only limitation I know is WOL doesn’t work after a power outage, because the switch and RPI doesn’t know where to find the target machine
Thanks for the tips on reusable enterprise cards btw


Zim Desktop Wiki is absolutely excellent
Yay, v15 is LTS


My gut reaction too. But their readme/faq makes a lot of sound points. Also Nextcloud is one of the main contributors, so you know it’s serious. Also Proton and Ionos (which I admit I’d never heard of, but they seem big)


Tldr: don’t let Perfect be the enemy of good
I don’t know about Codebergs policy on the matter, but morally I think there’s nothing wrong with putting open-source mods for closed-source games on Codeberg.
I always use FOSS software whenever possible, even if they’re lacking in some aspects compared to closed-source alternatives, but have no problems with closed source games.
Games are entertainment, not utility. Games have a short lifecycle compared to utility software. Games are often a one-time experience, and when you’ve finished a game it’s done. (Nobody ever “finished” their use of Notepad). Meanwhile developers gotta eat.
There’s also some precedence for open-source projects that can only be fully accessed with closed source software, like open-hardware using Eagle for PCB and schematic design (before KiCAD truly took off), or Fusion360 for CAD ( FreeCAD development is accelerating though)
Good catch, that licence does not look very Libre =\


Well put, thanks for sharing. I submitted many of the same arguments as you, but not as eloquently or thoroughly :)


“Europe is the American tech sector’s biggest market after the United States itself. It all depends on trust. Trust requires dialogue,” Smith said.
Trust has been destroyed from the top. Trust is easy to loose and hard to gain


Yikes, are those required? Looks very rug-shaped, perfect for pulling things. Or not. Who knows?


Yeah it’s a normal model, but BitWarden is a bit special in that their original server-side implementation was enough of a pain to self-host on a small scale that an alternative implementation Vautlwarden was created. And Vaultwarden became very popular in self-hosted circles. And now many years later BitWarden offers a Lite server which scales down. I think it’s a good thing, just a bit unusual. I’m struggling to think of similar examples.
I’m sure Vaultwarden still funnels plenty of enterprise use of BitWarden, since Vaultwarden users still use official BitWarden client.


Forward thinking venture capital funded companies are getting rarer, hence the question on motivation. Especially the last few years many VC Foss companies have squeezed harder the other way (gitea, Terraform, docker). So all kudos to BitWarden for launching Lite.
What you say a about brand dominance, or brand protection makes a lot of sense. It’s not a good look for them that a large number of people choose to use an unofficial implementation instead of theirs. And should there ever be a catastrophic security issue with Vaultwarden, it would still reflect bad on BitWarden as that kind of nuance (like “unofficial server side implementation”) tend to get lost in reporting. Having more IT workers self-host official version probably also helps pave the way for bringing enterprise-bitwarden to companies.
Valve are a bit of a unicorn though, because they are privately owned. There’s no investors demanding ROI the next quarter, which gives them freedom to think long term.
When Microsoft launched windows8 and the Microsoft Store, Valve took that as an existential threat to their whole business model (the Steam store). Valve feared that Microsoft was trying to position itself like Apple on iOS and Google on Android, where there is only one platform store, and all apps are purchased through the platform store, and the platform store takes that sweet sweet 30% cut. So Valve pivoted to ensure the Steam store would not be obsolete, and give customers a reason to still use the Steam store.
And what they achieved is awesome, for Linux, for Valve and for gamers. But it took nearly a decade, which is a level of patience few companies have.


Wonder what’s the reasoning behind offering this Lite version. I don’t imagine competing with Vaultwarden is very lucrative financially.


To be honest I don’t remember why I set up gitea with MySQL instead of sqlite (or MariaDB), its quite a few years ago. And sqlite would probably be fine for my single-user instance


I just did it not long a ago. Gittea -> Forgejo10 -> Forgejo11 LTS, in Docker. Surprisingly quick, painless and smooth.
(My only issue was not Forgejo, but MySQL. Because the hardware is ancient and Docker compose pulled down a new version of mysql8 at the same time as pulling forgejo. New version of mysql8 didnt support my CPU architecture. Easy fix was to change the label mysql8oraclelinux7 in Docker compose and pull that image. There is a issue with solutions in the MySQL Docker GitHub repo)


Can attest that Folder Sync is excellent. I use it all day (in the background) for two-way sync (notes) and backup of photos videos etc
Though a small PSA on setting up:
I once set up a new share on a new phone with two-way sync, and the app decided to sync the (newer) empty directory to the server (i.e. delete everything) instead of pulling the files from the server to the phone.
Easy fix: Restore notes from backup (step 0: have backups in the first place), then do an initial 1-way sync from server to phone, then change the sync job to two-way.


For jpg’s, no they will not get smaller. Maybe even a smidge bigger if you zip them. Usually not enough to make a practical difference.
Zip does generic lossless compression, meaning it can be extracted for a bit-perfect copy of the original. Very simplified it works by finding patterns repeating and replacing a long pattern with a short key, and storing an index to replace the keys with the original pattern on extraction.
Jpg’s use lossy compression, meaning some detail is lost and can never be reproduced. Jpg is highly optimized to only drop details that don’t matter much for human perception of the image.
Since jpg is already compressed, there will not be any repeating patterns (duplicate information) for the zip algorithm to find.


Do you version your compose files in git? If so, how does that work with the dockGE workflow?
Yeah that was my assumption. But I hadn’t considered WOL being broadcast, so now I’m not so sure. I would assume it’s broadcast on both IP and Ethernet layer. It’s time to do some wiresharking :)