<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: mega_dean</title><link>https://news.ycombinator.com/user?id=mega_dean</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 15:17:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mega_dean" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mega_dean in "Deezer says 44% of songs uploaded to its platform daily are AI-generated"]]></title><description><![CDATA[
<p>I had a very similar experience releasing a video game. Barely anybody downloaded it because I didn’t put any effort into marketing/promoting, but “I couldn’t be happier with my journey in making it”. I have replayed it a few times and it makes me unreasonably happy (although I’m taking a break now because I want to forget where everything is on the map).</p>
]]></description><pubDate>Tue, 21 Apr 2026 00:33:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47843104</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=47843104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47843104</guid></item><item><title><![CDATA[New comment by mega_dean in "I wrote to the address in the GPLv2 license notice (2022)"]]></title><description><![CDATA[
<p>> Who are we to believe - the repliers, or our own lying eyes?<p>Believe the repliers: I created an account in May 2024 and I have not added a phone number. Here's a screenshot from my settings: <a href="https://imgur.com/a/Q7kJpDv" rel="nofollow">https://imgur.com/a/Q7kJpDv</a><p>But also, your eyes aren't lying to you: some servers require accounts to have confirmed phone number in order to join. So there is probably a lot of people who have had the experience of creating a Discord account, trying to join a server / accept an invite, and immediately seeing a "you must provide a phone number" prompt.</p>
]]></description><pubDate>Fri, 25 Apr 2025 14:51:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43794197</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=43794197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43794197</guid></item><item><title><![CDATA[New comment by mega_dean in "Donkey Kong champion wins defamation case against Australian YouTuber Karl Jobst"]]></title><description><![CDATA[
<p>The youtube channel Summoning Salt made a great video that covers the history of Tetris world records: <a href="https://www.youtube.com/watch?v=mOJlg8g8_yw" rel="nofollow">https://www.youtube.com/watch?v=mOJlg8g8_yw</a></p>
]]></description><pubDate>Tue, 01 Apr 2025 16:22:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43548627</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=43548627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43548627</guid></item><item><title><![CDATA[New comment by mega_dean in "FOSS infrastructure is under attack by AI companies"]]></title><description><![CDATA[
<p>> I'm curious how this can be applied with the inevitable combinatorial exhaustion that will happen with musical aspects such as melody, chord progression, and rhythm.<p><a href="https://www.vice.com/en/article/musicians-algorithmically-generate-every-possible-melody-release-them-to-public-domain/" rel="nofollow">https://www.vice.com/en/article/musicians-algorithmically-ge...</a><p>They did this in 2020. The article points out that "Whether this tactic actually works in court remains to be seen" and I haven't been following along with the story, so I don't know the current status.</p>
]]></description><pubDate>Thu, 20 Mar 2025 23:48:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=43430361</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=43430361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43430361</guid></item><item><title><![CDATA[New comment by mega_dean in "Pink Floyd's 'The Wall': A Complete Analysis"]]></title><description><![CDATA[
<p>> still being as faithful to the original as it could be<p>Wow, you weren't kidding - it's basically a note-for-note cover of the whole album. Thanks for sharing the link!</p>
]]></description><pubDate>Fri, 13 Dec 2024 00:05:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42404723</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=42404723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42404723</guid></item><item><title><![CDATA[New comment by mega_dean in "Digital consumption keeps me from getting better at my job"]]></title><description><![CDATA[
<p>> Although it has been on my mind for a long time, I haven’t been able to read a comprehensive book based on these studies<p>Deep Work by Cal Newport focuses on these ideas pretty heavily, and he cites plenty of studies to back up his arguments. Like the author of the blogpost says, "There’s no guarantee that what works for them will work for you", but I found my productivity increased noticeably after I applied some of the advice from the book.</p>
]]></description><pubDate>Tue, 10 Dec 2024 21:42:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42381888</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=42381888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42381888</guid></item><item><title><![CDATA[New comment by mega_dean in "8 months of OCaml after 8 years of Haskell in production (2023)"]]></title><description><![CDATA[
<p>I released a game using OCaml bindings to the Raylib library. I had never written OCaml before and I didn't spend very much time refactoring, so the code is pretty messy and maybe isn't the best example of the language. But some of it turned out pretty nice - the first ~90 lines of this file detect collisions between two shapes using the Separating Axis theorem: <a href="https://github.com/mega-dean/hallowdale/blob/main/src/collision.ml">https://github.com/mega-dean/hallowdale/blob/main/src/collis...</a></p>
]]></description><pubDate>Tue, 03 Dec 2024 07:56:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42303912</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=42303912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42303912</guid></item><item><title><![CDATA[New comment by mega_dean in "Every arthouse buff you know is pirating films"]]></title><description><![CDATA[
<p>In 2008/2009, I bought a DVD of this movie called "The Fall": <a href="https://en.wikipedia.org/wiki/The_Fall_(2006_film)" rel="nofollow">https://en.wikipedia.org/wiki/The_Fall_(2006_film)</a> . I'm a sucker for visually-appealing films so I loved it, but I eventually lost the DVD and was never able to find another copy, despite checking every year or two. The wikipedia page says:<p>> As of September 2023, The Fall had been unavailable on streaming services or rental services, making it notoriously difficult to access with secondhand Blu-ray copies of the film being very expensive.<p>But apparently that isn't the case anymore! MUBI bought the rights earlier this year, and it looks like I can watch it through Amazon Video if I sign up for a MUBI trial.<p>EDIT: I maybe should have visited <a href="https://mubi.com/" rel="nofollow">https://mubi.com/</a> before commenting - clips from The Fall is the very first thing they show.</p>
]]></description><pubDate>Mon, 11 Nov 2024 20:07:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42110053</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=42110053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42110053</guid></item><item><title><![CDATA[New comment by mega_dean in "Wasp Flamethrower Drone Attachment"]]></title><description><![CDATA[
<p>> Does anybody smarter have a good point of re-assurance?<p>I'm not very smart, but I don't think you need to worry about drones using the linked flamethrower attachment: in order to buy from the website, the terrorist needs to click the "Agree" checkbox that says "I understand that operating a drone or UAS in the US with this attachment would require a Part 107 Waiver."<p>This page has some information about operating drones over people: <a href="https://www.faa.gov/uas/commercial_operators/operations_over_people" rel="nofollow">https://www.faa.gov/uas/commercial_operators/operations_over...</a> . That page says "the remote pilot must take steps using a safety risk-based approach to ensure that ... the small UAS is not operated in a careless or reckless manner so as to endanger the life or property of another (§ 107.23)". So IIUC, I think it's likely that the FAA would deny the application for the Part 107 Waiver, and the terrorist wouldn't be able to use it.<p>Hope that helps!</p>
]]></description><pubDate>Mon, 04 Nov 2024 03:45:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42038250</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=42038250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42038250</guid></item><item><title><![CDATA[New comment by mega_dean in "Zed – The Editor for What's Next"]]></title><description><![CDATA[
<p>Thorsten Ball streams development of Zed on Twitch sometimes, and it's pretty entertaining to watch: <a href="https://www.twitch.tv/thorstenball" rel="nofollow">https://www.twitch.tv/thorstenball</a><p>(EDIT: if his name sounds vaguely familiar, it might be because he is the author of <a href="https://interpreterbook.com/" rel="nofollow">https://interpreterbook.com/</a> and <a href="https://compilerbook.com/" rel="nofollow">https://compilerbook.com/</a> )</p>
]]></description><pubDate>Sun, 03 Nov 2024 17:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42034345</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=42034345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42034345</guid></item><item><title><![CDATA[New comment by mega_dean in "34x34x34 Rubik's Cube"]]></title><description><![CDATA[
<p>In the 49x49x49 video, he goes over previous world records of "Highest Order nxnxn Twisty Puzzle", and I thought it was weird he didn't mention the 34x34x34. But in the youtube description, he links to this forum post where he announces it on August 10 (a few weeks before the video, but still well after May 10): <a href="https://www.twistypuzzles.com/forum/viewtopic.php?t=39559" rel="nofollow">https://www.twistypuzzles.com/forum/viewtopic.php?t=39559</a> There is a comment from the creator of the 34x34x34:<p>> Ah there's so much I want to say, where to begin? Well, soon after finishing the 34x34, I notified Greg, who immediately notified me about the 49x49. At that point, Preston had already checkered the 49x49, so I did not consider the 34x34 a world record. It seems nobody noticed this, but nowhere in any of my videos did I claim the 34x34 was a world record :lol: But still, everyone just assumed it was :lol:</p>
]]></description><pubDate>Fri, 01 Nov 2024 13:40:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=42016824</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=42016824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42016824</guid></item><item><title><![CDATA[New comment by mega_dean in "'Visual clutter' alters information flow in the brain"]]></title><description><![CDATA[
<p>I've noticed that I get very distracted by motion in my peripheral vision, but not by static images. So I can use a second monitor for things like documentation, but not something like Slack that shows new messages, animated gifs/emojis, etc.<p>I've also configured my text editor to be very "static": when I type, the only things that can happen are the cursor moves, or text is inserted. I have to manually trigger things like the autocompletion popup, LSP checks, or highlighting the symbol under the cursor.</p>
]]></description><pubDate>Sun, 27 Oct 2024 17:22:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41964093</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41964093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41964093</guid></item><item><title><![CDATA[New comment by mega_dean in "Show HN: 2048 turned 10 this year, I built an updated version to celebrate"]]></title><description><![CDATA[
<p>Oh, it's not obvious at all from the UI, but the left-most column is a link to the video of the run: <a href="https://www.speedrun.com/2048/runs/zxwdol8m" rel="nofollow">https://www.speedrun.com/2048/runs/zxwdol8m</a></p>
]]></description><pubDate>Fri, 25 Oct 2024 13:21:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=41945001</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41945001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41945001</guid></item><item><title><![CDATA[New comment by mega_dean in "Show HN: 2048 turned 10 this year, I built an updated version to celebrate"]]></title><description><![CDATA[
<p>Interesting to see the times for speedruns of this game: <a href="https://www.speedrun.com/2048" rel="nofollow">https://www.speedrun.com/2048</a><p><pre><code>    2048: 24s
    4096: 1m 37s
    8192: 4m 53s
    16384: 13m 34s
    32768: 55m 24s</code></pre></p>
]]></description><pubDate>Thu, 24 Oct 2024 13:57:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=41935561</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41935561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41935561</guid></item><item><title><![CDATA[New comment by mega_dean in "Self-Documenting Code"]]></title><description><![CDATA[
<p>After that step, they say "The resulting code is shorter and has no nested logic." The resulting code has the same logic as before, it's just not visually represented as being nested. I've seen the same argument ("nesting is bad so indentation is a code smell") used to say that it's better to use early returns and omit the `else` block, eg:<p><pre><code>    if (some_condition) {
      // do stuff here
      return;
    }
    // do other stuff here
</code></pre>
is "better" than:<p><pre><code>    if (some_condition) {
      // do stuff here
    } else {
      // do other stuff here
    }
</code></pre>
If you have very-deeply nested code then it usually becomes easier to work with after splitting it up into smaller pieces. But IMO rewriting code like this to save a single level of indentation is bikeshedding.</p>
]]></description><pubDate>Wed, 23 Oct 2024 19:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41928489</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41928489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41928489</guid></item><item><title><![CDATA[New comment by mega_dean in "Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku"]]></title><description><![CDATA[
<p>It's also a joke in the TV show "Community": <a href="https://www.youtube.com/watch?v=HP1Atb8nAGY" rel="nofollow">https://www.youtube.com/watch?v=HP1Atb8nAGY</a></p>
]]></description><pubDate>Wed, 23 Oct 2024 14:55:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=41925688</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41925688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41925688</guid></item><item><title><![CDATA[New comment by mega_dean in "Reflections on Palantir"]]></title><description><![CDATA[
<p>> On other hand, who are we defending from and why are spending all this money on world police when we have a ton of internal problems?<p>Reminds me of this scene in Wag the Dog: <a href="https://www.youtube.com/watch?v=wwgPnYVg74Y" rel="nofollow">https://www.youtube.com/watch?v=wwgPnYVg74Y</a><p>"The war of the future is nuclear terrorism. It is, and it will be against a small group of dissidents who, unbeknownst to perhaps their own governments, have blah blah blah blah blah. And to go to that war, you have to be prepared."</p>
]]></description><pubDate>Thu, 17 Oct 2024 00:01:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41865140</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41865140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41865140</guid></item><item><title><![CDATA[New comment by mega_dean in "World conker champion found with steel chestnut, cleared of cheating"]]></title><description><![CDATA[
<p>> If our understanding of physics is right, it doesn’t matter whether you hit them or they hit you.<p>That was my first thought too, but I don't know if it's true because of the strings they are attached to. The striking conker is at the end of a taut string the entire time, but the receiving conker is hanging loosely and bounces around after being struck. My guess is that the taut string helps with energy dissipation after a collision, but I could be wrong. And either way, it might be a negligible difference.</p>
]]></description><pubDate>Tue, 15 Oct 2024 14:23:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=41848936</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41848936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41848936</guid></item><item><title><![CDATA[New comment by mega_dean in "Gosub – An open-source browser engine"]]></title><description><![CDATA[
<p>I don't think that's meant to be taken seriously/literally - seems like a tongue-in-cheek acronym for "GOSUB".</p>
]]></description><pubDate>Tue, 15 Oct 2024 02:49:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=41844455</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41844455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41844455</guid></item><item><title><![CDATA[New comment by mega_dean in "How did Facebook intercept their competitor's encrypted mobile app traffic?"]]></title><description><![CDATA[
<p>"Did you see Brian's hat? He's still fucking wearing it."<p><a href="https://www.youtube.com/watch?v=LO2k-BNySLI" rel="nofollow">https://www.youtube.com/watch?v=LO2k-BNySLI</a></p>
]]></description><pubDate>Mon, 29 Jul 2024 00:40:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=41097120</link><dc:creator>mega_dean</dc:creator><comments>https://news.ycombinator.com/item?id=41097120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41097120</guid></item></channel></rss>