<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: th0raway</title><link>https://news.ycombinator.com/user?id=th0raway</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 03 May 2026 20:24:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=th0raway" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by th0raway in "Uber torches 2026 AI budget on Claude Code in four months"]]></title><description><![CDATA[
<p>We opened the Cloud Code floodgates all at once in my org. After a few months we looked at stats, and asked managers for impressions on performance changes. The API cost per engineer doesn't correlate with the apparent increases in performance, but it sure seems that the vast majority of people that used to have good reviews got a lot better, while the bottom third just didn't, even though they use the LLMs about as much. It makes the performance differences in teams look like an abyss. Someone appears stuck in a task, and we see what they've been prompting, and then one of the best seniors comes in, actually asks the questions well, and the LLM does all the debugging and all the fixing in 20 minutes.<p>It's not that the best performers are magical prompt engineers providing detailed instructions: They ask better questions that the LLM knows how to try to answer, and provide the specific information that the LLM would take a while finding. It's as if some people just had no "theory of mind" of the LLM, and what it can know, and others just do. It's not a living thing or anything like that, but it's still so useful to predict it, put yourself in it's shoes, so to speak. Just like you'd do with a new hire, or a random junior.</p>
]]></description><pubDate>Fri, 01 May 2026 18:21:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47978161</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=47978161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47978161</guid></item><item><title><![CDATA[New comment by th0raway in "Uber torches 2026 AI budget on Claude Code in four months"]]></title><description><![CDATA[
<p>Yes, in a reasonable microservice land where the places you need to connect to are all documented in very concise places, you have have extremely productive $10 days. In the giant monorepo with everything custom, you can't just rely on built in knowledge of 80% of you libraries, so it's a very different world.<p>A place like Google has to be so much better off just training library concepts in, given how much of the things the LLM will "instinctively" reach for are unlikely to be available. Not unlike the acclimation period what happens when someone comes in or out of a company like that, and suddenly every library and infra tool you were used to are just not available. We need a lot more searching when that happens to us, and the LLM suffers from the same context issue. The human just has all of that trained in after a 6 months, but the LLM doesn't.</p>
]]></description><pubDate>Fri, 01 May 2026 18:10:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47978031</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=47978031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47978031</guid></item><item><title><![CDATA[New comment by th0raway in "Fedware: Government apps that spy harder than the apps they ban"]]></title><description><![CDATA[
<p>It comes down to two things. One is the well documented issue of how, when you are that rich, you are treated differently, and how that will ultimately modify your behavior. The other is the prerequisites to get to the job. Chances are you aren't fully self-made, receiving no investment. From convincing investors, to having immense faith in a project that cannot be obviously good, as otherwise you'd be building what already exists, to the personality to handle the road upward.<p>This second effect happens in all kinds of places where you have to jumps througha lot of hoops to just get to get there. Every hoop discards candidates, and promotes different things. Sometimes in ways that make sure that nobody capable of attaining the job is fit to actually do it well. You can see the issue all over the place, once you track people's careers. Sometimes things that should be disqualifying for a role are actually requirements in practice.</p>
]]></description><pubDate>Mon, 30 Mar 2026 20:42:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47579472</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=47579472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47579472</guid></item><item><title><![CDATA[New comment by th0raway in "Towards Scala 3"]]></title><description><![CDATA[
<p>There are many answers, often related to company size and interest in teaching. Some large bay area companies think that training people into a FP style of Scala is too expensive/hard to hire for, and end up using it as a nicer Java. Smaller companies that do not hire 100 people to work in Scala every year just bite the bullet, expect FP, and end up wrapping a large majority of Java libraries with FP abstractions, some thin, some quite big.<p>I prefer an intermediate solution when I can get away with it: Localize the mutable Java objects as much as possible, and just make sure that I don't leave a team/teammate that has little Scala experience all alone for a while. This often leads to styles that might be frowned upon by both camps of programming, but in my experience, dropping to imperative code when FP solutions are harder to optimize, while making sure that mutability is well contained and doesn't cross interfaces is Scala's happy place. Depending on the work to be done, each codebase can be pretty FP heavy, or be mostly imperative with an FP facade.<p>The real trick with Scala is really library design though: It's very easy to make a new library that has dozens of new concepts and is hard to learn and use, all while exposing things like Shapeless HLists to the outside world, while libraries that are easier to consume and don't crush compilation times through type magic are often tougher on the author, leading to more code generation and macros. Most library authors know so much Scala that they don't realize that just using their library well incurs in quite the mental cost to new developers.</p>
]]></description><pubDate>Fri, 20 Apr 2018 15:19:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=16885468</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=16885468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16885468</guid></item><item><title><![CDATA[New comment by th0raway in "How the Collison brothers turned ‘seven lines of code’ into Stripe"]]></title><description><![CDATA[
<p>You have to look at it from both sides though: If I started a business with Stripe as a processor, it's in Stripe's best interest for my business to grow as much as possible, because the higher my volume, the more they make. They'll want a good cut, but their goal is a long term relationship. It's not the same thing with Amazon: Every piece of intel I give them is an opportunity for them to eat my business.<p>I guess that if Amazon threw a crazy enough amount of money at them, then sure, everyone has a price, but how is joining Bezos' empire helping them? There's very little synergy in the other direction, so the premium for such an acquisition would have to be very large.<p>When you put the premium there, along with how being acquired by Amazon makes the competition more attractive, makes me think that something like that is unlikely.</p>
]]></description><pubDate>Wed, 02 Aug 2017 02:10:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=14907348</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=14907348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14907348</guid></item><item><title><![CDATA[New comment by th0raway in "Stripe Sigma"]]></title><description><![CDATA[
<p>I've seen plenty of reporting pipelines that are that slow over the years. If this was built on the cheap, so it just uses existing pipelines, and instead of working through streaming, it regenerates the world every night, a 48 max failure with some is not out of the question once you add some CYA magic. That would make this pretty cheap to make: Some website work, boxes for queries, and some security work to make sure data from other customers doesn't leak.<p>Given how Stripe seems to build products in a lean way, it'd not surprise me if they are just launching like this and measure customer reaction. If the main reason it doesn't get the traction they want is the 48 lag, they'll just rewrite their reporting pipeline to use streaming, and the product gets faster for free.</p>
]]></description><pubDate>Fri, 02 Jun 2017 04:03:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=14467370</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=14467370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14467370</guid></item><item><title><![CDATA[New comment by th0raway in "How Stripe teaches employees to code"]]></title><description><![CDATA[
<p>Instead of text in an email, imagine it as a slack reacji. It'd be no different than +1 or shipit in github.</p>
]]></description><pubDate>Fri, 05 May 2017 03:25:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=14270916</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=14270916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14270916</guid></item><item><title><![CDATA[New comment by th0raway in "How Braintree destroyed a successful taxi startup from Serbia"]]></title><description><![CDATA[
<p>If you are Facebook, Amazon or someone like that it can make sense, but their level of sophistication is insane for someone that isn't making millions a month. At a smaller scale, the best that you can do is just to have bindings for the processors that do easy integration, but it's still a bunch of work that isn't going towards making more money, but towards insurance.<p>So putting sophistication on your payments platform is something that you should only care about once you are very successful anyway.</p>
]]></description><pubDate>Mon, 20 Mar 2017 00:19:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=13910716</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=13910716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13910716</guid></item><item><title><![CDATA[New comment by th0raway in "How Braintree destroyed a successful taxi startup from Serbia"]]></title><description><![CDATA[
<p>On both parts of your comment you are missing a huge piece of the puzzle: fraud.<p>A payments processor (old school or digital) is constantly taking on some certain amount of risk of fraud, from both the credit card user and the merchant itself. I could set up a store that appears to be real and just move my money out of my bank account and run. I could also go to a carding site, use real credit cards on my own fake store, wait for my transfers to process, cash out of my store and run. I could 'just' use it as a small  operation to check whether my stolen credit cards are really working, and then make big purchases later... and that's just the very basics in merchant fraud.<p>Between this fraud, and risks from otherwise honest parties (what do you think happens when people preorder something, the company goes under, and the consumer tells the CC company that they want their money back? Someone ends up holding the bag), it'd be pretty much impossible to run a payment processor as a non profit center without a lot of work. Add to that that merchants want more complex features, like subscriptions, the effort to maintain PCI compliance, and that adding support for each new payment type and country is a pain in the behind for everyone, even for companies that do their very best to cut out every middleman.<p>So as long as you are interacting with banks and the risk of fraud is not carried 100% by the consumer, bitcoin style, you'll have a lot more innovation than you think, most of it dedicated to making life harder for fraudsters, and you'll find that this is something that you have to do for-profit. I'd not even consider doing it without venture capital, because you need a bankroll to handle the fraud losses which will definitely happen.<p>If you want proof of the innovation going on, just ask any fraud forum out there: There were plenty of people with nice and easy ways to defraud online processors, but nowadays, for all but the best fraudsters, it's a whole lot of effort for very little compensation.<p>And still, I'd not be caught dead carrying the amount of risk that someone like Braintree or Stripe is carrying on a regular basis without a profit motive.</p>
]]></description><pubDate>Mon, 20 Mar 2017 00:11:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=13910692</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=13910692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13910692</guid></item><item><title><![CDATA[New comment by th0raway in "Hedge Fund Is Building an Algorithmic Model From Its Employees’ Brains"]]></title><description><![CDATA[
<p>You might disagree with the read if you actually saw what the implementation of said principles looks like. There's plenty of articles out there about what those principles do to a psyche, but let's forget about those: The culture is still broken because there is no sensible way to have real transparency in an environment with power differentials.<p>In any situation with a broken status quo, openness by those that disagree will just get them squashed. In practice, change occurs in the dark: The people that have a different idea hide in a corner, bake the idea in secret, build allies in secret, and only reveal it when they cannot be squashed down. It works with different ways of investing, with tolerance to LGBT, interracial marriage... instant openness in an environment that is against you will ruin you unless you are powerful.<p>The principles, as applied, lead to an appearance of openness, where people have to toe the party line and only disagree when they know they can win politically. Otherwise, the powers that be will find you and make sure your disagreement can't go anywhere.<p>And how do you get power? In practice, by toeing the party line. Only by agreeing with the people above you, those that have been blessed as the smartest, you can get any credibility. And yes, this is something that is actively codified in Bridgewater's culture.<p>I wish external researchers had access to the internal ratings and surveys that Bridgewater employees fill in all the time. The patterns in them are the definition of a dystopia and groupthink.</p>
]]></description><pubDate>Thu, 22 Dec 2016 21:10:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=13240414</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=13240414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13240414</guid></item><item><title><![CDATA[New comment by th0raway in "Twitter May Have Predicted the Election"]]></title><description><![CDATA[
<p>I've seen one of those predictors. It looked at an honest signal, captured in a way that would be fairly representative of the population at large. Since the data had some location information attached, you could attach every point of signal to a congressional district. The model was simple, comparing the signal per district, and then building an electoral college map. It didn't nail every state, but it wasn't off by much, and gave Trump a slightly smaller victory than he actually had.<p>I won't mention the signal because I want to keep my job. However I'd be surprised if there weren't at least a dozen companies that have access to some honest signal with such a good sample of the population at large as to be better at predicting the election than any pollster.</p>
]]></description><pubDate>Sun, 18 Dec 2016 21:34:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=13207785</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=13207785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13207785</guid></item><item><title><![CDATA[New comment by th0raway in "Asana Engineering Interview Guide"]]></title><description><![CDATA[
<p>My current company has a very similar interview style, and I later learned that I was pretty close to not being hired because I didn't do quite as well as one interviewer wanted on a coding challenge: I ran out of time. But what I also learned is that the interviewer had never solved the problem in the language I used!<p>I had one of our most senior engineers, who has worked in this language's compiler, to try to solve the exercise. Instead of 40 minutes, it took him three hours!<p>If a candidate is going to interview in a language, for the love of god, have as a prereq that the interviewer is actually capable of doing the exercise in that language.</p>
]]></description><pubDate>Mon, 28 Mar 2016 23:17:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=11378247</link><dc:creator>th0raway</dc:creator><comments>https://news.ycombinator.com/item?id=11378247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11378247</guid></item></channel></rss>