Readit News logoReadit News
firloop commented on Claude Opus 4.5   anthropic.com/news/claude... · Posted by u/adocomplete
HugoDias · 20 days ago
TIL! I'll finally give Claude Code a try. I've been using Cursor since it launched and never tried anything else. The terminal UI didn't appeal to me, but knowing it has better performance, I'll check it out.

Cursor has been a terrible experience lately, regardless of the model. Sometimes for the same task, I need to try with Sonnet 4.5, ChatGPT 5.1 Codex, Gemini Pro 3... and most times, none managed to do the work, and I end up doing it myself.

At least I’m coding more again, lol

firloop · 20 days ago
You can install the Claude Code VS Code extension in Cursor and you get a similar AI side pane as the main Cursor composer.
firloop commented on Docker Systems Status: Full Service Disruption   dockerstatus.com/pages/in... · Posted by u/l2dy
ic4l · 2 months ago
This broke our builds since we rely on several public Docker images, and by default, Docker uses docker.io.

Thankfully, AWS provides a docker.io mirror for those who can't wait:

  FROM public.ecr.aws/docker/library/{image_name}
In the error logs, the issue was mostly related to the authentication endpoint:

https://auth.docker.io → "No server is available to handle this request"

After switching to the AWS mirror, everything built successfully without any issues.

firloop · 2 months ago
I wasn't able to get this working, but I was able to use Google's mirror[0] just fine.

Just had to change

    FROM {image_name}
to

    FROM mirror.gcr.io/{image_name} 
Hope this helps!

[0]: https://cloud.google.com/artifact-registry/docs/pull-cached-...

firloop commented on How we built an interpreter for Swift   bitrig.app/blog/swift-int... · Posted by u/jacobx
jgbuddy · 3 months ago
Swift can already be used in REPL mode, not sure if it's accurate to say Swift is a strictly compiled language that a interpreter was developed for (see 'swift' command line executable). Seems misleading that this is not mentioned anywhere in the article.
firloop · 3 months ago
++ had the same reaction as you. When I was picking up Swift, the interpreter was invaluable to check my understanding (although I nearly always needed to begin with `import Foundation` to have my code actually work).
firloop commented on Node.js is able to execute TypeScript files without additional configuration   nodejs.org/en/blog/releas... · Posted by u/steren
madeofpalk · 4 months ago
This. It's 2025 and the node ecosystem is finally usable by default!

ESM modules just work with both Node and Typescript, Node can run .ts files, and there's the a good enough test runner built in. --watch. The better built in packages - `node:fs/promises` - are nice with top-level await for easier async loops.

It took a while to convince everyone involved to just be pragmatic, but it's nice now.

firloop · 4 months ago
It's still probably better to use Bun.
firloop commented on Perplexity Makes Longshot $34.5B Offer for Chrome   wsj.com/tech/perplexity-m... · Posted by u/eduction
giancarlostoro · 4 months ago
Are they truly marketing stunts? I mean I guess they could just fork Chromium instead.
firloop · 4 months ago
They've already forked Chromium. https://www.perplexity.ai/comet
firloop commented on Apple violated antitrust ruling, judge finds   wsj.com/tech/apple-violat... · Posted by u/shayneo
jillyboel · 7 months ago
So it's spam in the eyes of everyone who doesn't happen to subscribe to their service of choice? If they want to read an article through their news app they are of course free to do so, but why spam that link?
firloop · 7 months ago
I’m sorry for posting it.

u/firloop

KarmaCake day9271April 11, 2012
About
luke miles

https://ylukem.com

View Original