• 0 Posts
  • 54 Comments
Joined 3 年前
cake
Cake day: 2023年6月15日

help-circle


  • Thwompthwomp@lemmy.worldtoTechnology@lemmy.worldNobody Asked for AI
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    1 个月前

    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.



  • 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.










  • 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.




  • 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!



  • 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