<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: nickzoic</title><link>https://news.ycombinator.com/user?id=nickzoic</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 24 Jun 2026 03:24:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nickzoic" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nickzoic in "Tell HN: Potential hashed password leaks from Slack workspace invitation links"]]></title><description><![CDATA[
<p>I don't suppose anyone noticed what hash they were using?</p>
]]></description><pubDate>Fri, 05 Aug 2022 00:03:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=32349885</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=32349885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32349885</guid></item><item><title><![CDATA[New comment by nickzoic in "Writing an Apple 2 game in 2021"]]></title><description><![CDATA[
<p>G'day all!  That's me ... as you can tell, it's been on the back-burner for a while due to work and so on but I'll get back to it at some point and at least get our goose walking around.<p>@deater those look great, I'll check them out and add a link, especially since there's some lo-res stuff there! I don't recall every seeing a lo-res game other than brick out!<p>Thanks for the tips re: blanking interrupts, although to be fair there's no way in the world I'm going to cycle-count the entire thing ... unless ... unless ...<p>Anyway, such a shame there's no little wire there to trigger IRQ from VBI, it'd make so many things easier. It seems really obvious now but I guess at the time it Wozn't.</p>
]]></description><pubDate>Wed, 18 May 2022 01:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=31418390</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=31418390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31418390</guid></item><item><title><![CDATA[New comment by nickzoic in "For a Better Economy, Add Commuter Rail?"]]></title><description><![CDATA[
<p>Also pathology samples, although I believe there's now some interest in robots doing similar things.</p>
]]></description><pubDate>Tue, 16 Aug 2016 12:49:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=12297092</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=12297092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12297092</guid></item><item><title><![CDATA[New comment by nickzoic in "“CPUs are optimized for video games”"]]></title><description><![CDATA[
<p>In the olden days of x86: "REPNZ SCASB" to get the length of a zero-terminated string and "REP MOVSB" to copy bytes from place to place.  But I think more modern CPUs actually work faster with the RISCier equivalents.</p>
]]></description><pubDate>Thu, 11 Aug 2016 06:23:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=12266576</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=12266576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12266576</guid></item><item><title><![CDATA[New comment by nickzoic in "The tyranny of the Hollerith punched card"]]></title><description><![CDATA[
<p>Yep, a pretty serious piece of kit, although you really needed a monochrome monitor for it to work properly ... regular TVs didn't have the horizontal bandwidth.</p>
]]></description><pubDate>Tue, 07 Jun 2016 13:42:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=11854424</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=11854424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11854424</guid></item><item><title><![CDATA[New comment by nickzoic in "Airport Trains Suck. Will REM Too?"]]></title><description><![CDATA[
<p>Sydney's works fine.  London's too, not the special one the regular tube one.  Also Tokyo Narita and Schipol.  What they've all got in common is that they're well connected to a good public transport system.</p>
]]></description><pubDate>Sun, 29 May 2016 09:43:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=11795722</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=11795722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11795722</guid></item><item><title><![CDATA[New comment by nickzoic in "Nginx reverse proxies retries PUT/POST/DELETE on response timeout by default"]]></title><description><![CDATA[
<p>Well, sure, and theoretically a success gets you 2xx and a failure gets you 4xx/5xx.<p>But there's a layer beneath HTTP as well.  If all you get back is a TCP RST, did the request succeed or fail?  How about if you get an ICMP unreachable or just a timeout ... should you retry?<p>So, the Internet being what it is, it is probably not a bad idea to aim for idempotence for the critical bits.</p>
]]></description><pubDate>Fri, 04 Mar 2016 09:23:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=11222797</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=11222797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11222797</guid></item><item><title><![CDATA[New comment by nickzoic in "ESP8266: A $5 microcontroller with wi-fi that runs Python"]]></title><description><![CDATA[
<p>There was a good talk about these at LinuxConf AU: <a href="http://mirror.linux.org.au/linux.conf.au/2016/05_Friday/Wool_Museum/Free_as_in_cheap_gadgets_the_ESP8266.webm" rel="nofollow">http://mirror.linux.org.au/linux.conf.au/2016/05_Friday/Wool...</a><p>... they're a very exciting device and incredibly cheap, and the supplied SDK libs look very nice, even though they aren't quite fully open source.<p>The NodeMCU boards are very useful even if you're not interested in Lua, they add power, USB and breadboard friendly headers in a smallish package.<p>I've started messing around with different ways to program them for educational purposes: <a href="http://nick.zoic.org/etc/flobot-graphical-dataflow-language-for-robots/" rel="nofollow">http://nick.zoic.org/etc/flobot-graphical-dataflow-language-...</a></p>
]]></description><pubDate>Mon, 22 Feb 2016 23:23:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=11155193</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=11155193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11155193</guid></item><item><title><![CDATA[New comment by nickzoic in "The sad graph of software death"]]></title><description><![CDATA[
<p>What I'm a bit puzzled by here is that if I'm reading the X-axis right the rot sets in at 3 weeks ... I mean, that's not very far in.  It seems odd that the graphs are both otherwise so linear.<p>I just EOLed a project which started 8 years ago ... at least one bug existed for 7.5 years of that.  It was a minor UI bug and just bumped along at Priority Low with no-one really minding it until the company got acquired and the project got merged into another one.  There were others as well.<p>My point is: without splitting the "backlog" by priority it is hard to see if this is really "software death" or just "bug fossilization" ...<p>Maybe I should draw my own graph.</p>
]]></description><pubDate>Sun, 03 Jan 2016 12:45:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=10830415</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=10830415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10830415</guid></item><item><title><![CDATA[New comment by nickzoic in "The day I did something"]]></title><description><![CDATA[
<p>I think also, a really top notch expert makes what they're doing seem so effortless that you do think "yeah, that's just what I would have done".<p>And probably you would have, at least eventually, although maybe with a couple of false starts and by that point perhaps some misfeatures have already been locked in and now your simple, elegant solution (the one you came up with all on your own without some fancy consultant) isn't quite going to work the way you'd like it to, but it's still 90% of the way there and you're only a little bit over budget  -- so long as you cut a couple of the less useful features you should hopefully get the whole thing done before you lose the support of management -- but then they change CTO and the whole thing gets put on hold indefinitely.</p>
]]></description><pubDate>Mon, 30 Nov 2015 02:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=10647182</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=10647182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10647182</guid></item><item><title><![CDATA[New comment by nickzoic in "Kinglake road crashes (2014)"]]></title><description><![CDATA[
<p>The climb up from Whittlesea is impressively direct in places on a pushie.  I've seen plenty of people do it, but it is a different kind of ride and I'm not going to try it any time soon ...<p>I like his GIS work, but there is no conceivable way that there were only 3 pushie accidents on that road in 7.5 years so sorry VicRoads but I doubt the dataset is accurate.<p>Funny to see my neighbourhood on HN :-).</p>
]]></description><pubDate>Tue, 24 Nov 2015 12:15:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=10620297</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=10620297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10620297</guid></item><item><title><![CDATA[New comment by nickzoic in "Amazon Snowball"]]></title><description><![CDATA[
<p>Really?  Why?  I mean, Kindles are pretty cheap, but sticky shipping labels are a few bucks for rolls of 500, and very hard to damage in transit.</p>
]]></description><pubDate>Thu, 08 Oct 2015 01:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=10350272</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=10350272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10350272</guid></item><item><title><![CDATA[New comment by nickzoic in "How I Got and Lost a VC Job Offer in 72 Hours"]]></title><description><![CDATA[
<p>The negotiation process worked successfully.  OP didn't want to work for less than $X, and he isn't!</p>
]]></description><pubDate>Mon, 28 Sep 2015 02:53:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=10288713</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=10288713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10288713</guid></item><item><title><![CDATA[New comment by nickzoic in "Bye-bye blackboard"]]></title><description><![CDATA[
<p>> But I don't know what academic activity students would want to engage in when they are not being forced to do so.<p>Plagiarism, mostly :-/.</p>
]]></description><pubDate>Tue, 15 Sep 2015 10:54:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=10219902</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=10219902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10219902</guid></item><item><title><![CDATA[New comment by nickzoic in "Tufte CSS"]]></title><description><![CDATA[
<p>I don't know if RPF himself had anything much to do with it, but the typesetting of the /The Feynman Lectures on Physics/ is beautiful.<p>It features the main column / side column design as discussed, with notes, diagrams and navigation hints in the side column and is a great demonstration of the value of whitespace!</p>
]]></description><pubDate>Thu, 06 Aug 2015 00:24:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=10013881</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=10013881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10013881</guid></item><item><title><![CDATA[New comment by nickzoic in "Three hundred programming interviews in thirty days"]]></title><description><![CDATA[
<p>I think you mean<p><pre><code>    static const int days_per_week = 8;
</code></pre>
:-).</p>
]]></description><pubDate>Wed, 24 Jun 2015 11:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=9770922</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=9770922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9770922</guid></item><item><title><![CDATA[New comment by nickzoic in "Google Cardboard"]]></title><description><![CDATA[
<p>Ha, I made a thing like this back in 1994 or so out of an old monochrome 640x480 laptop screen, a couple of those plastic fresnel lenses and a whole bunch of glue and cardboard.  It worked about as well as you'd expect.<p>I was totally into the Virtual Reality hype of the day.  It's funny to think that 20 years later it might almost be useful.  Maybe I'll buy an Oculus Rift to celebrate :-)</p>
]]></description><pubDate>Fri, 27 Jun 2014 07:28:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=7953055</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=7953055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7953055</guid></item><item><title><![CDATA[New comment by nickzoic in "Lectures Aren't Just Boring, They're Ineffective, Too"]]></title><description><![CDATA[
<p>Imagine!<p><a href="http://www.feynmanlectures.caltech.edu/" rel="nofollow">http://www.feynmanlectures.caltech.edu/</a><p><a href="http://www.openculture.com/2012/08/the_character_of_physical_law_richard_feynmans_legendary_lecture_series_at_cornell_1964.html" rel="nofollow">http://www.openculture.com/2012/08/the_character_of_physical...</a><p>OK, so that's not quite everything but it is a pretty good start, and there's lots of other stuff out there on the web.</p>
]]></description><pubDate>Wed, 14 May 2014 00:50:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=7741580</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=7741580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7741580</guid></item><item><title><![CDATA[New comment by nickzoic in "Reflections on Curly Braces – Apple’s SSL Bug and What We Should Learn From It"]]></title><description><![CDATA[
<p>Agreed, this is a case where a small number of test cases would have been sufficient to cover the critical parts of the code and avoid this particular error and many like it.</p>
]]></description><pubDate>Fri, 28 Feb 2014 13:36:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=7318608</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=7318608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7318608</guid></item><item><title><![CDATA[New comment by nickzoic in "Does Meteor Scale?"]]></title><description><![CDATA[
<p>It's a very useful feature, which can feed a cache layer, act as a kind of trigger mechanism or give you a (very limited) kind of transaction.</p>
]]></description><pubDate>Tue, 03 Dec 2013 20:58:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=6843145</link><dc:creator>nickzoic</dc:creator><comments>https://news.ycombinator.com/item?id=6843145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6843145</guid></item></channel></rss>