<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: pseudoramble</title><link>https://news.ycombinator.com/user?id=pseudoramble</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 11:23:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pseudoramble" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pseudoramble in "I used Claude Code to get a second opinion on my MRI"]]></title><description><![CDATA[
<p>As somebody in the US who had to do 2 months of PT before I could even get an MRI of an injury, this is both surprising, and yet also not, to hear.<p>I broadly agree though; about a decade ago I had the standard office worker low back pain problems which cleared right up after doing squats multiple times a week. Of course a decade later I managed to blow out a disc at the gym, which I still work through as I write this today, but well worth the risk in the long run. Even with that long experience of strength training, the PT was worth it even if it didn’t fix my problem entirely. It added some variety and pointed out some details I had overlooked to improve my shoulder health.</p>
]]></description><pubDate>Sun, 28 Jun 2026 23:41:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48712977</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=48712977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48712977</guid></item><item><title><![CDATA[New comment by pseudoramble in "One year after switching from Java to Go"]]></title><description><![CDATA[
<p>I’ve been out of the Java scene for a really long time, but will be coming back to it soon. I’m curious - these performance issues described here, are they inherit to how Java itself? Is it baggage from Spring/Boot? Are there ways to get more bang for the buck with some careful choices in a system like this?<p>The closest I’ve done to Java recently is C#, which I think may have similar challenges, but overall didn’t seem quite as bad if you avoided lots of framework extras. It also wasn’t something I was digging into deeply though, so perhaps I’m mistaken.</p>
]]></description><pubDate>Tue, 18 Feb 2025 22:58:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43096211</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=43096211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43096211</guid></item><item><title><![CDATA[New comment by pseudoramble in "Apple Watch can detect sleep apnea"]]></title><description><![CDATA[
<p>This is actually a really cool feature. I've never had any interest in an Apple Watch, but this is something I'd be genuinely interested in. Too bad it requires an iPhone largely.<p>I think there are other less time intensive methods outside of a sleep study, but it is nice to simplify it down to just wearing this and finding out!</p>
]]></description><pubDate>Mon, 09 Sep 2024 22:36:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41494947</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=41494947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41494947</guid></item><item><title><![CDATA[New comment by pseudoramble in "How I Program in 2024"]]></title><description><![CDATA[
<p>This context helps me understand more what you're getting at quite a bit. I dunno if I could manage the same approach but I at least appreciate how you're thinking about it. Thanks!</p>
]]></description><pubDate>Mon, 05 Aug 2024 12:07:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41160520</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=41160520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41160520</guid></item><item><title><![CDATA[New comment by pseudoramble in "I gave myself a month to make one new friend"]]></title><description><![CDATA[
<p>> Another issue is that in your mid 30's almost everyone has settled down and started having kids and only really prefer socializing with other people who have settled down and have kids, leaving you in an awkward place.<p>To add a bit of a different perspective to this, as a parent myself, most of our friend groups are actually child-less and have no plans to have children. I've found it works quite well. They are cool with or genuinely excited to hang out with the kids, and this affords them a way without the full obligation of parenthood. The friend relationship evolves when you have kids, but with the right kinds of people and interest, it evolves in a great way  I feel.<p>Of course I'm just part of one family, which is a small sample size. So perhaps you're onto the real trend. But I do feel it important to say that there's room in this world for folks with or without kids. It doesn't have to be mutually exclusive!</p>
]]></description><pubDate>Thu, 18 Jul 2024 17:21:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40997813</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=40997813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40997813</guid></item><item><title><![CDATA[New comment by pseudoramble in "I kind of like rebasing"]]></title><description><![CDATA[
<p>True, good point. Makes sense! Thanks for the improvement!</p>
]]></description><pubDate>Sat, 22 Jun 2024 22:01:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=40762588</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=40762588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40762588</guid></item><item><title><![CDATA[New comment by pseudoramble in "I kind of like rebasing"]]></title><description><![CDATA[
<p>Not too interested into diving into the debate itself, but one minor point I wanted to add to the article where they count the commits to squash and then do `git rebase -i HEAD~n` is that you can replace this strategy with using the branch you're targeting. So if you're working on a feature branch to merge into `main` you can update the local main branch first, then punch in `git rebase -i main` and it'll handle finding all the commits for you.<p>I'm sure there's even more clever ways to do this, as it always seems like there's more when it comes to git. This is just the most intuitive way I've seen so far, and so it sticks in my mind.</p>
]]></description><pubDate>Sat, 22 Jun 2024 21:30:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=40762381</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=40762381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40762381</guid></item><item><title><![CDATA[New comment by pseudoramble in "The end of Pepper&Carrot and my next project"]]></title><description><![CDATA[
<p>There is offering from the creators of Peertube I believe: <a href="https://sepiasearch.org/" rel="nofollow">https://sepiasearch.org/</a>. I think instances have to be added manually into the index, and tbh I don't use it much and so I'm not sure of the quality. But it sort of covers what you're asking for, at least kinda.</p>
]]></description><pubDate>Sun, 31 Mar 2024 21:55:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=39888421</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=39888421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39888421</guid></item><item><title><![CDATA[New comment by pseudoramble in "2023 was one of the safest years in commercial aviation"]]></title><description><![CDATA[
<p>Sorry I'm unaware of what you're saying? Are you saying that pilots are being selected without meeting training requirements and licensing? That doesn't sound right and I must be missing your point.</p>
]]></description><pubDate>Sun, 31 Mar 2024 17:30:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=39886163</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=39886163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39886163</guid></item><item><title><![CDATA[New comment by pseudoramble in "We need motivation (good managers)"]]></title><description><![CDATA[
<p>This is a bit tangential, but, have middle managers ever actually had those powers? I mean this in a genuine way. My post college career began in 2011, and all I've known is hopeful managers who aren't empowered to do much of anything like just decide to hire a person, give somebody a raise, or make major changes to company strategy or anything. Is that one of those things that really did exists like offices with closing doors and other things?</p>
]]></description><pubDate>Thu, 01 Feb 2024 23:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39222773</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=39222773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39222773</guid></item><item><title><![CDATA[New comment by pseudoramble in "HTML attributes for improved accessibility and user experience"]]></title><description><![CDATA[
<p>Yeah the behavior was completely counter intuitive to what I was expecting. It does make sense though since it would be kinda weird if an HTML attribute could change the structure of mark up directly, at least I realized that after thinking about it.</p>
]]></description><pubDate>Mon, 04 Dec 2023 12:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=38516235</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=38516235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38516235</guid></item><item><title><![CDATA[New comment by pseudoramble in "Thunderbird for Android / K-9 Mail: October 2023 Progress Report"]]></title><description><![CDATA[
<p>Yeah that makes sense. Definitely vital to have your language of choice when possible!</p>
]]></description><pubDate>Thu, 30 Nov 2023 03:08:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=38468996</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=38468996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38468996</guid></item><item><title><![CDATA[New comment by pseudoramble in "Thunderbird for Android / K-9 Mail: October 2023 Progress Report"]]></title><description><![CDATA[
<p>Cool! Looking through this made me curious - how do people tend to translate between languages? For example, do people tend to know English and then translate it to that language? Or do people find a good translation they know to reference for another language? Or maybe translate into an intermediate language that's closer to a target language, then translate to the target language? I've never really heard about what people's processes tend to be, and I only know English. So I don't have a clue!</p>
]]></description><pubDate>Wed, 29 Nov 2023 22:43:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=38466355</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=38466355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38466355</guid></item><item><title><![CDATA[New comment by pseudoramble in "Hacking ADHD: Strategies for the modern developer"]]></title><description><![CDATA[
<p>I find that for calendars and to do lists to work well, I need reminders to tell me to check the lists lol. Not great.</p>
]]></description><pubDate>Wed, 15 Nov 2023 12:32:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=38275959</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=38275959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38275959</guid></item><item><title><![CDATA[New comment by pseudoramble in "Hard-to-swallow truths they won't tell you about software engineer job"]]></title><description><![CDATA[
<p>"I’d personally go on to say that it’s risky to put too much emotional investment into something you don’t own/control." Bingo! This is exactly what happened to me.<p>What I learned is that, even in a great environment where there was a ton of latitude to have ownership of technical details and even product details, it's still contained within the broader context of a business. That business has interest in the thing you're working on while it's a factor in creating value, and when it becomes time to change focus onto other things, it will generally do that without much hesitation.<p>I've been burned by this multiple times. Eventually it clicked for me in the way you phrased it. So I show up and do what I can, bring my expertise as much as I can, gauge where the limits of what I can provide are, and keep a healthy distance mentally otherwise.<p>One other note - you can still be passionate about software and not one specific day job. You can still work on other projects and explore ideas as much as you want. It's just that that's a separate thing from work. Dedicate time and space separately for that IMO.</p>
]]></description><pubDate>Wed, 08 Nov 2023 15:54:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38192167</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=38192167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38192167</guid></item><item><title><![CDATA[New comment by pseudoramble in "Questions to ask a teenager to start an important conversation"]]></title><description><![CDATA[
<p>A tangential question then - what do you think or suggest is a good way to reduce that fear on the part of the parent? It kind of sounds like a long term project, as in through most of their lives prior to these teenage years. It seems like a great point you've got and I'm wondering if there's much directly that can be done to improve the situation.</p>
]]></description><pubDate>Sun, 08 Oct 2023 20:52:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=37814303</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=37814303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37814303</guid></item><item><title><![CDATA[New comment by pseudoramble in "Being ‘Too Busy’ Means Your Personal Strategy Sucks"]]></title><description><![CDATA[
<p>Yeah, this exactly. I've moved away from describing things as "too busy" and say something like "out of capacity." I don't love the term capacity, but it's the best I have. It's some combo of time, energy, and if I feel like adding more to my plate. That feels closer to accurate for what I'm trying to explain.<p>There are plenty of times where I have actual free minutes, like writing this post, but that doesn't really mean I've got capacity to learn something new or do some new adventure.<p>Maybe some can fill every minute of their day with the next thing, but it's not for me. Seems like a losing strategy long term!<p>Note that my comment doesn't really seem to relate to the article itself. I'm not really sure what the article is talking about lol. Corporate/executive speak stuff I guess?</p>
]]></description><pubDate>Sat, 05 Aug 2023 16:42:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=37013798</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=37013798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37013798</guid></item><item><title><![CDATA[New comment by pseudoramble in "YouTube tests blocking videos unless you disable ad blockers"]]></title><description><![CDATA[
<p>My main worry is not so much this change, but rather when they decide that this also applies to Premium. I've been paying for a bit, and run an ad blocker. I'm concerned that it will be too tempting start putting ads back into Premium and require ad blockers be disabled. Of course I'm speculating, but this is the scenario where I'm out.<p>I could also see them splitting Premium into "Basic Premium", "Grand Premium", and "Ultimate Premium" where one shows some ads and the other shows "minimal" ads.</p>
]]></description><pubDate>Thu, 11 May 2023 22:53:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=35909434</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=35909434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35909434</guid></item><item><title><![CDATA[New comment by pseudoramble in "“Yes, if”: Iterating on our RFC Process"]]></title><description><![CDATA[
<p>I get your point, and they do address this later on in the piece kind of. It sounds like it's perfectly valid to say no, especially after reviewing the document and their architectural meeting where they discuss it more in depth. But they're also not trying to actively encourage saying no in the document, instead encouraging responses that points to how to get to a solid idea.<p>So saying "no" isn't forbidden, but it isn't the default either. At least that's my interpretation.</p>
]]></description><pubDate>Sun, 26 Feb 2023 17:33:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=34947386</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=34947386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34947386</guid></item><item><title><![CDATA[New comment by pseudoramble in "What powers artists who reach old age? The work"]]></title><description><![CDATA[
<p>If you're looking for some interesting Zevon listens, there's a few YouTube videos from the early 80's that are quite good. He also has shows on archive.org which can be listened to.</p>
]]></description><pubDate>Thu, 15 Dec 2022 18:00:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=34003226</link><dc:creator>pseudoramble</dc:creator><comments>https://news.ycombinator.com/item?id=34003226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34003226</guid></item></channel></rss>