• 0 Posts
  • 473 Comments
Joined 4 years ago
cake
Cake day: June 28th, 2020

help-circle

  • Git is distributed but still centralized. D in DVCS is distributed. Downvoters likely have never used a non-Git VCS, let alone a non-snapshot-based VCS. But fanboys will fanboy.

    Pijul & Darcs are based on Patch Theory which make the conflicts of different patch order a non-issue so long as the apply cleanly (such as working on different ports of the code base). Patch A then patch B ≡ patch B then patch A; this will be a needless merge conflict in Git since the order matters. (& no, Jujutsu isn’t the solution still shackled to the limitations of Git as a back-end while claiming to do what Pijul does—but doesn’t).










  • #!/usr/bin/env dash
    
    set -e
    
    cd $HOME/nixcfg
    
    # flake inputs to update
    for input in nixpkgs nixos-hardware home-manager hosts; do
    	nix --extra-experimental-features flakes --no-warn-dirty flake update $input
    done
    
    # rebuild NixOS
    nixos-rebuild --use-remote-sudo switch --keep-going --fallback --flake $HOME/nixcfg#$(hostname)
    
    # check for firmware upgrades
    fwupdmgr get-updates
    
    # print hard drive status info
    sudo smartctl -H /dev/nvme0n1
    sudo zpool status -v -x
    








  • Yep. Camera situation is shit. I often carry a mirrorless so I can get a nice photo if I need it, but it means a general photo by me is shit since you need that proprietary software. And yet still since I use the headphone jack more than anything, it is a requirement—along with an unGoogled experience for privacy. If you want a jack + unlockable bootloader with flagship specs, Xperia is the only line left.


  • That is a real concern & it seems they are moving to 4 years of updates as well as not rolling out a new phone every year, but given that LineageOS supports the phones, even if I am not getting firmeware updates, I am willing to take that risk since I get more IO.

    The Xperia 5 is a skinny 6.1" & many consider it to be a small phone option in 2024.