<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: nihakue</title><link>https://news.ycombinator.com/user?id=nihakue</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 10:34:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nihakue" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nihakue in "'Backrooms' and the Rise of the Institutional Gothic"]]></title><description><![CDATA[
<p>House Of Leaves was published in 2000 and Backrooms originates (as far as I can tell) from like 2011? Not that it's impossible that the ideas developed independently, but given how big a cult hit House of Leaves was I'd be very surprised if there wasn't some direct lineage. Not trying to gatekeep, it's just that the Backroom trailer was giving me _really distinct_ HoL vibes. I wonder if that's just the film mixing in ideas that weren't necessarily present in the original copypasta.<p><i>edit</i>: Another thing I will say is that I've noticed both HoL and Backrooms seem to act like a kind of shibboleth for a particular demographic (not even really the same demographic) and you often see this in how people write/talk about both. I think it maybe stems from how dense/unapproachable the two works are, how innocuous they seem on the surface such that you really have to sink some effort to get at them.</p>
]]></description><pubDate>Thu, 02 Apr 2026 17:17:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47617264</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=47617264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47617264</guid></item><item><title><![CDATA[New comment by nihakue in "We do not think Anthropic should be designated as a supply chain risk"]]></title><description><![CDATA[
<p><a href="https://imgur.com/a/Cyq1LIw" rel="nofollow">https://imgur.com/a/Cyq1LIw</a><p>I have a feeling this particular brand of hair splitting is going to be an interesting fixture in the history books.</p>
]]></description><pubDate>Sun, 01 Mar 2026 12:50:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47206252</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=47206252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47206252</guid></item><item><title><![CDATA[New comment by nihakue in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>Islands only link up every once in a while, so once you land on an island that's it at least for now. When islands link up you'll see a big '?' appear in the page header that you can click on to explore the linked island. There are two islands right now because the populations are low. There's a mechanism for discovering new islands as the island populations grow.<p>My hope is that by smooshing people together randomly and making it harder to move, people will have a new way (new old way?) of interacting online that has more of the good aspects of offline socialising. But you're 100% right that without a reason to engage it's going to be very quiet. I'm looking at different ways to tackle this that range from "it's a video game now" to something much more subtle.</p>
]]></description><pubDate>Mon, 09 Feb 2026 23:24:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46953057</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46953057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46953057</guid></item><item><title><![CDATA[New comment by nihakue in "Deno Sandbox"]]></title><description><![CDATA[
<p>It's working now, thanks. While I've got your attention, it was a little bit of effort to wrap my head around the APIs when `sandbox create` uses --root AND/or --volume, `snapshot create` uses positional args <volumeIdOrSlug> <snapshotSlug>, and `volumes create` uses --from<p>I know that each of these things is subtly different, but they're similar enough that the bootable snapshot creation workflow (which I expect is a common one) has some sharp edges, since you have to interact with all three APIs at the same time.<p>Also, the CLI doesn't give a useful error when you try to create a snapshot from a currently attached volume.<p>Finally, updating a snapshot is more steps than I'd ideally like. I would much rather be able to make changes in a sandbox with a snapshot root and have them persist as a new snapshot. I kind of get why this isn't currently the case, but The volume/snapshot dance feels (for my usecase) like it's missing some abstraction.<p>That said, now that I've got a snapshot set up it's a nice experience. I've got an alias for `deno sandbox create --root dev --ssh` and I can `claude` in yolo mode without much fear.<p>Congratulations to the team :)</p>
]]></description><pubDate>Mon, 09 Feb 2026 15:23:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46946224</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46946224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46946224</guid></item><item><title><![CDATA[New comment by nihakue in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>I'm building a tiny experimental message board / ...game? called Isles (<a href="https://isles.app/about" rel="nofollow">https://isles.app/about</a>). The short pitch is that when you sign up you're randomly assigned to a small island, and you can only interact with people on that island. Randomly, islands link up and you can migrate/explore the other island. I wanted to play with ideas of cultural exchange on a really small scale. I don't have any regular users yet, but if any of that is interesting to you, you should sign up if only to say hi.<p>Tech I'm using: Sprites, Cloudflare Workers, SQLite, Litestream, React SSR</p>
]]></description><pubDate>Mon, 09 Feb 2026 14:25:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46945539</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46945539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46945539</guid></item><item><title><![CDATA[New comment by nihakue in "Deno Sandbox"]]></title><description><![CDATA[
<p>Not sure if anyone from the deno team is monitoring this forum, but I was trying to stand up a dev-base snapshot and pretty quickly ran into a wall. Is it not currently possible to create a bootable volume from the CLI? <a href="https://docs.deno.com/sandbox/volumes/#creating-a-snapshot" rel="nofollow">https://docs.deno.com/sandbox/volumes/#creating-a-snapshot</a> has an example for the js API, but the CLI equivalent isn't specifying --from and the latest verson of the deno CLI installed fresh from deno.land has no --from option. Is the CLI behind, here? Or is the argument provided some other way?</p>
]]></description><pubDate>Wed, 04 Feb 2026 12:04:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46884848</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46884848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46884848</guid></item><item><title><![CDATA[New comment by nihakue in "Deno Sandbox"]]></title><description><![CDATA[
<p>See also Sprites (<a href="https://news.ycombinator.com/item?id=46557825">https://news.ycombinator.com/item?id=46557825</a>) which I've been using and really enjoying. There are some key architecture differences between the two, but  very similar surface area. It'll be interesting to see if ephemeral + snapshots can be as convenient as stateful with cloning/forking (which hasn't actually dropped yet, although the fly team say it's coming).<p>Will give these a try. These are exciting times, it's never been a better time to build side projects :)</p>
]]></description><pubDate>Tue, 03 Feb 2026 18:29:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46875048</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46875048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46875048</guid></item><item><title><![CDATA[Show HN: I'm building an experimental forum to help people connect]]></title><description><![CDATA[
<p>I don't feel like my brain is wired to make friends on the internet anymore. Everything seems to either happen in totally isolated private groups or on such a massive stage that it's hard to be myself. On top of that, everyone is yelling at the top of their lungs to be heard over the din, or catering what they say to appease algorithms. There isn't much room for nuance. Then when we aren't on this big stage we're in these carefully curated protective bubbles that shield us from any kind of discord.<p>I wanted to create a place where people can talk and hang out and build communities at a more human scale. A site where people are smooshed together more or less randomly and sheltered for long enough that they can hopefully find some common ground.<p>I'm building Isles ( <a href="https://isles.app/" rel="nofollow">https://isles.app/</a> ), which is just this really simple/dumb forum that has two things that set it apart:<p>1. When you sign up, you're put on an island randomly. You can only see posts from others on that island. Island populations are capped<p>2. Very occasionally, two islands will 'link up' basically at random. For a short time, both islands can interact with each other. When the islands separate, you can choose to stay on the other island. If you do, you can't go back unless those two islands link again.<p>That's it. My hope for Isles is that it gives people a break from big homogenous social spaces. It's really early days and still more of a sketch than an actual product, but I wanted to share it to see if the idea resonated with others. I'm looking for any feedback at all.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46718951">https://news.ycombinator.com/item?id=46718951</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 22 Jan 2026 13:25:24 +0000</pubDate><link>https://isles.app/</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46718951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46718951</guid></item><item><title><![CDATA[New comment by nihakue in "JRR Tolkien reads from The Hobbit for 30 Minutes (1952)"]]></title><description><![CDATA[
<p>Excellent, but my favourite has to be the Rob Inglis recordings (of both The Hobbit and LOTR). The songs are top notch, and his voice is perfect, esp. for the tone of the Hobbit. <a href="https://archive.org/details/TheHobbitAudiobook/The+Hobbit/Chapter+01+-+An+Unexpected+Party.mp3" rel="nofollow">https://archive.org/details/TheHobbitAudiobook/The+Hobbit/Ch...</a></p>
]]></description><pubDate>Mon, 12 Jan 2026 10:45:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46586669</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46586669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46586669</guid></item><item><title><![CDATA[New comment by nihakue in "Eat Real Food"]]></title><description><![CDATA[
<p>Replying to my own comment because I've had some more time to look through the scientific foundation document. In particular, this was an illuminating section (and maybe hinting at where the 'war on protein' language comes from)<p>> The DGAs recommend a variety of animal source protein foods (ASPFs) and plant
source protein foods (PSPFs) to provide enough total protein to satisfy the minimum
requirements set at the Recommended Dietary Allowance (RDA) of 0.8 g/kg body
weight for adults and to ensure the dietary patterns meet most nutrient needs [3, 4].
However, over the past 20 years, an extensive body of research has underscored the
unique and diverse metabolic roles of protein, and now there is compelling evidence
that consuming additional foods that provide protein at quantities above the RDA may
be a key dietary strategy to combat obesity in the U.S (while staying within calorie limits
by reducing nutrient-poor carbohydrate foods).
Instead of incorporating this approach, the past iterations of the DGAs have eroded
daily protein quantity by shifting protein recommendations to PSPFs, including beans,
peas, and lentils, while reducing and/or de-emphasizing intakes of ASPFs, including
meats, poultry, and eggs. The shift towards PSPFs was intended to reduce adiposity
and risks of chronic diseases but was primarily informed by epidemiological evidence on 
The Scientific Foundation for the Dietary Guidelines for Americans, 2025–2030: Appendices | 350
dietary patterns, even in some cases when experimental evidence from randomized
controlled trials (RCTs) was available to more specifically inform this recommendation.
Another key aspect that DGA committees have inadequately considered are the nutrient
consequences when shifting from ASPFs to PSPFs. ASPFs not only provide EAAs, they
also provide a substantial amount of highly bioavailable essential micronutrients that are
under-consumed. Encouraging Americans to move away from these foods may further
compromise the nutrient inadequacies already impacting many in the U.S., especially
our young people.
Compounding this is the recent evidence highlighting the fallacies of using the
unsubstantiated concept of protein ounce equivalents within food pattern (substitution)
modeling, leading to recommended reductions in daily protein intakes and protein
quality since ASPFs and PSPFs are not equivalent in terms of total protein or EAA
density. Given that 1) there is no Tolerable Upper Intake Level (UL) for dietary protein
established by the Dietary Reference Intakes (DRIs) and 2) consuming high quality
ASPFs above current recommendations has shown no negative health risks in high
quality RCTs, it’s unclear as to why previous DGAs encouraged shifts in protein intake
towards limiting high quality, nutrient dense ASPFs. It's essential to evaluate the
evidence to establish a healthy range of protein intake and to substantiate whether or
not limiting ASPFs is warranted and/or has unintended consequences.
An alternative approach that may be more strongly supported by the totality of evidence
is the replacement of refined grains with PSPFs like beans, peas, and lentils. Given
their nutrient dense profile (e.g., excellent source of fiber, complex carbohydrates, &
folate, etc.; good source of protein) nutrient dense PSPFs complement but do not
replace the nutrients provided in ASPFs (i.e., excellent source of protein, vit B12, zinc,
good source of heme iron, etc.). By including high quality, nutrient dense ASPFs as the
primary source of protein, followed by nutrient dense PSPFs as a replacement for
nutrient-poor refined grains, a higher-protein, lower-carbohydrate dietary pattern can be
achieved which likely improves nutrient adequacy, weight management, and overall
health. -- <a href="https://cdn.realfood.gov/Scientific%20Report%20Appendices.pdf" rel="nofollow">https://cdn.realfood.gov/Scientific%20Report%20Appendices.pd...</a> Appendix 4.9</p>
]]></description><pubDate>Thu, 08 Jan 2026 14:47:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46541631</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46541631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46541631</guid></item><item><title><![CDATA[New comment by nihakue in "Eat Real Food"]]></title><description><![CDATA[
<p>I do regret mentioning Broccoli because it seems to have become a bit of a distraction from my original point, which was that getting enough protein from a varied diet actually isn't that hard once you start to notice how much protein is in certain common veg. I'm not totally sure I understand where the mentality that all your protein has to come from a single source in isolation comes from, but suspect representations like this pyramid are at least partly to blame.<p>Agree that g/kcal isn't perfect but g/g has its own corner cases like water content skewing things badly (e.g. dried spirulina is 57% protein by weight but you'd never eat more than like a gram in a serving). I never meant to suggest that people should be eating broccoli _in place of_ turkey, only that by _de-emphasising_ the protein content of many vegetables in favor of animal proteins, the graphic encourages meal planning that must always contain an animal protein. More insidiously, in my experience at least, it blurs the line between the nutrition content of different animal proteins ("I have my veg I just need 'a protein' now") which leads to more consumption of red meat regardless of quality.<p>The graphic that I wish someone would make is the 'periodic table of macro nutrients' that positions foods along multiple dimensions at once but I don't know how you would actually do it in just two dimensions.</p>
]]></description><pubDate>Thu, 08 Jan 2026 11:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46539738</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46539738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46539738</guid></item><item><title><![CDATA[New comment by nihakue in "Eat Real Food"]]></title><description><![CDATA[
<p>It's a good point, and maybe Broccoli isn't then as compelling as something like tofu, which contains nearly as much (and nearly as bio available) protein/calorie as lean steak.<p>I guess I'd challenge the 'no downsides' claim. Few people stick to super lean grass-fed cuts, and the picture on the site is even a ribeye steak :P<p>The protein density (g/kcal) of a ribeye steak is basically the same as tofu (I think like 14g/100kcal vs 11g/100kcal in tofu)<p>I know I'm moving the goal posts slightly (I admit I didn't know about bio availability, and see now that I have more to read up on e.g. Broccoli), but am learning as I discuss rather than arguing a fixed point.</p>
]]></description><pubDate>Wed, 07 Jan 2026 18:22:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46530298</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46530298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46530298</guid></item><item><title><![CDATA[New comment by nihakue in "Eat Real Food"]]></title><description><![CDATA[
<p>I guess what I'm lamenting is the missed opportunity to highlight that many vegetables e.g. broccoli are an excellent protein source as well as other important nutrients. It gives you additional flexibility when meal planning. There's a common misconception (at least in my circles) that protein => animal protein which isn't always useful for planning a balanced meal.</p>
]]></description><pubDate>Wed, 07 Jan 2026 18:08:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46530056</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46530056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46530056</guid></item><item><title><![CDATA[New comment by nihakue in "Eat Real Food"]]></title><description><![CDATA[
<p>How is it possible that beef, dairy, and chicken are front and center while Lentils, Tofu (or even just soy), Chickpeas, Nutritional Yeast, Broccoli, etc are all left off? Why do they arbitrarily split "protein" and "fruit/veg" given that most/all of the most protein dense foods are vegetables/legumes? Steak is a terrible source of protein (in terms of nutrient density). Immediately pretty suspicious.</p>
]]></description><pubDate>Wed, 07 Jan 2026 17:44:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46529608</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=46529608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46529608</guid></item><item><title><![CDATA[New comment by nihakue in "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens"]]></title><description><![CDATA[
<p>This is such a bonkers line of thinking, I'm so intrigued. So a particular model will have an entire 'culture' only available or understandable to itself. Seems kind of lonely. Like some symbols might activate together for reasons that are totally incomprehensible to us, but make perfect sense to the model. I wonder if an approach like the one in <a href="https://www.anthropic.com/research/tracing-thoughts-language-model" rel="nofollow">https://www.anthropic.com/research/tracing-thoughts-language...</a> could ever give us insight into any 'inside jokes' present in the model.<p>I hope that research into understanding LLM qualia eventually allow us to understand e.g. what it's like to [be a bat](<a href="https://en.wikipedia.org/wiki/What_Is_It_Like_to_Be_a_Bat%3F" rel="nofollow">https://en.wikipedia.org/wiki/What_Is_It_Like_to_Be_a_Bat%3F</a>)</p>
]]></description><pubDate>Fri, 23 May 2025 17:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=44074604</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=44074604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44074604</guid></item><item><title><![CDATA[New comment by nihakue in "TikTok is harming children at an industrial scale"]]></title><description><![CDATA[
<p>THANK YOU so much for this. I'd spend some time researching how to disable YouTube shorts only to come to the conclusion that I had to use a different client (I picked NewPipe, but faced frequent issues with playback and I ended up having to click out to YouTube 90% of the time anyway)<p>I've disabled YouTube history now and it's almost exactly what I'd hoped for. Shorts are disabled, no 'feed', no suggestions, just my subscriptions. I owe you a beer.</p>
]]></description><pubDate>Thu, 17 Apr 2025 16:39:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=43719250</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=43719250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43719250</guid></item><item><title><![CDATA[New comment by nihakue in "What Is Entropy?"]]></title><description><![CDATA[
<p>I'm not in any way qualified to have a take here, but I have one anyway:<p>My understanding is that entropy is a way of quantifying how many different ways a thing could 'actually be' and yet still 'appear to be' how it is. So it is largely a result of an observer's limited ability to perceive / interrogate the 'true' nature of the system in question.<p>So for example you could observe that a single coin flip is heads, and entropy will help you quantify how many different ways that could have come to pass. e.g. is it a fair coin, a weighted coin, a coin with two head faces, etc. All these possibilities increase the entropy of the system. An arrangement _not_ counted towards the system's entropy is the arrangement where the coin has no heads face, only ever comes up tails, etc.<p>Related, my intuition about the observation that entropy tends to increase is that it's purely a result of more likely things happening more often on average.<p>Would be delighted if anyone wanted to correct either of these intuitions.</p>
]]></description><pubDate>Mon, 14 Apr 2025 20:56:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=43686233</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=43686233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43686233</guid></item><item><title><![CDATA[New comment by nihakue in "Launch HN: Aqua Voice (YC W24) – Voice-driven text editor"]]></title><description><![CDATA[
<p>Not sure I'm going to get any traction here, but seeing as the 'support' button in the website is greyed out, not sure where else to post this. I got double-charged for my subscription, and I'm hoping you folks can help me get a refund on the extra charge. I was going through the subscription flow and got an error. The website allowed me to subscribe again so I did, assuming the first one hadn't gone through. I now have two charges on my card.</p>
]]></description><pubDate>Tue, 02 Apr 2024 11:45:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=39904641</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=39904641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39904641</guid></item><item><title><![CDATA[New comment by nihakue in "Uranus should be NASA’s top planetary target – report"]]></title><description><![CDATA[
<p>You could also just pronounce it the way the rest of the world does</p>
]]></description><pubDate>Wed, 20 Apr 2022 11:24:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=31095300</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=31095300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31095300</guid></item><item><title><![CDATA[New comment by nihakue in "A pair of dice which never roll 7 (2004)"]]></title><description><![CDATA[
<p>Oh I see, I misunderstood. Yep I like your way best so far although I didn't see the problem with rerolling</p>
]]></description><pubDate>Sun, 23 Jan 2022 16:18:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=30047331</link><dc:creator>nihakue</dc:creator><comments>https://news.ycombinator.com/item?id=30047331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30047331</guid></item></channel></rss>