• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: May 1st, 2024

help-circle


  • If I’d Only Known I Wouldn’t Have Wasted So Much Of My Potential Club.

    I’m in this club but very much trying to leave, because I’m starting to realize “wasted potential” in itself is a toxic idea that’s been ingrained by years of teachers telling me this (with my parents doing their best to counter). That’s not to say I’m not still trying to do my best, I am, but only because I want to and because it makes me happy.



  • I agree with the overall sentiment, but I’d like to add two points:

    1. Everyone starts off as a code editor, and through a combination of (self-)education and experience can become a software engineer.

    2. To the point of code editors having to worry about LLM’s taking their job, I agree, but I don’t think it will be as over the top as people literally being replaced by “AI agents”. Rather I think it will be a combination of code editors becoming more productive through use of LLMs, decreasing the demand for code editors, and lay people (i.e. almost no code skills) being able to do more through LLMs applied in the right places, like some website builders are doing now.










  • Well, not exactly… WINE is a compatibility layer for syscalls between the x86 Windows API and (among others) the x86 Linux API, quite similar to how DXVK translates from DirectX to Vulkan.

    What proton does is combine utilities like Wine and DXVK into a user friendly bundle, along with contributing substantially to the projects it bundles to make them interoperate well.

    This looks to me like they want to bundle another utility, which does fast emulation of x86 user code on an ARM Linux system. Another commentator mentioned they are using FEX for this, which looks to me to do the same core task as qemu-user, but more focused on x86 to ARM and generally user-friendlier. That emulator could then be used to run x86 Wine on ARM.

    The way qemu-user and FEX emulate one ISA on another is actually very cool btw. They realise massive speed gains by intercepting syscalls and executing them directly, instead of emulating a whole x86 Linux system.



  • And much before that it was rule-based machine learning, which was basically databases and fancy inference algorithms. So I guess “AI” has always meant “the most advanced computer science thing which looks kind of intelligent”. It’s only now that it looks intelligent enough to fool laypeople into thinking there actually is intelligence there.