HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jkarni

no profile record

Submissions

New Chat Control Proposal [pdf]

cdn.netzpolitik.org
3 points·by jkarni·há 8 meses·0 comments

Fix Your FODs: A supply-chain attack on Nix

garnix.io
2 points·by jkarni·há 9 meses·0 comments

Nix CI Benchmarks

garnix-io.github.io
3 points·by jkarni·há 9 meses·0 comments

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

thenewstack.io
2 points·by jkarni·ano passado·0 comments

Show HN: Garnix modules – CI and hosting rethought

5 points·by jkarni·ano passado·0 comments

Nix in 100 Seconds [video]

youtube.com
41 points·by jkarni·há 2 anos·16 comments

Lix 2.91 "Dragon's Breath"

lix.systems
3 points·by jkarni·há 2 anos·0 comments

Contextual CLIs

garnix.io
5 points·by jkarni·há 3 anos·0 comments

Garn, a TypeScript-based Nix front end

garnix.io
54 points·by jkarni·há 3 anos·21 comments

Nixbovik Part 1: Nix Derived Melodies

garnix.io
3 points·by jkarni·há 3 anos·0 comments

comments

jkarni
·há 12 dias·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
·mês passado·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
·há 2 meses·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
·há 10 meses·discuss
Yeah, I heard Jane Street disables even cache.nixos.org, and I think that's very sensible (but a pity...).
jkarni
·ano passado·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
·ano passado·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
·há 2 anos·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
·há 2 anos·discuss
This is part of why we built https://garnix.io/
jkarni
·há 3 anos·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
·há 3 anos·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.)