<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: ipsod</title><link>https://news.ycombinator.com/user?id=ipsod</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 30 Jun 2026 21:40:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ipsod" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ipsod in "Claude Code Is Steganographically Marking Requests"]]></title><description><![CDATA[
<p>How fast is it?</p>
]]></description><pubDate>Tue, 30 Jun 2026 16:46:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48735399</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=48735399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48735399</guid></item><item><title><![CDATA[New comment by ipsod in "Open Source Low Tech"]]></title><description><![CDATA[
<p>Check out David Malawey's work: <a href="https://www.youtube.com/@davidmalawey" rel="nofollow">https://www.youtube.com/@davidmalawey</a><p>He's teaching proper engineering with commodity parts and accessible technologies.</p>
]]></description><pubDate>Tue, 30 Jun 2026 13:34:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48732569</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=48732569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48732569</guid></item><item><title><![CDATA[New comment by ipsod in "The One-Person Framework in Practice"]]></title><description><![CDATA[
<p>Django's admin is great.  I think iommi is better for a lot of projects.<p>With admin, you basically just write models, and the entire rest of your app is free.  Not quite, but, not far off.</p>
]]></description><pubDate>Tue, 29 Apr 2025 02:56:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43828321</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=43828321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43828321</guid></item><item><title><![CDATA[New comment by ipsod in "How can this 6 axis robot have a static accuracy of 0.05 mm? (2021) [video]"]]></title><description><![CDATA[
<p>It lets you see the position of the motor's shaft.  That's used in some motor control algorithms, even if the motor's position isn't exactly the joint's position.</p>
]]></description><pubDate>Sat, 26 Oct 2024 15:44:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41955457</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=41955457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41955457</guid></item><item><title><![CDATA[New comment by ipsod in "Canvas is a new way to write and code with ChatGPT"]]></title><description><![CDATA[
<p>Tabnine has an IDEA plugin.  It's not quite as good as Cursor, in my opinion, but it's better to have Tabnine and IDEA than Cursor and VSCode.<p>It started out as just predictive text, but now it has a chatbot window that you can access GPT, Claude, etc. from, as well as their own model which has better assurances about code privacy.</p>
]]></description><pubDate>Thu, 03 Oct 2024 21:33:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41735246</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=41735246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41735246</guid></item><item><title><![CDATA[New comment by ipsod in "Is the world really running out of sand?"]]></title><description><![CDATA[
<p>Oh, cool.  One of the most common glass batches (raw materials melted to make glass) used by artists is "Spruce Pine Batch".</p>
]]></description><pubDate>Tue, 01 Oct 2024 16:59:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41711078</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=41711078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41711078</guid></item><item><title><![CDATA[New comment by ipsod in "Large Enough"]]></title><description><![CDATA[
<p>Is it?<p>I've found that I get better results if I cherry pick code to feed to Claude 3.5, instead of pasting whole files.<p>I'm kind of isolated, though, so maybe I just don't know the trick.</p>
]]></description><pubDate>Wed, 24 Jul 2024 18:52:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=41060459</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=41060459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41060459</guid></item><item><title><![CDATA[New comment by ipsod in "Free-threaded CPython is ready to experiment with"]]></title><description><![CDATA[
<p>It seems like you might be able to enable some optimizations with EXTRA_CLING_ARGS.  Since it's based on cling, it's probably subject to whatever limitations cling has.<p>To be honest, I don't know much about the speed, as my use-case isn't speeding up slow code.</p>
]]></description><pubDate>Sat, 13 Jul 2024 16:17:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=40954901</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=40954901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40954901</guid></item><item><title><![CDATA[New comment by ipsod in "Free-threaded CPython is ready to experiment with"]]></title><description><![CDATA[
<p>Sure! I tried pybind11, and some other things.  cppyy was the first I tried that didn't give me any trouble.  I've been using it pretty heavily for about a year, and still no trouble.</p>
]]></description><pubDate>Sat, 13 Jul 2024 03:08:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=40951462</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=40951462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40951462</guid></item><item><title><![CDATA[New comment by ipsod in "Free-threaded CPython is ready to experiment with"]]></title><description><![CDATA[
<p>Really?  Cool.<p>I expected that dropping down to C/C++ would be a large jump in difficulty and quantity of code, but I've found it isn't, and the dev experience isn't entirely worse, as, for example, in-editor code-intelligence is rock solid and very fast in every corner of my code and the libraries I'm using.<p>If anyone could benefit from speeding up some Python code, I'd highly recommend installing cppyy and giving it a try.</p>
]]></description><pubDate>Sat, 13 Jul 2024 00:54:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=40950861</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=40950861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40950861</guid></item><item><title><![CDATA[New comment by ipsod in "Formlabs Form 4 Teardown"]]></title><description><![CDATA[
<p>Fully agree on toxic chemicals.<p>When you get a workflow down and need quantity, though, resin is cool.  Since it exposes the whole bed at once, I can, for example, pull 24 small prints off of a small printer every 1 hour.  2 days of production, and I have hundreds, using just one printer.  With FDM, this particular part, FDM couldn't even make, but if it could, it'd be more like 15 minutes per part - would need a small print farm to keep up with literally one $150 printer.<p>I don't even have a space for the resin printer right now, though.  It really needs a dedicated and well-thought-out station to keep the toxic stuff from ruining your day.</p>
]]></description><pubDate>Tue, 04 Jun 2024 17:19:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40576852</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=40576852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40576852</guid></item><item><title><![CDATA[New comment by ipsod in "Formlabs Form 4 Teardown"]]></title><description><![CDATA[
<p>Thanks for sharing your experience.<p>Did you try engineering resins, like Siraya Tech's "Build", "Sculpt", etc.?<p>I make some small parts that I FDM print, then CNC mill for accuracy.  Was hoping to switch to resin printing, instead.</p>
]]></description><pubDate>Tue, 04 Jun 2024 17:06:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=40576713</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=40576713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40576713</guid></item><item><title><![CDATA[New comment by ipsod in "CADmium: A local-first CAD program built for the browser"]]></title><description><![CDATA[
<p>I'd add PyMadCAD, to those already mentioned.</p>
]]></description><pubDate>Wed, 22 May 2024 18:08:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=40444084</link><dc:creator>ipsod</dc:creator><comments>https://news.ycombinator.com/item?id=40444084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40444084</guid></item></channel></rss>