Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pqdbr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pqdbr
14d ago
Thats 3 months in AI years.
2.
▲
by
pqdbr
15d ago
Carmine is cooking. His work on RubyLLM has been incredible, even going as far as upstreaming important work about fiber usage into Rails Solid Queue so that we reap the Async benefits, which are essential in this LLM age.
3.
▲
by
pqdbr
27d ago
Totally agree. And having a Rails monolith that the LLM can see the entire context - even our marketing landing pages - is a blessing in AI era.
4.
▲
by
pqdbr
2mo ago
You can, and Carmine (who coded this update) wrote exactly about this on this blog post: https://paolino.me/solid-queue-doesnt-need-a-thread-per-job/ From his article: One backend, two modes Fiber mode isn’t universall
5.
▲
by
pqdbr
2mo ago
Carmine (which coded this Fibers update) wrote about this in his blog. See the section 'The database connection math'. And no, you won't have one connection per fiber. The difference is staggering when you compare to threaded
6.
▲
by
pqdbr
2mo ago
Fair hit
7.
▲
by
pqdbr
2mo ago
It's literally all there is to it. Write your prompt normally. then, at the last paragraph, you write: Use a workflow to implement this. You (Fable) are the orchestrator, planner and reviewer. Opus agents are implementers. That's
8.
▲
by
pqdbr
2mo ago
My friend, our users would flood our support within 30 seconds of the first blip of this happening. I'm curious: what's _your_ defense against this?
9.
▲
by
pqdbr
2mo ago
This is how we implemented this at our company: - We have 2 sources of data that we must backup to continue existing as a business; our postgres and binary files in S3. Everything else is derivable (elasticsearch, so on). - For postgres, we
10.
▲
by
pqdbr
2mo ago
I’m using Claude code dynamic workflow like this. I tell Fable to use a workflow. He is the planner, orchestrator and reviewer. Opus agents are implementers. Works unbelievably well.
11.
▲
by
pqdbr
2mo ago
Is the commentator not even opening the article before commenting?
12.
▲
by
pqdbr
2mo ago
Glad I’m not the only one noticing this. It’s maddening.
13.
▲
by
pqdbr
2mo ago
Agreed, hard enforced by code. Surprised to see many comments here finding it reasonable that the agent could reply with private repo information on a question posted on a public repo, which IMHO is obviously a bug.
14.
▲
by
pqdbr
2mo ago
Claude Code has been a blessing for all our devops work. We use baremetal servers and now have reliable, tested, fault tolerant postgres with streaming replication and barman for backups configured and running, with less than a second of re
15.
▲
by
pqdbr
2mo ago
Has anyone actually enabled /usage-credits to use Fable at API pricing? It's ridiculously expensive. At my _previous_ usage in the subscription, I estimated (with Claude) that I would spend more than 20k USD in a month. It'
16.
▲
by
pqdbr
3mo ago
The difference is so big I can't even put it into words.
17.
▲
by
pqdbr
3mo ago
So all non-fictional movies ever made were unnecessary?
18.
▲
by
pqdbr
4mo ago
Like the known Docker "feature" that it completely bypasses UFW and unless your ports look like "- 127.0.0.1:PORT:PORT" (and many of the examples use "-PORT:PORT") you expose everything to the internet?
19.
▲
by
pqdbr
4mo ago
This. So much jargon, so much made-up-words-with-hyphens, so much abbreviations. The mental tax to understand it is enormous.
20.
▲
Ask HN: Is Claude Opus 4.8 broken?
9 points
by
pqdbr
4mo ago
|
8 comments
21.
▲
by
pqdbr
4mo ago
At lest for me, it's a disaster. It's like we're back to GPT-2 era. It can't read files anymore. Uses 'sed' out of the blue with non existent paths. In this session alone it has excused itself more then 10 time
22.
▲
by
pqdbr
4mo ago
In my tests, in real production use cases, it's a hard pass. It's actually 10-15% slower and also more expensive than Gemini 3.1 Pro, because it thinks more than 2.5x Gemini 3.1 Pro. So that thinking verbosity nullifies the speed
23.
▲
by
pqdbr
5mo ago
that looks really cool. do you plan on building a docker image like pgvector does?
24.
▲
by
pqdbr
6mo ago
Recently we suffered a different kind of subscription bombing: a hacker using our 'change credit card' form to 'clean' a list of thousands credit cards to see which ones would go through and approve transactions. He ran
25.
▲
by
pqdbr
6mo ago
I have no experience building this two-pass approach, but I arrived at it intuitively while planning for a new project. Any references to actual implementations?
26.
▲
by
pqdbr
6mo ago
We've also been running Rails in production for 15+ years (since 2011) in two companies and it has been serving us greatly. Hiring is tough, but I definitely believe the stack makes up for it due to the productivity gains. In late 2025
27.
▲
by
pqdbr
6mo ago
No. I do think that Cloudflare is a great company and got where it's at today because they care for this type of issue, and has a much better chance of contacting their peering traffic partner than me because they take care of ~20% of
28.
▲
by
pqdbr
6mo ago
Off-topic, but I'm having a terrible experience with Cloudflare and would love to know if someone could offer some help. All of a sudden, about 1/3 of all traffic to our website is being routed via EWR (New York) - me included -,
29.
▲
by
pqdbr
7mo ago
How are you prompting it to draw diagrams in drawio
30.
▲
by
pqdbr
7mo ago
One Rails app self deployed in VPS can really go a long way. I'd add: - Learn tailscale. It's one of those technologies that takes half a day to get used to (claude code will answer all your questions), and you'll never want
More ›