Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)G

GravelPieceOfSword

@ GravelPieceOfSword @lemmy.ca

Posts
25
Comments
101
Joined
3 yr. ago

  • I have a massive subscribe list, and I usually just read subscriptions. I'll occasionally (maybe once it twice a week) read all, and if I notice interesting communities: subscribe to them too.

  • This is from termux on my Android phone, not from my desktop/laptop.

  • Only gvim is available in pkg, not vim. I had the same surprise when I didn't see vim.

  • I've been telling myself that for a while.

    I guess it's time now.

  • I tried typing velocity in the terminal and got a velocity command not found.

    I guess the command crew is out on vacation, so no terminal velocity 🤔

  • I'm 6 feet 2 inches. Would that be high enough?

  • Too late. Removed batteries, now car doesn't start ☹️

  • I've learned a few new commands now. :e dials an existing contact, and :w saves contact information.

    :q! is super useful for hanging up on robo-callers

    I think this thing could work... I dub it the vimphone!

  • Try it to find out!

    • Install Termux from F-Droid
    • Open Termux, and run pkg install gvim. You might have to add the xorg repo - it will tell you what to do if you try running vim
    • Launch vim
    • You can checkout any time you like but you can never leave....
  • Home Manager is a BIG rabbithole of it's own for sure. Between nixos, nix, and home-manager, I've probably skimped on sleep for weeks.

    At the moment, I primarily use 3 distributions ( OpenSuse Tumbleweed NixOS Ubuntu ), but each one of them uses a combination of chezmoi to sync dotfiles, and home-manager to manage command line packages - nice to be able to have the same command line utilities and tools available.

    One thing I like about my current home-manager config is that it installs more packages on nixos than on other distributions, by separating the all_os vs. nix_only packages into two separate files, and sourcing them like so:

     json
        
      imports = [
        ./all_os.nix
      ] ++ lib.optional (builtins.pathExists /etc/nixos/configuration.nix)  ./nixos_only.nix;
    
      

    Anyways, I digress :)

  • Good for you fellow adventurer!

    • I spun my laptop up (wait for me sleep, I promise I won't be long...)
    • updated my home-manager configuration to add starship above cowsay
    • added the updated home-manager config, bashrc, config.fish to my chezmoi configuration
    • promised myself I would go to sleep after this much, fingers crossed!

    Proof it happened:

  • Chat Across Canada - sounds catchy!

  • this one never gets old... haven't found another one like it despite searching every 6 months or so 😂

  • - works now, thank you!

  • - works now, thank you!

  • Unlike real Apple devices, his contraption wasn’t programmed to collect any data from nearby iPhones, even if the person tapped and accepted the prompts. But, in theory, they could have collected some data, according to Bochs.

  • Thank you, will try by the weekend and update!

  • Thank you, will try by the weekend and update!