<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: jongorer</title><link>https://news.ycombinator.com/user?id=jongorer</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 26 Jun 2026 03:07:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jongorer" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jongorer in "Llama3 implemented from scratch"]]></title><description><![CDATA[
<p>the nitpicking in this thread is incredible lmao</p>
]]></description><pubDate>Mon, 20 May 2024 05:57:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=40412692</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=40412692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40412692</guid></item><item><title><![CDATA[New comment by jongorer in "Llama3 implemented from scratch"]]></title><description><![CDATA[
<p>I must say I find your comment off putting.</p>
]]></description><pubDate>Mon, 20 May 2024 05:55:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=40412675</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=40412675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40412675</guid></item><item><title><![CDATA[New comment by jongorer in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>Not sure about how "zero knowledge" figures into this; is the app merely E2EE? In which case, it's no different from Evernote?<p>And there is no open source server component, so you can't host this yourself. And say what you will about Evernote, I trust them to stick around way more than another random notes startup thing.<p>p.s. not to get too political but it seems like the founder is expressing some problematic views on his twitter account (<a href="https://twitter.com/thecodrr" rel="nofollow noreferrer">https://twitter.com/thecodrr</a>). Problematic as in, he's <i>this</i> close to being an outspoken supporter of terrorism and radical Islam.</p>
]]></description><pubDate>Wed, 20 Dec 2023 13:16:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=38708277</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=38708277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38708277</guid></item><item><title><![CDATA[New comment by jongorer in "The game theory of John von Neumann transformed the 20th century"]]></title><description><![CDATA[
<p>sounds like you're mad because you don't understand simple game theory (and perhaps also jealous of his mental capacities and/or status?). Mr Neumann wasn't advocating for "genocide" (which is a completely false characterization, if not a hysterical one) as much as he was trying to save the world from much worse fate.</p>
]]></description><pubDate>Fri, 02 Dec 2022 09:38:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=33828540</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=33828540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33828540</guid></item><item><title><![CDATA[New comment by jongorer in "To Code or to Nocode?"]]></title><description><![CDATA[
<p>You’re overestimating the importance of business people. Viewing products from a business point of view inevitably leads to inferior products, as the focus is on purely making money. It’s not about making money or about the synergy of business and development. It’s all about creating useful shit for other people to use. You need domain expertise, good taste, and the ability to create value by building things. Focus on money and you’ll be cutting corners, trying to sell useless shit to people who buy it for others to never use.</p>
]]></description><pubDate>Tue, 03 May 2022 09:17:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=31246274</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=31246274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31246274</guid></item><item><title><![CDATA[New comment by jongorer in "We’ve got a science opportunity overload: Launching the Wolfram Institute"]]></title><description><![CDATA[
<p>“Witness me”</p>
]]></description><pubDate>Thu, 07 Apr 2022 07:37:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=30941749</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=30941749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30941749</guid></item><item><title><![CDATA[New comment by jongorer in "Scala at scale at Databricks"]]></title><description><![CDATA[
<p>While easy to understand, I’m constantly surprised to see this type anti-intellectualism. The fact that you don’t have the required prerequisites to understand a codebase doesn’t mean it’s bad. Educate yourself on Category Theory and functional programming techniques and learn to leverage these tools to your advantage.<p>Alternatively you can work in Go where braindead simplicity is the mandated norm.</p>
]]></description><pubDate>Fri, 10 Dec 2021 07:02:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=29507210</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=29507210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29507210</guid></item><item><title><![CDATA[New comment by jongorer in "Ask HN: How to convince big tech team that tests and code quality matter?"]]></title><description><![CDATA[
<p>Formal style guidelines and mandatory tests for everything are largely wastes of time and often detrimental to software development.<p>To elaborate: formal style guides prevent simple things like formatting code in a manner that is easier to read in some cases (“why is this newline here? Why did you column aligned this block of expressions?”), and more insidiously force you to write worse code because they constrict you. Style guidelines should be just that - guidelines and engineers should have the decency to not request stylistic changes during code reviews unless they spot code that is obviously sloppy.<p>As for tests: insisting on having tests for everything impedes development in the present as well as in the future. More crucially the compulsive desire to have everything testable makes you write worse code as you need to abstract away parts that would simply be function calls or use patterns that obfuscate the code. Some will claim that this results in better designed code, but realistically speaking it just results in more complex code, which is almost always worse. You don’t need to use abstractions everywhere. Developers should focus on making shit work well and not over engineering code because they want to feel smart all the while making rationalizations about testable code and whatnot. I digress though so back to my original point regarding tests: in order for tests to justify their existence they have to test something significant and/or test a module that provides a service (read: hidden behind well defined API, api which you test to ensure that it doesn’t break its “contract”)</p>
]]></description><pubDate>Tue, 07 Dec 2021 07:36:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=29469936</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=29469936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29469936</guid></item><item><title><![CDATA[New comment by jongorer in "On Pegasus – NSO, Israel, and the World"]]></title><description><![CDATA[
<p>Yes, this is why subsidiaries in the private sector are useful - when something goes terribly wrong with one, like it did with NSO, it doesn't implicate the whole of Israel/IDF - at least not explicitly.</p>
]]></description><pubDate>Fri, 03 Dec 2021 09:04:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=29428057</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=29428057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29428057</guid></item><item><title><![CDATA[New comment by jongorer in "Accepted and ghosted: interviewing for a leadership position at Stripe"]]></title><description><![CDATA[
<p>I’ve personally conducted business with Patrick, and integrity isn’t a term I’d associate with him. Most polite term I can think of would be “shrewd”.</p>
]]></description><pubDate>Tue, 30 Nov 2021 05:09:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=29389177</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=29389177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29389177</guid></item><item><title><![CDATA[New comment by jongorer in "Accepted and ghosted: interviewing for a leadership position at Stripe"]]></title><description><![CDATA[
<p>This is so satisfying to hear. Always happy to see management and recruitment  types being used up and hung to dry.</p>
]]></description><pubDate>Tue, 30 Nov 2021 05:05:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=29389152</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=29389152</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29389152</guid></item><item><title><![CDATA[New comment by jongorer in "OpenSimWorld, Directory of the OpenSimulator Metaverse"]]></title><description><![CDATA[
<p>MORE LIKE YES AMIRITE</p>
]]></description><pubDate>Sun, 31 Oct 2021 07:59:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=29055296</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=29055296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29055296</guid></item><item><title><![CDATA[New comment by jongorer in "In software, when an engineer exits the team"]]></title><description><![CDATA[
<p>Whoever wrote this sounds like an awful manager: extremely self-centered and mixes poor rationalizations with pseudo empathy so as to seem as a decent person. In other words, I find that managers with that much... personality are the hardest to manage (harhar!); they can be extremely flippant in their behavior and unpredictable with demands. Maybe they take the job too seriously? You just need to keep push some boxes around on zenhub and send some emails my dude, this isn't the crusade and you sure ain't no knight (lmao).</p>
]]></description><pubDate>Thu, 30 Sep 2021 05:29:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=28703483</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=28703483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28703483</guid></item><item><title><![CDATA[New comment by jongorer in "Don't Call Yourself A Programmer, And Other Career Advice (2011)"]]></title><description><![CDATA[
<p>Have you ever been to uni? Tailgating is performed on a regular basis, even by ppl w/ cards that are too lazy to take them out of their backpacks.</p>
]]></description><pubDate>Thu, 19 Aug 2021 16:08:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=28235617</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=28235617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28235617</guid></item><item><title><![CDATA[New comment by jongorer in "Don't Call Yourself A Programmer, And Other Career Advice (2011)"]]></title><description><![CDATA[
<p>"Sorry, I must've misplaced it somewhere - thanks though I'll make sure to find it now."</p>
]]></description><pubDate>Thu, 19 Aug 2021 16:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=28235523</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=28235523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28235523</guid></item><item><title><![CDATA[New comment by jongorer in "Interview with a ransomware group"]]></title><description><![CDATA[
<p>what makes you so sure ransomware is "wrong"?<p>let me rephrase this: do you think corporations are "good"?</p>
]]></description><pubDate>Tue, 03 Aug 2021 12:55:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=28048560</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=28048560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28048560</guid></item><item><title><![CDATA[New comment by jongorer in "“I wish I could have licensed the Id source code releases as BSD”"]]></title><description><![CDATA[
<p>Vast majority of users don't care for the source code, nor even know what source code is. And personally, as a developer, I never bothered to look at the source code of software I've used, much less fix or extend it - and that goes for all the devs I know personally.</p>
]]></description><pubDate>Tue, 06 Jul 2021 13:38:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=27748331</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=27748331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27748331</guid></item><item><title><![CDATA[New comment by jongorer in "Diablo II: Resurrected"]]></title><description><![CDATA[
<p>This is awesome, I've been playing Path of Exile since it released and now I have hope to return to childhood.</p>
]]></description><pubDate>Sun, 21 Feb 2021 08:37:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=26211881</link><dc:creator>jongorer</dc:creator><comments>https://news.ycombinator.com/item?id=26211881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26211881</guid></item></channel></rss>