<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: mlni</title><link>https://news.ycombinator.com/user?id=mlni</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 08 Sep 2026 15:27:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mlni" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mlni in "Babylonian Lamb Stew with Beets (1750–1730 BCE)"]]></title><description><![CDATA[
<p>Potatoes are called "earth apples" in french (pomme de terre) and a bunch of other european languages</p>
]]></description><pubDate>Mon, 07 Sep 2026 08:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49595411</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=49595411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49595411</guid></item><item><title><![CDATA[New comment by mlni in "Show HN: Scroll through all 43252003274489856000 Rubik's Cube states"]]></title><description><![CDATA[
<p>I bet they entered the scramble U2 D2 R2 L2 F2 B2 or something to that effect. My 9yo loves this pattern.</p>
]]></description><pubDate>Tue, 11 Aug 2026 07:57:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49254759</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=49254759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49254759</guid></item><item><title><![CDATA[New comment by mlni in "The protester's guide to smartphone security"]]></title><description><![CDATA[
<p>Anonymous prepaid cards still available in any corner shop</p>
]]></description><pubDate>Mon, 27 Jan 2025 06:22:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=42838003</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=42838003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42838003</guid></item><item><title><![CDATA[New comment by mlni in "How to test without mocking"]]></title><description><![CDATA[
<p>Running all migrations before every tests can take you a surprisingly long way.<p>Once that gets a bit too slow, running migrations once before every suite and then deleting all data before each test works really well. It's pretty easy to make the deleting dynamic by querying the names of all tables and constructing one statement to clear the data, which avoids referential integrity issues. Surprisingly, `TRUNCATE` is measurably slower than `DELETE FROM`.<p>Another nice touch is that turning off `fsync` in postgres makes it noticeably faster, while maintaining all transactional semantics.</p>
]]></description><pubDate>Mon, 17 Jun 2024 20:01:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40710388</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=40710388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40710388</guid></item><item><title><![CDATA[New comment by mlni in "Sam Altman returns as CEO, OpenAI has a new initial board"]]></title><description><![CDATA[
<p>In a recent interview with Lex Fridman:
<a href="https://youtu.be/JN3KPFbWCy8?t=5185" rel="nofollow noreferrer">https://youtu.be/JN3KPFbWCy8?t=5185</a></p>
]]></description><pubDate>Thu, 30 Nov 2023 12:15:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=38472570</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=38472570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38472570</guid></item><item><title><![CDATA[New comment by mlni in "Chandrayaan-3 Soft-landing [video]"]]></title><description><![CDATA[
<p>Probably this one: <a href="https://youtu.be/2ngVl6iO94c" rel="nofollow noreferrer">https://youtu.be/2ngVl6iO94c</a></p>
]]></description><pubDate>Wed, 23 Aug 2023 18:00:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=37239805</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=37239805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37239805</guid></item><item><title><![CDATA[New comment by mlni in "Tesla Model Y overtakes Corolla to be world’s best-selling car in 2023"]]></title><description><![CDATA[
<p>The article seemed to be about worldwide sales. There's no tax rebate on a Model Y (or Corolla) around here.</p>
]]></description><pubDate>Fri, 26 May 2023 12:15:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=36083088</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=36083088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36083088</guid></item><item><title><![CDATA[New comment by mlni in "EV adoption in US is happening faster than predicted"]]></title><description><![CDATA[
<p>There are a bunch of these four-wheel bikes (<a href="https://vokbikes.com/" rel="nofollow">https://vokbikes.com/</a>) rolling around where I live. They're meant for commercial use and are slow enough for sidewalks and they do have a roof covering the rider. Cost more than $2000 though.</p>
]]></description><pubDate>Mon, 05 Sep 2022 11:28:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=32723136</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=32723136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32723136</guid></item><item><title><![CDATA[New comment by mlni in "Reddit’s database has two tables (2012)"]]></title><description><![CDATA[
<p>> I am fairly convinced that most modern DBs have almost zero impact from relationship constraints<p>It cannot fundamentally be zero impact, the database needs to guarantee that the referred record actually exists at the time the transaction commits. Postgres takes a lock on all referenced foreign keys when inserting/updating rows, this is definitely not completely free.<p>Found this out when a plain insert statement caused a transaction deadlock under production load, fun times.</p>
]]></description><pubDate>Wed, 10 Aug 2022 07:49:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=32408928</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=32408928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32408928</guid></item><item><title><![CDATA[New comment by mlni in "Ask HN: Favorite purchases of last two years?"]]></title><description><![CDATA[
<p>Same here. It's absolutely amazing for exploring an urban environment. Floating around in a large open space like a plaza is serene.<p>It's not too fast and it doesn't go very far, but this hasn't been limiting so far. My legs get tired before the battery runs out.</p>
]]></description><pubDate>Thu, 20 May 2021 15:42:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=27222616</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=27222616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27222616</guid></item><item><title><![CDATA[New comment by mlni in "3D Printer Comparison: $200,000 vs. $2500"]]></title><description><![CDATA[
<p>As a start you can just go to Thingiverse to search for a model that fills your need and send it to the printer. That would take you all of a couple of minutes. Per try, until it comes out ok.<p>If you want to try your hand at 3d modelling then you'll probably download Sketchup as a start and noodle around while watching youtube tutorials on the side. In about 8h you'll feel confident enough to actually model something meaningful. After ~40h you'll be able to knock together a model quite proficiently.<p>After you'll have gotten tired of Skethub producing broken STLs and not allowing you to change your mind after modelling a thing, you'd move on to one of the real CAD software package, like Solidworks or Fusion 360 (which is great for beginners, btw). That rabbithole goes exactly as deep as you've got time for :)<p>Fiddling with the printing itself will take a bit of setup time before each print and then a lengthy wait (hours to days) to get the result, or see it fail in some new and unfunny way. It's not really all that difficult, to be honest, just takes some time to develop an intuition about what's likely to fail.</p>
]]></description><pubDate>Mon, 11 Jul 2016 16:28:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=12072181</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=12072181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12072181</guid></item><item><title><![CDATA[New comment by mlni in "The Estonian president wants a more digitally-integrated Europe"]]></title><description><![CDATA[
<p>The described system is absolutely great for <i>selling</i> your vote, as you can prove within 30 minutes of voting who you voted for. It also allows you to change your mind an unlimited number of times until the voting deadline.<p>It is a very inconvenient system for <i>buying</i> votes though, as the voters can pick up your money and then go vote for whoever they wanted to in the first place.</p>
]]></description><pubDate>Mon, 30 May 2016 18:24:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=11802424</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=11802424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11802424</guid></item><item><title><![CDATA[New comment by mlni in "Amazon's customer service backdoor"]]></title><description><![CDATA[
<p>How would you pull money from an account by knowing just the IBAN? That's just the public address of your bank account and can be used to give you money, but you need all kinds of authentication to actually get money out of that account.</p>
]]></description><pubDate>Mon, 25 Jan 2016 10:30:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=10966449</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=10966449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10966449</guid></item><item><title><![CDATA[New comment by mlni in "E-Residency in Estonia, Part I"]]></title><description><![CDATA[
<p>You need to present a legal travel document (passport or ID-card), driver license won't do as mentioned in an update to the original article.</p>
]]></description><pubDate>Mon, 07 Dec 2015 21:39:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=10692917</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=10692917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10692917</guid></item><item><title><![CDATA[New comment by mlni in "Make a Lisp"]]></title><description><![CDATA[
<p>I assume you already saw this by now:
<a href="https://github.com/kanaka/mal/blob/master/process/guide.md#step-5-tail-call-optimization" rel="nofollow">https://github.com/kanaka/mal/blob/master/process/guide.md#s...</a></p>
]]></description><pubDate>Sat, 28 Feb 2015 09:04:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=9123228</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=9123228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9123228</guid></item><item><title><![CDATA[New comment by mlni in "Postman: a powerful HTTP client (for Chrome) to test web services"]]></title><description><![CDATA[
<p>Chrome dev tools make testing RESTful backends with curl very easy: right-click on a request in network panel and choose "Copy as curl". Priceless little gem.</p>
]]></description><pubDate>Sun, 20 Apr 2014 18:57:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=7618023</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=7618023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7618023</guid></item><item><title><![CDATA[New comment by mlni in "Chromebox, now for simpler and better meetings"]]></title><description><![CDATA[
<p>Also, the speaker looks pretty much like Jabra Speak 410. And the camera looks like a Logitech fullhd webcam without Logitech logos. Which are all admittedly excellent products for doing video meetings.</p>
]]></description><pubDate>Thu, 06 Feb 2014 21:26:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=7193053</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=7193053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7193053</guid></item><item><title><![CDATA[New comment by mlni in "Explorations in Unix"]]></title><description><![CDATA[
<p>And for really wide commands (like java) you can add another w to get the whole thing: ps auxww</p>
]]></description><pubDate>Mon, 03 Dec 2012 19:13:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=4867236</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=4867236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=4867236</guid></item><item><title><![CDATA[New comment by mlni in "Cable lacing on the Curiosity rover"]]></title><description><![CDATA[
<p>Well, there's always <a href="http://www.reddit.com/r/cableporn" rel="nofollow">http://www.reddit.com/r/cableporn</a></p>
]]></description><pubDate>Tue, 04 Sep 2012 13:00:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=4474324</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=4474324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=4474324</guid></item><item><title><![CDATA[New comment by mlni in "Poll: Have you read SICP?"]]></title><description><![CDATA[
<p>The "interpretation of computer programs" part is nice to know, in my opinion. But the book gives a whirlwind tour of a sizeable chunk of computer science on the way, and the examples are concise to the point of being beautiful. Great book. Used it to learn clojure along the way.</p>
]]></description><pubDate>Thu, 04 Aug 2011 20:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=2847526</link><dc:creator>mlni</dc:creator><comments>https://news.ycombinator.com/item?id=2847526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2847526</guid></item></channel></rss>