HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jkarni

no profile record

Submissions

New Chat Control Proposal [pdf]

cdn.netzpolitik.org
3 points·by jkarni·8 เดือนที่ผ่านมา·0 comments

Fix Your FODs: A supply-chain attack on Nix

garnix.io
2 points·by jkarni·9 เดือนที่ผ่านมา·0 comments

Nix CI Benchmarks

garnix-io.github.io
3 points·by jkarni·9 เดือนที่ผ่านมา·0 comments

SaaS Is Broken: Why Bring Your Own Cloud (BYOC) Is the Future

thenewstack.io
2 points·by jkarni·ปีที่แล้ว·0 comments

Show HN: Garnix modules – CI and hosting rethought

5 points·by jkarni·ปีที่แล้ว·0 comments

Nix in 100 Seconds [video]

youtube.com
41 points·by jkarni·2 ปีที่แล้ว·16 comments

Lix 2.91 "Dragon's Breath"

lix.systems
3 points·by jkarni·2 ปีที่แล้ว·0 comments

Contextual CLIs

garnix.io
5 points·by jkarni·3 ปีที่แล้ว·0 comments

Garn, a TypeScript-based Nix front end

garnix.io
54 points·by jkarni·3 ปีที่แล้ว·21 comments

Nixbovik Part 1: Nix Derived Melodies

garnix.io
3 points·by jkarni·3 ปีที่แล้ว·0 comments

comments

jkarni
·12 วันที่ผ่านมา·discuss
The limiting factor on speed-tests when you have 10-25 Gbps internet is WiFi. That’s what this is more likely showing.
jkarni
·เดือนที่แล้ว·discuss
> bubbles are notoriously unpredictable and generally don't happen when they are loudly and widely proclaimed to happen any minute now.

Is that true? It seemed to me that the most common opinion before the recent Chinese real estate crash was that it was a bubble; architect friends of mine who worked in China said the government had no doubt prices were unreasonably high; the thing they remained hopeful about is whether a soft landing was possible. Similarly it seems like it was by no means an uncommon opinion in the Japanese asset bubble, NFTs, beanie babies, and even the dotcom boom that this is (to use Greenspan’s phrase leading up to the dotcom bubble) “irrational exuberance”.
jkarni
·2 เดือนที่ผ่านมา·discuss
Thomas Aquinas believed cruelty to animals was wrong not because animals have souls (and with that all the standard moral rights), but because it can teach us cruelty to other humans.
jkarni
·10 เดือนที่ผ่านมา·discuss
Yeah, I heard Jane Street disables even cache.nixos.org, and I think that's very sensible (but a pity...).
jkarni
·ปีที่แล้ว·discuss
It’s still helpful to eg fold different phases in Nix, and different derivation output.

I work on garnix.io, which is exactly a Nix-based CI alternative for GitHub, and we had to build a lot of these small things to make the experience better.
jkarni
·ปีที่แล้ว·discuss
We also do something similar at garnix, but when enabling incremental builds. Instead of just skipping the build stage, we also “normalize” the eval into just the store path, and skipping it the second time around.

Mentioned in passing in https://garnix.io/blog/incremental-builds. This is even more significant because in this case you might otherwise be eval-ing several layers of flakes.
jkarni
·2 ปีที่แล้ว·discuss
Yeah, nix on macOS can be a pain…

You might be too deeply scarred to come close to it, but we just wrote a blog post about deploying NixOS servers without installing nix locally or provisioning work here that feels relevant: https://garnix.io/blog/hosting-nixos
jkarni
·2 ปีที่แล้ว·discuss
This is part of why we built https://garnix.io/
jkarni
·3 ปีที่แล้ว·discuss
Garn [0] is most of that: simpler CLI, and Typescript for configuration, though lying on top of Nix.

(Disclaimer: I work on garn)

[0] https://github.com/garnix-io/garn
jkarni
·3 ปีที่แล้ว·discuss
It’s to allow interpolation of packages and environments. But in practice we don’t use it that often, so we were thinking of switching the main function to using just a second string argument. (In other words, I agree.)