Skip Navigation
Posts
2
Comments
71
Joined
2 yr. ago
  • One must imagine dd happy

  • I love flatpak but if you aren't using the AUR on arch what's the point?!

  • I don't know about swipe for uppercase, but you can hold caps lock to toggle it.

  • Gentoo users: Signature look of superiority. (their face has frozen that way while waiting for packages to compile)

  • It is the standard text editor after all.

  • I wanted to mention a new open source project Xed-Editor.

    Additionally, I think the (virtual) keyboard you use is just as important as the editor (assuming you aren't using a physical keyboard). I would recommend Unexpected Keyboard I have had a great experience with it.

  • Given that their hand is over the mouse and not the keyboard/enter key, I assume they're gonna click close on the terminal :p

  • I don't like Trump, but gag orders shouldn't be a thing either.

  • I wanted to mention VSCodium as an alternative to VSCode, from their website "VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code."

    Basically it just removes telemetry/tracking.

  • I was thinking something similar as well, can someone explain the difference to me?

  • I was just thinking about Python's with

  • To be honest, the only use case I really thought of was something like unlocking a mutex at the end of a scope or maybe a file.

  • Programming Languages @programming.dev
    librecat @lemmy.basedcount.com

    What are some pros and cons of a scope keyword?

    In something like C++ you could create a scope like so:

     cpp
        
    {
        // Do something neat here
    }
    
    
      

    I was wondering about having or maybe even requiring a scope keyword, which might look like this:

     cpp
        
    scope
    {
        // Do something neat here
    }
    
    
      

    This seems even more relevant in an indentation sensitive language like python:

     py
        
    scope:
        pass
    
      

    Interested to hear any opinions, TIA.

  • The strike through seems odd to me.

  • Naming things kids is the hardest part of programming.

  • I use bash when I need to feel pain.

  • At first I thought this was some kind of security issue from the picture and the tone.

  • That's amazing! I happen to use both waterfox and tree style tabs already, like a dream cone true.

  • Lemmy Support @lemmy.ml
    librecat @lemmy.basedcount.com

    Disable auto upvote?

    Whenever I make a post or comment it is automatically upvoted/liked ( I don't know what it's called here). Is this part of Lemmy in general or part of my Lemmy client (Jerboa)? How can I disable this behavior?