<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: marzell</title><link>https://news.ycombinator.com/user?id=marzell</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 07 May 2026 00:23:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=marzell" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by marzell in "NIST scientists create 'any wavelength' lasers"]]></title><description><![CDATA[
<p>Also there are other variants and tricks around this for other colors as well
<a href="https://en.wikipedia.org/wiki/Impossible_color" rel="nofollow">https://en.wikipedia.org/wiki/Impossible_color</a></p>
]]></description><pubDate>Sat, 18 Apr 2026 23:14:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47820354</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=47820354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47820354</guid></item><item><title><![CDATA[New comment by marzell in "Vietnam bans unskippable ads"]]></title><description><![CDATA[
<p>"correting" lol</p>
]]></description><pubDate>Tue, 06 Jan 2026 17:46:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46515721</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=46515721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46515721</guid></item><item><title><![CDATA[New comment by marzell in "The past was not that cute"]]></title><description><![CDATA[
<p>There's good arguments for the case that gatherer communities actually had generally better health and far more free time than farmers and agrarian society.<p>Farming provided the calories necessary for a population that hunting and gathering could not support (so no going back) but required basically working all day to make it work and survive less than ideal conditions. But prior to farming people often had significant more free time.</p>
]]></description><pubDate>Sun, 07 Dec 2025 14:25:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46181875</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=46181875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46181875</guid></item><item><title><![CDATA[New comment by marzell in "Avoid 2:00 and 3:00 am cron jobs (2013)"]]></title><description><![CDATA[
<p>Yeah at that point I think we'd be better off if everything was just UTC and dealt with locally</p>
]]></description><pubDate>Tue, 28 Oct 2025 01:51:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45728465</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=45728465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45728465</guid></item><item><title><![CDATA[New comment by marzell in "Left to Right Programming"]]></title><description><![CDATA[
<p>You absolutely can in many engines, for instance in Snowflake... with the small exception that in all supporting engines you actually need to use HAVING instead of WHERE in your second example (because it compares an aggregation, otherwise WHERE is fine).<p>You can also use "correlated column aliases" (I can't recall the proper name) i.e.<p><pre><code>    SELECT
        id AS foo,
        foo || '_1' as foo_n,
        right(foo_n, 1) as foo_ordinal
    FROM MyTable
    WHERE foo = 1;
</code></pre>
Again, if this isn't all part of SQL standards, the reality is that a lot of engines have semi-standard (sometimes very proprietary too) ways of handling these now common patterns. For real-world use cases, the standards are unfortunately becoming increasingly irrelevant. I think it would be better in the long term to use standards, but if they can't keep up with actual usage then they will just get ignored.</p>
]]></description><pubDate>Tue, 19 Aug 2025 19:21:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44955260</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=44955260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44955260</guid></item><item><title><![CDATA[New comment by marzell in "Left to Right Programming"]]></title><description><![CDATA[
<p>> Per the SQL standard, you can't use column aliases in WHERE clauses, because the selection (again, relational algebra) occurs before the projection.<p>Except this works in most major vendor SQL implementations. And they all support relation aliases in SELECT... Seems the standards have long fell behind actual implementations.</p>
]]></description><pubDate>Tue, 19 Aug 2025 12:54:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44950968</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=44950968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44950968</guid></item><item><title><![CDATA[New comment by marzell in "Dust from car brakes more harmful than exhaust, study finds"]]></title><description><![CDATA[
<p>Some factors I think are involved, but I don't see mentioned - EVs produce more readily available torque in general, and also tire choice heavily factors in EV range (low rolling resistance), which has a negative impact on tread life</p>
]]></description><pubDate>Sat, 15 Feb 2025 18:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43060995</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=43060995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43060995</guid></item><item><title><![CDATA[New comment by marzell in "How corn syrup took over America"]]></title><description><![CDATA[
<p>We make corn that isn't even considered a food, legally. We subsidize that using a lot of tax dollars, to the absurd point that we pay farmers to NOT grow corn and leave fields empty. Everyone is paying for way more corn than is needed through taxes, while people claim this keeps costs low (it's more, you are just paying it in taxes). And then we come up with excuses to use more of it, like corn syrup and ethanol. This is absolutely absurd.</p>
]]></description><pubDate>Tue, 14 Jan 2025 04:55:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=42693814</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=42693814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42693814</guid></item><item><title><![CDATA[New comment by marzell in "Query Apple's FindMy network with Python"]]></title><description><![CDATA[
<p>Long before the richest man on earth bought Twitter to be his personal megaphone to help him prepare to become president in order to boost all his personal endeavors, the letter X has been used as a sort of contraction to replace common morphemes like "cross", "trans" etc, in places where the physical representation "x" likens to a cross or crossing of some sort, or in reference to the Greek letter Chi. Must we change our use of language to support this guy, too?<p>Xtian Xmas xfer tx/rx xor...</p>
]]></description><pubDate>Sat, 21 Dec 2024 17:46:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=42481026</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=42481026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42481026</guid></item><item><title><![CDATA[New comment by marzell in "Simple tasks showing reasoning breakdown in state-of-the-art LLMs"]]></title><description><![CDATA[
<p>I believe the "thinking out loud" is fundamentally part of the process of "text completion" which is what it is doing. Certainly we can (and do) break things apart and add layers that could be used to effectively do this by adding more steps and processing time. But ultimately in a single turn, the entire conversation up to that point (including instructions you may have added telling it to not think out loud) is the input, and the output will reflect that.</p>
]]></description><pubDate>Wed, 05 Jun 2024 18:24:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=40588476</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=40588476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40588476</guid></item><item><title><![CDATA[New comment by marzell in "Today Microsoft Banned My Country Iran from Minecraft"]]></title><description><![CDATA[
<p>I'm not arguing your point, but this is the general state of gaming today. A significant portion of "single player only" games require you to be online, contain "online" content, and access to the game can/will be effectively removed when servers/services go offline.</p>
]]></description><pubDate>Thu, 25 Apr 2024 15:38:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=40158837</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=40158837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40158837</guid></item><item><title><![CDATA[New comment by marzell in "Horcrux: Split your file into encrypted fragments"]]></title><description><![CDATA[
<p>The second point, yeah that's relevant.<p>On the first point, just give each person n-1 shards, each missing a different one. Then any 2 can decrypt. Or configure it for however many participants there are and they minimum number needed to encrypt.</p>
]]></description><pubDate>Sat, 16 Sep 2023 17:54:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=37537001</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=37537001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37537001</guid></item><item><title><![CDATA[New comment by marzell in "Horcrux: Split your file into encrypted fragments"]]></title><description><![CDATA[
<p>What's the practical benefit over just sharding a decryption key and handing out multiple shards to each person?</p>
]]></description><pubDate>Sat, 16 Sep 2023 17:32:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=37536802</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=37536802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37536802</guid></item><item><title><![CDATA[New comment by marzell in "My favourite API is a zipfile on the European Central Bank's website"]]></title><description><![CDATA[
<p>for something a bit more robust, check out DuckDB. It's a library you can embed, use it to run SQL on local files as well as connect to databases, do joins, analytics, etc.</p>
]]></description><pubDate>Fri, 15 Sep 2023 21:13:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=37529194</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=37529194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37529194</guid></item><item><title><![CDATA[New comment by marzell in "AOLserver is America Online's Open-Source web server (2010)"]]></title><description><![CDATA[
<p>Same. It took me years to even figure out I could just buy programming books from the store. But progs like Magenta and AOHell, plus the F1 help/documentation built into vb and the like, set me on the path.</p>
]]></description><pubDate>Fri, 21 Apr 2023 04:17:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=35649765</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=35649765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35649765</guid></item><item><title><![CDATA[New comment by marzell in "Database “sharding” came from Ultima Online?"]]></title><description><![CDATA[
<p>I was unaware that Game Neverending was the origin of Flickr. Interesting as Glitch[0] was also the origin of Slack. Seems to be an interesting theme in Stoot's career.<p>[0] <a href="https://www.glitchthegame.com/" rel="nofollow">https://www.glitchthegame.com/</a></p>
]]></description><pubDate>Fri, 07 Apr 2023 16:55:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=35483916</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=35483916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35483916</guid></item><item><title><![CDATA[New comment by marzell in "Samsung “space zoom” moon shots are fake, and here is the proof"]]></title><description><![CDATA[
<p>If we aren't already living in a simulation, then we've begun a feedback loop so that in the near future, we very well may be.</p>
]]></description><pubDate>Sat, 11 Mar 2023 18:10:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=35110911</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=35110911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35110911</guid></item><item><title><![CDATA[New comment by marzell in "Paul Graham AI Essay Writer"]]></title><description><![CDATA[
<p>Well I asked for discussion about Smurfette as a sex symbol, and instead I got an article about She-Ra, sexualization of cartoons, and interesting discourse about Pixar and being able to do things in animation that you can't do otherwise [0]. Still it was pretty good even though it didn't mention Smurfs.<p>[0]<a href="https://www.paulgrahamai.com/recPKFXrH5aI6KUks" rel="nofollow">https://www.paulgrahamai.com/recPKFXrH5aI6KUks</a></p>
]]></description><pubDate>Tue, 24 Jan 2023 22:01:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=34511146</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=34511146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34511146</guid></item><item><title><![CDATA[New comment by marzell in "IRS Free File: Do Your Taxes for Free"]]></title><description><![CDATA[
<p>|what is contributing to what portion of your tax bill<p>Do you have an example of what other products provide for this? Does IRS Free File do better in this regard?</p>
]]></description><pubDate>Sat, 21 Jan 2023 03:39:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=34463637</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=34463637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34463637</guid></item><item><title><![CDATA[New comment by marzell in "Endless Horse"]]></title><description><![CDATA[
<p>infinity is not a number.</p>
]]></description><pubDate>Fri, 30 Dec 2022 02:04:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=34180878</link><dc:creator>marzell</dc:creator><comments>https://news.ycombinator.com/item?id=34180878</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34180878</guid></item></channel></rss>