<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: NotBoolean</title><link>https://news.ycombinator.com/user?id=NotBoolean</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 10:10:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=NotBoolean" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by NotBoolean in "Launch HN: Embedder (YC S25) – Claude code for embedded software"]]></title><description><![CDATA[
<p>Embedder’s privacy policy is very clear that they keep your information.<p><a href="https://embedder.dev/privacy-policy">https://embedder.dev/privacy-policy</a><p>“Content Data<p>When you use our services, we collect:<p>Any files or data you upload
Any generated code or data”</p>
]]></description><pubDate>Fri, 15 Aug 2025 18:53:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44916155</link><dc:creator>NotBoolean</dc:creator><comments>https://news.ycombinator.com/item?id=44916155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44916155</guid></item><item><title><![CDATA[New comment by NotBoolean in "Launch HN: Embedder (YC S25) – Claude code for embedded software"]]></title><description><![CDATA[
<p>I’ve found AI agents always a bit lacking in embedded but I’ll test this out.<p>You said in your demo that by uploading the data sheet you completely remove hallucinations. How have you achieved this as I found AI’s still hallucinate even when given documentation.</p>
]]></description><pubDate>Fri, 15 Aug 2025 18:38:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44915990</link><dc:creator>NotBoolean</dc:creator><comments>https://news.ycombinator.com/item?id=44915990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44915990</guid></item><item><title><![CDATA[New comment by NotBoolean in "The hidden cost of AI coding"]]></title><description><![CDATA[
<p>That’s an interesting analogy but I do disagree with it.<p>I would say that programming without an AI is like riding a motorcycle. You’re in complete control and it’s down to your skill to get you we’re your going.<p>While using AI is like taking a train. You got to plan the route but you’re just along for the ride.<p>Which I think lines up to the article. If you want to get somewhere easily and fast, take a train. But that does take away the joy of the journey.</p>
]]></description><pubDate>Thu, 24 Apr 2025 13:24:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43782422</link><dc:creator>NotBoolean</dc:creator><comments>https://news.ycombinator.com/item?id=43782422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43782422</guid></item><item><title><![CDATA[New comment by NotBoolean in "Cognitive load is what matters"]]></title><description><![CDATA[
<p>I don’t have your experience but I personally think some of this feedback can be warranted.<p>> Can't refactor code because it changes too many files and too many lines.<p>This really depends on the change. If you are just doing a mass rename like updating a function signature, fair enough but if you changing a lot of code it’s very hard to review it. Lots of cognitive load on the reviewer who might not have the same understanding of codebase as you.<p>> Can't commit large chunks of well tested code that 'Does feature X', because... too many files and too many lines.<p>Same as the above, reviewing is hard and more code means people get lazy and bored. Just because the code is tested doesn’t mean it’s correct, just means it passes tests.<p>> Have to split everything down into a long sequence of consecutive pull requests that become a process nightmare in its own right<p>This is planning issue, if you correctly size tickets you aren’t going to end up in messy situations as often.<p>> The documentation comments gets nitpicked to death with mostly useless comments about not having periods at the ends of lines<p>Having correctly written documentation is important. It can live a long time and if you don’t keep an eye on it can becomes a mess. Ideally you should review it before you submitting it to avoid these issues.<p>> End up having to explain every little detail throughout the function as if I'm trying to produce a lecture, things like `/* loop until not valid */ while (!valid) {...` seemed to be what they wanted, but to me it made no sense what so ever to even have that comment<p>I definitely agree with this one. Superfluous comments are a waste of time.<p>Obviously this is just my option and you can take things too far but I do think that making code reviewable (by making it small) goes a long way. No one wants to review 1000s lines of code at once. It’s too much to process and people will do a worse job.<p>Happy to hear your thoughts.</p>
]]></description><pubDate>Wed, 25 Dec 2024 20:38:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42511011</link><dc:creator>NotBoolean</dc:creator><comments>https://news.ycombinator.com/item?id=42511011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42511011</guid></item><item><title><![CDATA[New comment by NotBoolean in "All political ads running on Google in the US"]]></title><description><![CDATA[
<p>If the spend figure is right the difference between the money spent in the USA and UK is larger than I expected.<p>Highest weekly spend in the UK is just under £1M (Dec 2019) while in the US it’s £50M (Oct 2024). That’s 10 times more spending with only 5 times the population.</p>
]]></description><pubDate>Fri, 25 Oct 2024 22:26:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41950447</link><dc:creator>NotBoolean</dc:creator><comments>https://news.ycombinator.com/item?id=41950447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41950447</guid></item><item><title><![CDATA[New comment by NotBoolean in "Why did you write a new RTOS for CHERIoT?"]]></title><description><![CDATA[
<p>Always interesting to see new RTOSs. However, I’m not sure CHERIoT is, I read the about section I’m still not too sure. Can anyone give me a ELI5?</p>
]]></description><pubDate>Thu, 24 Oct 2024 18:53:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41938484</link><dc:creator>NotBoolean</dc:creator><comments>https://news.ycombinator.com/item?id=41938484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41938484</guid></item><item><title><![CDATA[New comment by NotBoolean in "I put a toaster in the dishwasher (2012)"]]></title><description><![CDATA[
<p>Unless they are charged they are no different from any other component.<p>Capacitors can keep their charge for a long time, especially big ones. But you can discharge them by trying to run the device when it’s not plugged in or waiting a few minutes/hours/days.</p>
]]></description><pubDate>Tue, 13 Aug 2024 22:05:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41240328</link><dc:creator>NotBoolean</dc:creator><comments>https://news.ycombinator.com/item?id=41240328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41240328</guid></item><item><title><![CDATA[New comment by NotBoolean in "Things I know about Git commits"]]></title><description><![CDATA[
<p>This is what we have resorted to in my team. It was just too difficult to get everyone to keep good commit hygiene and follow a best practice like conventional commits.</p>
]]></description><pubDate>Sat, 13 Jul 2024 11:33:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=40953447</link><dc:creator>NotBoolean</dc:creator><comments>https://news.ycombinator.com/item?id=40953447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40953447</guid></item></channel></rss>