<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: rayxi271828</title><link>https://news.ycombinator.com/user?id=rayxi271828</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 00:06:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rayxi271828" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rayxi271828 in "Layoff Thinking"]]></title><description><![CDATA[
<p>Internal assessment of self-worth is one thing. But one thing that I noticed while I was between jobs, was that the rest of the world was also built under the assumption that you "had a job".<p>Sign up for financial anything, they always ask you, which company you're with? What's your title? What's the range of your income?<p>I don't know if this is the case in the US, but in my country, I couldn't even open a brokerage account because the automated form required an office job. Entering freelancing or anything of some sort will get auto-rejected.<p>So it is in your face, all the time. And actually at that time I was fortunate enough not to have to worry about bills etc.</p>
]]></description><pubDate>Sun, 12 Apr 2026 00:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47735250</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=47735250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47735250</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Tell HN: I'm 60 years old. Claude Code has re-ignited a passion"]]></title><description><![CDATA[
<p>I'm about a decade behind you, but I also started my programming career during the "good" COM/DCOM/MFC/ATL/ActiveX/CORBA days. Java just came out. I slept little during that time because truly, there was nothing like programming. It was the thing that pulled me awake in the morning, and pulled me from falling asleep at night. I was so spellbound, calling it Csikszentmihalyi's flow felt like it didn't do it justice.<p>Fast forward 30 years later, I thought those days were gone forever. I'd accepted that I'd never experienced that kind of obsession again. Maybe because I got older. Maybe those feelings were something exclusively for the young. Maybe because my energy wasn't what it used to be. Yada yada, 1000s of reasons.<p>I was so shocked when I found out that I could experience that feeling again with Claude Code and Codex. I guess it was like experiencing your first love all over again? I slept late, I woke up early, I couldn't wait to go back to my Codex and Claude. It was to the point I created an orchestrator agent so I could continue chatting with my containerized agents via Telegram.<p>"What a time to be alive" <-- a trite, meaningless saying, that was infused by  real meaning, by some basic maths that run really, really, really fast, on really, really expensive hardware. How about that!</p>
]]></description><pubDate>Sat, 07 Mar 2026 11:01:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47286470</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=47286470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47286470</guid></item><item><title><![CDATA[Global Intelligence Boom]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/michaelxbloch/status/2025712344123236418">https://twitter.com/michaelxbloch/status/2025712344123236418</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47118409">https://news.ycombinator.com/item?id=47118409</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 23 Feb 2026 05:16:08 +0000</pubDate><link>https://twitter.com/michaelxbloch/status/2025712344123236418</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=47118409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47118409</guid></item><item><title><![CDATA[New comment by rayxi271828 in "The $LANG Programming Language"]]></title><description><![CDATA[
<p>Thank you for the kind words! I had great fun implementing it. Robert Nystrom is such a hero for writing Crafting Interpreters.</p>
]]></description><pubDate>Thu, 15 Jan 2026 02:18:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46627165</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=46627165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46627165</guid></item><item><title><![CDATA[New comment by rayxi271828 in "The $LANG Programming Language"]]></title><description><![CDATA[
<p>Slang? The IDE looked like Turbo C++ of old (blue, text based interface). Shortcuts are weird, so you need to remap keys to get sane defaults.<p>Probably the most unique feature is that the language supports spaces in identifiers. So you'd have variables like "Option Portfolio Risk" or functions like "Calculate Estimated PnL". Visually obviously different from Python, but it gave me Pythonic vibes.<p>It's also nice that it supports preconditions, so you can specify the valid range of arguments etc. It has some kind of OOP support but tbh it felt bolted on (understandably).<p>But the most value adding, IMHO, is the DevEx and deep integration with SecDb. Say what you want about the DOS-like IDE and the old (20+ years old for sure, maybe 30+) language, but you can deploy your code SO easily into production, with guardrails in place.<p>Out of curiosity, I implemented a toy language (thanks to Robert Nystrom's Crafting Interpreters) that supports spaces in identifiers (<a href="https://github.com/rayfdj/gaul-lang" rel="nofollow">https://github.com/rayfdj/gaul-lang</a>) as well. Makes for an interesting weekend coding project, and it helps me understand more the tradeoffs that Slang designers must have gone through.</p>
]]></description><pubDate>Wed, 14 Jan 2026 05:28:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46612671</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=46612671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46612671</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Uv is the best thing to happen to the Python ecosystem in a decade"]]></title><description><![CDATA[
<p>I love how uv allows me to not think of all the options anymore.<p>virtualenv, venv, pyenv, pipenv... I think at one point the recommended option changed because it was integrated into Python, but I can't even remember which is which anymore.<p>Such a pleasure to finally have just one, for maybe... ~99% of my needs.</p>
]]></description><pubDate>Thu, 30 Oct 2025 00:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45755130</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=45755130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45755130</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Ask HN: Did modern AI's coding abilities make you lose interest in programming?"]]></title><description><![CDATA[
<p>It’s quite the opposite for me.<p>The fun / creative part for me is not googling “how to slurp the contents of a file into a string” or “the exact syntax for marking some functions as unit tests” or “the correct order of symbols to specify generic type param”<p>It’s not “the correct html / css syntax for this basic gui I want to make”<p>It’s not “how to achieve the thing I’ve done 10 thousand times in other languages/frameworks, but for this language/framework”<p>It’s figuring the core logic out, building the thing while skipping the boring stuff, playing with abstractions that scratch my itch.<p>From this pov, AI is the best thing that has happened to my weekend coding. I code recreationally way more than before. Before AI, I would try a new language or framework, and I’d give up halfway because re-figuring out basic stuff for the umpteenth time is boring, it’s not fun at all. Now AI lets me skip those boring parts.</p>
]]></description><pubDate>Wed, 27 Aug 2025 15:44:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45041232</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=45041232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45041232</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Small language models are the future of agentic AI"]]></title><description><![CDATA[
<p>Wonder what I'm missing here. A smaller number of repetitive tasks - that's basically just simple coding + some RPA sprinkled on top, no?<p>Once you've settled down on a few well-known paths of action, wouldn't you want to freeze those paths and make it 100% predictable, for the most part?</p>
]]></description><pubDate>Tue, 01 Jul 2025 09:20:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44432067</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=44432067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44432067</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Waymo rides cost more than Uber or Lyft and people are paying anyway"]]></title><description><![CDATA[
<p>I've been taking these rides 5-6 days a week, everywhere, and also in other countries outside the US. What I've come to realize is this: what matters to me the most is the consistency of the lowest bar of the experience.<p>I get that sometimes with human drivers, when I'm lucky, I get someone who goes above and beyond, someone who's fantastic to talk to along the way, and so on.<p>But if I can trade all that with a guarantee that there's a consistent, predictable <i>floor</i> to my worst experience, I'll take it in a heartbeat.<p>At the end of it, I take a ride to get from point A to point B. I'd rather have a machine does it for me very efficiently, without all the messy human element, with the ups and the downs, because it's the downs that ruin my day.</p>
]]></description><pubDate>Sun, 15 Jun 2025 00:16:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44279708</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=44279708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44279708</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Programming languages that blew my mind (2023)"]]></title><description><![CDATA[
<p>Pass the link to NotebookLM and get the podcast hosts to summarize it for you?</p>
]]></description><pubDate>Mon, 04 Nov 2024 01:07:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42037507</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=42037507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42037507</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Show HN: Which Animal Shares Your Body Fat Percentage?"]]></title><description><![CDATA[
<p>Men and women will have very different body fat percentage level for similar look. In general it's something like women's = men's +8-9%?</p>
]]></description><pubDate>Thu, 24 Oct 2024 14:36:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=41935924</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=41935924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41935924</guid></item><item><title><![CDATA[New comment by rayxi271828 in "The AI Investment Boom"]]></title><description><![CDATA[
<p>Wouldn't AI be worse at Rust than at C++ given the amount of code available in the respective languages?</p>
]]></description><pubDate>Mon, 21 Oct 2024 02:48:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=41900255</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=41900255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41900255</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Ask HN: What book had a big impact on you as a child or teenager?"]]></title><description><![CDATA[
<p>As a teenager, I was fortunate that my Dad bought me a copy of "The 7 Habits of Highly Effective People" by Stephen Covey.<p>Quote:
Be Proactive is about taking responsibility for your life. Proactive people recognize that they are “response-able.” They don’t blame circumstances, conditions, or conditioning for their behavior. They know they can choose their behavior.<p>While it may be common sense/doh-so-obvious today, this was such a mind-blowing reframe for the teenage me back then, and it shaped me immeasurably as a person for the better, for the 30+ years that follow.</p>
]]></description><pubDate>Mon, 07 Oct 2024 09:46:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=41764351</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=41764351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41764351</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Designing my own watch (2020)"]]></title><description><![CDATA[
<p>Exactly... add to that the requirement that I want to have the peace of mind of being able to accidentally bang the watch against the metal poles of the subway, etc., without damaging it in some ways, and I always end up with a G-Shock.</p>
]]></description><pubDate>Thu, 22 Aug 2024 06:13:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41317327</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=41317327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41317327</guid></item><item><title><![CDATA[New comment by rayxi271828 in "OpenAI starts rolling out new voice mode"]]></title><description><![CDATA[
<p>I'm not French but is it just me, or that "bien sûr" pronunciation is atrocious? Also that "parfait" at the end... urgh.</p>
]]></description><pubDate>Wed, 31 Jul 2024 15:08:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=41119886</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=41119886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41119886</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Ask HN: What are you using to parse PDFs for RAG?"]]></title><description><![CDATA[
<p>Have you tried unstructured.io? So far seems promising.</p>
]]></description><pubDate>Tue, 30 Jul 2024 07:14:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41106776</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=41106776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41106776</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Ask HN: Any GenAI project that moves the business needle?"]]></title><description><![CDATA[
<p>I can imagine so. Would you have a comparison between Claude 3 Opus vs. GPT4o? Which one would you pick?</p>
]]></description><pubDate>Sat, 15 Jun 2024 00:56:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=40686606</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=40686606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40686606</guid></item><item><title><![CDATA[New comment by rayxi271828 in "Ask HN: Any GenAI project that moves the business needle?"]]></title><description><![CDATA[
<p>What kind of field / chat interactions does your chatbot do, if you can share? Apart from Klarna I haven't heard any other success in this regard...</p>
]]></description><pubDate>Sat, 15 Jun 2024 00:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40686533</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=40686533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40686533</guid></item><item><title><![CDATA[Ask HN: Any GenAI project that moves the business needle?]]></title><description><![CDATA[
<p>Have you seen any GenAI project that (1) is in use in production today, AND (2) actually moves the business needle in a material way? (increased revenue, or perhaps <i>actual</i> jump in productivity, i.e.: not only perceived, and so on).<p>In my conversation with friends, business partners, vendors, ex-colleagues, I have never heard a single successful application of GenAI beyond the gimmicky ones.<p>If you've seen at least one, can you share how it's used? I'm truly curious. I still can't convince myself that this is more than a bubble.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40640832">https://news.ycombinator.com/item?id=40640832</a></p>
<p>Points: 12</p>
<p># Comments: 14</p>
]]></description><pubDate>Tue, 11 Jun 2024 00:14:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=40640832</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=40640832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40640832</guid></item><item><title><![CDATA[New comment by rayxi271828 in "The Era of the Autodidact Is Here (2018)"]]></title><description><![CDATA[
<p>On one hand, there's this.<p>On the other hand, with the toughening of the job market, companies are selecting by degrees and pedigrees more than ever. The last company I worked for is currently doing this exactly, only looking at applications from people graduating from select universities.<p>So far it's working for them. As the job market gets worse, I think this trend of stronger emphasis on degrees and pedigrees will only get stronger.<p>Of course at the individual level, there are always exceptional individuals. But by definition, they are few and far between. It's not like going to school precludes you from learning other things and being flexible, creative, with burning passion for learning, etc. I would still encourage my kids to finish school and aim to get into a good university, I think.</p>
]]></description><pubDate>Sun, 09 Jun 2024 14:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=40624560</link><dc:creator>rayxi271828</dc:creator><comments>https://news.ycombinator.com/item?id=40624560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40624560</guid></item></channel></rss>