<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: scottapotamas</title><link>https://news.ycombinator.com/user?id=scottapotamas</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 13:59:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=scottapotamas" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by scottapotamas in "Show HN: An LLM-Powered Tool to Catch PCB Schematic Mistakes"]]></title><description><![CDATA[
<p>Agreed. Tooling like this also needs far more careful structuring of the inputs than a thin wrapper like this.<p>It burnt a bunch of tokens and filled the context reading all datasheet files, whereas documentation should be queried to answer specific details connected to relevant netlist/sch nodes.</p>
]]></description><pubDate>Sun, 30 Nov 2025 14:58:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46097149</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=46097149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46097149</guid></item><item><title><![CDATA[New comment by scottapotamas in "Show HN: An LLM-Powered Tool to Catch PCB Schematic Mistakes"]]></title><description><![CDATA[
<p>I'm your target market - averaging a few dozen board designs a year with complexity ranging from simple interposers to designs at density limits with large US+ FPGAs.<p>I'm always looking for workflow and automation improvements and the new wave of tooling has been useful for datasheet extraction/OCR, rubber-ducking calculations, or custom one-off scripts which interact with KiCAD's S-Expression file formats. However I've seen minimal improvements across my private suite of electronics reasoning/design tests since GPT4 so I'm very skeptical of review tooling actually achieving anything useful.<p>Testing with a prior version of a power board that had a few simple issues that were found and fixed during bringup. Uploaded the KiCAD netlist, PDFs for main IC's, and also included my internal design validation datasheet which _includes the answers to the problems I'm testing against_. There were three areas I'd expect easy identification and modelling on:<p><pre><code>    - Resistor values for a non-inverting amplifier's gain were swapped leading to incorrect gain.
    - A voltage divider supplying a status/enable pin was drawing somewhat more current than it needed to.
    - The power rating of a current-sense shunt is marginal for some design conditions.
</code></pre>
For the first test, the prompt was an intentionally naiive "Please validate enable turn on voltage conditions across the power input paths". The reasoning steps appeared to search datasheets, but on what I'd have considered the 'design review' step it seems like something got stuck/hung and no results after 10min. A second user input to get it to continue did get an output, and my comments:<p><pre><code>    - Just this single test consumed 100% of the chat's 330k token limit and 85% of free tier capacity, so I can't even re-evaluate the capability with a more reasonable/detailed prompt, or even giving it the solution.
    - A mid-step section calculates the UV/OV behaviour of a input protection device correctly, but mis-states the range in the summary.
    - There were several structural errors in the analysis, including assuming that the external power supply and lithium battery share the same input path, even though the netlist and components obviously have the battery 'inside' the power management circuit. As a result most downstream analysis is completely invalid.
    - The inline footnotes for datasheets output `4 [blocked]` which is a bare-minimum UI bug that you must have known about?
    - The problem and solution were in the context and weren't found/used.
    - Summary was sycophantic and incorrect.
</code></pre>
You're leaving a huge amount of useful context on the table by relying on netlist upload. The hierarchy in the schematic, comments/tables and inlined images are lost. A large chunk of useful information in datasheets is graphs/diagrams/equations which aren't ingested as text. Netlist don't include the comments describing the expected input voltage range on a net, an output load's behaviour, or why a particular switching frequency is chosen for example.<p>In contrast, GPT5.1 API with a single relevant screenshot of the schematic, with <i>zero developer prompt</i> and the same starting user message:<p><pre><code>    - Worked through each leg of the design and compared it's output to my annotated comments (and was correct).
    - Added commentary about possible leakage through a TVS diode, calculated time-constants, part tolerance, and pin loadings which are the kinds of details that can get missed outside of exhaustive review.
    - Hallucinated a capacitor that doesn't exist in the design, likely due to OCR error. Including the raw netlist and an unrelated in-context learning example in the dev-message resolved that issue.
</code></pre>
So from my perspective, the following would need to happen before I'd consider a tool like this:<p><pre><code>    - Walk back your data collection terms, I don't feel they're viable for any commercial use in this space without changes.
    - An explicit listing of the downstream model provider(s) and any relevant terms that flow to my data.
    - I understand the technical side of "Some metadata or backup copies may persist for a limited period for security, audit, and operational continuity" but I want a specific timeline and what that metadata is. Do better and provide examples.
    - I'm not going to get into the strategy side of 'paying for tokens'. but your usage limits are too vague to know what I'm getting. If I'm paying for your value add, let me bring an API key (esp if you're not using frontier models).
    - My netlist includes PDF datasheet links for every part. You should be able to fetch datasheets as needed without upload.
    - Literally 5 minutes of thinking about how this tool is useful for fault-finding or review would have led you to a bare-minimum set of checklist items that I could choose to run on a design automatically.
    - Going further, a chat UX is horrible for this review use-case. Condensing it into a high level review of requirements and goals, with a list of review tasks per page/sub-circuit would make more sense. From there, then calculations and notes for each item can be grouped instead of spread randomly through the output summary. Output should be more like an annotated PDF.</code></pre></p>
]]></description><pubDate>Sat, 29 Nov 2025 06:16:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46085525</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=46085525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46085525</guid></item><item><title><![CDATA[New comment by scottapotamas in "Tamper-Sensing Meshes Using Low-Cost, Embedded Time-Domain Reflectometry"]]></title><description><![CDATA[
<p>Enjoyed the paper, thanks.<p>While there was brief discussion about environmental influence due to temperature and environmental EMI, it would be nice to get an idea of how this approach compares with regards to radiated emissions.<p>Fast edges and their wide spectral content are one of the earliest things to minimise/eliminate as part of compliance testing - other approaches aren't as active of an aggressor so getting to production may not be as easy given the stated goals for low cost/effort implementation.<p>The frequency domain data from the MXA shows the output during edge measurement, but there's no discussion about measuring how much these tones leak...</p>
]]></description><pubDate>Mon, 27 Oct 2025 10:00:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45719126</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=45719126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45719126</guid></item><item><title><![CDATA[New comment by scottapotamas in "Making the Electron Microscope"]]></title><description><![CDATA[
<p>Mostly used for biological targets, laser induced ultrasound is pretty impressive.</p>
]]></description><pubDate>Sun, 26 Oct 2025 23:25:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45715944</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=45715944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45715944</guid></item><item><title><![CDATA[New comment by scottapotamas in "Nintendo Switch 2 Dock USB-C Compatibility"]]></title><description><![CDATA[
<p>For two DRP (dual role) devices connected to each other, I believe in a default case the one that happens to advertise as a source first just becomes one.<p>The standard allows for a role swap at any point while connected, and if that’s triggered will be dependent on the firmware/config on one or both ends.<p>There’s probably more nuance hiding in the real world hardware too.</p>
]]></description><pubDate>Mon, 01 Sep 2025 02:51:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45088994</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=45088994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45088994</guid></item><item><title><![CDATA[New comment by scottapotamas in "iPhone Cameras Are Good"]]></title><description><![CDATA[
<p>There’s a lot more to it, but I attribute a lot of ‘better in some way’ to microcontrast followed by how the lens handles the transition to out of focus detail.</p>
]]></description><pubDate>Tue, 29 Jul 2025 17:54:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44726386</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=44726386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44726386</guid></item><item><title><![CDATA[New comment by scottapotamas in "Printegrated Circuits: Merging 3D Printing and Electronics"]]></title><description><![CDATA[
<p>Yep, variations have popped up in the DIY community over the years.<p>Slightly modifying/abusing the cheap DLP resin printers is more effective because they're essentially a controllable UV mask anyway.</p>
]]></description><pubDate>Tue, 01 Jul 2025 04:34:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44430617</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=44430617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44430617</guid></item><item><title><![CDATA[New comment by scottapotamas in "Eurorack Knob Idea"]]></title><description><![CDATA[
<p>This is all fairly normal in robotics, under a subset of (slightly overloaded naming sorry) “impedance control”</p>
]]></description><pubDate>Fri, 25 Apr 2025 16:08:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=43795197</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=43795197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43795197</guid></item><item><title><![CDATA[New comment by scottapotamas in "Eurorack Knob Idea"]]></title><description><![CDATA[
<p>You might enjoy <a href="https://github.com/scottbez1/smartknob">https://github.com/scottbez1/smartknob</a><p>The complexity of this approach (ignoring the display and flair) unfortunately means you won’t see this used too often due to cost.</p>
]]></description><pubDate>Fri, 25 Apr 2025 14:16:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43793815</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=43793815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43793815</guid></item><item><title><![CDATA[New comment by scottapotamas in "The Asus Ascent GX10 a Nvidia GB10 Mini PC with 128GB of Memory and 200GbE"]]></title><description><![CDATA[
<p>Their single board computers intended for robotics/edge have had a history of being poorly supported and stuck on old kernel versions.</p>
]]></description><pubDate>Thu, 20 Mar 2025 21:25:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43429161</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=43429161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43429161</guid></item><item><title><![CDATA[New comment by scottapotamas in "Bambu Lab pushes a "control system" for 3D printers, and boy, did it not go well"]]></title><description><![CDATA[
<p>It’s less torturous with other brands of 2D printer.<p>Both my Brother laser and label printer have worked first time, every time with Linux, Windows and iOS AirPrint.</p>
]]></description><pubDate>Wed, 22 Jan 2025 15:15:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42793684</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=42793684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42793684</guid></item><item><title><![CDATA[New comment by scottapotamas in "Nvidia Jetson Orin Nano Super [video]"]]></title><description><![CDATA[
<p>Some people have different views on what’s an embedded system, but hardware serial, USB and Ethernet are tablestakes for interfacing with any most industrial hardware or for robotics uses.</p>
]]></description><pubDate>Tue, 17 Dec 2024 17:33:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42443299</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=42443299</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42443299</guid></item><item><title><![CDATA[New comment by scottapotamas in "Phased Array Microphone (2023)"]]></title><description><![CDATA[
<p>For some/smaller parts. Once you start going higher than Artix or the token Kintex parts you need to pay up.</p>
]]></description><pubDate>Sat, 23 Nov 2024 01:50:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42218698</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=42218698</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42218698</guid></item><item><title><![CDATA[New comment by scottapotamas in "Designing a Home Radio Telescope for 21 Cm Emission"]]></title><description><![CDATA[
<p>Have a look at this (and other repos/website) <a href="https://github.com/30hours/blah2">https://github.com/30hours/blah2</a></p>
]]></description><pubDate>Tue, 05 Nov 2024 02:40:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42048134</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=42048134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42048134</guid></item><item><title><![CDATA[New comment by scottapotamas in "I Hate the Letter F"]]></title><description><![CDATA[
<p>That sound has a name - sibilance</p>
]]></description><pubDate>Sat, 19 Oct 2024 07:47:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=41886332</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=41886332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41886332</guid></item><item><title><![CDATA[New comment by scottapotamas in "Show HN: Running Game Boy ROMs on the STM32 ARM Cortex Microcontroller"]]></title><description><![CDATA[
<p>You just buy the microcontrollers and put them on your custom PCB.<p>The devkits aren’t suitable for resale but there’s no additional licence when you buy an ARM micro from pretty much any manufacturer.</p>
]]></description><pubDate>Tue, 08 Oct 2024 10:37:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=41775817</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=41775817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41775817</guid></item><item><title><![CDATA[New comment by scottapotamas in "How CERN serves 1EB of data via FUSE [video]"]]></title><description><![CDATA[
<p>Just tacking some detail onto "promote open science".<p>CERN was/is a large early user and supporter of the open source KiCAD electronics CAD tooling. The downstream impact of improved accessibility to solid ECAD tooling has been a large contributing factor to the growing ecosystem of open electronics.<p>A lot of really impressive test and measurement equipment to support their research is developed in the open (see <a href="https://ohwr.org/project" rel="nofollow">https://ohwr.org/project</a>). People on HN are probably most likely to have heard of the White Rabbit timing project, but there's fantastic voltmeter designs, a lot of FPGA projects for carriers, gateware, fun RF designs.</p>
]]></description><pubDate>Wed, 02 Oct 2024 04:12:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41717087</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=41717087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41717087</guid></item><item><title><![CDATA[New comment by scottapotamas in "Ask HN: What is the most expensive off-the-shelf software you have seen?"]]></title><description><![CDATA[
<p>As CAD tools go SW is on the lower end of the scale. Though the price increases have been feeling pretty abusive in the recent years.<p>Creo has come down relative to it's ProE days and is priced similarly to SW(?), and I believe NX still starts at double to triple per seat.<p>ANSYS (specifically Fluent) and similar simulation tools have eyewatering per-seat prices, though I'm a little out of date to know if they're less horrible about multicore licences etc.</p>
]]></description><pubDate>Thu, 12 Sep 2024 09:24:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41519042</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=41519042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41519042</guid></item><item><title><![CDATA[New comment by scottapotamas in "The oral history of the Dinosaur Input Device"]]></title><description><![CDATA[
<p>Also in the more recent ‘Light and Magic’ ILM doc series.</p>
]]></description><pubDate>Tue, 20 Aug 2024 01:49:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41296078</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=41296078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41296078</guid></item><item><title><![CDATA[New comment by scottapotamas in "AMD Ryzen 9000 Series processors are ready to deliver world class gaming"]]></title><description><![CDATA[
<p>While it’s probably not perfect for everyone, I know  hyprland exposes the events you’d need for this, accessible via IPC.</p>
]]></description><pubDate>Wed, 07 Aug 2024 12:33:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41180717</link><dc:creator>scottapotamas</dc:creator><comments>https://news.ycombinator.com/item?id=41180717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41180717</guid></item></channel></rss>