<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: jheriko</title><link>https://news.ycombinator.com/user?id=jheriko</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 09:17:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jheriko" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jheriko in "Valve releases Team Fortress 2 code"]]></title><description><![CDATA[
<p>this is unexciting.</p>
]]></description><pubDate>Wed, 19 Feb 2025 02:58:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43098050</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=43098050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43098050</guid></item><item><title><![CDATA[New comment by jheriko in "Why young parents should focus on building trust with their kids"]]></title><description><![CDATA[
<p>The title is moronic, the content reads like it is written by someone completely out of touch with reality.<p>This is a common sense idea... the fact that this required this level thought is scary.</p>
]]></description><pubDate>Thu, 13 Feb 2025 18:54:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43039730</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=43039730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43039730</guid></item><item><title><![CDATA[New comment by jheriko in "I built a failed startups goods website and named it VcSubsidized.com"]]></title><description><![CDATA[
<p>I thought this meant the website was a failure... and looking at it, I think its due to become one.</p>
]]></description><pubDate>Thu, 13 Feb 2025 18:51:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43039685</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=43039685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43039685</guid></item><item><title><![CDATA[New comment by jheriko in "Undergraduate shows that searches within hash tables can be much faster"]]></title><description><![CDATA[
<p>i feel this article is missing some detail or incorrect in reporting the actual development here. either that or i am missing something myself...<p>hash tables are constant time on average for all insertion, lookup and deletion operations, and in some special cases, which i've seen used in practice very, very often, they have very small constant run-time just like a fixed-size array (exactly equivalent in-fact).<p>this came up in an interview question i had in 2009 where i got judged poorly for deriding the structure as "not something i've often needed", and i've seen it in much older code.<p>i'm guessing maybe there are constraints at play here, like having to support unbounded growth, and some generic use case that i've not encountered in the wild...?</p>
]]></description><pubDate>Tue, 11 Feb 2025 05:33:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43009329</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=43009329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43009329</guid></item><item><title><![CDATA[New comment by jheriko in "Tips for mathematical handwriting (2007)"]]></title><description><![CDATA[
<p>missing the cursive theta.</p>
]]></description><pubDate>Sun, 09 Feb 2025 03:13:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42988136</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42988136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42988136</guid></item><item><title><![CDATA[New comment by jheriko in "Working with Files Is Hard (2019)"]]></title><description><![CDATA[
<p>this whole thing is a story about using outdated stuff in a shitty ecosystem.<p>its not a real problem for most modern developers.<p>pwrite? wtf?<p>not one mention of fopen.<p>granted some of the fine detail discussion is interesting, but it doesn't make practical sense since about 1990.</p>
]]></description><pubDate>Fri, 24 Jan 2025 12:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42812435</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42812435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42812435</guid></item><item><title><![CDATA[New comment by jheriko in "Should we use AI and LLMs for Christian apologetics? (2024)"]]></title><description><![CDATA[
<p>i can believe this. many "experts" are consistent bullshitters, and it helps them to look more like experts.<p>this is not always intentional either, and there is a lot of social pressure to do it.<p>have you ever read a popular article about something you have expert knowledge in? the general standard for accuracy and quality in public discourse is mindblowingly low.</p>
]]></description><pubDate>Tue, 21 Jan 2025 16:15:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42781781</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42781781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42781781</guid></item><item><title><![CDATA[New comment by jheriko in "Reversible Computing Escapes the Lab"]]></title><description><![CDATA[
<p>interesting.<p>on a basic level, with the gates, it seems, if you have at most two input amounts of work, and get at most one out, then storing the lost work for later reuse makes sense</p>
]]></description><pubDate>Tue, 14 Jan 2025 16:11:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42699045</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42699045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42699045</guid></item><item><title><![CDATA[New comment by jheriko in "Nearly all binary searches and mergesorts are broken (2006)"]]></title><description><![CDATA[
<p>can also be spotted with experience.<p>these kinds of problems are present in very many standard treatments of algorithms and don't survive their first contact with real world use in some cases.<p>"needs a carry bit or a wider type" is common for arithmetic operations that actually use the range.</p>
]]></description><pubDate>Sat, 11 Jan 2025 14:43:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42666200</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42666200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42666200</guid></item><item><title><![CDATA[New comment by jheriko in "I've acquired a new superpower"]]></title><description><![CDATA[
<p>i didn't use the trick, or read what it was until after i tried for myself. it took me about 7 seconds at a conservative overestimate...<p>then again, i did outperform my entire national cohort at school in almost every subject by a wide margin... an outlier.<p>the trick however is very clever, but it wont work in more complicated scenarios where attention to detail matters.<p>EDIT: after doing the first one near the top i tried the rest. with a bit of warm up its very fast. no tricks needed. maybe a relic of playing these games when younger and having a "once in a generation" level of learning power coupled with training it when very young when learning speed is multiplied by a huge scale factor. i had to zoom the last one, but the other two were incredibly fast, close to immediate. sub second.<p>EDIT2: the warm up was doing the first image once after reading the first few sentences.<p>EDIT3: this is not a superpower.</p>
]]></description><pubDate>Sat, 11 Jan 2025 14:18:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42666024</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42666024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42666024</guid></item><item><title><![CDATA[New comment by jheriko in "Show HN: Tramway SDK – An unholy union between Half-Life and Morrowind engines"]]></title><description><![CDATA[
<p>i've been doing this for decades and my bedroom work had never done anything but put unreal and unity to shame. from top to bottom i can not understand the ignorance of their design from a simple "a programmer is making this" standpoint, it comes from a legacy of "a rookie wannabe with too much money had a good shot and too much promotion"<p>unreal is fucking awful, its a masterclass in how to not make:<p>* components<p>* hierarchies<p>* visual scripting<p>* networking<p>* editors<p>* geometry<p>* rendering<p>* culling<p>* in-game ui<p>* editor ui<p>* copy-paste<p>* kinematics<p>* physics integration<p>* plugin support<p>* build system<p>its just a tower of mistakes i learned not make before i dared to even enter the industry<p>it is fantastically and incredibly bad.<p>unity is a bit similar but they add c# complexity to the mix and in the beginning that was a much bigger disaster, especially going with mono. .NET was an enormous misstep by microsoft and remains so, although it improves over time they could have just not gotten it so incredibly wrong to start with.<p>i could go on.<p>i definitely blame the developers. of the terrible tools, i couldn't make that badly at most points in my career including the super early days in some cases.<p>they are also hard to fix because of the staggering depth of the badness.<p>if you would like more specifics feel free to poke, its more about not typing a wall of text than the cognitive load of knowing better, which is around zero.<p>oh... and the garbage collection is garbage that enables incompetents to make more garbage. never needed or wanted it. i had one hard memory leak to deal with in my life in native code. and a fucking zillion in their shit fest.<p>EDIT: i shit you not, it has not learned my first lessons from being an 8 year old trying to draw mandelbrot sets in qbasic.</p>
]]></description><pubDate>Wed, 08 Jan 2025 08:37:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42632269</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42632269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42632269</guid></item><item><title><![CDATA[New comment by jheriko in "Mistakes engineers make in large established codebases"]]></title><description><![CDATA[
<p>there is a balance to be had here. oftentimes people make their own corner of the code because they are afraid, or their superiors are, of the scope of work which is actually about 3 hours of consistent work with good discipline and not the 17 years they imagine.<p>millions of lines of code itself is a code smell. some of the absolute worst code i have to work with comes from industry standard crapware that is just filled with lots of do nothing bug factories. you gotta get rid of them if you want to make it more stable and more reliable.<p>however... i often see the problem, and its not "don't do this obvious strategy to improve qol" its "don't use that bullshit you read a HN article about last week"<p>i suspect this is one of those.</p>
]]></description><pubDate>Wed, 08 Jan 2025 06:47:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42631678</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42631678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42631678</guid></item><item><title><![CDATA[New comment by jheriko in "Ending our third party fact-checking program and moving to Community Notes model"]]></title><description><![CDATA[
<p>i'm not from silly valley, but its the dominant voice here.<p>some of my downvotes are from bad tone, overreaction, hyperbole... some are because of the silly valley culture not realising they are a bunch of deluded maniacs, or just producing absolute garbage products.<p>its mostly the former.<p>as for demographics... well, i'm a single data point, but HN has a wide reach. its why a lot of us are here imo.</p>
]]></description><pubDate>Wed, 08 Jan 2025 06:41:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42631645</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42631645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42631645</guid></item><item><title><![CDATA[New comment by jheriko in "Ending our third party fact-checking program and moving to Community Notes model"]]></title><description><![CDATA[
<p>hopefully i stop getting trouble for reposting things verifiable in the public record that other people spoke about in 2018, and not being banned for supporting capital punishment, a thing legal in the US, the native state of the brand.</p>
]]></description><pubDate>Wed, 08 Jan 2025 06:37:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42631622</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42631622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42631622</guid></item><item><title><![CDATA[New comment by jheriko in "Show HN: Tramway SDK – An unholy union between Half-Life and Morrowind engines"]]></title><description><![CDATA[
<p>Good. This is exactly what I've been complaining about for decades now...<p>I also have my own engine although it needs some refurbishment. I've never quite found the time to polish it to a point where it can be sold. It also runs on tiny old devices, although if you limit yourself to desktop hardware, that means anything from the last 30 years or so. It also has a design that allows it to load enormous (i.e. universe scale) data by streaming with most often an unperceptable loading time... on the iPhone 4 in about 200ms you are in an interactive state which could be "in game".<p>Unity and Unreal are top-tier garbage that don't deserve our money and time. The bigger practical reason to use them is that people have experience and the plugin and extension ecosystems are rich and filled with battle tested and useful stuff.<p>bespoke big company engines are often terrible too. Starfield contains less real world data than my universe app, but somehow looks uglier and needs a modern PC to run at all. mine runs on an iPhone 4, looks nicer and puts you in the world in the first 200ms... you might think its not comparable but it absolutely is, all of the same techniques could be applied to get exactly the same quality of result with all their stacks and stacks of art and custom data - and they could have a richer bunch of real world data to go with it!</p>
]]></description><pubDate>Tue, 07 Jan 2025 18:05:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42625338</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42625338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42625338</guid></item><item><title><![CDATA[Story of a long-time gamedev (just the beginning)]]></title><description><![CDATA[
<p>Article URL: <a href="https://imkan.substack.com/p/diary-of-a-game-dev">https://imkan.substack.com/p/diary-of-a-game-dev</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42409380">https://news.ycombinator.com/item?id=42409380</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 13 Dec 2024 15:33:11 +0000</pubDate><link>https://imkan.substack.com/p/diary-of-a-game-dev</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42409380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42409380</guid></item><item><title><![CDATA[New comment by jheriko in "My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback"]]></title><description><![CDATA[
<p>this is brilliant.<p>most of the feedback i'd want to give has already been given though... e.g. the attack charging confused me a bit until i worked it out by inference.<p>the animations are probably the highlight of this for me. they add some character nicely. adding more elements to show the attacks in progress beyond the colour changes would be a nice way to improve this.<p>i would suggest removing 0 from the rng for the math problems. occasionally you can get 0 + number which feels like a cheat almost. also maybe forcing the numbers to always be in double digits for the addition problems? he seems to be aware how to do this from looking at how the divide by zero is avoided.<p>another small thing would be to disable new input whilst the attack sequence is running... although again others have mentioned that.<p>----<p>overall this is impressive and interesting to see. i taught myself to write code starting when i was 8 using qbasic and its help file, then starting with visual basic when i was 11 and C when i was 12 - it was a different time, and different tools with different challenges, but i think any early start is helpful, especially if you have to work things out for yourself.<p>this game reminds me of some of my own early efforts, although rather than wrangling the complexity of a modern browser environment and language, i was wrangling with the lack of documentation and learning materials for logic, maths and graphics.<p>today i am the technical director of a games company with a cv littered with AAA, mobile and VR games. if your son eventually decides to choose this sort of career, i expect this kind of early work will pay huge dividends.<p>good work.</p>
]]></description><pubDate>Wed, 04 Dec 2024 02:46:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42314038</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42314038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42314038</guid></item><item><title><![CDATA[New comment by jheriko in "Show HN: My C compiler compiled itself"]]></title><description><![CDATA[
<p>nice work.<p>if you want more of a challenge try a compiler compiler that can compile itself... :)<p>i got pretty far with this myself, although it doesn't work for weirdo languages like Python that need an exceptional lexer. i keep meaning to revisit this problem, since the tools in this space are pretty much non-existent or trash quality.<p><a href="https://github.com/semiessessi/cp2">https://github.com/semiessessi/cp2</a></p>
]]></description><pubDate>Wed, 04 Dec 2024 00:53:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42313449</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42313449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42313449</guid></item><item><title><![CDATA[New comment by jheriko in "Lessons I learned working at an art gallery"]]></title><description><![CDATA[
<p>this is kind of mindblowing... just... WAT?!?!<p>getting through that first section makes me want to take nothing this guy says seriously. the insanity of it...</p>
]]></description><pubDate>Tue, 03 Dec 2024 19:09:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=42309995</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42309995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42309995</guid></item><item><title><![CDATA[New comment by jheriko in "You can use C-Reduce for any language"]]></title><description><![CDATA[
<p>the seems somewhat interesting but the example given is incredibly stupid.</p>
]]></description><pubDate>Wed, 27 Nov 2024 23:26:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42260842</link><dc:creator>jheriko</dc:creator><comments>https://news.ycombinator.com/item?id=42260842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42260842</guid></item></channel></rss>