<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: flysand7</title><link>https://news.ycombinator.com/user?id=flysand7</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 11:54:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=flysand7" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by flysand7 in "Artemis computer running two instances of MS outlook; they can't figure out why"]]></title><description><![CDATA[
<p>Something tells me this ain't the kind of redundancy aerospace engeneering really needs</p>
]]></description><pubDate>Thu, 02 Apr 2026 22:57:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621271</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=47621271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621271</guid></item><item><title><![CDATA[New comment by flysand7 in "Artemis computer running two instances of MS outlook; they can't figure out why"]]></title><description><![CDATA[
<p>1969: Our toilets suck, better be miticulous and careful with waste<p>2026: Too much shit, we need to design new toilets</p>
]]></description><pubDate>Thu, 02 Apr 2026 22:13:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47620864</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=47620864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620864</guid></item><item><title><![CDATA[New comment by flysand7 in "Meow.camera"]]></title><description><![CDATA[
<p>Cats aren't social species, they don't have the capability to understand what is and isn't private. If a cat wants to lick its balls it'll do that, even if the owner is watching.<p>Also, even if we wanted to push for some sick agenda that cats should have rights too, you can't really make a cat aware of said rights. Cats dont give a shit about cameras watching them</p>
]]></description><pubDate>Fri, 27 Mar 2026 22:51:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47549442</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=47549442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47549442</guid></item><item><title><![CDATA[New comment by flysand7 in "Meow.camera"]]></title><description><![CDATA[
<p>A chinese company Hello has created an app called Hello Street Cat - a livestreaming app that allows viwers to donate money to feed stray cats. Presumably, since it's the same company, maybe they purchased the feeders in bulk, that'll explain why the feeders look the same<p>But I wonder why some feeders are more decorated than others. For example Mr. Happy doesn't seem to have a container at all.</p>
]]></description><pubDate>Fri, 27 Mar 2026 22:47:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47549393</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=47549393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47549393</guid></item><item><title><![CDATA[New comment by flysand7 in "Generating All 32-Bit Primes (Part I)"]]></title><description><![CDATA[
<p>I enjoyed it too! Enough technical details to be useful, but not too boring.</p>
]]></description><pubDate>Mon, 16 Mar 2026 00:24:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47393635</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=47393635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47393635</guid></item><item><title><![CDATA[New comment by flysand7 in "Why Bcrypt Can Be Unsafe for Password Hashing?"]]></title><description><![CDATA[
<p>yea, me (pls dont crack)</p>
]]></description><pubDate>Sun, 16 Nov 2025 22:53:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45949200</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=45949200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45949200</guid></item><item><title><![CDATA[New comment by flysand7 in ""Your" vs. "My" in user interfaces"]]></title><description><![CDATA[
<p>This reminds me a Russian localization of the "Search" bar on some version of Windows 10, which reads something like "Type the prompt to perform search". Also weirdly infantilizing, overly verbose and just plain weird. Had a couple overseas friends ask me a few times why the text on the search bar is so long haha</p>
]]></description><pubDate>Tue, 16 Sep 2025 06:54:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45258907</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=45258907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45258907</guid></item><item><title><![CDATA[New comment by flysand7 in "A critique of package managers"]]></title><description><![CDATA[
<p>This article, although is trying to provide some arguments as for why package managers are "evil", I found the argumentation pretty weak/non-descriptive. It's good if you have the experiences that confirm a specific point of view, but I think these experiences need to be explained in some more detail, because people reading your article may have similar experiences and therefore would find it hard to agree with your points - just like me.<p>To give a concrete example, you said that javascript does not have a definition of a "package" in its langauge. But what does that really mean, and why should it lead to package manager managers? Because for me, a person who has worked with javascript just a little bit, I know package.json exists and most of the package managers I've worked with agree on what the contents of this file mean. If we limit our understanding to just npm, yarn and probably bun, we don't see how that causes or contributes to the dependency hell problem (sure it exists, but how?).<p>You said that Go mitigates the issue of dependency hell to some degree, but this is an interesting thought, give it more exploration! Why should something like Go not have this problem not be not as severe as in Javascript?<p>I may not remember the details of what you said in the article and I would like to check, but currently I can't access the site because it times-out for me.</p>
]]></description><pubDate>Tue, 09 Sep 2025 01:46:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45176457</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=45176457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45176457</guid></item><item><title><![CDATA[New comment by flysand7 in ".gitignore Everything by Default"]]></title><description><![CDATA[
<p>There's something similar I've done programming on linux. I've been working on some things in Odin programming language for a while and there are a ton of changes I've made where the commit contained an executable, because when Odin compiler makes the executable it names it after the main package's directory, without suffix.<p>Once I complained about this to the community someone suggested a clever gitignore hack:<p><pre><code>    *
    !*/
    !*.*
</code></pre>
This by default ignores all files, except those that <i>have</i> a suffix and directories. I think this is a useful lesson - if you flip which files you ignore you can change the failure mode from "I accidentally committed a huge file into a repo" to "why isn't it working?". The latter can be pretty much be answered by good CI testing (maybe not always though).</p>
]]></description><pubDate>Thu, 04 Sep 2025 22:24:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45132921</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=45132921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45132921</guid></item><item><title><![CDATA[New comment by flysand7 in "Lisp interpreter with GC in <750 lines of Odin (and <500 lines of C)"]]></title><description><![CDATA[
<p>As someone who knows what they're talking about, I'm curious to hear from you, why you consider use-after-free an undefined behavior and not an unspecified behavior instead?<p>Because as far as I know both undefined behavior and unspecified behavior are the behaviors that aren't specified in the language standard nor the implementation. So what's the difference?</p>
]]></description><pubDate>Thu, 04 Sep 2025 05:53:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45123988</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=45123988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45123988</guid></item><item><title><![CDATA[New comment by flysand7 in "I saved a PNG image to a bird"]]></title><description><![CDATA[
<p>Watched this video yesterday, and damn, it's really delightful watching experts make content about things they are passionate about. This love and passion is contageous, and even me, who up to this point knew almost nothing about birds has gained a new appreciation and love for these creatures. The fact that they can copy sounds is kinda incredible, and makes me want to listen more to them singing.</p>
]]></description><pubDate>Mon, 28 Jul 2025 20:15:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44715059</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44715059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44715059</guid></item><item><title><![CDATA[New comment by flysand7 in "I saved a PNG image to a bird"]]></title><description><![CDATA[
<p>I don't think the birds will like the sounds of that :)</p>
]]></description><pubDate>Mon, 28 Jul 2025 20:10:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44714998</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44714998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44714998</guid></item><item><title><![CDATA[New comment by flysand7 in "SQL Injection as a Feature"]]></title><description><![CDATA[
<p>Speaking of postgres, you don't even need a function, you can just use RETURNING clause of a modifying query to provide data source for the select:<p><pre><code>    select *
    from (
        delete
        from users
        returning id
    )</code></pre></p>
]]></description><pubDate>Sat, 26 Jul 2025 23:30:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44697741</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44697741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44697741</guid></item><item><title><![CDATA[New comment by flysand7 in "How does a screen work?"]]></title><description><![CDATA[
<p>Except the pain of hitting your pinky on a corner. That one's very real</p>
]]></description><pubDate>Sun, 13 Jul 2025 20:45:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44553579</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44553579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44553579</guid></item><item><title><![CDATA[New comment by flysand7 in ""Just Fucking Ship It" (Or: On Vibecoding)"]]></title><description><![CDATA[
<p>I really suggest not removing them as they are a great way to estimate the length of the article (which was the first thing I tried to do on your page and had to spend a good minute first looking for a scroll bar, and then holding Page Down key).</p>
]]></description><pubDate>Wed, 09 Jul 2025 21:01:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44514705</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44514705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44514705</guid></item><item><title><![CDATA[New comment by flysand7 in "Why I'm skeptical of Ground News"]]></title><description><![CDATA[
<p>The analysis seems to disagree with the data shown in the graphs about the labels of "left" and "right". The author seems to be confusing left/right? It's not just the first stacked bar, but also the third (avg %bias)</p>
]]></description><pubDate>Wed, 09 Jul 2025 20:43:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44514548</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44514548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44514548</guid></item><item><title><![CDATA[New comment by flysand7 in "Show HN: I Got Tired of Calculator Sites, So I Built My Own"]]></title><description><![CDATA[
<p>The biggest thing I'd want from a calculator -- having to calculate numeric expressions involving units, and getting the result in a specific unit. This is something I've used the google search prompt for because it can do these things to some degree, but google isn't a calculator and it will refuse to give you an answer right away if it doesn't think you entered a valid numeric expression.<p>Most of the time I'm looking for an answer in questions like:<p><pre><code>    4 weeks + 59*3 hours in days
    1/2 * 36g * (900 m/s)^2 in joules
</code></pre>
Other times when I'm working with memory and want to get a specific finite representation in hexadecimal:<p><pre><code>    1 megabyte as hex
</code></pre>
This might be off-topic because you're building a suite of calculators that I'd have to switch between to perform these tasks, rather than a single calculator that can do all / most of these things, but this kinda raises a point - if you want to switch between the calculators, maybe the UI should allow going from one to the other without performing the navigation, I'm thinking something like a sidebar that you can click on to switch to a different calculator.<p>Ideally when you switch and switch back the state should be saved because you might need to copy multiple values between calculators. EDIT: I forgot browsers have tabs, but still.<p>But really for me personally, nothing would beat a single thing that can do units and bases</p>
]]></description><pubDate>Mon, 07 Jul 2025 20:33:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44494393</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44494393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44494393</guid></item><item><title><![CDATA[New comment by flysand7 in "Million Times Million"]]></title><description><![CDATA[
<p>I'm kinda wondering are there any countries that still use the long scale nowadays? For me the biggest thing I've had to learn is that in Russian we use a short scale, except we don't have "billion" and instead it's "milliard". So it's just that you need to be careful with translating that one word. Are there other countries where the scale "shifts"?</p>
]]></description><pubDate>Sun, 06 Jul 2025 20:55:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44483978</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44483978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44483978</guid></item><item><title><![CDATA[New comment by flysand7 in "Mysterious life form found on ship that docked in Cleveland"]]></title><description><![CDATA[
<p>I'd go as far as to say it <i>is</i> carbon-based.<p>>they cracked cell membranes<p>>they found DNA<p>Which by the way are carbon-based chemicals.</p>
]]></description><pubDate>Thu, 03 Jul 2025 20:15:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44458790</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44458790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44458790</guid></item><item><title><![CDATA[New comment by flysand7 in "Ask HN: What Are You Working On? (June 2025)"]]></title><description><![CDATA[
<p>So I've got some things that seem a little bit weird to me:<p>1. Typing uppercase characters counts as a mistake<p>I'm not sure how that got to be the case, but somehow typing an uppercase letter instead of the lowercase is a mistake, despite the fact that sentences start with a lowercase letter. This conflicts with my muscle memory of starting sentences with a capital letter.<p>2. WPM is not a useful metric on its own<p>WPM can rise and fall depending on the length of the word. The bigger the word the less likely you are to type that word correctly from muscle memory, so the speed drops. The speed also drops due to the word being longer. I believe having both metrics would yield more useful data, such as when do you slow down etc.<p>Speaking of which, there are some more statistic things that could help, like measuring how fast you are at fixing the mistakes, or measuring three-letter combinations instead of two-letter combinations, because the context of the third letter might help, but you do need more data to gain a statistically significant result. Maybe trying to classify mistakes by the side of keyboard they happen on -- i.e. are they simple typos or a miscoordination of your hands.<p>---<p>Also, as pointed out by another commenter, hands also threw me off. I've been observing them and it's interesting that I don't use my little finger for the left row -- it's used in case I need to press shift.</p>
]]></description><pubDate>Mon, 30 Jun 2025 20:45:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44427663</link><dc:creator>flysand7</dc:creator><comments>https://news.ycombinator.com/item?id=44427663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44427663</guid></item></channel></rss>