• 0 Posts
  • 23 Comments
Joined 8 days ago
cake
Cake day: July 24th, 2026

help-circle

  • I’m actually really surprised this didn’t work. They had acquired such a large amount of quality studios, IPs and a huge back catalogue. They had enough money to keep the subscription low indefinitely. Getting added to the Game Pass was a huge deal for indie devs at one point, but I think those who did were disapointed with returns.

    Granted the article says they dropped 300 million on Jedi Survivor and Suicide Squad… which gets to the point of how unsustainable subscription models are. It’s like a smaller version of the Ai market. Just like how you can’t break even on 300 million selling a $10 a month subscription, you can’t break even on $30 billion investments with the same $10 subscription.

    Still, how could you possibly mess this up. lol



  • It’s more of a symbolic thing. FreeBSD has removed the vast majority of gpl code over the last decades. I think this specific removal was just a last lingering overlap that was difficult to replace.

    Is it bad? It’s subjective. The project goals were always to be permissive. There was just historical borrowing from other open source projects.

    I think both approaches are valid. GPL has fostered a greater number of maintainers and volunteer participants. That’s definitely its shown strength but you can also attribute fragmentation to this. Whereas BSD has created much more focused and targeted distributions. I guess that’s indirectly due to the license and more the smaller group of active contributors.

    It’s really difficult to rival FreeBSD at certain specific usecases. I wouldn’t use anything else for a NAS or a router.

    It’s a very lopsided distro, bad gpu and wifi support. Limited application support. Really not ideal for a desktop, nor is it really meant to be used that way.


  • Exactly, it’s a defining feature of the project. They don’t care how you use the code as long as you use it. It’s just a different philosophy.

    BSDs are just doing their own thing and whether they benefit or not from others using their work is not really a concern.

    Take OpenSSH, it’s used by virtually every operating system and just exists to be used. It’s a great contribution to software even if OpenBSD is a tiny marginal thing used by only those that need it. They are cool with that.


  • Yeah an appliance distro would be a different consideration. For me Ubuntu is really flexible and a great docker host. I feel it’s safer to tinker with since you get those extra layers of containment and sandboxing.

    If I was to build an appliance I might also start with Debian, but so far I have used FreeBSD. Works great on my NAS, where I use XigmaNAS. You can transfer a surprisingly lot of skills. Learning what was common to FreeBSD and Linux really helped me with cli.

    I’m curious to try making stuff with Ubuntu Core. I think it has potential, but that’s a future deep dive and project. lol


  • I discovered Tresorit and I like it so far. $150 usd a year for 1 TB. Owned by the Swiss Post of all things. I prefer state owned or non profit companies where possible as service providers.

    I also wanted something GDPR compliant and outside the scope of the Cloud Act. I didn’t want my data accessible by a hostile nation.

    I like their cli tools, though they are setup a bit weirdly on linux. It’s more like running binaries and scripts than installing a package. Nevertheless, it gets the job done. Upload speed isn’t amazing, but it is overseas. Took nearly 24 hours to send 100gb or something. My server handles it, so its not a concern.

    I’m not sure I could recommend it as a replacement for a Google Drive since I don’t use it that way. I just turn the sync on once a week and it’ll diff what’s on my backups.

    I might setup a different folder to use as a more daily cloud storage and see how that goes. There’s desktop and mobile apps.



  • I remember reading earlier this year that the project was essentially “complete” and would only get security updates.

    But like he says: “people keep making PRs for new features. Features that I do really think would benefit the project.”

    I really struggle with folks’ sense of gratitude sometimes. Like there’s so many people making cool things for us… for free… When they could be doing the same work for money.

    But yeah, sucks nobody could really keep the project up and secure. I’m not looking for a fork that will add anything to the project.

    I’ll read some of the bug tickets to see what the current state is like. Figured this thing could just work indefinitely without much maintenance… its so simple?



  • Ubuntu’s “reputation” is nonsense. It’s a great distro for servers. Security updates are really fast and using snaps in a server environment is really great. I recommend running things like Docker or Tailscale off snap. They will revert to a previous image if an update fails. Extra stability for a server as you run automatic updates. If you run everything that is not in the base install off a snap, you have an extra layer of sandboxing against any supply chain attack for dependencies.

    Ubuntu will have more recent packages, that doesnt really matter in a server environment. Debian is otherwise fine, I just dislike it’s installer and prefer Ubuntu’s. I found it easier to sync third party drivers on Ubuntu.

    Ubuntu Pro gets you livepatches for kernal issues, which may be worthwhile. Also done without rebooting.

    Ubuntu also gives you better apparmour default profiles on more things, whereas on debian, its up to you to set them up.

    Debian will be exactly the same, its just more conservative and has less of those extras I mentioned. May be marginally lighter on resources for that. Either are fine.




  • So far the only real vulnerabilities that Ai have spun up seem to be really obscure edge case privilege escalation bugs that have been around for ages but nobody discovered. They then get patched in days if not less. I would expect them to run out of low hanging fruit pretty soon.

    Most of them can even be mitigated by preventing local access to a system.

    There’s tools to audit your network and systems. You can setup a SIEM like Wazuh. It’ll tell you the same kind of stuff that have been good practice for a while and mitigate most of the ai assisted vulnerabilities.


  • Distros are tools for a job. I stick with the ones that have the most helpful communities and/or the best documentation. I avoid communities that tell you off for asking help or documentation that is obtuse.

    Still successfully troubleshooting stuff through 10 year old Ubuntu forum threads. Meanwhile learning the most through the FreeBSD handbook and it’s not even Linux. lol


  • Hell yeah! I was using Ubuntu 10-14 in college and now back on the train with 24, 25 and 26. Everything just works every time and all the professional apps I need are first class citizens and well supported.

    Ubuntu Server, FreeBSD and OpenBSD are my server distros of choice as well. FreeBSD for a NAS. Gotta pick the right tools for the job!