🏳️‍⚧️ girl, learning pro gramming, terminally online

  • 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • I phrased that wrong, in my first comment I was just poking fun at how companies are adding LLMs to everything for the sake of it, like:

    1. Add LLM integrations
    2. ???
    3. Profit

    And they aren’t doing anything innovative either, they just act as a middleman between you and OpenAI/Google/etc.

    It looks like Kagi assistant is one of those rare cases where the LLM integration does actually make sense, but I don’t think paying $15 more is much better than just opening chatgpt.com in a second tab





  • Helix

    I’d describe it as “NeoVim for people who don’t want to spend time configuring it”. It has syntax highlighting (for pretty much any language you can think of) and LSP support out of the box. And the config file is just a TOML file. Here’s my current config for example:

    theme = "monokai_pro_spectrum"
    
    [editor]
    line-number = "relative"
    middle-click-paste = false
    
    [editor.statusline]
    mode.normal = "NORMAL"
    mode.insert = "INSERT"
    mode.select = "SELECT"
    

    That’s it. No need to deal with Lua or VimScript

    Also using commands after typing the : is easier than in NeoVim since Helix will show you a list of available commands and a description of the closest match (or the one you choose from the list with the tab key). It looks like this: Screenshot of Helix

    I use Helix for quickly editing files and coding







  • Yeah, but when I tried to get my mom to use Linux, she kept asking me how to do some things like moving a file, printing a PDF, saving a document in Libreoffice (even though she had no trouble doing it on Windows also with Libreoffice) etc. I’ve set up everything to be as seamless and close to Windows as possible but she still always had trouble doing something so I gave up, and reinstalled Windows. Ig my mom is just less tech savy than your family ¯\_(ツ)_/¯



  • I think the reason is that 1. Linux is still too hard for the average person and 2. The average person just doesn’t care

    Yes, you don’t have to write bash scripts or compile the kernel yourself, but still, Linux is different in many ways from Windows. This is on top of the fact that most people don’t know much about tech in general and often have problems with (imo) very basic stuff. I honestly can’t imagine them downloading an ISO file, flashing it onto an USB stick and then booting from it. Most people probably don’t even know that Windows != PC

    Then there’s also the fact that the average person just doesn’t care. They just want to get things done

    (sidenote: I might sound elitist but I’m not. I don’t think it’s reasonable to expect everyone to be interested in tech, just like it’s not reasonable to, for example, expect everyone to be interested in cars. It just so happens that the tech industry is tightly connected to freedom, privacy, etc. while the car industry is not)