• 10 Posts
  • 424 Comments
Joined 2 years ago
cake
Cake day: April 27th, 2024

help-circle
  • Idk it took me 3 attempts to learn (neo)vim, but now every Linux system I SSH in I just go straight for vi(m), because moving around and editing in Nano is just so slow when you’re used to vim keys.

    I swear I’m not trying to proselytize. People should use whatever they want, and these discussions are pointless. It’s all just tradeoffs and getting used to things.


  • I’m not really that purist - I’ll use closed-sourced software when necessary. For example, I have Davinci Resolve and Bitwig Studio installed. Sure I would prefer if those were open, but the target audience here are creatives, who largely won’t care.

    On the other hand, Jolla is trying to sell exactly to those people that DO care, which makes the choice so hard to understand and support.


  • I really like the idea of the Jolla and am seriously considering getting one. I’m also the exact target audience (Linux nerd, privacy conscious, FOSS advocate, want to own MY device fully, hate having to use a US-based duopoly in my current daily life).

    That’s exactly why I don’t understand their decision to keep parts of their system closed. The overlap between people who want a Linux phone and who are OK with that Linux phone not being fully open seems to be tiny.



  • Not really. (When was last time?)

    The reason is more that the config language that you have to learn if you want to use NixOS is the exact same you use to package applications for NixOS.

    So any user is also just a tiny, non-intimidating step away from being a contributor and package maintainer.

    I know for myself, I never packaged for the AUR - just seemed way to intimidating and a lot of new stuff to figure out - but I maintain a bunch of packages and modules in nixpkgs, and they’re all stuff that was “huh, this is cool but not packaged yet; alright, I’ll package it in my private config; oh that was easy, let’s upstream it”.



    1. Signal
    2. XMPP
    3. Matrix

    In that order. I self-host both XMPP and Matrix, and I wouldn’t want to stop using matrix. Spaces, arbitrary amounts of self-chats, and so on are great. I use matrix every day.

    But for chatting… It sooner or later fails you. It’s slow. Notifications break. Messages are shown as sent, but somehow do not appear in the recipient’s devices until TWO WEEKS LATER (yeah IDK, happened twice already, in different chats and directions. Best part is, I’m not even federated!). Encryption is great IF YOU KNOW SOME CRYPTOGRAPHY BASICS, and utterly confusing otherwise.

    XMPP just works. Especially the calls, holy shit, I had to fight Matrix for so long to make voice and video calls work, and xmpp just… Works. Notifications are way more reliable (as in, have been absolutely perfect). I really like monocles as a chat app on Android. (The downside is: can’t decrypt old messages on new devices, and desktop clients are ugly.)

    So why Signal above XMPP?

    Because it’s not your fault should something ever break in a vital service. Also the encryption and privacy afforded by it a great.




  • Okay, you know what… That’s actually better than what I said. Defeat acknowledged.

    (However, it still seems a bit silly to me. name="value" will prompt you to enter set name "value", with your exact name/value prefilled. As far as I know, it really is just syntax substitution; or am I wrong here? Are there semantic differences that can’t be translated?)


  • I’ll second Pocket-ID.

    I originally had Authentik setup. It worked well enough. However, their packaging constantly broke and no-one seemed to care.

    Switched to Pocket-ID and won’t be looking back. Passkey-based OAuth was all I wanted anyways. (Also, the logins themselves are noticeably faster!)


  • find modules/nixvim/ -name "*.nix" -type f -exec cat {} + | wc -l
    3890
    

    I’d say I’ve spent enough time configuring neovim 😄

    (Btw, highly recommend configuring neovim through nixvim if you’re already using nix. Incredibly stable. I had to fix one plugin or another all the time with plain nvim. Now, literally never. Plus, nix run github:<username>/<repo>#nvim on any nix-enabled system, and get dropped into your exact config, keybinds, theme, plugins and all. I’ve set it up to expose language-enabled variants by appending e.g. .go or .python to that command.)

    (Sorry my comments tend to go off-topic)