I used to like what he does on OS News. Then I made the mistake of following him on the Fediverse where he mostly shitposts and lots of times he clearly doesn't know what he's talking about.
He says that FreeBSD is fascist because there's a package for xlibre. I find the abuse of this word...
I reported it 2 years ago:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276240
Tried to fix it here but wasn't successful:
https://github.com/freebsd/freebsd-src/pull/1020
If you use ZFS you can also do a rollback to the latest snapshot (assuming you take snapshots before upgrading):
mount -u /
zfs rollback -r $(zfs list -t snapshot | tail -1 | awk '{ print $1 }')
And that's why it makes sense that newgrp has setuid turned off in FreeBSD. OpenBSD lacks the command. Only in NetBSD is setuid but any user could read the hashed group password in /etc/group
Group passwords are really neat.
Before rootless Docker became possible on Linux, you had 2 options: either run docker through sudo or assign yourself to the docker group, which is dangerous.
I chose a 3rd option that they adopted in their documentation...
Turns out it's doable in FreeBSD with procctl(2) and PROC_NO_NEW_PRIVS_CTL
https://man.freebsd.org/cgi/man.cgi?procctl(2)
The command to do this would be: proccontrol -m nonewprivs /bin/sh
I wonder if HardenedBSD would dare to do this in the future.
I'm not a GNU hater, btw. I just like the way BSD make is integrated with the rest of the system and some design choices.
GNU make has stuff heavily inspired by LISP that some people love anyway and you can directly use Guile on it.
You must know the saying from a few years ago that software was eating the world. Now AI is eating software through commoditization and licence laundering bringing total disruption.
Now is the worst time to take anything for granted... While previously you'd hire a designer for a logo or a...
The ones selling the shovels are getting insane profits. The hyperscalers have yet to turn a profit but they have lots of money to spend. They can also reinvent themselves like Google & Meta not being strictly IT companies anymore but in the ad business.
There's lots of hype but there's also doomerism and both sides are wrong.
The most obvious use-case for AI is cheap entertainment like memes and NSFW content that even OpenAI is flirting with.
Those waiting for an AI bubble pop will be disappointed... We don't need AGI for LLM's to be useful...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.