<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: siriusfeynman</title><link>https://news.ycombinator.com/user?id=siriusfeynman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 14 May 2026 16:30:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=siriusfeynman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by siriusfeynman in "A History of IDEs at Google"]]></title><description><![CDATA[
<p>The phrase is a reference to an episode of the simpsons  <a href="https://www.youtube.com/watch?v=RRdIltdDE4A" rel="nofollow">https://www.youtube.com/watch?v=RRdIltdDE4A</a></p>
]]></description><pubDate>Thu, 14 May 2026 10:18:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48133368</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=48133368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48133368</guid></item><item><title><![CDATA[New comment by siriusfeynman in "OCR for construction documents does not work, we fixed it"]]></title><description><![CDATA[
<p>> Oh you sweet summer child<p>I know you're just repeating a phrase from a TV show but do you know how incredibly condescending this comes across to most people?</p>
]]></description><pubDate>Mon, 30 Mar 2026 21:24:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47579877</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=47579877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47579877</guid></item><item><title><![CDATA[New comment by siriusfeynman in "Pretext: TypeScript library for multiline text measurement and layout"]]></title><description><![CDATA[
<p>I've had to approximate text size without rendering it a few times and it's always been awkward, I'm glad there's something to reach for now (just hoping I remember that this exists next time I need it)</p>
]]></description><pubDate>Sun, 29 Mar 2026 20:29:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47566957</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=47566957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47566957</guid></item><item><title><![CDATA[New comment by siriusfeynman in "Monday – A personality experiment"]]></title><description><![CDATA[
<p>I asked it to include specific examples and it included/hallucinated a bunch of stuff I never asked about, so yeah I think this is just a generally acerbic model with no access to chat history</p>
]]></description><pubDate>Sat, 16 Aug 2025 19:16:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44926166</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=44926166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44926166</guid></item><item><title><![CDATA[New comment by siriusfeynman in "Show HN: Do you know RGB?"]]></title><description><![CDATA[
<p>Every tool I've ever used referred to this as hex (including design tools but maybe I'm sheltered), whereas rgb refers to the 0-255 triples<p>If someone asked me for a colour in "RGB" they'd be rightly confused if gave them a hex format colour (obviously you can convert between them but that's not what they asked for)</p>
]]></description><pubDate>Fri, 27 Jun 2025 22:38:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44400927</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=44400927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44400927</guid></item><item><title><![CDATA[New comment by siriusfeynman in "Show HN: Do you know RGB?"]]></title><description><![CDATA[
<p>> do you know rgb<p>> colours are in hex<p>am I missing something or being dumb?</p>
]]></description><pubDate>Fri, 27 Jun 2025 21:44:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44400526</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=44400526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44400526</guid></item><item><title><![CDATA[New comment by siriusfeynman in "xAI to pay telegram $300M to integrate Grok into the chat app"]]></title><description><![CDATA[
<p>Already here with google's ADK (agent development kit)<p><a href="https://google.github.io/adk-docs/tools/built-in-tools/#google-search" rel="nofollow">https://google.github.io/adk-docs/tools/built-in-tools/#goog...</a><p>> When you use grounding with Google Search, and you receive Search suggestions in your response, you must display the Search suggestions in production and in your applications. For more information on grounding with Google Search, see Grounding with Google Search documentation for Google AI Studio or Vertex AI. The UI code (HTML) is returned in the Gemini response as renderedContent, and you will need to show the HTML in your app, in accordance with the policy.</p>
]]></description><pubDate>Wed, 28 May 2025 20:18:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44120276</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=44120276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44120276</guid></item><item><title><![CDATA[New comment by siriusfeynman in "Why does Mill use Scala?"]]></title><description><![CDATA[
<p>An approach I use is splitting my config tools into 2 stages<p>Stage 1 creates a "explicit" config that can be exported to plaintext that contains exactly what is going to be created/modified with no abstraction/simplification<p>Stage 2 applies the "explicit" config<p>You get to be as clever as you want in stage 1 to avoid excessive copy pasting or not being able to know what your tool is going to do because all you have to go on is some homegrown DSL</p>
]]></description><pubDate>Fri, 14 Feb 2025 00:20:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43043174</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=43043174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43043174</guid></item><item><title><![CDATA[New comment by siriusfeynman in "IRC is the only viable chat protocol (2022)"]]></title><description><![CDATA[
<p>so many conversation about discord/slack/$currentThing vs IRC end up repeating the "why Dropbox when you can rsync" meme</p>
]]></description><pubDate>Sat, 29 Jul 2023 17:12:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=36922322</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=36922322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36922322</guid></item><item><title><![CDATA[New comment by siriusfeynman in "“Our paying customers need X, when will you fix it?”"]]></title><description><![CDATA[
<p>There are countries outside of the united states, and checks are pretty much extinct in many countries</p>
]]></description><pubDate>Sat, 15 Jul 2023 17:11:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=36738914</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=36738914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36738914</guid></item><item><title><![CDATA[New comment by siriusfeynman in "Common bugs in writing (2021)"]]></title><description><![CDATA[
<p>it's smaller than most other websites and for me on a 1080p display top level comments don't wrap until ~200 characters at the default zoom level which makes it even worse<p>edit: also for me the font size is set to 12, not 14</p>
]]></description><pubDate>Sat, 24 Jun 2023 15:16:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=36459399</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=36459399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36459399</guid></item><item><title><![CDATA[New comment by siriusfeynman in "An open-source mouse and trackpad utility for Mac"]]></title><description><![CDATA[
<p>the "natural scroll direction" is shared for mice and the trackpad, so you can't have mice and the trackpad scroll different without third party software</p>
]]></description><pubDate>Fri, 23 Jun 2023 20:01:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=36451550</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=36451550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36451550</guid></item><item><title><![CDATA[New comment by siriusfeynman in "An open-source mouse and trackpad utility for Mac"]]></title><description><![CDATA[
<p>for some reason apple think that the backslash and backtick keys are the opposite of what they actually are on british pc keyboards</p>
]]></description><pubDate>Fri, 23 Jun 2023 19:34:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=36451247</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=36451247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36451247</guid></item><item><title><![CDATA[New comment by siriusfeynman in "Microsoft execs on Apple's music store (2003)"]]></title><description><![CDATA[
<p>Interestingly I've had the same experience with firefox, I keep it installed as a fallback if something isn't working in chrome but every time I (infrequently) use it I have to dismiss several popups about new features and how to switch to it as my primary browser/import history etc.</p>
]]></description><pubDate>Sat, 15 Apr 2023 21:06:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=35584523</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=35584523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35584523</guid></item><item><title><![CDATA[New comment by siriusfeynman in "TypeScripting the technical interview"]]></title><description><![CDATA[
<p>Which is exactly the point, it's a leetcode question that tests whether you've memorised a bunch of leetcode interview questions</p>
]]></description><pubDate>Sun, 12 Mar 2023 22:01:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=35126874</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=35126874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35126874</guid></item><item><title><![CDATA[New comment by siriusfeynman in "Plot to steal cryptocurrency foiled by NPM"]]></title><description><![CDATA[
<p>> But doesn’t that mean you need at least one full time security auditor just to keep pace<p>Crazy idea - maybe you shouldn't be writing financial software if you're not going to audit the code that you're using</p>
]]></description><pubDate>Sun, 09 Jun 2019 10:05:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=20138246</link><dc:creator>siriusfeynman</dc:creator><comments>https://news.ycombinator.com/item?id=20138246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20138246</guid></item></channel></rss>