<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: osener</title><link>https://news.ycombinator.com/user?id=osener</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Jul 2026 23:14:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=osener" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by osener in "Advertise in ChatGPT"]]></title><description><![CDATA[
<p>how is enabling ever bigger and more expensive to produce forms of entertainment making modern society better? remove all that and we won't lose anything. we'll always find a way to entertain ourselves. likely, with more culturally beneficial and social forms of entertainment.</p>
]]></description><pubDate>Wed, 22 Jul 2026 09:39:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49004073</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=49004073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49004073</guid></item><item><title><![CDATA[New comment by osener in "Incremental – A library for incremental computations"]]></title><description><![CDATA[
<p>If you find this interesting, also check out their UI library called Bonsai that built on top of Incremental: <a href="https://github.com/janestreet/bonsai/" rel="nofollow">https://github.com/janestreet/bonsai/</a><p>Libraries like React are pretty efficient with skipping work by using Virtual Dom, but constructing this vdom still takes time. Bonsai makes the vdom incremental and it is pretty fun to work with.<p>I built a desktop UI library with it by targeting (now unmaintained) Revery. It is using a much older version of Bonsai however: <a href="https://github.com/ozanvos/bonsai_revery" rel="nofollow">https://github.com/ozanvos/bonsai_revery</a></p>
]]></description><pubDate>Tue, 21 Jul 2026 10:24:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48990376</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=48990376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48990376</guid></item><item><title><![CDATA[Uber to buy Germany's Delivery Hero in $14.8B global deal]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theguardian.com/technology/2026/jul/16/uber-buy-germany-delivery-hero-148bn-global-deal">https://www.theguardian.com/technology/2026/jul/16/uber-buy-germany-delivery-hero-148bn-global-deal</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48933588">https://news.ycombinator.com/item?id=48933588</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 16 Jul 2026 12:33:27 +0000</pubDate><link>https://www.theguardian.com/technology/2026/jul/16/uber-buy-germany-delivery-hero-148bn-global-deal</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=48933588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48933588</guid></item><item><title><![CDATA[New comment by osener in "I think I have LLM burnout"]]></title><description><![CDATA[
<p>Smart people have been falling into this trap as long as LLMs have hit production. Supposedly early internal versions of GPT-4 had "sparks of AGI" but the public version was "dumbed down for safety"<p><a href="https://www.youtube.com/watch?v=qbIk7-JPB2c" rel="nofollow">https://www.youtube.com/watch?v=qbIk7-JPB2c</a></p>
]]></description><pubDate>Thu, 09 Jul 2026 08:45:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48842839</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=48842839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48842839</guid></item><item><title><![CDATA[Deploy from Claude Design to Vercel]]></title><description><![CDATA[
<p>Article URL: <a href="https://vercel.com/changelog/claude-design-and-vercel">https://vercel.com/changelog/claude-design-and-vercel</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48644310">https://news.ycombinator.com/item?id=48644310</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 23 Jun 2026 12:59:25 +0000</pubDate><link>https://vercel.com/changelog/claude-design-and-vercel</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=48644310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48644310</guid></item><item><title><![CDATA[Formal Methods and the Future of Programming]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.janestreet.com/formal-methods-at-jane-street-index/">https://blog.janestreet.com/formal-methods-at-jane-street-index/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48540808">https://news.ycombinator.com/item?id=48540808</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 15 Jun 2026 13:16:05 +0000</pubDate><link>https://blog.janestreet.com/formal-methods-at-jane-street-index/</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=48540808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48540808</guid></item><item><title><![CDATA[New comment by osener in "Elixir v1.20: Now a gradually typed language"]]></title><description><![CDATA[
<p>In my experience restricting programs that can be expressed is a good thing, even more so with agentic engineering. The more guardrails there are, strong typing/TDD/computer use/..., the solution space shrinks and chance of a robust solution increases. Sure maybe this burns more tokens going in circles but it feels less like a slot machine more like a robot searching for a solution for a well-defined problem.<p>Devs have very strong opinions about dynamically typed programming languages. But reasons such as "exploratory programming", "expressiveness", "taste" that makes them feel good to program in for humans does not matter for agents. Agents don't care that the language "limits them" and prevents them from expressing the code in a succint way because it would not type check.</p>
]]></description><pubDate>Thu, 04 Jun 2026 08:37:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48395876</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=48395876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48395876</guid></item><item><title><![CDATA[New comment by osener in "ClojureScript Gets Async/Await"]]></title><description><![CDATA[
<p>Surprised to see Clojure/ClojureScript come up on socials more often all of a sudden. I used it professionally for a few years around ~2012 and like many others moved off JVM and moved into typed [functional] languages.<p>Is the sudden buzz due to agentic coding? Does it rip through code faster with no type checking and fewer invalid syntax errors and reserved keywords to deal with? are we in for a sexp resurgence?</p>
]]></description><pubDate>Fri, 08 May 2026 11:45:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48061748</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=48061748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48061748</guid></item><item><title><![CDATA[New comment by osener in "Community firmware for the Xteink X4 e-paper reader"]]></title><description><![CDATA[
<p>Ah I just switched to using <a href="https://github.com/uxjulia/crossink-reader" rel="nofollow">https://github.com/uxjulia/crossink-reader</a><p>Not sure what KOReader is but the fonts included in this one and the overall reading experience is solid.</p>
]]></description><pubDate>Thu, 07 May 2026 11:32:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48048125</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=48048125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48048125</guid></item><item><title><![CDATA[New comment by osener in "Granite 4.1: IBM's 8B Model Matching 32B MoE"]]></title><description><![CDATA[
<p>This is the official announcement: <a href="https://research.ibm.com/blog/granite-4-1-ai-foundation-models" rel="nofollow">https://research.ibm.com/blog/granite-4-1-ai-foundation-mode...</a><p>It is not the researchers' fault that some slop got posted here instead.</p>
]]></description><pubDate>Thu, 30 Apr 2026 12:56:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47961702</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47961702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47961702</guid></item><item><title><![CDATA[New comment by osener in "Using coding assistance tools to revive projects you never were going to finish"]]></title><description><![CDATA[
<p>It is common amongst French, Dutch etc speakers where saying "it said x" sounds unnatural.</p>
]]></description><pubDate>Sat, 25 Apr 2026 20:25:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47904292</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47904292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47904292</guid></item><item><title><![CDATA[New comment by osener in "Vite+ Alpha: Unified Toolchain for the Web (MIT License)"]]></title><description><![CDATA[
<p>This announcement mentions Node.js a couple of times. Does it also support Bun as a package manager and a runtime?</p>
]]></description><pubDate>Fri, 13 Mar 2026 13:22:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47364114</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47364114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47364114</guid></item><item><title><![CDATA[New comment by osener in "No, it doesn't cost Anthropic $5k per Claude Code user"]]></title><description><![CDATA[
<p>> Cost remains an ever present challenge. Cursor’s larger rivals are willing to subsidize aggressively. According to a person familiar with the company’s internal analysis, Cursor estimated last year that a $200-per-month Claude Code subscription could use up to $2,000 in compute, suggesting significant subsidization by Anthropic. Today, that subsidization appears to be even more aggressive, with that $200 plan able to consume about $5,000 in compute, according to a different person who has seen analyses on the company’s compute spend patterns.<p>This is the relevant quote from the original article.</p>
]]></description><pubDate>Tue, 10 Mar 2026 10:28:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47321375</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47321375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47321375</guid></item><item><title><![CDATA[New comment by osener in "Sizing chaos"]]></title><description><![CDATA[
<p>There are fast fashion attempts at this like adding elastic material to every fabric so they can get away with having fewer sizes and cuts thus less unsold inventory and availability issues. But everything has a tradeoff. In this case the elastic material degrades MUCH faster than cotton so you have to throw away your jeans quite a bit earlier compared to a quality 100% cotton denim which can last you a decade. This is very unfortunate as most of the fabric in that piece of clothing is perfectly fine and this is pure waste.</p>
]]></description><pubDate>Thu, 19 Feb 2026 10:07:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47072121</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47072121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47072121</guid></item><item><title><![CDATA[New comment by osener in "Show HN: I built a tool to un-dumb Claude Code's CLI output (Local Log Viewer)"]]></title><description><![CDATA[
<p>This is some next level nitpicking. It's like criticizing XCode or Idea config of someone, instead of their product (or more popularly whether their website hijacks the back button). But at least in this case the dev config is checked in and reproducible.</p>
]]></description><pubDate>Tue, 17 Feb 2026 09:20:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47045347</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47045347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47045347</guid></item><item><title><![CDATA[New comment by osener in "Zed editor switching graphics lib from blade to wgpu"]]></title><description><![CDATA[
<p>Ok so it is not going closed source, they are just going to extend it as they need to drive Zed features. Totally understandable for an in-house UI framework, this is why you’d build one yourself anyway. I can imagine maintaining backwards compatibility, doing releases, writing documentation and growing a community around it is a considerable distraction from their product work.</p>
]]></description><pubDate>Fri, 13 Feb 2026 21:49:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008301</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47008301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008301</guid></item><item><title><![CDATA[New comment by osener in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>For years I thought I had a faulty touchscreen and started relying on dictation more and more. Seeing this video saved me from going insane. They must have crunched the numbers and decided that these choices benefit more people than not. BUT HOW!</p>
]]></description><pubDate>Fri, 13 Feb 2026 21:47:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008278</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47008278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008278</guid></item><item><title><![CDATA[New comment by osener in "Zed editor switching graphics lib from blade to wgpu"]]></title><description><![CDATA[
<p>> We ignore for these purposes Zed's GPUI which the Zed team has transparently, and understandably abandoned as an open source endeavour<p>Do you have a source for this?</p>
]]></description><pubDate>Fri, 13 Feb 2026 17:33:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47005300</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=47005300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47005300</guid></item><item><title><![CDATA[New comment by osener in "Ireland rolls out basic income scheme for artists"]]></title><description><![CDATA[
<p>I understand your perspective. However, those trades, and most work in general, differ from art. Art is vital to our society, yet the current reward system optimizes for the worst art and the worst people.<p>We need more art that pushes boundaries and remains controversial. Instead, we favor the type of artist who attracts the most attention through their personality, whether because of their looks or a manufactured edgy image, while producing mundane, lowest-common-denominator work. We must support contemporary artists who move us forward rather than remaining stuck in popularity contests or constant nostalgia.<p>Under the current system, it is almost inevitable that influencers use their status to promote gambling ads and NFTs, ruining the lives of their fans. We need to break this cycle of rewarding increasingly poor behavior while making it harder for independent artists to earn a living.</p>
]]></description><pubDate>Thu, 12 Feb 2026 06:45:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46985558</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=46985558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46985558</guid></item><item><title><![CDATA[New comment by osener in "Bunny Database"]]></title><description><![CDATA[
<p>When I tried it last year, their edge compute infra was just not there yet. It could not do any meaningful server-side rendering because of code size, compute and JS standard constraints.<p>Has this situation changed?</p>
]]></description><pubDate>Tue, 03 Feb 2026 15:45:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46872450</link><dc:creator>osener</dc:creator><comments>https://news.ycombinator.com/item?id=46872450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46872450</guid></item></channel></rss>