Skip Navigation

Posts
1
Comments
102
Joined
2 yr. ago

  • Yeah, theres a lot of old old laptops which make no sense to run. But there's a growing crop of more recent used devices that are only being sold off because they don't support Windows 11, and the power efficiency story changes there. The OOP mentions "8.1 lappies"; my main laptop has a 15W 8th gen which is only in the last year starting to feel less appropriate for desktop use. (And honestly, a RAM and storage bump will probably get me another couple years.)

    For environmental concerns, youve got to tax new devices with manufacturing costs as well.

    100% agree about VMs though.

  • Not as cursed as

     python
        
    print("eovdedn"[n%2::2]) 
    
      
  • I don't fit into any of those categories.

    Its obtuse, old, and doesn't have a lot of functionality of modern code editors

    Obtuse? Yeah. The keyboard focus means natural discoverability is low. But I immediately preferred modal editing once I learned it.

    Old? Eh, most people use Neovim nowadays and write plugins in lua. Even in OG Vim, Vim9script broke compatibility for a better dev experience.

    Functionality? Out of the box, it is just a text editor. But only VSCode might have a more active plugin ecosystem. ALE has been a thing for ages if it's LSP support you're looking for.

    It's not better, it's not worse, I'm not in any way superior for using it, but I love it for a reason.

  • autokey

    I accomplish the same thing with compose sequences, and by binding a keyboard shortcut in my desktop to call a script with wtype. It's not a cross-compositor solution though, as you'd have to manually setup binds in each of them.

    I don't see much hope for this one-to-one unfortunately.

  • I think each of 3.8 through 3.11 were substantial, just in different ways.

  • Forcing stalemate if you're super down in material

  • The "$@" doesn't do that you think it does in an alias. It gets expanded on alias creation.

  • I've got optimizer tendencies, but we've also got another member who is 100% "What would my character do in this high stress situation with the knowledge they have" and I've found myself leaning that way during combat more and more.

    I will still scrutinize everything outside of combat though, and I'm thankful for the IRL time pressure to get me out of that.

  • Love the Towerfall OST myself, it was such a shock to hear about him.

  • Rivals of Aether 2, its so good to have an indie platfighter that has Smas'hs level of polish.

    The first one is still a better casual experience because of workshop and single player modes, but I'm here to shmoove in ranked.

  • Basically the Matrix Spec Change Proposal system, I like it. Opens the floor to more players, gives tool authors a list of protocols they could choose to build on, and hopefully compositors will choose to adopt or adapt one of these protocols before writing their own.

  • I know that "Vanity Addresses" are a common thing for onion sites, and there are tools which generate tons of keys looking for prefixes. I haven't seen such a tool for ssh host keys though.

  • I put newlines in my filenames to break both CLI tools and Windows filesystems

  • Taking courses which involve subjects that you will likely never encounter in the workforce is a thing in every discipline. Most engineers don't need to manually solve differential equations in their day jobs, they just need to know that they exist and will often require numerical solutions.

    Getting your hands dirty with the content provides a better understanding when dealing with higher level concepts.

  • zsh-syntax-highlighting

    There's also a fork called fast-syntax-highlighting, I use it.

  • manually call the others

    Yeah, most distros will set up source chains to make things nicer for users.

  • Yeah, I'd write this as a single update script with options to update vimplugins or update pkg or update all.

    I see that you want it to be a function so you can get the chdir as a side effect, but mixing that with updating doesn't make sense to me.

  • When in doubt, ~/.zshrc. It's the right choice 99% of the time. Otherwise, there's a chance you fuck up scripts you've installed which assume no shell options have been changed in non-interactive contexts.

  • What kind of functions do you write which you share between your scripts? Generally if I'm wanting to reuse a non-trivial function, I extend the functionality of the first script instead.

  • Select the color which matches the steps before filenames ((non-)login and (non-)interactive), then follow that arrow the rest of the way. There's more colors in Bash because Bash makes a distinction between remote and local shells.

    Another way to look at the same data for Zsh (note: $ZDOTDIR will be used instead of $HOME if it's defined at any step along the way):

    Fileneitherinteractiveloginboth
    /etc/zshenvxxxx
    ${ZDOTDIR:-$HOME}/.zshenvxxxx
    ${ZDOTDIR:-$HOME}/.zprofilexx
    ${ZDOTDIR:-$HOME}/.zshrcxx
    ${ZDOTDIR:-$HOME}/.zloginxx
    ${ZDOTDIR:-$HOME}/.zlogoutxx

    One confusion on the Bash side of the diagram is that you see branching paths into ~/.profile, ~/.bash_profile and ~/.bash_login. Bash will use for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and execute only the first one that exists and is readable.

  • Linux @lemmy.ml

    Raspberry Pi - Introducing: Raspberry Pi 5