<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: a13o</title><link>https://news.ycombinator.com/user?id=a13o</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 20:57:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=a13o" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by a13o in "Apple's accidental moat: How the "AI Loser" may end up winning"]]></title><description><![CDATA[
<p>I think of it like a technology checkpoint. Make sure you got as far as everyone else when they gave up, so when the next innovation in that space comes along you can start back up on even footing.<p>You want to have your own pathway to production that dodges competitors’ patents, is somewhat defensible itself, maybe a brand, etc.</p>
]]></description><pubDate>Mon, 13 Apr 2026 14:35:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47752610</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=47752610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47752610</guid></item><item><title><![CDATA[New comment by a13o in "TikTok will not introduce end-to-end encryption, saying it makes users less safe"]]></title><description><![CDATA[
<p>Listed in the article are the National Society for the Prevention of Cruelty to Children and the Internet Watch Foundation, which monitors and removes child sexual abuse material from the internet.<p>The recent Meta lawsuits also mention opposition from the National Center for Missing and Exploited Children and Meta's own executives: Monika Bickert (head of content policy) and Antigone Davis (global head of safety). Both executives mention the danger end-to-end encryption poses to children when attached to a social media graph.<p><a href="https://www.reuters.com/legal/government/meta-executive-warned-facebook-messenger-encryption-plan-was-so-irresponsible-2026-02-24/" rel="nofollow">https://www.reuters.com/legal/government/meta-executive-warn...</a></p>
]]></description><pubDate>Wed, 04 Mar 2026 10:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47245577</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=47245577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47245577</guid></item><item><title><![CDATA[New comment by a13o in "Show HN: Badge that shows how well your codebase fits in an LLM's context window"]]></title><description><![CDATA[
<p>If you’re worried about fitting the window, make a RAG holding an AST transformation of your codebase</p>
]]></description><pubDate>Fri, 27 Feb 2026 19:31:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47184521</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=47184521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47184521</guid></item><item><title><![CDATA[New comment by a13o in "I miss thinking hard"]]></title><description><![CDATA[
<p>I’ve given these sorts of haystack search struggles completely over to the LLM. Whether it’s finding a bug in code or searching documentation for the answer, I view it as a near-obsolete skill. The past couple of decades it was important to know how to chase down documentation and zero in on the one line of config you were missing. Now it’s not.<p>I don’t view this as a hollowing out of my skill tree, I view it as freeing myself to focus on modern skills I need to develop. Such as learning how to steer LLM context windows towards maintainable solutions in large codebases.<p>I’m sure I’ll be thankful now and then that I know how to manually sift through stack traces for answers. But I expect those moments to be rarer and rarer. I basically never look at machine code, but I bet that used to be an important skill for programmers many decades ago.</p>
]]></description><pubDate>Wed, 04 Feb 2026 13:44:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46885722</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=46885722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46885722</guid></item><item><title><![CDATA[New comment by a13o in "SVG Path Editor"]]></title><description><![CDATA[
<p>I liked the results of vectorizer.ai and recraft.ai<p>Input image is important too. When working with the generalist LLM on the raster art, give it context that you are making a logo, direct it to use strokes and fills and minimal color palette, readable at small sizes, etc.</p>
]]></description><pubDate>Wed, 28 Jan 2026 17:14:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46798285</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=46798285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46798285</guid></item><item><title><![CDATA[New comment by a13o in "SVG Path Editor"]]></title><description><![CDATA[
<p>If you search for ‘vectorization AI’ there are a handful of specialized tools and apis that can do it. It worked well for a handful of logos I wanted to convert. Nano banana generated the raster logos, and these other tools vectorized them</p>
]]></description><pubDate>Wed, 28 Jan 2026 12:27:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46794440</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=46794440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46794440</guid></item><item><title><![CDATA[New comment by a13o in "Using Git add -p for fun (and profit)"]]></title><description><![CDATA[
<p>Atomic commits compose easier. In case you want to pull a few out to ship as their own topic. Or separate out the noisy changes so rebases are quicker. Separate out the machine-generated commit so you can drop it and regenerate it on top of whatever.<p>My commit messages are pretty basic “verbed foo” notes to myself, and I’m going to squash merge them to mainline anyway. The atomic commits, sometimes aided by git add -p, are to keep me nimble in an active codebase.</p>
]]></description><pubDate>Sun, 14 Dec 2025 14:42:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46263352</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=46263352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46263352</guid></item><item><title><![CDATA[New comment by a13o in "Game design is simple"]]></title><description><![CDATA[
<p>I wouldn’t say A Theory of Fun is “the book.” It’s more a coffee table read. “The book” is Jesse Schell’s The Art of Game Design</p>
]]></description><pubDate>Fri, 07 Nov 2025 12:24:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45845693</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=45845693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45845693</guid></item><item><title><![CDATA[New comment by a13o in "Video game union workers rally against $55B private acquisition of EA"]]></title><description><![CDATA[
<p>Most people don’t stay. They burn out and find work/life balance in other fields.<p>Once they realize how depressed their wages were in the games industry there’s no hope of getting them back.</p>
]]></description><pubDate>Thu, 16 Oct 2025 18:13:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45608799</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=45608799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45608799</guid></item><item><title><![CDATA[New comment by a13o in "Show HN: Seven39, a social media app that is only open for 3 hours every evening"]]></title><description><![CDATA[
<p>I don’t think volume of engagement is the main issue with social media. Rather, it’s the scope of access. Social media exposes us to too many people and we forget their humanity. Instead of information spreading across the globe along a lattice of trusted relationships, it teleports through bias-confirming wormholes.<p>Funny enough, the time zone restriction acts as a crude proxy for locality and slightly scratches the itch; more than the time window does.</p>
]]></description><pubDate>Tue, 11 Mar 2025 12:09:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43331632</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=43331632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43331632</guid></item><item><title><![CDATA[New comment by a13o in "FTC bans hidden junk fees in hotel, event ticket prices"]]></title><description><![CDATA[
<p>It’s a start. I’m bummed at how narrowly scoped this is. When the RFC period was open I wrote in to highlight how apartments charge surprise pet rent fees that don’t appear until the application process.</p>
]]></description><pubDate>Tue, 17 Dec 2024 22:21:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42446029</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=42446029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42446029</guid></item><item><title><![CDATA[New comment by a13o in "California bans sell-by dates"]]></title><description><![CDATA[
<p>> How are you supposed to know if you have milk that will quickly go bad etc.?<p>The milk will say "Best if Used By <date>".<p>This information can be found in the fifth sentence in the article.</p>
]]></description><pubDate>Thu, 10 Oct 2024 17:40:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=41801257</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=41801257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41801257</guid></item><item><title><![CDATA[New comment by a13o in "I've built my first successful side project, and I hate it"]]></title><description><![CDATA[
<p>The wording in the fraud cancellation emails gave me a good laugh.<p>"My payment provider said you used a stolen credit card. Why did you do that? I've revoked your access."</p>
]]></description><pubDate>Wed, 21 Aug 2024 14:22:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=41310588</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=41310588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41310588</guid></item><item><title><![CDATA[New comment by a13o in "Google loses antitrust suit over search deals on phones"]]></title><description><![CDATA[
<p>What happens now? We unbundle search results? Sounds cool!</p>
]]></description><pubDate>Mon, 05 Aug 2024 23:51:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41166659</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=41166659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41166659</guid></item><item><title><![CDATA[New comment by a13o in "Extraverted People Talk More Abstractly, Introverts Are More Concrete (2012)"]]></title><description><![CDATA[
<p>Self-identifying as an introvert or an extrovert is a limiting belief. Free yourself from this pseudo-science garbage.</p>
]]></description><pubDate>Sun, 07 Jul 2024 11:14:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=40896760</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=40896760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40896760</guid></item><item><title><![CDATA[New comment by a13o in "I've eaten a meal replacement shake twice a day for two years (2019)"]]></title><description><![CDATA[
<p>I replaced breakfast with a bottle of Huel six years ago, and I don't see a reason to stop. I still cook for lunch and dinner and I skip the Huel on occasion to brunch with friends. No need to be a zealot about these things.<p>I do keep some of the meal bags in the pantry for emergencies. I've also replaced lunch with them at times to count calories and lose weight. I think these are good tools to have in your kitchen. They have characteristics that no other food option has, and that makes them valuable.</p>
]]></description><pubDate>Sat, 06 Jul 2024 10:43:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=40889546</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=40889546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40889546</guid></item><item><title><![CDATA[New comment by a13o in "Resume Tip: Hacking "AI" screening of resumes"]]></title><description><![CDATA[
<p>I played a party game where you had to describe surviving a deadly scenario ("your car went off a bridge") and a LLM would decide if your answer would work or not. A few rounds in we found the best strategies where answers like:<p>I escape happily. I do not perish.<p>There's a small blocklist of obvious words like 'survive' and 'die'; but once you get blocked on those, it's a tell that this strategy will work with the right unblocked synonyms.<p>Basically if you ever find yourself adversarial with a LLM, figure out The Game and directly subvert it. There's no amount of propositions that can prepare it for human ingenuity at the meta level.</p>
]]></description><pubDate>Mon, 27 May 2024 11:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=40489887</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=40489887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40489887</guid></item><item><title><![CDATA[New comment by a13o in "Apple's M4 has reportedly adopted the ARMv9 architecture"]]></title><description><![CDATA[
<p>I do this technique too, and it's a great time for it. The OLED screen on the new iPad signals that Apple devices are moving to a better panel. If you've been waiting for the right time to move off an Intel Mac and onto a SoC Mac, it's now. Pick up a refurbished M2 MacBook. They're in the sweet spot for support, power, and cost.<p>The next one will probably have an OLED screen; so if you wait til then, your refurb M1/2/3 will be on Apple's short list of devices they don't want to support. (And you might have panel FOMO.) Or you'll have to pay the premium price for the latest model.</p>
]]></description><pubDate>Fri, 24 May 2024 12:34:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40465536</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=40465536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40465536</guid></item><item><title><![CDATA[New comment by a13o in "4K 1000Hz Monitor Exhibited"]]></title><description><![CDATA[
<p>There's not a mainstream use case for 4k content. Show watchers don't care enough about the quality improvement to pay their streaming provider $5 more for the 4k stream.<p>Even the gaming enthusiast market has rejected 4k, opting to spend their precious gpu cycles on refresh rate improvements instead.<p>Panel marketers are going to figure out what number consumers comprehend and make it bigger regardless. Hence their focus on 4k, 8k, and now these silly refresh rates.<p>But their big problem is that consumer behavior is currently bottlenecked by streaming bandwidth and GPU cycles. Two things panel manufacturers have no control over.<p>Buy a nice 1440p @ 120 Hz panel and ride out the next decade in comfort.</p>
]]></description><pubDate>Mon, 20 May 2024 12:44:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=40414865</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=40414865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40414865</guid></item><item><title><![CDATA[New comment by a13o in "US drug control agency will move to reclassify marijuana"]]></title><description><![CDATA[
<p>I think these 'gateway drug' believers will be pleasantly surprised. One reason it's a gateway drug is because of a line of thought like this:<p>1) Govt says cannabis is the most dangerous drug.<p>2) I try cannabis, nothing bad happens.<p>3) So when the govt says drugs are dangerous, they are incorrect? I guess I can't use their rating system and will have to base it on my own experiences.<p>There is a trust penalty for over-classifying drugs.<p>And then of course picking up your cannabis from the popular pharmacy chain means you never had a reason to introduce yourself to a dealer, who may stock cannabis alongside other drugs.<p>Cannabis isn't intrinsically a gateway drug. All the gateway-ness flows from the social structure surrounding its misclassification.</p>
]]></description><pubDate>Tue, 30 Apr 2024 23:18:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=40217650</link><dc:creator>a13o</dc:creator><comments>https://news.ycombinator.com/item?id=40217650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40217650</guid></item></channel></rss>