<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: Ask HN</title><link>https://news.ycombinator.com/ask</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 22 Jun 2026 04:26:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/ask" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Ask HN: What will AI coding look like when today's CS freshmen graduate?]]></title><description><![CDATA[
<p>ChatGPT 3.5 only came out about three and a half years ago. Claude Code was released in February 2025. In one academic year, LLMs went from barely handling high school math to disproving unit-distance conjecture.<p>Every two months we seems to have a new SOTA now. What do you expect AI coding to look like four years from now?<p>Will it be like Go after AlphaGo, where even Ke Jie could only say "they no longer knew what they were fighting against"? Or will it just be like today, just stronger, with humans still driving the work and AI as a powerful assistant?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48624855">https://news.ycombinator.com/item?id=48624855</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 22 Jun 2026 02:20:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48624855</link><dc:creator>linzhangrun</dc:creator><comments>https://news.ycombinator.com/item?id=48624855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48624855</guid></item><item><title><![CDATA[My Opinion on RL]]></title><description><![CDATA[
<p>I think RL as a method which produces training data by model's predictions — It directly leads the model to extend its output range because of increased diversity of the data. However, fundamentally RL relies on bootstrapping and has moving target problem which are the reason of its poor stability. One of the most tractable method to approximate value function is TD which causes sample noise, function approximator error and moving target problems. I argue that we need to extend pure RL theory at the level of the Bellman equation to achieve more stable RL. Consequently, we need both a better mathematical foundation for value functions and a tractable approximation method that are aligned with each other — free from problems</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48624622">https://news.ycombinator.com/item?id=48624622</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 22 Jun 2026 01:43:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48624622</link><dc:creator>umjunsik132</dc:creator><comments>https://news.ycombinator.com/item?id=48624622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48624622</guid></item><item><title><![CDATA[GitHub Banned All CI for Our (OSS) Org Because of Bad Drive-By Contributors]]></title><description><![CDATA[
<p>A few weeks ago, Github decided to disable all Github Actions (including self-hosted runners) access for our open source org (lightningdevkit) for some unknown reason. As some of us happen to work for a company with a large Github corporate account, we tried to escalate through our corporate reps, who informed us that the issue appeared to be some drive-by contributors who weren't org members being flagged for using Actions to do crypto-mining. As the org isn't technically in our corporate account, we then had to wait a few weeks to get a response back on getting unbanned...only to be told that we "appeared to have been taking part in activity which goes against" Github's ToS. They then listed some examples of ToS-violating activities, none of which we've done, and the org itself obviously wasn't running any kind of mining in CI.<p>As we'd already had plenty of reasons to move off of GitHub (downtime, a website that has gotten consistently slower due to massive increases in client-side JS without new features over the past decade, PRs that won't load once they get past 50 comments, contributors getting banned (without crypt-mining) leading to potentially-useful PRs getting black-holed, slow support, etc, etc), this is more of a warning for others than any kind of attempt to get help.<p>Of course Github is struggling these days with an influx in AI Agent accounts driving a huge increase in spam and other garbage, so I sympathize a lot with the folks over there. But none of that means we have to use the (historically excellent) free product they're offering, we can also...not.<p>For those who weren't aware, codeberg/self-hosted forgejo can import entire github repos including historical issues and PRs, comments, etc.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48624574">https://news.ycombinator.com/item?id=48624574</a></p>
<p>Points: 7</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 22 Jun 2026 01:35:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48624574</link><dc:creator>BlueMatt</dc:creator><comments>https://news.ycombinator.com/item?id=48624574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48624574</guid></item><item><title><![CDATA[Ask HN: Are you being "529 Overloaded" by Anthropic too?]]></title><description><![CDATA[
<p>I have been on the 20x Max plan of Claude Code for a while now, however since last week something changed and I seem to have been getting lots and lots of those 529 errors.<p>My workflow hasn't changed, same level of concurrency as usual, did they change their limits?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48624168">https://news.ycombinator.com/item?id=48624168</a></p>
<p>Points: 6</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 22 Jun 2026 00:41:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48624168</link><dc:creator>hmokiguess</dc:creator><comments>https://news.ycombinator.com/item?id=48624168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48624168</guid></item><item><title><![CDATA[Ask HN: What would justify writting an OS kernel in 2026?]]></title><description><![CDATA[
<p>I am making my own systems programming language, called Tig. I want to write an OS kernel with it in the future. But i've been wondering why would I do that? Linux won, it seems there are no blue oceans left. Any ideas?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48623750">https://news.ycombinator.com/item?id=48623750</a></p>
<p>Points: 4</p>
<p># Comments: 4</p>
]]></description><pubDate>Sun, 21 Jun 2026 23:38:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48623750</link><dc:creator>alonsovm44</dc:creator><comments>https://news.ycombinator.com/item?id=48623750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48623750</guid></item><item><title><![CDATA[Ask HN: Is the hard part of adult friendship the second hangout?]]></title><description><![CDATA[
<p>I have been thinking about a product design problem in adult friendship and keep coming back to one thesis:<p>Most products are decent at creating first contact. Events, meetups, dating apps, friend apps, group chats, alumni networks, Slack communities, etc.<p>The part that fails is usually after the first meeting.<p>Someone has to follow up. Someone has to risk seeming too eager. Someone has to pick a plan. Someone has to coordinate calendars. If nobody does that within a week or two, the connection fades and everyone starts over.<p>I have been calling this "the second hangout problem."<p>The product idea is an AI go-between that helps people in one city turn one-off encounters into repeat plans and small groups. It would ask who you would actually want to see again after a meetup or small gathering, check for mutual interest, suggest low-pressure next plans, and help coordinate until the group has enough momentum to organize itself.<p>I am starting with the Bay Area because density matters. The product is not useful if people cannot realistically meet again.<p>Questions I am trying to think through:<p>- Is follow-through actually the bottleneck, or am I underrating discovery?
- Would you trust an AI mediator for this if it stayed in a logistical/support role?
- Should a product like this limit introductions on purpose to avoid swipe-style disposability?
- What would make this feel useful instead of creepy?<p>Curious how people here have seen adult friendships actually form after the first meeting.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48622679">https://news.ycombinator.com/item?id=48622679</a></p>
<p>Points: 5</p>
<p># Comments: 4</p>
]]></description><pubDate>Sun, 21 Jun 2026 21:17:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48622679</link><dc:creator>thehgz</dc:creator><comments>https://news.ycombinator.com/item?id=48622679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48622679</guid></item><item><title><![CDATA[The AI Conundrum: We are living in highly subsidized, interesting times]]></title><description><![CDATA[
<p>If you trace the timeline of how LLMs went from a technologist's dream to early text-generation toys, to the world-shifting launch of ChatGPT, and finally to the daily drivers of modern programming (Sonnet, Opus), it has taken less than a decade. It’s a thrilling, almost unbelievable tale.<p>Let's look at how we got here, and the wall the industry is currently hitting.<p>- The Dream Phase (2010-2016). By the dawn of the last decade (2011), an interesting thing was happening. The two platforms, Wikipedia and Stack Overflow, had started gaining tremendous traction, folks were collaborating on these platforms to openly exchange knowledge. Looking back, this feels like a more ideal, community-driven path for humanity — one we abandoned for the centralized architecture we have today.<p>- The Disruption Phase (2016-2021). A perfect storm of unrelated events paved the way for AI. By 2017, new programmers were growing deeply frustrated by Stack Overflow's rigid policies, subjective question rejections, and senior coder pedantry. In retrospect, those strict moderators carved the first stones of what would later become Copilot and ChatGPT. If the community won't answer a beginner's question without downvoting it, a private LLM gladly will.<p>Add to this Google's landmark 2017 paper "Attention Is All You Need" which unlocked the Transformer architecture, and the forced isolation of COVID-19 in 2020. The ground was suddenly fertile for virtual assistants that could act as isolated developers' programming partners.<p>- The Hook Phase (2023-2025). The launch of ChatGPT left no doubt about how easy the "hook" would be. For non-technical folks, it was pure magic. It didn't take long for specialized LLMs like Copilot, Claude and Deepseek to become an indispensable part of the programmer's toolbox. Meanwhile, OpenAI was still advertising its "non-profit" roots, and the consensus was that this was purely about empowering humanity.<p>- The Endgame Phase (2025-present/future). AI companies had miscalculated a lot of things by this time. They were optimizing for the "long-term" but as John Maynard Keynes rightly said many years ago, <i>"In the long-term, we are all dead"</i>. The VCs are losing patience today because while the technology itself has gained massive ubiquity and appreciation, the revenues aren't coming as fast. The hook had sort of worked but failed to fully work.<p>Most frontier models like Sonnet, Opus and GPT 5.5 are still running on 'subsidized mode'. The amount of monthly subscription they charge users (USD 10/20/30 per month) is a pittance compared to all the compute and RAM needed to run those "thinking..." and "pondering..." tokens. In order to truly show profits in the books and come out of subsidized mode, they must charge on the scaling of input/output tokens and that appears to be difficult. Very few companies might be able to sustain such unlimited budget for unpredictable hardware scaling, the recent Uber story shows exactly what happens when they try doing this.<p>The frontier models are trying to replace something which could never be successfully delegated or automated in entire human history - the highest cognitive skills of human brain like reasoning, deduction and logic. Yet, the efforts are on and the goals are long term. The conundrum is that if they stop subsidizing, the hook phase may be undone - there is a strong possibility of folks reverting back to older ways of Wikipedia/Stack Overflow or pivot entirely to open source <i>dry/academic</i> models like Llama and Qwen which can run locally on their own hardware. And yet, they also can't keep subsidizing and draining the funds indefinitely.<p>What happens when the subsidy mirror cracks?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48622280">https://news.ycombinator.com/item?id=48622280</a></p>
<p>Points: 10</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 21 Jun 2026 20:24:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48622280</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=48622280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48622280</guid></item><item><title><![CDATA[Ask HN: How should I convert Microsoft Word documents to Markdown?]]></title><description><![CDATA[
<p>I took over a project that was built by an overseas team. They set up a data ingestion process. They have a step in the ingestion where they use Libre Office (in headless mode) to convert Microsoft Word documents to PDFs. Later we convert all PDFs to Markdown. They felt that it was best to convert everything to a PDF, and then convert all of the PDFs to Markdown.<p>What I notice is that LibreOffice can create very complex PDFs when the Microsoft Word document has:<p>1. tables<p>2. multiple columns<p>3. strikethrough text<p>I am thinking we should go straight from Microsoft Word to Markdown.<p>What is the right software for that?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48622123">https://news.ycombinator.com/item?id=48622123</a></p>
<p>Points: 4</p>
<p># Comments: 6</p>
]]></description><pubDate>Sun, 21 Jun 2026 20:04:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48622123</link><dc:creator>lkrubner</dc:creator><comments>https://news.ycombinator.com/item?id=48622123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48622123</guid></item><item><title><![CDATA[Ask HN: What's Your Agents.md?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48622110">https://news.ycombinator.com/item?id=48622110</a></p>
<p>Points: 4</p>
<p># Comments: 3</p>
]]></description><pubDate>Sun, 21 Jun 2026 20:02:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48622110</link><dc:creator>CSMastermind</dc:creator><comments>https://news.ycombinator.com/item?id=48622110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48622110</guid></item><item><title><![CDATA[Seeking Advice]]></title><description><![CDATA[
<p>Yo, I provide some backstory on my coding journey, you can skip this to the very end. I just wanna know what to do from now on. Now I don't expect to find the fully complete answer here, but hey who dislikes, free, good advice from genius hackers.<p>I started coding, nah, writing markup and stylesheets when I was 10 or something with NetBeans which was weird but it was the IDE that the tutorial guy used, hoping to learn how to make a website, make money then buy a good computer so I can run a proper 3D game engine (instead of construct which I didn't like) and make games.<p>While at first I just wanted to make money, It felt good. It went like this for a year and I didn't make any money. And I think I stopped programming or more precisely did much less programming than before for some reason I don't remember. After a year I started again, by then I had learned that I don't have to use NetBeans and I can use notepad++ which was smoother on my 1GB-ram-mobile-chipset-broken-keyboard-black-monitor-tochpad-burnt-connected-to-TV-via-HDMI Acer laptop.  And yeah my neck hurt looking at the TV from close distance.<p>I switched to English learning sources, primarily w3schools. And It went on like this, I learned some JS. I bought a course with info I already knew, but it filled some holes on basic things, for example I didn't know what a title tag is. I completed the freecodecamp.org courses even though I knew most of the stuff, until the JS part. I didn't know what functional programming, OOP, and mutation mean. I was told to not change a variable, I didn't, I passed. I didn't understand. I was hoping to get a job with getting a freecodecamp certificate. Then I went to get the React certificate, I hadn't worked with React before or any other framework. I learnt why frameworks are cool.<p>I participated in some middle-school competition, I chose the software topic for some reason and made a timer with C# and it got rejected. Next year same story with Game topic, I don't know if I even made anything. Then next year I made a question generator with js and it was rejected.<p>I got accepted to "shining talents" school, and people got surprised because unlike others I studied while I programmed and watched movies and played games, even in finals. People were very smarter than me and I found out I was a big frog in a small pond. But many of them didn't program. So I was mostly studying, but then after the first term exams, there was a golden time, when I only programmed and studied, mostly programmed and didn't play any games. Not because I forced myself to, because programming was much much more enjoyable than games to me.<p>That time passed, and not only I programmed less than the peak, I programmed less than ever. By the way, for 2 years, I would do 6 months of web dev, get bored then switch to game dev. And I participated in GMTK game jam every year. I made no interesting projects. Not even boring completed projects. Of course I completed a game once a year at the jam and that was it.<p>There was more studying, and then AI hype. Before AI hype I didn't like the way things went, I had to search simple things simple as loop syntax in JS (I kept forgetting syntax). Also I was only learning frameworks and making nothing. I was learning svelte at the time. After AI hype, I wrote literally no code. Sometimes I opened a HTML to program without AI, then I would just set up the basic stuff like fonts etc and then closing it. Even with AI I made nothing.<p>My friend told me to participate in national AI Olympiad. I got a national gold medal. And it was good because I felt even though my programming journey wasn't perfect, it has helped me, as I was saved by my practical score and became 1st practical. But I don't know what to do from now on. I don't seem to like AI. Even not sure if I like game dev anymore. Please help.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48621795">https://news.ycombinator.com/item?id=48621795</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 21 Jun 2026 19:25:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48621795</link><dc:creator>linmer</dc:creator><comments>https://news.ycombinator.com/item?id=48621795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48621795</guid></item><item><title><![CDATA[Ask HN: Anyone notice World Cup video feeds look like AI?]]></title><description><![CDATA[
<p>By AI I mean Image Generation models like stable difussion, but I had to make a short title.<p>They look like Video Games sometimes too.<p>This reminds me of that case of a scanner used in an architecture studio that was changing numbers for others, and it turns out they were using content aware compression and decompression.<p>Maybe the commercial pressure to use AI caused them to apply an AI filter to upscale the images and they end up looking like videogames?<p>To be precise I'm looking at the Belgium - Iran game, it's a video feed that is clearly broadcast to all of southamerica. Don't know if that can help someone find it.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48621628">https://news.ycombinator.com/item?id=48621628</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 21 Jun 2026 19:03:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48621628</link><dc:creator>TZubiri</dc:creator><comments>https://news.ycombinator.com/item?id=48621628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48621628</guid></item><item><title><![CDATA[Tell HN: Happy Fathers Day]]></title><description><![CDATA[
<p>My shortened story: due to factors in Soviet controlled Poland, my uncle played my dad role.<p>He took me to a quarry to fire Estes-style rocket cars, and all that.. he also managed to steal a Milicja (military police) siren from work, and put it on the back of my banana style bike. As an EE, he made it actually function.<p>Thanks to all the hackers who made us who we are.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48620502">https://news.ycombinator.com/item?id=48620502</a></p>
<p>Points: 286</p>
<p># Comments: 44</p>
]]></description><pubDate>Sun, 21 Jun 2026 17:00:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48620502</link><dc:creator>consumer451</dc:creator><comments>https://news.ycombinator.com/item?id=48620502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48620502</guid></item><item><title><![CDATA[Ask HN: Why Do AI Credits Expire]]></title><description><![CDATA[
<p>I was writing a blog when this hit me and couldn't find too many convincing arguments other than incentivizing heavier use, would love to hear takes on this.<p>Closest parallel I could think of is gift cards, which too do not expire in many places.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48619635">https://news.ycombinator.com/item?id=48619635</a></p>
<p>Points: 5</p>
<p># Comments: 5</p>
]]></description><pubDate>Sun, 21 Jun 2026 15:12:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48619635</link><dc:creator>kuberwastaken</dc:creator><comments>https://news.ycombinator.com/item?id=48619635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48619635</guid></item><item><title><![CDATA[Norrin – Git/ diff control in Claude Code]]></title><description><![CDATA[
<p>You can now control diff inline, track files, and reject/ accept as you like in Claude Code. With this new tool you get Cursor-like control over your claude code agents making your code cleaner, you never get lost in changes, and can reduce your PR review time by more than half.
https://norrin.dev</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48619320">https://news.ycombinator.com/item?id=48619320</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 21 Jun 2026 14:33:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48619320</link><dc:creator>gagewoodard</dc:creator><comments>https://news.ycombinator.com/item?id=48619320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48619320</guid></item><item><title><![CDATA[Ask HN: What's your go-to queue system?]]></title><description><![CDATA[
<p>Hello,<p>I am building a new product and need to have a robust queue system but I'm not sure what product to choose.<p>I've worked in Amazon before and usually AWS tools are the default go-to but in my own time for small project I've used things like: https://github.com/hibiken/asynq for basic tasks.<p>My concern with the above is that it's still in "early" development; from their README:<p>```
Status: The library relatively stable and is currently undergoing moderate development with less frequent breaking API changes.<p>Important Note: Current major version is zero (v0.x.x) to accommodate rapid development and fast iteration while getting early feedback from users (feedback on APIs are appreciated!). The public API could change without a major version update before v1.0.0 release.
```<p>I'm building something right now that will require something very robust; scheduling, long running workflows with several external dependencies (which may have failure and need retries and notifications, webhooks, etc)<p>Ideally I want to use the same tool for everything; so that would also include basic things like fan-out (like user singed-up: fan out to email service to queue welcome sequence, notify another service, make api request to another dependency, etc.)<p>There are so many too choose from: NATS, RabbitMQ, Asynq, AWS tools, Google Pub/Sub, etc.<p>There are so many options and I'm always very excited to explore tools but I need to pick one and us that across entire project for everything; since it won't be just me and having one interface/tool to learn reduces cognitive load.<p>What do you use normally and why?<p>(I use Go - if it matters)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48619311">https://news.ycombinator.com/item?id=48619311</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 21 Jun 2026 14:32:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48619311</link><dc:creator>absoluteunit1</dc:creator><comments>https://news.ycombinator.com/item?id=48619311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48619311</guid></item><item><title><![CDATA[Ask HN: Part time developer reality check]]></title><description><![CDATA[
<p>I’m doing the majority of the child care and working remotely part time after reducing my hours. Is it realistic to find many part time roles? A lot of what I see on here and LinkedIn seem to be full time or part-time but not in the city I live in. Am I looking in the wrong place or is it just not that common right now?<p>With my current job and child care stuff I have kinda fallen out of contact with a lot of people I used to work with( I don't really see many people in person for meaningful conversations about professional things) so I'm also a bit isolated in that regard.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48619097">https://news.ycombinator.com/item?id=48619097</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 21 Jun 2026 14:04:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48619097</link><dc:creator>tim_loaf-father</dc:creator><comments>https://news.ycombinator.com/item?id=48619097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48619097</guid></item><item><title><![CDATA[Ask HN: Do you give AI coding agents their own GitHub account?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48618981">https://news.ycombinator.com/item?id=48618981</a></p>
<p>Points: 5</p>
<p># Comments: 4</p>
]]></description><pubDate>Sun, 21 Jun 2026 13:49:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48618981</link><dc:creator>ahmd</dc:creator><comments>https://news.ycombinator.com/item?id=48618981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48618981</guid></item><item><title><![CDATA[Seems almost every possibly interesting title here is a NAG screen?]]></title><description><![CDATA[
<p>Need to ban them ...</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48618933">https://news.ycombinator.com/item?id=48618933</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 21 Jun 2026 13:44:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48618933</link><dc:creator>DivingForGold</dc:creator><comments>https://news.ycombinator.com/item?id=48618933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48618933</guid></item><item><title><![CDATA[Ask HN: Future of Programming?]]></title><description><![CDATA[
<p>With AI writing most of the code how does the future of programming looks like?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48618362">https://news.ycombinator.com/item?id=48618362</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 21 Jun 2026 12:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48618362</link><dc:creator>anujmehta</dc:creator><comments>https://news.ycombinator.com/item?id=48618362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48618362</guid></item><item><title><![CDATA[Ask HN: Are You a Workaholic?]]></title><description><![CDATA[
<p>I know I am. I need to chill.
Sloth bad but the opposite too.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48618170">https://news.ycombinator.com/item?id=48618170</a></p>
<p>Points: 5</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 21 Jun 2026 12:02:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48618170</link><dc:creator>julienreszka</dc:creator><comments>https://news.ycombinator.com/item?id=48618170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48618170</guid></item></channel></rss>