Viewing profile — nicoty
nicoty
HN member- Joined
- Fri, Apr 13, 2018, 12:44 AM UTC
- HN karma
- 95
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About nicoty
No profile information was provided.
Recent public activity
-
comment
Comment #49240399
I have a solution based on Nix that can be used to generate reproducible container images: https://github.com/nothingnesses/agent-images . It lets you customise which agents, harne…
-
comment
Comment #49080566
I've been thinking a lot about this recently. In my case: how do I get an agent to see the important parts of the current plan and get it to stick to it without deviating, especial…
-
comment
Comment #48862319
I've codified mine into a reusable workflow https://github.com/nothingnesses/agent-scaffold . To be honest, this isn't fool-proof though, since the agents can simply choose to igno…
-
comment
Comment #48757350
I've contributed to https://github.com/0xferrous/agent-box which allows you to bind-mount git repositories into containers that agents operate in, preventing the agents from access…
-
comment
Comment #48716330
I've contributed to https://github.com/0xferrous/agent-box which allows you to bind-mount git repositories into containers that agents operate in, preventing the agents from access…
-
comment
Comment #48683196
I don't now how the MacOS equivalent compares, but Linux/Windows has KDE Connect that I use for that https://kdeconnect.kde.org/
-
comment
Comment #48265090
Out of curiosity, what do you think is wrong with monomorphization-based polymorphism? The other alternatives I'm aware of are 1. type-erasure via v-table based dynamic dispatch (w…
-
comment
Comment #47956092
https://github.com/carp-lang/Carp might be of interest. It's a statically typed lisp.
-
comment
Comment #47714517
How does this compare to https://academy.fpblock.com/blog/quickcheck-hedgehog-validit... ? As far as I understand, Validity also has free generators and shrinking for types by havi…
-
comment
Comment #47482404
How would they do that if they don't use git for version control? Does GitHub allow other forms of version control other than git?
-
comment
Comment #46593889
Filesystems like zfs, btrfs and bcachefs have snapshot creation and rollbacks as features.
-
comment
Comment #46573306
I know I'll sound like a rube but somehow it rubs me the wrong way that the rich and powerful are spending billions trying to establish multiplanetary civilisations despite the fac…
-
comment
Comment #46039248
Like how capsaicin makes food feel hot even when it isn't?
-
comment
Comment #45081124
Thanks for the spoilers
-
comment
Comment #45010733
I implemented an iterative, stack-based DFS iterator in JS last year for a project that I didn't end up using it on. Maybe someone else can find some use of it: https://gist.github…
-
comment
Comment #44370729
Is it possible to press multiple keys on opposite axes at the same time? E.g. q and z or w and x on the qwerty layout.
-
comment
Comment #44079518
What's wrong with static type systems?
-
comment
Comment #44036030
Still somewhat janky. I use it on my work machine (since it at least seems a bit faster than using VirtualBox) and regularly run into issues where npm won't build my project due to…
-
comment
Comment #43641148
> First tier, high cost of living should be for high earners, singles or childless people, they should pay more taxes while second tier areas should offer UBI, and should generally…
-
comment
Comment #43427402
Copied verbatim from the AI generated summary: To choose the best rice cooker, consider these factors: Top Brands: Zojirushi is often considered the best brand, with Cuckoo and Tig…
-
comment
Comment #43420615
If the author/someone with knowledge of the language lurks here, there's these unanswered questions from the previous discussions that I'd interested about: https://news.ycombinato…
-
comment
Comment #43370844
In case you didn't know, Arc isn't being developed since 5 months now. The company has moved on to another project called Dia.
-
comment
Comment #43361933
The article says the birds make different nest configurations, with one incorporating a softer cup layer on top of the spiky layer made with the spikes and another configuration us…
-
comment
Comment #42159395
Fumny you mention that, guess what the article is about.
-
comment
Comment #41630399
I'm not familiar with Java. Does it have no notion of structural types at all? If it does, maybe you could wrap those fields in `Car` with `Maybe`/`Option` (I’m not sure what the e…