HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jkarni

no profile record

投稿

New Chat Control Proposal [pdf]

cdn.netzpolitik.org
3 ポイント·投稿者 jkarni·8 か月前·0 コメント

Fix Your FODs: A supply-chain attack on Nix

garnix.io
2 ポイント·投稿者 jkarni·9 か月前·0 コメント

Nix CI Benchmarks

garnix-io.github.io
3 ポイント·投稿者 jkarni·9 か月前·0 コメント

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

thenewstack.io
2 ポイント·投稿者 jkarni·昨年·0 コメント

Show HN: Garnix modules – CI and hosting rethought

5 ポイント·投稿者 jkarni·昨年·0 コメント

Nix in 100 Seconds [video]

youtube.com
41 ポイント·投稿者 jkarni·2 年前·16 コメント

Lix 2.91 "Dragon's Breath"

lix.systems
3 ポイント·投稿者 jkarni·2 年前·0 コメント

Contextual CLIs

garnix.io
5 ポイント·投稿者 jkarni·3 年前·0 コメント

Garn, a TypeScript-based Nix front end

garnix.io
54 ポイント·投稿者 jkarni·3 年前·21 コメント

Nixbovik Part 1: Nix Derived Melodies

garnix.io
3 ポイント·投稿者 jkarni·3 年前·0 コメント

コメント

jkarni
·12 日前·議論
The limiting factor on speed-tests when you have 10-25 Gbps internet is WiFi. That’s what this is more likely showing.
jkarni
·先月·議論
> 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 か月前·議論
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 か月前·議論
Yeah, I heard Jane Street disables even cache.nixos.org, and I think that's very sensible (but a pity...).
jkarni
·昨年·議論
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
·昨年·議論
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 年前·議論
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 年前·議論
This is part of why we built https://garnix.io/
jkarni
·3 年前·議論
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 年前·議論
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.)