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

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

help-circle
  • I just skimmed through the podcast so I might be wrong, but it looks like the subscription would only cover updates to their AI “features”:

    ‘[…] is there a vision beyond “the software will do more for you” than just drive your mouse around?’

    […] Should the mouse do more than just move the cursor? Absolutely. And it does that today, and I think similarly about being more productive with shortcuts to the large language models and all kinds of other things. The guy that I met at a barbecue over the weekend who has programmed 120 shortcuts on his mouse, that’s the kind of stuff that can extend human potential in ways that are healthier.



  • This is so absurd. The only updates peripherals need are firmware bug fixes. And it’s a standard that these updates are free. Having subscriptions for hardware is kinda dystopic tbh

    From the podcast:

    Some only have a mouse or only a keyboard, but many of them have both. But the thing that shocked me was that the average spend on that globally is $26, which is really so low. This is stuff you use every day, that sits on your desk every day, that you look at every day. That’s like the price of four coffees at Starbucks or less than a Nike running shirt. There is so much room to create more value in that space as we make people more productive — to extend human potential.

    You know why on average people spend so little? Because a mouse is just a mouse. It doesn’t need to do anything besides controlling the cursor. It doesn’t need a “dedicated AI button that launches Logi AI Prompt Builder” (which is just a ChatGPT wrapper btw)

    I don’t want to be that one person that just complains about capitalism under every post, but things like this make it hard. We have already perfected the design of a mouse. But every year publicly traded companies need to make more money than in the previous year, so let’s add subscriptions to everything. And also AI, because investors love it










  • Luna@lemdro.idtoLinux@lemmy.mlTerminal Utility Mega list!
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    7 months ago

    I would add:

    cheat - a tool that lets you make and use your own cheatsheets

    gomi - replacement for the rm command that has a trashcan, so if you accidentally delete something important you can just restore it

    bat - modern cat, with features like syntax highlighting, line numbers, etc

    eza - modern ls, with cool features like file icons

    broot - a different than ranger/lf approach to navigating folders

    mdr - a markdown viewer

    Also, I think you should add a note that ranger should be installed from git because most distros package version 1.9.3 and that is 4 year out of date and has lots of bugs that have been fixed in the git master branch



  • 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 ¯\_(ツ)_/¯