Live data from Hacker News

Claude Code login fails with OAuth timeout on Windows

github.com

151–160 of 331 posts

Re: Claude Code login fails with OAuth timeout on Windows

#152

Earlier quoted context omitted.

I really enjoy coding. I've build a number of projects, personal and professional, with Python, Rust, Java and even some Scala in the mix. However, I've been addicted to Claude Code recently, especially with the superpowers skill. It feels like I can manifest code with my mind. When developing with Claude, I am presented with design dilemmas, architectural alternatives, clarification questions, things that really mak…

"Addicted" "Superpowers" "manifest with my mind" "it feels amazing" Why does it sound like you're on drugs? I know that sounds extremely rude, but I can't think of any other reasonable comparison for that language. It's hard to take these kinds of endorsements seriously when they're written so hyperbolically, in terms of the same cliches, and focused on entirely on how it makes you feel rather than what it does.

> Why does it sound like you're on drugs, specifically cocaine?

This has basically been what all of Silicon Valley sounds like to me for a few years now.

They are known for abusing many psycho-stimulants out there. The stupid “manifesto” Marc Andreessen put out a while back sounded like adderall-produced drivel more than a coherent political manifesto.

Re: Claude Code login fails with OAuth timeout on Windows

#153

No one is going to like this answer, but there’s a simple solution: pay for API tokens and adjust your use of CC so that the actions you have it take are worth the cost of the tokens. It’s great to buy dollars for a penny, but the guy selling em is going to want to charge a dollar eventually…

...pay for API tokens and adjust your use of CC so that the actions you have it take are worth the cost of the tokens Do you feel there is enough visibility and stability around the "Prompt -> API token usage" connection to make a reliable estimate as to what using the API may end up costing? Personally, it feels like paying for Netflix based on "data usage" without having anyway for me to know ahead of time how much…

Time is a relatively good proxy for spend. There are also more ex post diagnostics like count and cost it can write to the status line.

I agree that ex ante it’s tough, and they could benefit from some mode of estimation.

Perhaps we can give tasks sizes, like T shirts? Or a group of claudes can spend the first 1M tokens assigning point values to the prospective tasks?

Re: Claude Code login fails with OAuth timeout on Windows

#154
post #90

Earlier quoted context omitted.

HN is a big community that has always had a mix of people who value newness as a feature vs those who prioritize simplicity and reliability. Unless you're recognizing the exact same names taking these contradictory opinions it's probably different groups of people for the most part. It seems like every LLM thread for the past couple years is full of posts saying that the latest hot AI tool/approach has made them unbe…

> I get it. LLMs are cool technology. I don't think many of you have legitimately tried Claude Code, or maybe you're holding it wrong. I'm getting 10x the work done. I'm operating at all layers of the stack with a speed and rapidity I've never had before. And before anyone accuses me of being some "vibe coder", I've built five nines active-active money rails that move billions of dollars a day at 50kqps+, amongst lot…

I'm still reviewing all the code that's created, and asking for modifications, and basically using LLMs as a 2000 wpm typist, and seeing similar productivity gains. Especially in new frameworks! Everything is test driven development, super clean and super fast.

The challenge now is how to plan architectures and codebases to get really big and really scale, without AI slop creating hidden tech debt.

Foundations of the code must be very solid, and the architecture from the start has to be right. But even redoing the architecture becomes so much faster now...

Re: Claude Code login fails with OAuth timeout on Windows

#155

Earlier quoted context omitted.

Codex switched to paid API tokens only. Not to mention their alignment with the department of war.

> Codex switched to paid API tokens only. They’re still doing subscriptions: https://developers.openai.com/codex/pricing

I'm happy I invested in setting up Codex CLI and getting it to work with ollama. For the toughest jobs I can use Github Copilot (free as an academic) or Gemini CLI. If we see the per token price increase 5x or 10x as these companies move to focusing on revenue, local models will be the way to go, so long as stuff like Gemma 4 keeps getting released.

Re: Claude Code login fails with OAuth timeout on Windows

#156
post #149

Earlier quoted context omitted.

Apart from local AI, a serious choice is aggregated API such as new-api [0]. An API provider aggregated thousands of accounts has much better stability than a single account. It's also cheaper than the official API because of how the subscription model works, see e.g. the analysis [1]. [0] https://github.com/QuantumNous/new-api [1] https://she-llac.com/claude-limits

>An API provider aggregated thousands of accounts has much better stability than a single account Isn't this almost certainly against ToS, at least if you're using "plans" (as opposed to paying per-token)?

You don't even need to be a customer served by Anthropic or OpenAI so the Terms of Service are irrelevant. That's how I live in China and use almost free Claude and GPT which they don't sell here.

Re: Claude Code login fails with OAuth timeout on Windows

#157

Earlier quoted context omitted.

I really enjoy coding. I've build a number of projects, personal and professional, with Python, Rust, Java and even some Scala in the mix. However, I've been addicted to Claude Code recently, especially with the superpowers skill. It feels like I can manifest code with my mind. When developing with Claude, I am presented with design dilemmas, architectural alternatives, clarification questions, things that really mak…

That’s like saying enjoying composing music, but not enjoying playing music. Or creating stories, but don’t like writing. Yes they’re different activities, but linked together. The former is creativity, the latter is a medium of transmission. Code is notation, just like music sheets, or food recipes. If your interaction with anyone else is with the end result only (the software), the. The code does not matter. But fo…

Using your analogy, I enjoy composing music and enjoy playing music. I don't enjoy going through the notion of writing the notes on a piece of paper with the pen. I have to do it because people can't read my mind, but if they could I would avoid it. Claude code is like that. The code that gets written, feels like the code that I would have written

Re: Claude Code login fails with OAuth timeout on Windows

#158

As much as people on Hacker News complain about subscription models for productivity and creativity suites, the open arms embrace of subscription development tools (services, really) which seek to offload the very act itself makes me wonder how and why so many people are eager to dive right in. I get it. LLMs are cool technology. Is this a symptom of the same phenomenon behind the deluge of disposable JavaScript fram…

>I get it. LLMs are cool technology.

It would be cool to run SOTA models on my own hardware but I can't. Hence, the subscription.

Re: Claude Code login fails with OAuth timeout on Windows

#159

No one is going to like this answer, but there’s a simple solution: pay for API tokens and adjust your use of CC so that the actions you have it take are worth the cost of the tokens. It’s great to buy dollars for a penny, but the guy selling em is going to want to charge a dollar eventually…

I just want a little predictable insight into how much I get. For example, at a buffet, I know I can only eat so much food and can plan around it. This is like going to a buffet and not knowing how many plates I can take or how big the plates are, and it changes each week, and yet I have to keep paying the same price. Except it's not about eating, it's about my work and deadlines and promises and all that.

When you hire a person, you don't know what you are going to get out of them today.

If an hour of an excellent developer's time is worth $X, isn't that the upper bound of what the AI companies can charge? If hiring a person is better value than paying for an AI, then do that.

Re: Claude Code login fails with OAuth timeout on Windows

#160

Earlier quoted context omitted.

> I get it. LLMs are cool technology. I don't think many of you have legitimately tried Claude Code, or maybe you're holding it wrong. I'm getting 10x the work done. I'm operating at all layers of the stack with a speed and rapidity I've never had before. And before anyone accuses me of being some "vibe coder", I've built five nines active-active money rails that move billions of dollars a day at 50kqps+, amongst lot…

> and I have to consume it in the way that it's presented I'm just curious, why do you "have to"? Don't get me wrong, I'm making the same choice myself too, realizing a bunch of global drawbacks because of my local/personal preference, but I won't claim I have to, it's a choice I'm making because I'm lazy.

My job title is "provide value".

I'm given a tool that lets me 10x "provide value".

My personal preferences and tastes literally do not matter.

Post reply on HN