<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: nicoty</title><link>https://news.ycombinator.com/user?id=nicoty</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 21:43:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nicoty" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nicoty in "ZCode – Harness for GLM-5.2"]]></title><description><![CDATA[
<p>I've contributed to <a href="https://github.com/0xferrous/agent-box" rel="nofollow">https://github.com/0xferrous/agent-box</a> which allows you to bind-mount git repositories into containers that agents operate in, preventing the agents from accessing files that aren't bind-mounted. Your usual .gitignore can then be used to also ignore files within the repo to be bind-mounted, which prevents agents from accessing them at all, essentially working as a sandbox.<p>I also maintain <a href="https://github.com/nothingnesses/agent-images" rel="nofollow">https://github.com/nothingnesses/agent-images</a> which allows you to use Nix to reproducibly spin up OCI container images containing agents and any other tools you need for development and use these with agent-box.<p>I use both at the moment to work on some personal projects with agents, where I set up multiple separate git worktrees for the agents to work in, preventing them from accessing anything outside of the worktrees and from trampling over each other's work.</p>
]]></description><pubDate>Thu, 02 Jul 2026 06:32:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48757350</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=48757350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48757350</guid></item><item><title><![CDATA[New comment by nicoty in "A way to exclude sensitive files issue still open for OpenAI Codex"]]></title><description><![CDATA[
<p>I've contributed to <a href="https://github.com/0xferrous/agent-box" rel="nofollow">https://github.com/0xferrous/agent-box</a> which allows you to bind-mount git repositories into containers that agents operate in, preventing the agents from accessing files that aren't bind-mounted. Your usual .gitignore can then be used to also ignore files within the repo to be bind-mounted, which prevents agents from accessing them at all, essentially working as a sandbox.<p>I also maintain <a href="https://github.com/nothingnesses/agent-images" rel="nofollow">https://github.com/nothingnesses/agent-images</a> which allows you to use Nix to reproducibly spin up OCI containers containing agents and any other tools you need and use these with agent-box.<p>I use both at the moment to work on some personal projects with agents, where I set up multiple separate git worktrees for the agents to work in, preventing them from accessing anything outside of the worktrees and from trampling over each other's work.</p>
]]></description><pubDate>Mon, 29 Jun 2026 08:19:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48716330</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=48716330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48716330</guid></item><item><title><![CDATA[New comment by nicoty in "Apple to skip high-end M6 Mac chips in favor of AI-focused M7 line"]]></title><description><![CDATA[
<p>I don't now how the MacOS equivalent compares, but Linux/Windows has KDE Connect that I use for that <a href="https://kdeconnect.kde.org/" rel="nofollow">https://kdeconnect.kde.org/</a></p>
]]></description><pubDate>Fri, 26 Jun 2026 06:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48683196</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=48683196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48683196</guid></item><item><title><![CDATA[New comment by nicoty in "C constructs that still don't work in C++"]]></title><description><![CDATA[
<p>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 (which Rust also has in the form of the `dyn` keyword), which has performance and memory-allocation overhead and 2. macros, which Rust also has and, if used for polymorphism,  would essentially be like compile-time monomorphization, but clunkier.<p>Maybe I'm missing something though and there are other alternatives done differently in other languages?</p>
]]></description><pubDate>Mon, 25 May 2026 09:48:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48265090</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=48265090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48265090</guid></item><item><title><![CDATA[New comment by nicoty in "Why I still reach for Lisp and Scheme instead of Haskell"]]></title><description><![CDATA[
<p><a href="https://github.com/carp-lang/Carp" rel="nofollow">https://github.com/carp-lang/Carp</a> might be of interest. It's a statically typed lisp.</p>
]]></description><pubDate>Wed, 29 Apr 2026 23:33:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47956092</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=47956092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47956092</guid></item><item><title><![CDATA[New comment by nicoty in "Hegel, a universal property-based testing protocol and family of PBT libraries"]]></title><description><![CDATA[
<p>How does this compare to <a href="https://academy.fpblock.com/blog/quickcheck-hedgehog-validity/" rel="nofollow">https://academy.fpblock.com/blog/quickcheck-hedgehog-validit...</a> ? As far as I understand, Validity also has free generators and shrinking for types by having them implement various typeclasses that represent invariants and also has pre-made combinators to test properties with.</p>
]]></description><pubDate>Fri, 10 Apr 2026 06:57:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47714517</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=47714517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47714517</guid></item><item><title><![CDATA[New comment by nicoty in "The future of version control"]]></title><description><![CDATA[
<p>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?</p>
]]></description><pubDate>Sun, 22 Mar 2026 21:33:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47482404</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=47482404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47482404</guid></item><item><title><![CDATA[New comment by nicoty in "Cowork: Claude Code for the rest of your work"]]></title><description><![CDATA[
<p>Filesystems like zfs, btrfs and bcachefs have snapshot creation and rollbacks as features.</p>
]]></description><pubDate>Mon, 12 Jan 2026 20:31:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46593889</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=46593889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46593889</guid></item><item><title><![CDATA[New comment by nicoty in "Workers at Redmond SpaceX lab exposed to toxic chemicals"]]></title><description><![CDATA[
<p>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 fact that we still have plenty of unfixed problems here at home that also deserve attention and resources, if not more so.</p>
]]></description><pubDate>Sun, 11 Jan 2026 06:59:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46573306</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=46573306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46573306</guid></item><item><title><![CDATA[New comment by nicoty in "Mind-reading devices can now predict preconscious thoughts"]]></title><description><![CDATA[
<p>Like how capsaicin makes food feel hot even when it isn't?</p>
]]></description><pubDate>Mon, 24 Nov 2025 20:59:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46039248</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=46039248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46039248</guid></item><item><title><![CDATA[New comment by nicoty in "New interpretations suggest the "heat death" hypothesis might not hold (2023)"]]></title><description><![CDATA[
<p>Thanks for the spoilers</p>
]]></description><pubDate>Sun, 31 Aug 2025 07:25:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45081124</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=45081124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45081124</guid></item><item><title><![CDATA[New comment by nicoty in "Iterative DFS with stack-based graph traversal (2024)"]]></title><description><![CDATA[
<p>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: <a href="https://gist.github.com/nothingnesses/5f974a43a2da5d1d8a6b9c02b0e22387" rel="nofollow">https://gist.github.com/nothingnesses/5f974a43a2da5d1d8a6b9c...</a></p>
]]></description><pubDate>Mon, 25 Aug 2025 06:08:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45010733</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=45010733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45010733</guid></item><item><title><![CDATA[New comment by nicoty in "Svalboard: Datahand Lives"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Tue, 24 Jun 2025 20:34:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44370729</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=44370729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44370729</guid></item><item><title><![CDATA[New comment by nicoty in "Why Algebraic Effects?"]]></title><description><![CDATA[
<p>What's wrong with static type systems?</p>
]]></description><pubDate>Sat, 24 May 2025 07:44:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44079518</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=44079518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44079518</guid></item><item><title><![CDATA[New comment by nicoty in "The Windows Subsystem for Linux is now open source"]]></title><description><![CDATA[
<p>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 the existence of symlinks [1,2]. wslg windows also don't yet have first-party support from the windowing system [3]. I also remember having trouble setting up self-signed certs and getting SSL working.<p>1. <a href="https://stackoverflow.com/questions/57580420/wsl-using-a-wsl-symlink-folder-from-windows" rel="nofollow">https://stackoverflow.com/questions/57580420/wsl-using-a-wsl...</a>
2. <a href="https://github.com/microsoft/WSL/issues/5118">https://github.com/microsoft/WSL/issues/5118</a>
3. <a href="https://github.com/microsoft/wslg/issues/22">https://github.com/microsoft/wslg/issues/22</a></p>
]]></description><pubDate>Mon, 19 May 2025 23:20:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=44036030</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=44036030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44036030</guid></item><item><title><![CDATA[New comment by nicoty in "Basic Income Pilot Project: Study results"]]></title><description><![CDATA[
<p>> 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 subsidise people having children<p>That seems unfair to me. Why should singles and childless people subsidise people with children?</p>
]]></description><pubDate>Thu, 10 Apr 2025 06:10:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43641148</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=43641148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43641148</guid></item><item><title><![CDATA[New comment by nicoty in "Claude can now search the web"]]></title><description><![CDATA[
<p>Copied verbatim from the AI generated summary:<p>To choose the best rice cooker, consider these factors:<p>Top Brands: Zojirushi is often considered the best brand, with Cuckoo and Tiger as close contenders. Aroma is considered a good budget brand 1.
Types:
Basic on/off rice cookers: These are good for simple white or brown rice cooking and are usually affordable and easy to use 2.
Considerations: When buying a rice cooker, also consider noise levels, especially from beeping alerts and fan operation 3.
Specific Recommendations:
Yum Asia Panda Mini Advanced Fuzzy Logic Ceramic Rice Cooker is recommended for versatility 4.
Yum Asia Bamboo rice cooker is considered the best overall 5.
Russell Hobbs large rice cooker is a good budget option 5.
For one to two people, you don't need a large rice cooker unless cost and space aren't a concern 6. Basic one-button models can be found for under $50, mid-range options around $100-$200, and high-end cookers for hundreds of dollars 6.
References
What is the best rice cooker brand ? : r/Cooking - Reddit www.reddit.com
The Ultimate Rice Cooker Guide: How to Choose the Right One for Your Needs www.expertreviewsbestricecooker.com
Best Rice Cooker UK | Posh Living Magazine posh.co.uk
Best rice cookers for making perfectly fluffy grains - BBC Good Food www.bbcgoodfood.com
The best rice cookers for gloriously fluffy grains at home www.theguardian.com
Do You Really Need A Rice Cooker? (The Answer Is Yes.) - HuffPost www.huffpost.com</p>
]]></description><pubDate>Thu, 20 Mar 2025 18:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43427402</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=43427402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43427402</guid></item><item><title><![CDATA[New comment by nicoty in "Austral: A Systems Language with Linear Types and Capabilities (2022)"]]></title><description><![CDATA[
<p>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: <a href="https://news.ycombinator.com/item?id=34205220">https://news.ycombinator.com/item?id=34205220</a></p>
]]></description><pubDate>Thu, 20 Mar 2025 07:46:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43420615</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=43420615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43420615</guid></item><item><title><![CDATA[New comment by nicoty in "A look at Firefox forks"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Sat, 15 Mar 2025 07:55:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43370844</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=43370844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43370844</guid></item><item><title><![CDATA[New comment by nicoty in "Magpies and crows are using “anti-bird spikes” to make nests (2023)"]]></title><description><![CDATA[
<p>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 using the spikes as part of a dome on top of the nest.</p>
]]></description><pubDate>Fri, 14 Mar 2025 12:21:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43361933</link><dc:creator>nicoty</dc:creator><comments>https://news.ycombinator.com/item?id=43361933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43361933</guid></item></channel></rss>