<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: dchristian</title><link>https://news.ycombinator.com/user?id=dchristian</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 05 Jul 2026 11:28:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dchristian" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dchristian in "It Takes Two Neurons to Ride a Bicycle"]]></title><description><![CDATA[
<p>This is an interesting way to think about how to get to a minimal form of a complex system.<p>A friend in college told me of a research project that had managed to balance a simulated inverted pendulum in 2D using 25 neurons and back propagation.  But I had done this exact problem with conventional state space controls using only 5 summations (the equivalent of 5 neurons).<p>After I finish patting myself on the back, you then wonder what it would take for that 25 neuron solution to keep optimizing down the theoretical 5 neuron solution?  The article is an interesting approach to that problem.<p>The paper they reference used 3456 input neurons and 9 output neurons, with no hidden nodes.  They designed their input and output differently, so it's not a direct comparison.  The optimized solution has 17 inputs, 2 outputs, and 2 hidden nodes.  That's a massive level of optimization.</p>
]]></description><pubDate>Sat, 30 May 2026 21:28:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48340782</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=48340782</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48340782</guid></item><item><title><![CDATA[New comment by dchristian in "It takes two neurons to ride a bicycle (2004)"]]></title><description><![CDATA[
<p>No, the bicycle is unstable.  PID doesn't work well there.<p>In addition, it is controlling a coupled 3D system (which is unstable).  This is much more than 3 PID controllers.</p>
]]></description><pubDate>Sat, 30 May 2026 20:54:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48340524</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=48340524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48340524</guid></item><item><title><![CDATA[New comment by dchristian in "Facebook is cooked"]]></title><description><![CDATA[
<p>This sounds like the feed of a single male.  Facebook showing sleazy content/ads to single guys predates AI by a lot.  Try removing your single relationship status from your profile and see what changes.</p>
]]></description><pubDate>Fri, 20 Feb 2026 22:42:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47095023</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=47095023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47095023</guid></item><item><title><![CDATA[New comment by dchristian in "The engineer who invented the Mars rover suspension in his garage [video]"]]></title><description><![CDATA[
<p>Legged robots can be more efficient, in theory.<p>Whenever you drive/walk in soft terrain, the wheel/leg is constantly climbing the  ramp created by it sinking into the terrain.  In a perfect system, this determines how much power you need to move.  This is why trains are so efficient.  A hard wheel on a hard rail has very little deflection -- so excellent efficiency.<p>Wheels have to climb that ramp for every inch of travel.  Legs get to step forward and only take that penalty for each step.  If everything else is the same, the legs win on soft terrain.<p>But everything else is never the same :-).  The early legged vehicles used linear motions, which means you have these very long sliding surfaces.  This is heavy and the drive system efficiency dominates over the terrain interaction efficiency.  Add in the fact that you have multiple axis to drive and the weight and drive losses really add up.<p>Modern dog and human style walking robots are MUCH better on efficiency than those early designs.  However, they require enough sensing and compute to dynamically balance.  Legs can do things that wheels can't, but you have to have smart enough software to take advantage of that.  The compute available for a high radiation environment is a fraction of what is in your smartwatch.  Wheels are still winning on energy efficiency, but at least it's getting closer.<p>I worked on Dante at CMU and Marsokhod at NASA Ames; and was in the same group that developed Ambler.</p>
]]></description><pubDate>Sat, 31 Jan 2026 20:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46840641</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=46840641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46840641</guid></item><item><title><![CDATA[New comment by dchristian in "What methylene blue can (and can’t) do for the brain"]]></title><description><![CDATA[
<p>> the ordered dosage of methylene blue was 1mg/kg/hr<p>That's 5X what is considered a safe dose.<p>Up to 2mg/kg/day is considered safe.  Double that with care.  But they were dosing every hour for days!</p>
]]></description><pubDate>Mon, 09 Jun 2025 21:25:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44229697</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=44229697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44229697</guid></item><item><title><![CDATA[New comment by dchristian in "Show HN: Beatsync – perfect audio sync across multiple devices"]]></title><description><![CDATA[
<p>Watch out of patent problems.  There was a major dust up between Sonos and Google over audio sync technology.
Disclaimer:  I've worked for both companies, but not on that</p>
]]></description><pubDate>Wed, 30 Apr 2025 15:11:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=43846398</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=43846398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43846398</guid></item><item><title><![CDATA[New comment by dchristian in "Pi Pico Rx – A crystal radio for the digital age?"]]></title><description><![CDATA[
<p>Very cool write up!  I'm amazed that it's running on AAA batteries.<p>The introduction to SDR (software defined radio) is much appreciated.<p>Edit:  defined, not designed</p>
]]></description><pubDate>Wed, 26 Mar 2025 14:18:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43482552</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=43482552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43482552</guid></item><item><title><![CDATA[New comment by dchristian in "Gemini Robotics"]]></title><description><![CDATA[
<p>Check out: <a href="https://ampsortation.com" rel="nofollow">https://ampsortation.com</a></p>
]]></description><pubDate>Wed, 12 Mar 2025 21:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43348021</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=43348021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43348021</guid></item><item><title><![CDATA[New comment by dchristian in "What makes code hard to read: Visual patterns of complexity (2023)"]]></title><description><![CDATA[
<p>This talks about the "what" of the code, but you have to also convey the "why".<p>If you have a well understood problem space and a team that is up to speed on it, then the "why" is well established and the code is the "what".<p>However, there are often cases where the code is capturing a new area that isn't fully understood.  You need to interleave an education of the "why" of the code.<p>I was once asked to clean up for release 10k lines of someone else's robotics kinematics library code.  There weren't any comments, readmes, reference programs, or tests.  It was just impenetrable, with no starting point, no way to test correctness, and no definition of terms.  I talked to the programmer and he was completely proud of what he had done.  The variable names were supposed to tell the story.  To me it was a 10k piece puzzle with no picture!  I punted that project and never worked with that programmer again.</p>
]]></description><pubDate>Tue, 11 Mar 2025 14:45:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43332960</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=43332960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43332960</guid></item><item><title><![CDATA[New comment by dchristian in "Adding iodine to salt played a role in cognitive improvements: research (2013)"]]></title><description><![CDATA[
<p>That depends on if it's in the grass that the cows eat.  They first researched iodine in cows because there isn't much iodine in the grass around the great lakes.  This area was known as the "goiter belt".<p>Adding iodine to the cow's food made them healthier and that's how they estimated the dose for humans (mcg / kg).</p>
]]></description><pubDate>Wed, 29 Jan 2025 23:39:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42872836</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=42872836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42872836</guid></item><item><title><![CDATA[New comment by dchristian in "Mouseless – fast mouse control with the keyboard"]]></title><description><![CDATA[
<p>Talon Speech recognition also includes mouseless options and eye tracking:
<a href="https://talon.wiki/Quickstart/Hardware/tobii_5" rel="nofollow">https://talon.wiki/Quickstart/Hardware/tobii_5</a><p>Works on Mac, Windows, and Linux</p>
]]></description><pubDate>Thu, 12 Dec 2024 18:12:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=42401685</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=42401685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42401685</guid></item><item><title><![CDATA[New comment by dchristian in "Show HN: A dynamic C (Hot reloading) module-based Web Framework"]]></title><description><![CDATA[
<p>I keep wondering how this compares to Zig and WASM?<p>Zig has a nicer syntax with fewer foot guns than C.  It can also compile or link with C.</p>
]]></description><pubDate>Mon, 18 Nov 2024 16:43:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42174135</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=42174135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42174135</guid></item><item><title><![CDATA[New comment by dchristian in "DJI ban passes the House and moves on to the Senate"]]></title><description><![CDATA[
<p>Autel Nano or Lite+.<p>Some Autel drone are made in the USA, but not all.<p>Edit: added the Lite and fixed formatting</p>
]]></description><pubDate>Mon, 17 Jun 2024 19:22:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=40709918</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=40709918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40709918</guid></item><item><title><![CDATA[New comment by dchristian in "Vitamin D supplementation associated with a reduced risk of suicide in veterans"]]></title><description><![CDATA[
<p>D3 is really a hormone.  You are showing the classic symptoms of it becoming too high.  If/when this happens, discontinue supplementing for a few days and then you can resume at a lower level.  Once you understand what too high feels like, you can easily adjust.<p>You may need a different level in different seasons of the year (because the sunlight varies) or if you change latitude (for the same reason).  Your needs may be very different to the people around you.</p>
]]></description><pubDate>Mon, 06 Feb 2023 16:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=34680235</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=34680235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34680235</guid></item><item><title><![CDATA[New comment by dchristian in "Vitamin D supplementation associated with a reduced risk of suicide in veterans"]]></title><description><![CDATA[
<p>You need to treat D3 as a hormone with an ideal range.  When your blood levels gets too high (typically over 100) you have trouble sleeping and might have restless leg syndrome.  When it's in the ideal range (60 - 80) you sleep like a baby.<p>Dr Gominak has done a bunch of research on D3 levels and sleep.  Her RightSleep program will walk you through how to properly supplement into the ideal range.  She has a few videos on YouTube with all the background info.  This is my current favorite:  <a href="https://www.youtube.com/watch?v=n1Qm5x7Lxgc">https://www.youtube.com/watch?v=n1Qm5x7Lxgc</a><p>Having said that, most doctors don't have a clue about D3 dosing.  You'll have to do some research.<p>Most people will overshoot in a month or two if they take 10,000 a day, but I know of people that have taken that level for long periods without ever going too high.  It's super personalized.</p>
]]></description><pubDate>Mon, 06 Feb 2023 16:44:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=34680079</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=34680079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34680079</guid></item><item><title><![CDATA[New comment by dchristian in "The McMurdo Webcams"]]></title><description><![CDATA[
<p>The National Science Foundation (NSF) runs the research activities on the base.  They don't allow anyone random there and they would be immediately obvious.<p>There are some Antarctic cruise ships that come in and do a day trip.  I hear the NSF hates this and makes sure everyone gets back on the boat.<p>They plan their logistics over a year in advance.  Anyone showing up unexpectedly is going to throw that off.</p>
]]></description><pubDate>Sat, 21 Jan 2023 23:00:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=34471662</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=34471662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34471662</guid></item><item><title><![CDATA[New comment by dchristian in "The McMurdo Webcams"]]></title><description><![CDATA[
<p>Yes, it's NZ time.  Since most of their flights and logistics are through NZ it makes the most sense to use that time zone.<p>The sun just orbits and never sets.  So any normal day/night cycles doesn't exist.<p>There are other (smaller) bases on the Antarctic peninsula.  I don't know what timezone they use.  Their supplies are coming in from Chile or Argentina.</p>
]]></description><pubDate>Sat, 21 Jan 2023 22:53:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=34471581</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=34471581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34471581</guid></item><item><title><![CDATA[New comment by dchristian in "The McMurdo Webcams"]]></title><description><![CDATA[
<p>I wondered if the C-17 would be a game changer for them.  It was just entering service back in 92.  They had the land landing strip back then, but it's too short for a C-5.  The C-17 was designed to handle shorter and rougher landing strips than the C-5.<p>The Antarctic Support Contract was a thing back then too.  They did most of the day-day operations, while the Navy managed flights, supplies, the mess (cafeteria), and the like.  I don't really know the division of responsibilities.<p>Do you know if they are landing on winter flights, or just doing airdrops?  The later is much easier to do.  Even in the summer, the C-130s have to fly with enough fuel to return to NZ because there have been times when the winds become too high to land (and NZ is the "nearest" alternate runway).</p>
]]></description><pubDate>Sat, 21 Jan 2023 22:47:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=34471514</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=34471514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34471514</guid></item><item><title><![CDATA[New comment by dchristian in "The McMurdo Webcams"]]></title><description><![CDATA[
<p>It's amazing that they have the bandwidth for this.  I assume there is a US or NZ based server that serves the world, but still.<p>I was there in the 92-93 season.  We were lucky to have e-mail back then.<p>We did our own special internet link for a project that used spare bandwidth on a non commercial satellite.  We had 1.544mbit up and 9600 down.  We sent what would eventually be called motion jpeg for "video".  There was no audio.  The satellite dish was pointed 3deg below the horizon; but we were on a mountain, so that was fine.<p>McMurdo is a fabulously weird place.  The US Navy manages all the food/fuel/housing logistics.  Then you get the researchers coming through to do projects.  They may be working  from McMurdo, but most are just be gearing up to go out on the ice.  These are often grad students, researchers, and faculty.  So the average IQ is much higher than your typical ski town.<p>The staff that works the station is there because they like the environment.  You find people with college degrees doing maintenance and safety trainings.  Most are just there for the summer season (which is now).  Some will winter over.<p>Most of the fuel and cargo comes in once a year.  The ice breaker is at the ice dock, so that can happen any time now.<p>Everything else is flown in/out from NZ at considerable expense.  Early in the season the ice is thick enough to land jets like the C-5 and C-17.  While they are in the ground, they have to move them every few hours to keep the ice from cracking under all that weight.  By this time in the season it's probably just C-130s doing everything.  Once the sun goes back down, all flights cease and there is nothing can get out for 9 months.</p>
]]></description><pubDate>Sat, 21 Jan 2023 19:29:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=34469446</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=34469446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34469446</guid></item><item><title><![CDATA[New comment by dchristian in "Why a global recession is inevitable in 2023"]]></title><description><![CDATA[
<p>The bottom end of the housing market is usually junk or otherwise tied up legally.  Just because you get hits, doesn't mean that's a viable option.<p>I just did a housing search recently and found this out the hard way.<p>Look at the median for an area and then figure that you can go 10-20% below that for a "fixer upper".  Even that isn't an option if you don't have DIY skills.</p>
]]></description><pubDate>Sun, 01 Jan 2023 21:53:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=34211397</link><dc:creator>dchristian</dc:creator><comments>https://news.ycombinator.com/item?id=34211397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34211397</guid></item></channel></rss>