<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: genezeta</title><link>https://news.ycombinator.com/user?id=genezeta</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 24 May 2026 23:17:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=genezeta" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by genezeta in "We Are Sliding Back into the Middle Ages"]]></title><description><![CDATA[
<p><a href="https://archive.is/uTyO7" rel="nofollow">https://archive.is/uTyO7</a></p>
]]></description><pubDate>Mon, 18 May 2026 08:57:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48177019</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=48177019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48177019</guid></item><item><title><![CDATA[New comment by genezeta in "Would HN Accept PRs?"]]></title><description><![CDATA[
<p>Yes, it <i>is</i> custom.</p>
]]></description><pubDate>Wed, 06 May 2026 14:29:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48036717</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=48036717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48036717</guid></item><item><title><![CDATA[New comment by genezeta in "Would HN Accept PRs?"]]></title><description><![CDATA[
<p><a href="http://arclanguage.org/install" rel="nofollow">http://arclanguage.org/install</a><p>And you can contact hn@ycombinator.com if you're serious. But I'm not sure they do actually accept contributions. And anyway a <i>dark mode</i> is something that has been talked about for years and there doesn't seem to be much interest in adding it to the site. You may try other -external- options to add a dark mode through a browser extension.</p>
]]></description><pubDate>Wed, 06 May 2026 10:53:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48034760</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=48034760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48034760</guid></item><item><title><![CDATA[New comment by genezeta in "Can't believe I spent a 100 hours on building this was it worth it?"]]></title><description><![CDATA[
<p>Direct link without having to go through reddit: <a href="https://www.livesunset.io/" rel="nofollow">https://www.livesunset.io/</a><p>It's a site with live camera feeds from around the world to see the sunset.</p>
]]></description><pubDate>Wed, 29 Apr 2026 19:16:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47953015</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47953015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47953015</guid></item><item><title><![CDATA[New comment by genezeta in "How much time left with your parents"]]></title><description><![CDATA[
<p>So you've followed your tutorial and you've built your little project. And it works! That's great. Congratulations.<p>---<p>But... now let's <i>think</i> for a moment about what you're doing there. Not the technical bits, but what the user sees.<p>You have decided that the average male lives to 71-72 and female to around 74. You have then decided that this average should be taken as a hard, fixed limit. And that people will die at that age no matter what.<p>These two assumptions are somewhat tricky. I mean, the first one is fairly random without a context. For, say, India, this is about right, but for other countries of the world -or as an average for the whole world- it can be quite different. And you don't mention any particular country.<p>But anyway, it's the <i>second</i> assumption that is more problematic. Because the number is just an average and using it as a hard limit is clearly wrong. First of all because death is not linear. Take a look at this sample table for the US [0]. Life expectancy <i>increases with age</i>. That means that initial life expectancy can be 80 years, but if you make it to 60, your total life expectancy goes up to 84. And if you make it to those 80 your life expectancy still gives you -on average- another 9.5 years to live.<p>Why is this relevant? Well, because such a calculator would assume the user, the person that goes there to see how much time they have left with their parents... well, <i>still has their parents alive</i>. It would be stupid otherwise if they know their parents are already dead. So this is 2026. The user states that their dad was born in, say, 1956. That's 70 years. Is the 71.5 average life expectancy right? Not at all. Even as an average, even as a hard limit, it is wrong. For a person at 70, that life expectancy would be something like 80+ and the remaining time should be calculated according to that. Sure, this means you need to write code that is a bit more complicated than what you've done here. Because you don't just have one average life expectancy, you need a whole table or function to calculate it. But, hey, this is learning! It's a coding exercise. So it is an opportunity to learn more and go beyond the simple tutorial into an exercise that is just <i>a little bit</i> more advanced.<p>---<p>But then again, let's ignore even this. Let's go back and keep the simple exercise. Let's assume just one fixed life expectancy. Then, as I mentioned above, we have a problem that's worse, more... stupid. Because as I said such a calculator has to assume the parents are still alive. Otherwise is simply makes no sense. And yet, you're giving the user the option to choose birth years as far back as 1940, while directly assuming that anyone born before 1952 for men or 1955 for women <i>is already dead</i>.<p>When you offer that option, you're saying it is a <i>valid</i> option. But when the user chooses it, you're saying they are stupid for doing so.<p>What you're doing is like this conversation:<p><pre><code>  - Hi, I visit my dad every Friday afternoon.
  - That's nice. But from this other perspective that may not be a lot of time. How old is he?
  - Oh, my dad is 78.
  - Bad news: your dad's already dead.
  - What? No, he's fine, I saw him just yesterday.
  - Your dad's been dead for years.
  - You're an asshole.
</code></pre>
---<p>So... again, congratulations on your coding exercise. You did it. <i>The coding</i> is solved [perhaps]. Well done.<p>But take this as an additional learning point: The problems you solve will sometimes involve writing code, but they will always require you to think about the details and nuances of the problem itself. It's all about the <i>decisions</i> and <i>assumptions</i> you make.<p>[0] <a href="https://www.ssa.gov/oact/STATS/table4c6.html" rel="nofollow">https://www.ssa.gov/oact/STATS/table4c6.html</a></p>
]]></description><pubDate>Mon, 27 Apr 2026 09:30:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47919485</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47919485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47919485</guid></item><item><title><![CDATA[New comment by genezeta in "Ask HN: Is there a way to render URLs to PDFs on Android?"]]></title><description><![CDATA[
<p>In Firefox on Android you can just simply "Save as PDF".</p>
]]></description><pubDate>Mon, 27 Apr 2026 05:20:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47917958</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47917958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47917958</guid></item><item><title><![CDATA[New comment by genezeta in "Fundamental Theorem of Calculus"]]></title><description><![CDATA[
<p>Alegreya</p>
]]></description><pubDate>Thu, 23 Apr 2026 10:19:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47873992</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47873992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47873992</guid></item><item><title><![CDATA[New comment by genezeta in "The best time to post on Hacker News"]]></title><description><![CDATA[
<p><i>Best</i> time is when you find an interesting link to share.</p>
]]></description><pubDate>Wed, 22 Apr 2026 15:32:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47865075</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47865075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47865075</guid></item><item><title><![CDATA[New comment by genezeta in "Tell HN: AI is bringing back waterfall, here's what I've found"]]></title><description><![CDATA[
<p><a href="https://bearblog.dev/" rel="nofollow">https://bearblog.dev/</a><p><a href="https://mataroa.blog/" rel="nofollow">https://mataroa.blog/</a></p>
]]></description><pubDate>Mon, 13 Apr 2026 08:03:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47749143</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47749143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47749143</guid></item><item><title><![CDATA[New comment by genezeta in "Ask HN: Am I disloyal for not wanting to share my system prompts?"]]></title><description><![CDATA[
<p>You came here searching for an answer. The problem is you wanted one specific answer, one that validates your own stance. So now if someone gives you an answer that doesn't sit well with you, you will try to convince them that you're right anyway for whatever reason you want.<p>Discussing this seems useless.</p>
]]></description><pubDate>Fri, 10 Apr 2026 09:13:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47715468</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47715468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47715468</guid></item><item><title><![CDATA[New comment by genezeta in "Ask HN: Am I disloyal for not wanting to share my system prompts?"]]></title><description><![CDATA[
<p>Did you create it on company time?</p>
]]></description><pubDate>Fri, 10 Apr 2026 08:49:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47715311</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47715311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47715311</guid></item><item><title><![CDATA[New comment by genezeta in "Ask HN: Is there some sort of stigma around Qubes OS on HN?"]]></title><description><![CDATA[
<p>> searching through HN posts and comments I can't find much (if any) discussion about Qubes OS<p>I think there's a fair amount of submissions and discussions: <a href="https://hn.algolia.com/?q=Qubes" rel="nofollow">https://hn.algolia.com/?q=Qubes</a></p>
]]></description><pubDate>Wed, 08 Apr 2026 10:16:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47688061</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47688061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47688061</guid></item><item><title><![CDATA[New comment by genezeta in "Ask HN: How Do You Relax?"]]></title><description><![CDATA[
<p>I walk to the park during slow hours, sit on a bench, wait for a bunch of sparrows to come, and then I give them some sunflower seeds. Sometimes -but not often- a magpie will approach too. You <i>have</i> to be quiet for birds to come near and fairly calm for them to approach you at all.<p>Others can only be spotted from a distance. Wagtails are quite timid but can be seen running around sometimes, and the blackbirds can be <i>heard</i> a lot even if you don't see them. I've also spotted a couple of woodpeckers. And once the park fell suddenly still and I looked up and there was a kite passing by (they have been spotted nesting in a much larger park a couple of miles away).<p>If the park is busy, then I'll watch the dogs, people going by. I ponder about the futility of life. Just sit there silently, doing nothing.</p>
]]></description><pubDate>Sun, 05 Apr 2026 03:56:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47645982</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47645982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47645982</guid></item><item><title><![CDATA[New comment by genezeta in "Help on Posts"]]></title><description><![CDATA[
<p>IF you mean this:<p><pre><code>  https://news.ycombinator.com/item?id=47611866 ("Show HN: Agentmatic, AI marketing platform that generates full campaigns for you")
</code></pre>
It has <i>not</i> been deleted, as you can see.<p>On the other hand, I don't see any asking for reviews or feedback. What I see is self-promotion, similarly to your previous post from a couple of months ago, which is against the guidelines: <a href="https://news.ycombinator.com/newsguidelines.html">https://news.ycombinator.com/newsguidelines.html</a></p>
]]></description><pubDate>Fri, 03 Apr 2026 05:54:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47623578</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47623578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47623578</guid></item><item><title><![CDATA[New comment by genezeta in "Is there any way to remove an already-pushed commit from GitLab?"]]></title><description><![CDATA[
<p>> I already cleaned up<p>You'd probably need to detail what exactly you have done to <i>clean up</i>, but it sounds like you didn't actually remove the commit?<p>You can remove a commit with an interactive rebase and then force push the new tree. Or depending on the current state of your tree, you can use other options.  In any case, you have answers to this on Stack overflow. e.g. <a href="https://stackoverflow.com/questions/40245767/delete-commit-on-gitlab" rel="nofollow">https://stackoverflow.com/questions/40245767/delete-commit-o...</a></p>
]]></description><pubDate>Thu, 26 Mar 2026 09:44:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47528419</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47528419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47528419</guid></item><item><title><![CDATA[New comment by genezeta in "Board Games Give You a False Sense of Socialising"]]></title><description><![CDATA[
<p>Broken link. Missing an <i>e</i> at the end: <a href="https://lovkush.substack.com/p/why-i-hardly-play-board-games-anymore" rel="nofollow">https://lovkush.substack.com/p/why-i-hardly-play-board-games...</a><p>But in any case, it's not very interesting. I mean, there's not much of an insight about board games. Even after saying that they "give <i>you</i> a false sense of socialising" (emphasis mine), the author immediately notes that "This is not representative of board gamers - many board gamers makes lots of close friends through board games - but for me, I was not building new friendships through board gaming."</p>
]]></description><pubDate>Wed, 25 Mar 2026 11:40:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47516006</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47516006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47516006</guid></item><item><title><![CDATA[New comment by genezeta in "Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller"]]></title><description><![CDATA[
<p>As the sibling comment mentions, it's Astro:<p><a href="https://github.com/videojs/v10/tree/main/site" rel="nofollow">https://github.com/videojs/v10/tree/main/site</a></p>
]]></description><pubDate>Wed, 25 Mar 2026 11:33:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47515955</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47515955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47515955</guid></item><item><title><![CDATA[New comment by genezeta in "Kanban TODO: a textfile based Kanban board in a single HTML file"]]></title><description><![CDATA[
<p><a href="https://github.com/chr15m/kanban-todo" rel="nofollow">https://github.com/chr15m/kanban-todo</a><p>Note that you need a browser with FileSystem Access API support. It would be nice to mention that in the readme.</p>
]]></description><pubDate>Fri, 20 Mar 2026 11:59:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47453369</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47453369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47453369</guid></item><item><title><![CDATA[New comment by genezeta in "Ask HN: When I submit my "Show HN" still toonew?"]]></title><description><![CDATA[
<p>If you think you have got a valid complaint, you shouldn't submit it here. You should instead contact hn@ycombinator.com, as seen in the footer below.<p>But "Show HN" has seen its use restricted for new accounts because of the large influx of spam on the site lately. So you probably can't do much.<p>Consider reading the guidelines: <a href="https://news.ycombinator.com/newsguidelines.html">https://news.ycombinator.com/newsguidelines.html</a></p>
]]></description><pubDate>Sat, 14 Mar 2026 09:41:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47374940</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47374940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47374940</guid></item><item><title><![CDATA[New comment by genezeta in "Ask HN: Uploaded a post and it was [dead] within a minute"]]></title><description><![CDATA[
<p>If I had to guess, I'd say the submission title is not very good, not very descriptive. Not only that, but you submitted it with a title that is different from the title on the site. That's usually not a good idea.</p>
]]></description><pubDate>Fri, 13 Mar 2026 11:18:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47362908</link><dc:creator>genezeta</dc:creator><comments>https://news.ycombinator.com/item?id=47362908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47362908</guid></item></channel></rss>