From my point of view in Europe, the trail that Trump is following by persecuting opponents, disregarding and abusing law, deploying a pretorian guard and defending territorial expansionism is in the history books, and is a template followed by Hitler, but by no means only by Hitler. China has no track record of being an expansionist bully that threatens everybody except other bullies, like the USA is doing right now.
I never thought of seeing a comic book type dystopia unrolling before my eyes, but that's what I'm seeing and I'm worried because I have children.
Same here. But one other thing to add for new responses about "Why NetBSD", the rump kernel.
Years ago I had to get a very old document off of a DOS diskette. So I tried:
* On Linux: accessing the diskette would cause a panic or a reboot or massive read failures.
* FreeBSD: panics all the time
* NetBSD: panics. But then I remembered it had rump. So I said, why not try that. Started up rump, got a few code dumps, but after a some tries I got a bit over 90% of the document off of the diskette. The main system had no issues with the rump kernel crashing.
So that alone is worth the "price of admission" :)
NetBSD has been a labor of love for a long, long time.
In the mid-90's I was a teenager with a 486-25 on a desk in a closet running NetBSD 0.9-1.0, connected to 10base2 going to my dad's office where there was a computer that dual booted to Linux. I learned so much from those systems; systems programming, how to really use the C programming language, sysadmin skills, reading network traces. A whole part of who I am today derives from those early experiences trying to figure out what the $## was going on while tracking -CURRENT.
I'm retired from tech and a high school teacher these days and allowed to teach wack/out of level things.
I would love to teach operating systems with NetBSD, but between the space hardware stuff I do and the Verilog/digital logic/microprocessor architecture class I teach, I soak up all the interested students' elective slots.
Thank you for your work. NotebookLM has been invaluable for my learning experience. With the summaries, the mind maps, the multi-source synthesis and dialogue with the material, it adjusts pretty well to my learning style.
Agreed. NotebookLM is one of my most used tools for my research work. I’m able to give the audio overview to friends and family who don’t want to read a paper but am interested in what I’m doing. And the “live” talk allows me to interrogate my own work and identify gaps where I haven’t explained something well.
Well, just the best fit for being presented in the Spanish national day but, it's more complicated than that...of course. What was presented was not science.
Yes, the client could be a "sim swap" victim, and in that case you would be talking to an attacker. So the identity validation can be useful in that case.
I use Haiku in my old Asus EEE PC 701. It fits in the 4gb SSD leaving space for applications, 1gb of RAM is enough and it supports a lot of daily use applications like libre office or emacs(I'm using version 29 with denote for my personal Knowledge Base).
The only think that I didn't manage to make work was the camera.
It's very stable on that machine and gave it a new life making it pretty usable, even for browsing the web for content(not heavy social media sites). YouTube is possible with low resolution through other applications, not the browser.
I still have my EEE Pc 701 from 2007. Still works well with 2GB of RAM, Void Linux+DWM and an extended filesystem in the SD Card. Good for experimenting and for note taking with Emacs+org roam or Zim. Still good for reading wikipedia or stack overflow articles with netsurf or seamonkey(sites with JavaScript). Remember searching open or crackable wifi networks with the little fellow in the palm of my hand. I have another with NetBSD, works well too.
In some ways that era of netbooks felt like the glory days of creative computing devices and OSes. Intel created this really lovely UI on top of Linux called Moblin. My mom ran Jolicloud, which was built around webapps. A bunch of netbooks were coming out with their own Linux flavors to the mass market and webOS was right around the corner.
I'm going to say this with a straight face: if only more people would have had better taste I think we might have inherited a beautiful future of free and open computing.
The Eee PC 701 was cheap and came with Linux OOTB. Now we have to spend thousands of dollars for underpowered garage projects like the MNT Reform or else pay about what we did for the 701 for underpowered laptops that will never get their bugs fixed like the Pinebook.
I think the most accessible small form factor Linux box right now is the Steam Deck. You're paying a bit more for game controller hardware if you just want to use it as a workstation, but it is just Linux under the hood and looks to be a pretty neat cyberdeck-like device.
I recently learned however that the SteamOS desktop is built on a read-only image, with the expectation software will be installed via flatpak.
It is apparently possible to turn the read-only protection off to use pacman or your own thing, but anything you do may be wiped out on the next OS update.
Valve even supplies (sorta buggy) Windows drivers for the Steam Deck: https://store.steampowered.com/news/app/1675200/view/3131696... - a major selling point of the Deck is that it's just a handheld PC that happens to come pre-installed with a Linux distro designed for handheld PCs. And AFAIK all of its hardware is supported upstream, so other distros should just work by plugging in a flash drive and booting into them.
Other immutable state distros such as Fedora Silverblue and openSUSE MicroOS Desktop offer a “toolbox” environment that runs as a Flatpak with relaxed restrictions for development tasks. Is something like that an option on SteamOS 3?