Ask HN: What's your "it's not stupid if it works" story?
1–10 of 510 posts
Re: Ask HN: What's your "it's not stupid if it works" story?
#2Re: Ask HN: What's your "it's not stupid if it works" story?
#3Re: Ask HN: What's your "it's not stupid if it works" story?
#4In hindsight, it would have been better to use a local HTTP server. Seemed like overkill at the time.
Re: Ask HN: What's your "it's not stupid if it works" story?
#5Every time it happened, it made for a long heat up cycle to warm the water and rads and eventually the house.
So I built an Arduino controlled NC relay that removed power for 1 minute out of every 120. That was often enough to eliminate the effect of the fault, but not so often that I had concerns about filling too much gas if the boiler ever failed to ignite. 12 failed ignitions per day wouldn’t give a build up to be worried about.
That ~20 lines of code kept it working for several years until the boiler was replaced.
Re: Ask HN: What's your "it's not stupid if it works" story?
#6Re: Ask HN: What's your "it's not stupid if it works" story?
#7For all its faults, it worked and it was generating revenue. Enough that the startup got to a sizable Series A. That experience completely changed how I think about writing code at startups.
Re: Ask HN: What's your "it's not stupid if it works" story?
#8Re: Ask HN: What's your "it's not stupid if it works" story?
#9Re: Ask HN: What's your "it's not stupid if it works" story?
#10In the text file you have something you want to template (or "parametrize") from an outside variable, so you name that something like @@VAR@@ and then you can sed that @@VAR@@ :-)