I am a passionate self-taught backend software developer, and a strong advocate for libre software.
- π Coding since 2013.
- πΌ Currently working @ OroraTech.
- π¨βπ» Python is β€οΈ.
- π» NixOS / Awesome / kitty / xonsh.
- π I have a portfolio website with some more information.
- π Checkout my rΓ©sumΓ© for even more detail.
- π« Reach me @ [email protected].
- π² Fun fact: My first program was not a "Hello World" (it was simple R/W in an HC11 Β΅C emulator).
- π Starred DBCDK/morph
- On 19 Dec 2024, 23:52:53
- π¬ Commented on #10153 git-lfs support from NixOS/nix
- On 19 Dec 2024, 14:33:18
- π¬ Commented on #10153 git-lfs support from NixOS/nix
- On 18 Dec 2024, 17:31:01
- β‘οΈ Pushed 100 commits in b-camacho/nix on branch
lfs
- #3081e7c Merge pull request #12025 from NaN-git/strlen
optimize string concat
Sorry, I'm not sure how to implement this. So just a test change. And hopefully will be picked up by someone who is paying attention. A hero.
- #ab5a9cf Merge pull request #12016 from grahamc/patch-2
Disable suid and atime on the /nix mount point on Darwin
- #a7cdb55 Merge pull request #12013 from DeterminateSystems/fix-11996
nix hash convert: Support SRI hashes that lack trailing '=' characters
The Determinate Nix Installer has set nosuid and noatime in DeterminateSystems/nix-installer#1338, and figured this perf and security improvement is worthy of upstreaming.
The /nix volume shouldn't have setuid binaries anyway, and filesystems seem to generally be noatime on macOS. Further, the garbage collector doesn't use atime.
- #408c2fa nix hash: Don't print 'nix hash' deprecation message
Fixes #11997.
- #33b645c nix hash convert: Don't fail on uppercase base-16 hashes
- #52f1cd0 nix hash convert: Support SRI hashes that lack trailing '=' characters
Fixes #11996.
- #d1894f3 tests: derivation-advanced-attributes unset NIX_STORE
when built by nix, NIX_STORE is set, which breaks $got when it is not the default /nix/store
- #3b21ea4 HttpBinaryCacheStore: Improve error message for unauthorized caches
Instead of the unhelpful
warning: 'https://cache.flakehub.com' does not appear to be a binary cache
you now get
warning: unable to download 'https://cache.flakehub.com/nix-cache-info': HTTP error 401
response body:
{"code":401,"error":"Unauthorized","message":"Unauthorized."}
- #a8a572b Merge pull request #12007 from mupdt/s3-binary-cache-error-request-id
s3-binary-cache: show the error's request ID
- #abcfdb4 s3-binary-cache: show the error's request ID
The request ID is essential for traceability and debugging purposes. It allows us to connect client-side to server-side events.
- #ff00eeb Merge pull request #12000 from NixOS/fix-men
fix: Add missing manpages to meson.build and more
- #63c0f0d Install init system configs only when relevant
- #038ab46 Restore org.nixos.nix-daemon.plist installation
- #d67e24a fix: Add missing manpages to meson.build
- #e83481f Allow
sudo
alternatives when installing from tarball - #04975f7 install: Allow to specify alternative
sudo
command - On 18 Dec 2024, 17:19:10