Carighan Maconar

The strength of life to face oneself has been made manifest. The persona Carighan has appeared.

  • 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle

  • It’s called Chinese Room and it’s exactly what “AI” is. It recombines pieces of data into “answers” to a “question”, despite not understanding the question, the answer it gives, or the piece sit uses.

    It has a very very complex chart of which elements in what combinations need to be in an answer for a question containing which elements in what combinations, but that’s all it does. It just sticks word barf together based on learned patterns with no understanding of words, language, context of meaning.











  • I mean in a way I get it, psychologically.

    When you embrace Linux, you - sadly - also have to embrace the fiddling. Still, even in 2024. It’s gotten worlds better, but it still exists. But as it is a choice to swap to Linux - usually from Windows - you do not perceive this fiddling as a shared plight you can bond and laugh over, instead you see it as the “cost” of embracing Linux.

    As a result, whatever setup you end up with has to be mentally justified to your own brain. A bit like a post-purchase rationalization. So you mentally consider your specific end result to be vastly superior to all other possible ones, after all, this is why you did it! You put in the work to create this, it must be superior.





  • To be fair, there’s a big difference.

    VS Code is a text editor / IDE. Compared to something like Notepad++, it’s super slow to open/load, its UI feels laggy at times, and it’s just overkill for opening a text file. Compared to specialized log viewers, it struggles with large files and is generally super slow.
    But compared to “full” IDEs like IntelliJ, it’s marginal in coding features, lacking important analysis and testing support, plus integrations with ~everything.

    If you find yourself in the middle, like many JS developers do, not actually needing the biggest IDE but also needing more than just a text editor, it’s a fine tool. As a Java Backend Dev, VS Code feels like a joke if applied to that, OTOH.