<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: vonnieda</title><link>https://news.ycombinator.com/user?id=vonnieda</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Jul 2026 04:20:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vonnieda" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vonnieda in "Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)"]]></title><description><![CDATA[
<p>This is really clever and is taking a direction I hope to see more software taking! Totally self contained is awesome. Well done!</p>
]]></description><pubDate>Wed, 22 Jul 2026 17:21:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49010177</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=49010177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49010177</guid></item><item><title><![CDATA[New comment by vonnieda in "Open source CAD in the browser (Solvespace)"]]></title><description><![CDATA[
<p>Try FreeCAD <i>one more time</i>, if you haven't tried 1.0+, and it might stick. I've finally, in the past 6 months moved all my work to FreeCAD and KiCad after trying both many times over the past decades.<p>I highly recommend watching one of MangoJelly's beginner videos for FreeCAD, even if you have CAD experience. It made it very clear how to adapt my Fusion360 skills.</p>
]]></description><pubDate>Wed, 01 Apr 2026 02:26:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47596045</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=47596045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47596045</guid></item><item><title><![CDATA[New comment by vonnieda in "Rewilding the Internet"]]></title><description><![CDATA[
<p>Thank you! The README in the repo was a real joy to read.</p>
]]></description><pubDate>Mon, 10 Nov 2025 21:22:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45881113</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=45881113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45881113</guid></item><item><title><![CDATA[New comment by vonnieda in "Rewilding the Internet"]]></title><description><![CDATA[
<p>What plant software is being shown in the animation at the top of the page? I've been hunting for something to simulate plant growth and that looks interesting!</p>
]]></description><pubDate>Mon, 10 Nov 2025 19:43:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45880012</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=45880012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45880012</guid></item><item><title><![CDATA[New comment by vonnieda in "Libobscura"]]></title><description><![CDATA[
<p>This looks cool. I'm looking forward to seeing the progress on the GPU acceleration.<p>I'm a maintainer for openpnp-capture and I've always had the thought of hardware acceleration in the back of my mind, but I didn't really know how I would go about it. Reading the comments on using shaders for color space conversion really opened my eyes.<p>I like that this is in Rust. It should make it very portable over time and Rust's dependency management and builds should make it a heck of a lot easier to distribute on multiple architectures (if you intend to).<p>Looks awesome, good luck!</p>
]]></description><pubDate>Mon, 18 Nov 2024 17:33:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=42174720</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=42174720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42174720</guid></item><item><title><![CDATA[New comment by vonnieda in "Ask HN: Programmable Lasers?"]]></title><description><![CDATA[
<p>Seconding ILDA. It's been the standard for decades and it is well documented and easy to interface with either at the software/library level, or even at the signal level. [1]<p>You can get a cheap "RGB" laser projector on eBay for ~200 [2]. It will have red, green, and blue lasers, and the interface will be willing to combine them 7 ways. A more expensive laser will have "analog" mixing for closer to true RGB. It will also likely have no documentation, and might be weird. I have one of these.<p>For something with better documentation, supported API, and lots of active development, check out Lasercube [3]. It has WiFi, a documented API, a Github repo with a client, and the base software is also really cool. This is my next planned upgrade.<p>Be careful: Most of these lasers put out 500+ mW and will instantly destroy your eyes if you make a mistake and stop scanning. It's not an exaggeration. Find out what wavelengths your laser outputs and get certified glasses to wear when working on it.<p>[1]: <a href="https://www.ilda.com/resources/StandardsDocs/ILDA_ISP99_rev002.pdf" rel="nofollow">https://www.ilda.com/resources/StandardsDocs/ILDA_ISP99_rev0...</a><p>[2]: <a href="https://www.ebay.com/sch/i.html?_from=R40&_nkw=ilda+rgb&_sacat=0" rel="nofollow">https://www.ebay.com/sch/i.html?_from=R40&_nkw=ilda+rgb&_sac...</a><p>[3]: <a href="https://www.laseros.com/" rel="nofollow">https://www.laseros.com/</a></p>
]]></description><pubDate>Mon, 08 Jul 2024 13:56:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=40905482</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=40905482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40905482</guid></item><item><title><![CDATA[New comment by vonnieda in "Local First, Forever"]]></title><description><![CDATA[
<p>I am working on exactly this in a music player I am writing. Specifically, you can use any S3 compatible storage to sync your music and metadata between devices, and it's end-to-end encrypted.<p>I plan to offer single click resale of storage directly in the app for users who don't want to deal with access keys, secret keys, ACLs, and the like.</p>
]]></description><pubDate>Tue, 25 Jun 2024 16:27:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40790468</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=40790468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40790468</guid></item><item><title><![CDATA[New comment by vonnieda in "Ask HN: What's the coolest physical thing you've made?"]]></title><description><![CDATA[
<p>I made a clock based on an IV-18 vacuum florescent display tube. In the process I learned CAD, CNC, aluminum anodizing, metal turning, SMT soldering, laser cutting, box making, power supply design, and a dozen other skills I use every day today.<p>Here's the clock's homepage, which has some pictures: <a href="https://vonnieda.org/tc18" rel="nofollow noreferrer">https://vonnieda.org/tc18</a>, and more pictures on Flickr: <a href="https://www.flickr.com/photos/vonnieda/sets/72157622935775931/" rel="nofollow noreferrer">https://www.flickr.com/photos/vonnieda/sets/7215762293577593...</a><p>And a blog post that goes into excruciating detail about the entire process: <a href="https://vonnieda.org/archives/1406" rel="nofollow noreferrer">https://vonnieda.org/archives/1406</a><p>I built a total of five of them. I sent one to the person who designed the enclosure, one to my brother, one to a friend, one to eBay for sale (which ended up in Germany), and kept one for myself. It still sits on my desk ticking along quite happily. I've changed the backup battery once in 14 years and have made little tweaks to the firmware over the years.</p>
]]></description><pubDate>Mon, 07 Aug 2023 17:28:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=37037640</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=37037640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37037640</guid></item><item><title><![CDATA[New comment by vonnieda in "The Anti-Ownership eBook Economy"]]></title><description><![CDATA[
<p>When you "buy" a Kindle book, for instance, you click "Buy It Now" not "Rent It Now". The implication is that you are buying it to own, not renting it. Not a good comparison to renting a car.</p>
]]></description><pubDate>Thu, 13 Jul 2023 19:11:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=36714524</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=36714524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36714524</guid></item><item><title><![CDATA[New comment by vonnieda in "The D.E.N.N.I.S. system: Résumé tips for Senior Devs"]]></title><description><![CDATA[
<p>"You based your resume tips on a sexual grooming chart?"<p>"As a joke!"<p>"I'm gonna go work somewhere else..."<p>I know cultures are different in different places, but in corporate America this post is all red flags. Always Sunny is hilarious, but I sure wouldn't want to be sitting in HR explaining "the implication" to someone who has never seen the show.</p>
]]></description><pubDate>Mon, 08 May 2023 17:23:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=35864359</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=35864359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35864359</guid></item><item><title><![CDATA[New comment by vonnieda in "Automakers are starting to admit that drivers hate touchscreens"]]></title><description><![CDATA[
<p>Just FYI what you’ve described is exactly what the GPs video shows. I only mention it cause that knob and video are absolutely amazing and deserves a watch.</p>
]]></description><pubDate>Thu, 27 Apr 2023 04:23:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=35723280</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=35723280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35723280</guid></item><item><title><![CDATA[New comment by vonnieda in "Western Digital cloud services down for 4 days"]]></title><description><![CDATA[
<p>I wonder what an LLM would say if it had, say, 2 orders of magnitude more parameters and 46 years of training like I do. And if it was trained up to the millisecond with new inputs from millions of individual sensors. It might say:<p>> I wonder what an LLM would say if it had...</p>
]]></description><pubDate>Fri, 07 Apr 2023 19:39:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=35486067</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=35486067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35486067</guid></item><item><title><![CDATA[New comment by vonnieda in "Show HN: Cadseer. a parametric solid modeling CAD desktop application"]]></title><description><![CDATA[
<p>Wow, I've been looking for something like this for years! Thanks for posting. I fired it up on an M1 Mac (Rosetta 2) and it runs quite nicely. Watching through the screencast now, and looking forward to using this.<p>I've had an interest in writing an open source 3D CAD for some time, but I would far rather help with an existing project. Are you interested in PRs, and are there specific things you'd like help with?<p>One thing right away, I'd be happy to help with Mac M1 builds if that would be helpful. I maintain several open source projects and provide binaries for many platforms.<p>Great work!</p>
]]></description><pubDate>Mon, 03 Apr 2023 21:39:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=35431661</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=35431661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35431661</guid></item><item><title><![CDATA[New comment by vonnieda in "Instagram’s co-founders are back with Artifact, a kind of TikTok for text"]]></title><description><![CDATA[
<p>I don't think this is true. I see "Boosted" posts in my feed from people I don't follow. Maybe this is a server specific feature? I am using Hachyderm.io.</p>
]]></description><pubDate>Tue, 31 Jan 2023 21:36:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=34602553</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=34602553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34602553</guid></item><item><title><![CDATA[New comment by vonnieda in "Ask HN: What sub $200 product improved your 2022"]]></title><description><![CDATA[
<p>Ditto - worth every penny!</p>
]]></description><pubDate>Fri, 06 Jan 2023 16:58:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=34277285</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=34277285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34277285</guid></item><item><title><![CDATA[New comment by vonnieda in "Ask HN: Indoor air quality sensors and other IoT that's local-first and not DIY?"]]></title><description><![CDATA[
<p>TL;DR: Zwave and Zigbee are (almost) always local first. Home Assistant is great. Almost all CO2 sensors are bad.<p>I have the same goals with my setup, and I've been tinkering with home automation for a couple decades now, so I'll share what I've learned so far.<p>First, specifically for indoor air quality, and especially for real CO2, the options are terrible. eCO2 sensors are a dime a dozen, but they are awful. For real CO2 everything seems to be super industrial or cloud junk.<p>I'm using a variation on <a href="https://hackaday.io/project/186682-co2-buddy" rel="nofollow">https://hackaday.io/project/186682-co2-buddy</a> for CO2. It uses a high quality sensor and is really just three parts, or two if you don't want LEDs. You flash the ESP32 with esphome and then Home Assistant does the rest. Someone, maybe me, should build and sell these.<p>For PM2.5 I use a bunch of modified Vindriktning from IKEA. I added a tiny ESP32 board, soldered four wires, and installed esphome. I modified four in about an hour one evening. Someone, maybe me, should build and sell these.<p>For temperature and humidity I love the "Aqara Temperature and Humidity Sensor". I sprinkle these liberally around the house. They are Zigbee, so local by default. In fact, when shopping for home automation stuff, if you see something that "requires Hub" it usually means its either Zwave or ZigBee and will work just fine directly.<p>Home Assistant for control, data storage, graphing, dashboards, etc. It's free, open source, gets high quality monthly updates, good looking and responsive iOS and Android apps, great web interface, and most important to your question: has extremely good documentation when it comes to what is supported.<p>Take a look at the Integration page for Phillips Hue, for instance: <a href="https://www.home-assistant.io/integrations/hue/" rel="nofollow">https://www.home-assistant.io/integrations/hue/</a>. It's marked as "Local Push" which is the keyword you want for stuff that doesn't need someone else's cloud.<p><a href="https://www.home-assistant.io/blog/2016/02/12/classifying-the-internet-of-things/#classifiers" rel="nofollow">https://www.home-assistant.io/blog/2016/02/12/classifying-th...</a><p>So, when I am shopping for a new class of device, I always first check the Home Assistant integration page for it and see what the support is like. There will often be helpful comments and FAQs on the page.<p>In general, if something is Zwave or Zigbee it will be trivial to get it working local first. If it's WiFi there's probably going to at least be an app and a cloud that you have to use to setup and it's a toss up whether you can then use it without a constant cloud connection.<p>If you've made it this far, here's some other recommendations for solid local first Home Assistant compatible goodies:<p>- Hue lights. I've tried Feit, Sengled, LiFX, Hue, and various big box store white label junk. Hue just works. They are expensive, but they work great and I never, ever have a single problem with them. Phillips doesn't make it obvious but Hue's hub is just Zigbee and you can talk Zigbee directly from Home Assistant to Hue lights. You can do the initial setup over Bluetooth using their app and then never use it again. LiFX are WiFi and are a solid runner up, but basically the same price.<p>- Zooz wall switches and dimmers.<p>- Zooz 4-in-1 Sensor is a great temperature, humidity, illuminance, and motion sensor. I use these in places where I want motion sensing in place of the Aqara temperature and humidity.<p>- Zooz Water Leak Sensors.<p>- Zooz window and door open sensors.<p>- Bond Bridge for 400MHz RF remotes - ceiling fans in my case. Like Hue, set it up using the app, then just run it with Home Assistant.<p>- Minoston Z-Wave Plug with Energy Monitor for plug in switches with energy monitoring.</p>
]]></description><pubDate>Mon, 28 Nov 2022 17:18:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=33776347</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=33776347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33776347</guid></item><item><title><![CDATA[New comment by vonnieda in "Ask HN: Do you use an optimization solver? Which one? Do you like it?"]]></title><description><![CDATA[
<p>I'd love to see an answer to this, too. Just to learn a little bit more about the field!</p>
]]></description><pubDate>Thu, 21 Apr 2022 01:03:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=31104976</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=31104976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31104976</guid></item><item><title><![CDATA[New comment by vonnieda in "Updating a 50 terabyte PostgreSQL database (2018)"]]></title><description><![CDATA[
<p>> One other detail to note is that we built our software architecture in such a way that we can stop traffic to our PostgreSQL databases, queue the transactions, and run a PostgreSQL update without affecting payments acceptance.</p>
]]></description><pubDate>Thu, 13 Jan 2022 19:47:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=29925805</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=29925805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29925805</guid></item><item><title><![CDATA[New comment by vonnieda in "Casio Graphing Scientific Calculator Fx-9860GIII Comes with MicroPython"]]></title><description><![CDATA[
<p>I agree completely. I am completely willing to spend real money on an iOS app that is as intuitive and powerful as a TI-89 but it just doesn’t seem to exist.</p>
]]></description><pubDate>Sun, 13 Dec 2020 22:50:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=25411221</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=25411221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25411221</guid></item><item><title><![CDATA[New comment by vonnieda in "Graphics for JVM"]]></title><description><![CDATA[
<p>The author is referring to writing a UI library, not writing an application or UI using an existing UI library.</p>
]]></description><pubDate>Tue, 17 Nov 2020 15:43:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=25125030</link><dc:creator>vonnieda</dc:creator><comments>https://news.ycombinator.com/item?id=25125030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25125030</guid></item></channel></rss>