<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: SeanAnderson</title><link>https://news.ycombinator.com/user?id=SeanAnderson</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 10 May 2026 08:42:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=SeanAnderson" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by SeanAnderson in "Canvas is down as ShinyHunters threatens to leak schools’ data"]]></title><description><![CDATA[
<p>Thanks</p>
]]></description><pubDate>Fri, 08 May 2026 04:01:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48058401</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=48058401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48058401</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Canvas is down as ShinyHunters threatens to leak schools’ data"]]></title><description><![CDATA[
<p><a href="https://status.instructure.com/" rel="nofollow">https://status.instructure.com/</a> implies Canvas became available again about thirty minutes ago from the time of this post.<p>Is this accurate? Or is this still an ongoing issue?</p>
]]></description><pubDate>Fri, 08 May 2026 03:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48058367</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=48058367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48058367</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Claude Code refuses requests or charges extra if your commits mention "OpenClaw""]]></title><description><![CDATA[
<p>We encourage candidates to use AI on the homework and to be comfortable sharing the prompts they used and the workflow they engaged the AI with to get to their end result. We've experienced a wide range of proficiencies in using AI to solve the technicals. Anything from lazy one shots with 1k loc changed and 0 awareness of trade-offs to very surgical, 200 loc changed where the candidates broke down the problem and guided the AI step by step.<p>Whether to lean into or push back against using AI in the technical was a major point of discussion for us when building the hiring pipeline. Ultimately we decided it would be fighting against the current to try to prevent candidates from using AI and so we decided to assume they would and build questions in to evaluate their efficacy.<p>I'm also not sure it's fair to say we invest no time just because we use AI. We hop on a call with each candidate after they submit the technical and ask questions about their process, how they decided scope, and try to figure out how much awareness they have of what they coded.</p>
]]></description><pubDate>Sat, 02 May 2026 15:10:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47987087</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47987087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47987087</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Pro-Iran crew turns DDoS into shakedown as Ubuntu.com stays down"]]></title><description><![CDATA[
<p>... but <a href="https://ubuntu.com/" rel="nofollow">https://ubuntu.com/</a> is up?</p>
]]></description><pubDate>Fri, 01 May 2026 15:52:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47976223</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47976223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47976223</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Music with Lyrics Interferes with Cognitive Tasks (2023)"]]></title><description><![CDATA[
<p>Same here!! I wonder why?</p>
]]></description><pubDate>Fri, 01 May 2026 15:24:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47975887</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47975887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47975887</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Claude Code refuses requests or charges extra if your commits mention "OpenClaw""]]></title><description><![CDATA[
<p>My current job has me overseeing a few teams of engineers working on ~10+ y/o legacy software systems that have not been especially well maintained. As an example, one team had a completely broken CI pipeline due to numerous flaky tests. They had configured the CI pipeline to rerun tests multiple times and still the master branch had like.. a 40% pass rate. Super ugly, but the suite took ~40 minutes to run and they were demoralized enough to not want to investigate it anymore.<p>I came in, set Claude up, gave it read access to CI artifacts, had it build out some tooling to monitor the rolling pass/fail rate over the last 30 days, and let it loose. It identifies the worst offending flaky tests, forms hypotheses on whether it's a testing issue or a production issue, then tries to divide-and-conquer until it gets minimal reproduction steps. If it's not able to create deterministic reproduction then it'll make a best guess at fixing the issue and grind away at test re-runs all night until it can try to figure out if it fixed the issue with statistical confidence instead.<p>It's not perfect. I have to throw away some of the bad solutions, but shaved 20 minutes off their pipeline and improved pass rate by 35% in a handful of weeks. Very minimal oversight on my part - just letting it run while I'm asleep and reviewing PR proposals during the day between meetings.<p>We have an initiative to make an entire web application significantly more accessible in response to some government mandates. Tight deadline, tons of grunt work, repetitive patterns, some small nuances on edge-cases. The team was able to create a set of skills for doing the conversion logic, slowly build up and address all the edge cases, and are now able to work several magnitudes more quickly in modernizing the app.<p>A team had punted repeatedly on updating Jest to the latest version because it inherently came with a breaking change to JSDOM which made some properties unable to be spied upon. Took like 20 minutes to have Claude one-shot the entire conversion when they'd ignored it for months because it just felt too finicky prior to agents. In general, everything to do with testing infrastructure is easy to push forward with confidence.<p>Uhm, we have an active interview pipeline where we give a take-home technical assessment. After we got a few submissions, and manually evaluated them, I fed our analyses in and our grading rubric and had it generate assessments for incoming candidates following the rubric. After checking a few pretty carefully it became clear that it was good enough to trust - the take home wasn't groundbreaking and the problem space was understood enough to be able to identify obvious issues if there were any.<p>I was given a small team of semi-technical people who were being used to fetch numbers from DBs for product/marketing/sales and perform light data analysis on them. A lot of their day to day was just paper pushing SQL queries into Excel spreadsheets and then transforming them into PowerPoints with key takeaways. They didn't have any experience writing code. I had Claude build a gameified playground for them where I gave them a VSCode dev container, a SQLite DB full of synthetic data emulating what they'd encounter IRL, and a Jupyter notebook filled with questions they'd need to answer by writing code to interrogate the database and form insights. In a couple of weeks I was able to get them to the point where they were comfortable writing basic Python scripts with the help of Claude and they're now off automating all their paper-pushing workflows with deterministic scripts. When they're done we're going to move them to higher value work by having them do sleuthing against our data and surfacing proactive insights to propose to Product rather than just reactively fetching data and building reports.<p>I was asked to quickly build a prototype for some basic AI functionality we thought we might want to add to one of the products. I was able to go from "I have no idea what I should build" to "here's a prototype we can put in front of clients and see if this idea has any merit" in about 14 hours. Just riffing with Claude from product idea to functional/technical specs, implementation plan, then full working prototype was one shot, and then a tight iteration loop for a couple of hours with me guiding it on personal aesthetic choices to give it enough final polish. Obviously I wouldn't ship this code into production, but it's really nice not having any sunken cost biases when demoing a prototype. If customers don't like it? Great, I lost one day and half the time I was multi-tasking while Claude implemented specs. Even better - I had Claude write a script to extract all the conversations I had with it and include those in the prototype repo. Then I filmed a quick demo video of my process, shared that with the engineers, and they're able to review my Claude conversations to get inspiration for how to modify their own agentic coding strategies.</p>
]]></description><pubDate>Fri, 01 May 2026 00:47:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47970174</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47970174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47970174</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Claude Code refuses requests or charges extra if your commits mention "OpenClaw""]]></title><description><![CDATA[
<p>I don't think anyone is questioning all the benefits of using local LLMs. Those are readily apparent.<p>I just don't believe for an instant that they're anywhere in the same ballpark of capabilities as running Opus or similar. My time is the most valuable resource. Opus would need to be SIGNIFICANTLY more costly and unstable for me to start entertaining local models for day-to-day development.<p>Perhaps whatever work you're doing makes this trade-off more sensible, but I struggle to see how that could be true. I'm averse to running Sonnet on a large amount of software engineering problems - let alone Qwen.</p>
]]></description><pubDate>Thu, 30 Apr 2026 15:31:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47964035</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47964035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47964035</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Installing every* Firefox extension"]]></title><description><![CDATA[
<p><a href="https://jack.cab/blog/every-firefox-extension#attempts-4-10-1000-6000" rel="nofollow">https://jack.cab/blog/every-firefox-extension#attempts-4-10-...</a></p>
]]></description><pubDate>Fri, 10 Apr 2026 23:38:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47725284</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47725284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47725284</guid></item><item><title><![CDATA[New comment by SeanAnderson in "How NASA built Artemis II’s fault-tolerant computer"]]></title><description><![CDATA[
<p>Typo in the first sentence of the first paragraph is oddly comforting since AI wouldn't make such a typo, heh.<p>Typo in the first sentence of the second paragraph is sad though. C'mon, proofread a little.</p>
]]></description><pubDate>Fri, 10 Apr 2026 04:44:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47713749</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47713749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47713749</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Hold on to Your Hardware"]]></title><description><![CDATA[
<p>Someone's never tried to locally compile a Rust program. :)</p>
]]></description><pubDate>Fri, 27 Mar 2026 12:36:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47541968</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47541968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47541968</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Our commitment to Windows quality"]]></title><description><![CDATA[
<p>I moved over to Linux a few months ago. Absolutely zero issues. My only thought was, "Wow. Why didn't I do this sooner?" There's nothing Windows can do to bring me back at this point.</p>
]]></description><pubDate>Sat, 21 Mar 2026 00:30:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47462746</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47462746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47462746</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Anthropic takes legal action against OpenCode"]]></title><description><![CDATA[
<p>> You can use OpenCode programmatically, thus turning that $200/mo Claude Code account into a very cheap Opus 4.6 API service.<p>Can you explain what you mean by this?</p>
]]></description><pubDate>Thu, 19 Mar 2026 20:44:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47445784</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47445784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47445784</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Cannabinoids remove plaque-forming Alzheimer's proteins from brain cells (2016)"]]></title><description><![CDATA[
<p>...is there an XKCD relevant to the fact there's always a relevant XKCD?</p>
]]></description><pubDate>Mon, 16 Mar 2026 06:14:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47395667</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47395667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47395667</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>Just a small project to assist with some stuff at work, but trying my hand at vibe-coding a "data science playground" to try and level-up a couple of people into feeling comfortable using Claude to write data analysis tools. I generated a bunch of synthetic data, that looks like stuff we might encounter on the job, and embedded trends into the data that can be revealed through statistical analysis. I encrypted the answers and put a lil LLM in front of the answer file. You submit answers to the LLM and it tells you warm/cold by looking at the answer file. Hoping to basically gamify the learning process to make it easier/faster to get data-driven results.</p>
]]></description><pubDate>Mon, 09 Mar 2026 12:53:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47308403</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47308403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47308403</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Anthropic officially bans using subscription auth for third party use"]]></title><description><![CDATA[
<p>I think you're just trying to see ambiguity where it doesn't exist because the looser interpretation is beneficial to you. It totally makes sense why you'd want that outcome and I'm not faulting you for it. It's just that, from a POV of someone without stake in the game, the answer seems quite clear.</p>
]]></description><pubDate>Thu, 19 Feb 2026 03:43:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47069639</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=47069639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47069639</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Fixing retail with land value capture"]]></title><description><![CDATA[
<p>I think big players also have significant risk exposure during black swan events and the timeline of their operations makes those incidents not entirely unlikely to occur. It's sort of like insurance - most of the time they just get to extort rent, but sometimes they get crushed, too.<p><a href="https://finance.yahoo.com/quote/HPP/" rel="nofollow">https://finance.yahoo.com/quote/HPP/</a><p>Check the 5-year on Hudson Pacific. They're down 96% and dropping. They own a significant number of downtown commercial properties in SF and LA. They're completely underwater, their spaces are barely half full, and they can't lower rents without violating their bank loan covenants.<p>Of course, if the commercial landscape hadn't shifted in a way nobody could predict then, yes, they'd likely have continued to print money for the foreseeable future. Instead, they're left holding a very heavy bag and will take it to the grave.</p>
]]></description><pubDate>Fri, 13 Feb 2026 00:26:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46997278</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=46997278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46997278</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Beginning fully autonomous operations with the 6th-generation Waymo driver"]]></title><description><![CDATA[
<p>I literally have never owned a vehicle in my life. If you feel I exemplify defeatism then I think you need to look inward.</p>
]]></description><pubDate>Thu, 12 Feb 2026 23:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46996799</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=46996799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46996799</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Beginning fully autonomous operations with the 6th-generation Waymo driver"]]></title><description><![CDATA[
<p>I don't even know what areas of the United States I would consider "walkable". I live in San Francisco, don't own a car, we have "pretty good" public transit, and it's still absolutely miserable getting around. It takes me 40 minutes to go from Outer Sunset to downtown by muni. There are many locations in this city that I can physically jog to faster than public transit.<p>I can appreciate this technology might negatively impact other countries more heavily, but, for me, it's easily the most exciting tech I interact with and I'm rooting for it whole-heartedly. I'm at around 1000 miles logged on Waymo and am part of their beta tester program for freeway usage.<p>I also think that post-Covid remote work has probably damaged incentives for increasing the density of cities more so than anything autonomous vehicles will do. San Francisco is actively cutting bus routes, bus density, and threatening to significantly cut BART stops due to budget constraints and reduction in ridership.<p>It's odd because I do get where you're coming from, and I feel like I should be your target audience, but, for me, the ship sailed so long ago that I struggle to relate to your position.</p>
]]></description><pubDate>Thu, 12 Feb 2026 23:20:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46996695</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=46996695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46996695</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Beginning fully autonomous operations with the 6th-generation Waymo driver"]]></title><description><![CDATA[
<p>Is the TL;DR of the article that they're launching this (<a href="https://waymo.com/blog/2021/12/expanding-our-waymo-one-fleet-with" rel="nofollow">https://waymo.com/blog/2021/12/expanding-our-waymo-one-fleet...</a>) new vehicle design?<p>I read the whole thing, but, idk, surprised they didn't include a picture or clarify if this is strictly hardware, or hardware + software changes (with the software changes maybe back propagating to existing Drivers)</p>
]]></description><pubDate>Thu, 12 Feb 2026 23:00:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46996496</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=46996496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46996496</guid></item><item><title><![CDATA[New comment by SeanAnderson in "Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory"]]></title><description><![CDATA[
<p>Oh cmon, at least try to signal like you're interested in a good-faith debate by posting with your main account. Intentionally ignoring the rules of HN only ensures nobody will get closer to your belief system.</p>
]]></description><pubDate>Sun, 08 Feb 2026 05:05:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46931459</link><dc:creator>SeanAnderson</dc:creator><comments>https://news.ycombinator.com/item?id=46931459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46931459</guid></item></channel></rss>