I was about to install Ubuntu, which I’ve used before, but decided to try out Mint. About to throw the switch right now in fact. Hope it’s a good decision.
I was about to install Ubuntu, which I’ve used before, but decided to try out Mint. About to throw the switch right now in fact. Hope it’s a good decision.
Somewhat, but I’m thinking of the future of federation as a torrenty mesh of peers with no actual hosting “service” that can be turned off. That’s how I picture the Cortex in the Firefly universe. When Simon as a boy is excited about getting a “source box” I imagine it’s a participant as opposed to just an endpoint.
Federated as opposed to using a Wordpress hosting service etc that can be turned off by someone’s business decision.
I signed up for early access, but tbh based on the signup page it’s hard to have a lot of confidence in anyone who thinks really light gray text on a white background is a sensible idea.
That’s a bizarre glitch I never would have known to look for - thanks!
Pasting this right into my project doc. Thanks so much!
Thank you, that’s massively helpful! Pasting your comment into my ESP32 project notes so when I soon move to Linux I can remember to figure out the udev rule and jtags.
I… I… oops, sorry.
Can anybody comment on their experience using Arduino and ESP with Linux? Especially does Linux handle COM ports better than Windows? There’s a seemingly immortal problem of COM ports becoming unusable until you go into Device Manager and uninstall them (again and again) - and if that doesn’t work, reboot Windows. I experience this less often now than say 5 or 6 years ago, and sometimes it’s my fault, but jeez.
This organization fared much better than the Software Preservation Network, which the US Copyright Office recently barred from lending out copies of retro games themselves. It’s a lot easier to access material about the games.
I just got a new phone on Friday. There were like 50 kinds, various sizes and thicknesses, foldable, not foldable. The one I got is pretty slim but I’m guessing if people want thick phones someone will keep selling them.
Honest opinion: IDGAF where people login. Market share is for corporations to worry about.
If your computer is mainly a toy I really DGAF what you put up with to use it.
Same principle as, “A lawyer who represents himself has a fool for a client?”
Not a boring story at all, in fact it’s Awesome! It’s been so long since I touched VMS I would probably be lost now, but I wrote tons of apps and was a sysadmin for a couple years - which I really enjoyed, as 90% of that job was running backups and installing updates, leaving plenty of time to just play around. I missed writing apps, so I made a visual status monitor that let me look at running processes and pause, restart or kill them. My last exposure to VMS was when I worked at Fred Hutchinson Cancer Research Center in 2007 or 8 - a group there still had a VaxCluster running, but I never worked on it. Today there is still OpenVMS, mostly run on emulators by retro computing hobbyists I think.
I made a comment about how easy it was to learn VMS was (an 80s/90s OS). How do I print a file? I’ll try PRINT. Okay, that works. How do I make 6 copies? PRINT /COPIES=6. Great! But how do I print to a file? I’ll try PRINT /OUTPUT=filename. Well whaddya know!
I loved that OS like a brother. Sadly it eventually went the way of every proprietary system.
Back in the ancient pre-Internet days I worked for many years with a system called VMS made by Digital Equipment Corp (aka DEC), now long gone. VMS was a dream to use - every command and option was an actual word, and you could abbreviate commands and options any way you wanted, As long as you were unambiguous, it would figure out what you meant. So easy to learn, and felt so natural. Based on that alone I thought VMS would become more popular than Unix, with its cryptic commands, and those single-letter options that are sometimes the first letter of something obvious and other times seem totally random. But internally VMS wasn’t structured as well - for example, piping output from one command to another was possible, but it wasn’t geared for that like Unix is. There was also no free version of VMS, and it only ran on DEC hardware, so not that many people even knew about it. The dawn of Linux for PCs was essentially the nail in the coffin for VMS. But I do miss that CLI.
Might get around to tidying this 20-year-old mess up a bit - tho I’m not sure where to start lol.
I am not a proud man.
A Traveller character creation session.
I think you pretty much just now wrote a landing page, you just need to turn those into links and host that page somewhere.
Sure, you could create a database or JSON file with attributes of each thing and use React or Node.js to generate the UI, but that doesn’t seem necessary for a need on this scale - when things change just edit the landing page. I’ve been keeping links to my soft copies of D&D books and stuff with a simple HTML page for years, and I’m a web dev. No need to do work the requirements don’t demand.