Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Shakahs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Shakahs
23d ago
Not familiar with this particular library, but similar libraries use S3 Express One Zone which has write latency <10ms, so you can use that for the WAL and compaction can move data onto other storage classes in the background. Regular S3
2.
▲
by
Shakahs
28d ago
Frontier model providers (Anthropic et al.) gate new accounts to impractically low rate limits and spending caps until clients unlock higher limits with cumulative usage, make equivalent cash deposits up front, or talk to a Sales department
3.
▲
by
Shakahs
1mo ago
The full Claude Code system prompts are extracted every update and posted here, all 670 of them. https://github.com/Piebald-AI/claude-code-system-prompts/tre...
4.
▲
by
Shakahs
2mo ago
JSON is okay most of the time, but I loath YAML. How many Kubernetes administration headaches trace back to the need for automated systems to surgically edit YAML? It’s absurd and YAML may be the worst choice for this use case.
5.
▲
by
Shakahs
5mo ago
Enterprise adds IAM, logging, and analytics, all of which AWS provides for free or for metered usage without needing an enterprise plan.
6.
▲
by
Shakahs
5mo ago
If you are paying API rates (not using Max subscriptions) there's no reason to use Anthropic's API directly, the same models are hosted by both AWS and Google with better uptime than Anthropic.
7.
▲
by
Shakahs
5mo ago
Looks very neat. You may want to optimize the content serving a bit, since it's currently hotlinking multiple large (30MB) videos at 2K resolution from https://svs.gsfc.nasa.gov .
8.
▲
by
Shakahs
6mo ago
AWS and GCP both have their own custom inference chips, so a better example for hosting Opus on commodity hardware would be Digital Ocean.
9.
▲
by
Shakahs
8mo ago
https://react-aria.adobe.com is the new Radix, it provides unstyled components with a heavy focus on accessibility and quality. https://github.com/heroui-inc/heroui is the new Shadcn.
10.
▲
by
Shakahs
1y ago
I use it via the Kilo Code extension for VSCode, which is invoking Qwen3-Coder via a Cerebras Code subscription. https://github.com/Kilo-Org/kilocode https://www.cerebras.ai/blog/introducing-cereb
11.
▲
by
Shakahs
1y ago
Sonnet/Claude Code may technically be "smarter", but Qwen3-Coder on Cerebras is often more productive for me because it's just so incredibly fast . Even if it takes more LLM calls to complete a task, those calls are all
12.
▲
by
Shakahs
1y ago
SlateDB offers different durability levels for writes. By default writes are buffered locally and flushed to S3 when the buffer is full or the client invokes flush(). https://slatedb.io/docs/design/writes/
13.
▲
by
Shakahs
1y ago
While your technical analysis is excellent, making judgements about workload suitability based on a Preview release is premature. Preview services have historically had significantly lower performance quotas than GA releases. Lambda for exa
14.
▲
by
Shakahs
1y ago
Grok are the first models I am boycotting on purely environmental grounds. They built their datacenter without sufficient local power supply and have been illegally powering it with unpermitted gas turbine generators until that capacity get
15.
▲
by
Shakahs
1y ago
Reading about mainframes feels very much like reading science fiction. Truly awesome technology that exists on a completely different plane of computing than anything else.
16.
▲
by
Shakahs
2y ago
This thinly veiled advertisement claims it's a waste of time to understand the tradeoffs in the models you're using, and you should instead pay them to make those decisions for you. No thank you.
17.
▲
by
Shakahs
2y ago
Forcing Twitter to make public posts easily accessible is not at all the same as compelling Apple to hand over your private messages.
18.
▲
by
Shakahs
2y ago
Per the ongoing Freedesktop discussion, AWS offered to host but Freedesktop is leaning towards self-hosting on Hetzner so they can control their own destiny and sponsors can contribute cash towards the bill instead of donating hardware. >
19.
▲
by
Shakahs
2y ago
Same for me, I use "ar <tab>" in Intellij all the time.
20.
▲
by
Shakahs
2y ago
Because they own the CDN and most of the bandwidth is from peering, so it essentially costs them nothing. Netlify on the other hand has to pay per GB to AWS.
21.
▲
by
Shakahs
2y ago
Note: This is type stripping only, no transpilation / code generation is done.
22.
▲
Node.js enables TypeScript handling by default
(nodejs.org)
17 points
by
Shakahs
2y ago
|
7 comments
23.
▲
by
Shakahs
2y ago
Both these issues can be resolved by adding some sample code to context to influence the LLM to do the desired thing. As the op says, LLMs are going to be biased towards doing the "average" thing based on their training data. Ther
24.
▲
by
Shakahs
2y ago
Counterpoint: I also used to fix Lexmark printers as a field tech servicing pharmacies. It was routine to see Lexmark MS711dn printers with page counts in the millions. They did not need more than basic maintenance.
25.
▲
by
Shakahs
2y ago
After years of Python and TypeScript, I've started using Java as my default for everything. It's just so much more productive. The ancient developer memes that Java is slow and clunky don't apply anymore. Postgres also had a
26.
▲
by
Shakahs
2y ago
See also: EDI / EDIFACT / ANSI X12. It was supposed to standardize the way businesses exchange data, but every company implements it differently so integrations take forever, and there's an entire of middlemen offering solut
27.
▲
by
Shakahs
2y ago
Wikileaks released DNC's internal emails, where they made plans to sabotage Bernie. https://www.nytimes.com/2016/07/23/us/politics/dnc-emails-sa... Bernie supporters filed a lawsuit against the
28.
▲
by
Shakahs
2y ago
Counterpoint: Hyundai/Kia has a terrible reputation in the car industry and was probably willing to give Waymo more favorable terms than any other manufacturer. Ford and GM are working on FSD by themselves, so they aren't intere
29.
▲
by
Shakahs
2y ago
Well when you describe it that way, OpenAI also started as a blank text box that gave you a bunch of good answers, and they've already expanded with other services. I already use ChatGPT as my first go-to stop for certain search querie
30.
▲
by
Shakahs
2y ago
Those issues are absolutely worth discussing, in a reasonable way. Cloudflare isn't the bad actor perpetuating these DDoS attacks, and they aren't forcing website operators to use their services either.
More ›