<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: nelup20</title><link>https://news.ycombinator.com/user?id=nelup20</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 22:06:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nelup20" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nelup20 in "10 years of personal finances in plain text files"]]></title><description><![CDATA[
<p>For anyone else wondering which PTA solution to try/choose, I found this summary: <a href="https://plaintextaccounting.org/FAQ#which-pta-app-should-i-choose" rel="nofollow">https://plaintextaccounting.org/FAQ#which-pta-app-should-i-c...</a><p>I think I'll finally give PTA and beancount a go this year. I'm tired of changing and re-learning tools due to enshittifcation, so I heavily prefer those that use open formats / plaintext. I use Obsidian for my notes, specifically because it's just Markdown files. Since I realized that I don't even really use most of Obsidian's features, I might just switch to a regular editor + a markdown viewer.</p>
]]></description><pubDate>Fri, 02 Jan 2026 14:19:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46464964</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=46464964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46464964</guid></item><item><title><![CDATA[New comment by nelup20 in "AMD GPU Debugger"]]></title><description><![CDATA[
<p>Yeah, Xcode's Metal debugger is fantastic, and Metal itself is imo a really nice API :]. 
For whatever reason it clicked much better for me compared to OpenGL.<p>Have you tried RenderDoc for the OpenGL side? Afaik that's the equivalent of Xcode's debugger for Vulkan/OpenGL.</p>
]]></description><pubDate>Tue, 09 Dec 2025 00:38:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46199826</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=46199826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46199826</guid></item><item><title><![CDATA[New comment by nelup20 in "Java at 30: Interview with James Gosling"]]></title><description><![CDATA[
<p>I personally appreciate Java (and the JVM) much more after having tried other languages/ecosystems that people kept saying were so much better than Java. Instead, I just felt like it was a "the grass is greener" every time. The only other language that I felt was an actual massive improvement is Rust (which so far has been a joy to work with).<p>It's a shame imo that it's not seen as a "cool" option for startups, because at this point, the productivity gap compared to other languages is small, if nonexistent.</p>
]]></description><pubDate>Fri, 16 May 2025 21:01:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44009800</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=44009800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44009800</guid></item><item><title><![CDATA[New comment by nelup20 in "One year after switching from Java to Go"]]></title><description><![CDATA[
<p>You can do AOT compilation with GraalVM to reduce both startup times and memory usage, but then you don't have the JIT.</p>
]]></description><pubDate>Tue, 18 Feb 2025 23:21:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43096420</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=43096420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43096420</guid></item><item><title><![CDATA[New comment by nelup20 in "LinkedIn is the worst social media I've ever seen"]]></title><description><![CDATA[
<p>The actual jobs and networking aspect is fine imo, but I loathe the feed/content, even the SWE-related stuff is a lot of times bad or clickbaity.<p>I hide the feed + sidebar with a uBlock Origin filter and it's a much nicer experience:
linkedin.com##main[aria-label="Main Feed"],aside[aria-label="Add to your feed"]</p>
]]></description><pubDate>Fri, 14 Feb 2025 22:05:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43053624</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=43053624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43053624</guid></item><item><title><![CDATA[New comment by nelup20 in "Higher potassium intake at dinner linked to fewer sleep disturbances – study"]]></title><description><![CDATA[
<p>Afaik if you cool the potatoes down to get resistant starch, the GI should be similar to a banana</p>
]]></description><pubDate>Sat, 18 Jan 2025 10:42:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42747391</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=42747391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42747391</guid></item><item><title><![CDATA[New comment by nelup20 in "So you want to write Java in Neovim"]]></title><description><![CDATA[
<p>I like the idea of LSPs and have tried switching to Vim/Neovim/Emacs a few times, but Jetbrains' refactoring/intellisense is just so much better imo</p>
]]></description><pubDate>Sat, 28 Dec 2024 16:28:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42532120</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=42532120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42532120</guid></item><item><title><![CDATA[New comment by nelup20 in "Has the market spoken? Time to pick up Golang and Rust?"]]></title><description><![CDATA[
<p>I guess it depends on the area, but I thought Rust jobs were still hard to come by even today?<p>For jobs, ecosystem and general productivity my go-to is always Java/C#/Go, if you learn one of those I think you'll be set, so Go in your case. The learning curve for Rust is similar to C++, much steeper.</p>
]]></description><pubDate>Thu, 07 Nov 2024 17:26:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=42078757</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=42078757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42078757</guid></item><item><title><![CDATA[New comment by nelup20 in "Using Ghidra and Python to Reverse Engineer Ecco the Dolphin (Dreamcast)"]]></title><description><![CDATA[
<p>I just checked what the final boss looks like, combined with the phobias... glad I didn't finish the game as a kid.<p>Thanks for the article, great read!</p>
]]></description><pubDate>Thu, 07 Nov 2024 17:00:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42078470</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=42078470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42078470</guid></item><item><title><![CDATA[New comment by nelup20 in "AI for real-time fusion plasma behavior prediction and manipulation"]]></title><description><![CDATA[
<p>VCs preparing term sheets as we speak</p>
]]></description><pubDate>Thu, 07 Nov 2024 16:32:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42078138</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=42078138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42078138</guid></item><item><title><![CDATA[New comment by nelup20 in "Using Ghidra and Python to reverse engineer Ecco the Dolphin"]]></title><description><![CDATA[
<p>My favorite aspect is the music, I regularly listen to the OST while working: <a href="https://youtu.be/tqMuvFEKCOk" rel="nofollow">https://youtu.be/tqMuvFEKCOk</a><p>I've played a decent amount (never finished it), but I never understood why people say it's a horror game?</p>
]]></description><pubDate>Thu, 07 Nov 2024 16:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42078075</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=42078075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42078075</guid></item><item><title><![CDATA[New comment by nelup20 in "Google CEO says more than a quarter of the company's new code is created by AI"]]></title><description><![CDATA[
<p>We've now entered the age of exponential tech debt, it'll be a sight to behold</p>
]]></description><pubDate>Wed, 30 Oct 2024 22:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42000948</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=42000948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42000948</guid></item><item><title><![CDATA[New comment by nelup20 in "AI engineers claim new algorithm reduces AI power consumption by 95%"]]></title><description><![CDATA[
<p>AMD's ROCm just isn't there yet compared to Nvidia's CUDA. I tried it on Linux with my AMD GPU and couldn't get things working. AFAIK on Windows it's even worse.</p>
]]></description><pubDate>Sat, 19 Oct 2024 22:10:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41891173</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=41891173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41891173</guid></item><item><title><![CDATA[New comment by nelup20 in "As America's Marijuana Use Grows, So Do the Harms"]]></title><description><![CDATA[
<p>> If it’s smoked it damages the lungs just like smoking anything else, and the compounds in it might have negative long term effects on cognition.<p>Also higher risk of a heart attack and/or stroke: <a href="https://www.ahajournals.org/doi/10.1161/JAHA.123.030178" rel="nofollow">https://www.ahajournals.org/doi/10.1161/JAHA.123.030178</a></p>
]]></description><pubDate>Sat, 19 Oct 2024 17:47:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41889310</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=41889310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41889310</guid></item><item><title><![CDATA[New comment by nelup20 in "12 months left to keep Copilot off your desktop or learn Linux"]]></title><description><![CDATA[
<p>Made the move myself at the start of this year and I love it.<p>For those considering it, I wrote this blog post which might be helpful: <a href="https://neluplatonov.com/posts/2024/the-mere-mortals-guide-to-desktop-linux/" rel="nofollow">https://neluplatonov.com/posts/2024/the-mere-mortals-guide-t...</a><p>Caveat: I don't use any special hardware like audio interfaces or racing wheels, so no idea about the experience with those (I'd assume getting drivers to work might be a PITA/impossible?).</p>
]]></description><pubDate>Thu, 17 Oct 2024 12:17:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=41868936</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=41868936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41868936</guid></item><item><title><![CDATA[New comment by nelup20 in "Drawing Graphics on Apple Vision with the Metal Rendering API"]]></title><description><![CDATA[
<p>Looks great, thanks so much for writing this!</p>
]]></description><pubDate>Tue, 15 Oct 2024 09:55:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41846864</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=41846864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41846864</guid></item><item><title><![CDATA[New comment by nelup20 in "Nearly all of the Google images results for "baby peacock" are AI generated"]]></title><description><![CDATA[
<p>One of the replies mentions this uBlock Origin AI blocklist (haven't tried it myself): <a href="https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist">https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist</a></p>
]]></description><pubDate>Mon, 07 Oct 2024 17:09:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=41768247</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=41768247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41768247</guid></item><item><title><![CDATA[New comment by nelup20 in "炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space"]]></title><description><![CDATA[
<p>Same, kanji is also the hardest for me, I have a much easier time learning new words by sound/hearing. But, I know some people that are the complete opposite & can't learn enough kanji, ymmv<p>でもやはり高低アクセントはもっと苦しいと思います。あれは無理ですww</p>
]]></description><pubDate>Sat, 05 Oct 2024 08:58:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41748596</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=41748596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41748596</guid></item><item><title><![CDATA[New comment by nelup20 in "Show HN: Meet.hn – Meet the Hacker News community in your city"]]></title><description><![CDATA[
<p>Love the idea! I've wanted to meet fellow HNers to nerd out with for a while :D<p>Congrats on shipping and good luck</p>
]]></description><pubDate>Sat, 14 Sep 2024 22:06:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41543413</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=41543413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41543413</guid></item><item><title><![CDATA[New comment by nelup20 in "Sleep duration, chronotype, health and lifestyle factors affect cognition [pdf]"]]></title><description><![CDATA[
<p>Oh wow this is the first time I've read about this. Did you wake up frequently during the night or were there any other signs?<p>I have somewhat of a deviated septum, and even had surgery done half a year ago, but it didn't really change much unfortunately. I always need >=9 hours of sleep to feel good. I've slept on average 7 hours the past 2 weeks & I feel horrible (completely different reason for the reduced sleep). I did a sleep study a few years ago because I suspected sleep apnea, but because of anxiety or sleeping in a new place, I only ended up sleeping 1-2 hours that night. They didn't find anything, but I wonder if I should try again.</p>
]]></description><pubDate>Mon, 09 Sep 2024 12:02:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41487734</link><dc:creator>nelup20</dc:creator><comments>https://news.ycombinator.com/item?id=41487734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41487734</guid></item></channel></rss>