This is awesome, and I really no no idea about this!
This is awesome, and I really no no idea about this!
So: your point is the usage of AI in common vernacular should not have changed from its meaning 50 years ago, and using it in its modern sense as shorthand for LLMs and generative models is bad.
And your point is also that the modern usage of a Luddite is correct and you should ignore the original group and the conditions that led this group to smash the textiles because the usage of that word changing is fine and we should not look at original usage?
Got it. Words change. Sometimes. And other times no.


Any ideas on how to rectify this?
Sounds like the LEDs are doing a great job of that already


That is very true. If you just want to learn it, starting even at something like basic tex may make more sense. The latex ecosystem is where it starts getting interesting though, since there’s been so much created and written for it. BUT that does mean you’re stuck in a weird abstraction area. For when I’m just making documents (and not stuck to a specific journal format), I’m really enjoying org-mode and then piping its output to a tex PDF. I think markdown would work too, but org-mode inherits all the emacs modes, so you can get some pretty complicated in-document scripting done.


Now that is the gift that keeps on giving! I also like the implication that one can “learn” emacs.


Latex is worth knowing, its most commonly used for academic papers, but it opens up a whole world of scripting automated documents. But, to make it really interesting, throw in tikz and/or pgfplots for some interesting power tools. Tikz does A LOT, and is really powerful. But can definitely be overwhelming.


Just within the last week or so old.reddit.com was effectively disabled and stopped working. (I think it might work if you log in, but i quit doing that 3 years ago). It was a nice resource and it’s said that it’s such a shell of what it was. Right when the internet is really needing human voices too


I bought a linksys wrt simply because they had the open firmware. That router was amazing!


A while ago jacobin had some stats showing how often she would mention Medicare for all, and it decreases by a lot as time went on


I quit doing all surveys. Why work for free? It just felt pointless, and I used to fill out a lot of these since I thought it made my voice heard. They also started to feel more sterile and robotic and less about actually getting actionable feedback. Aggregate data tends to suck, and it’s all they want now.


Got the email from Amazon and jailbreaked my kindle that same day. Koreader is pretty awesome!


What a strange take. I get that being interrupted with a phone does cause a context switch, but so would coming in and ordering. Or picking up pizzas to deliver. And also, for me I just think of answering the phone as part of the job at a pizza joint. So many memories of sitting in lobbies waiting hearing the constant “hello papa johns” drone on. I do concede I’m old though.
Following your logic, we should also only eat non processed meat and vegetables. Goodbye Kraft Mac and cheese, sodas, etc. Because compounds.
Breast is best except when it isn’t. (Supply issues come into play, some babies don’t latch, soreness, etc can all happen). Fed is always going to be best and you do what you can. We had three with all different experiences. No differences we can tell years later.


I’m assuming you of course are aware, but that is a tasting note. As in hersheys will specifically call out that tasting note as intentional if you do a tasting tour. It explained why I only ever liked their special dark and hates their regular bar.
Linux breaks itself all the time and is a moving target. Even in EPEL land, compatability is lacking. As this blog post said a few years ago, w32 is the only stable ABI on Linux.
Looks like I’ve replied to you a few times, and sorry for the accusatory tone! Didn’t mean it! You did get me worried since I’m going to be used “bare metal” in my embedded class later this semester, and felt like I had gone insane not being able to find it anywhere. I was mostly just trying to convince myself this morning I wasn’t insane. I had thought it was the standard terminology. I do also need to caveat this that I am not familiar with whatever law OOP was referencing. I’m assuming it was one of the either baked-in surveillance or age verification things. Yeah, I’m with you and don’t really see a way out, unless we just step way back in time when we had less standardization and do bespoke everything. Cheers, and sorry for the tone!
I was use the pre-virtual machine usage of bare metal to actually mean “No OS.” You are just raw-dog running code on the machine.
That’s a good point about what the OS provides. I come from an embedded context, so often RTOS are not much more than a kernel that’s handling some basic threads and processor access. There was a really interesting talk at USENIX a few years ago (Usenix 21 keynote with Timothy Roscoe, I just looked it up) that was basically saying that a modern OS like linux, isn’t even accessing hardware and is just an OS in a system of OSs on a computer.
So you are not wrong about what you are calling bare metal, but that usage is more popular at the moment, but the older meaning of bare metal actually just means “no OS.” It’s still very common in embedded world. They are the same words, but do have different meanings.
I cannot find it at the moment, but about 10 years ago I had found a guy at Tufts (I think) who was publishing about actual bare metal (no os) single process machines that would run a server with nothing else. It was supposed to be helpful for security reasons. It was definitely whacky. I cannot find it because the server-farm usage of bare metal has taken over :(
[Bare-Metal (redirect on wiki)[ https://en.wikipedia.org/wiki/Bare_metal ]
I do now see that “bare metal server” is not going to be the right search term. Perhaps bare metal computing? I’m not sure. But what I am talking about pre-dates virtualization.
Edit: For servers, it seems the papers are calling it “Bare PC” Example: https://doi.org/10.1109/HPCC.2009.34
What you’re talking about would be called running a browser on “bare metal.” The OS is typically on charge of resource management between the various tasks. Access to the processor, storage, screen, input devices, sound, network. The os is a layer that mediates these devices. On bare metal you have to do ALL of that.
I’ve seen some interest in bare metal web servers in the past which some believe to be more secure. But I don’t think I’ve seen browsers on bare metal. There’s so much browsers need to do anymore. But anyways, bare metal would be the search terms you want to start using.
Edit: “bare metal” seems to have a newer usage for servers, so the papers I found were calling it “Bare PC.” Example: https://doi.org/10.1109/HPCC.2009.34
d’oh! That’s what I get for trying to type quickly.