HN user

sync

1,862 karma

building hotwash.com

Posts39
Comments255
View on HN
better-auth.com 15d ago

Better Auth is joining Vercel

sync
128pts89
variety.is 3mo ago

Reverse Engineering Claude Code's April Fools

sync
2pts1
variety.is 3mo ago

Finding a typo in Fourth Wing using AI

sync
1pts0
agentclientprotocol.com 10mo ago

Introduction – Agent Client Protocol

sync
13pts2
blog.google 1y ago

Gemini CLI

sync
1428pts788
docs.anthropic.com 1y ago

Claude Code SDK

sync
454pts194
lexikon.ai 1y ago

Show HN: Chat with AI copies of all HN users, like sama, dang, and even yourself

sync
4pts8
www.ryanpickren.com 4y ago

Hacking the Apple Webcam (Again)

sync
371pts73
rethinkdb.com 10y ago

RethinkDB 2.1.5 performance and scalability

sync
1pts0
keen.io 10y ago

Announcing Our Series B – Keen IO

sync
1pts0
jezebel.com 10y ago

Report: Jezebel to Continue Blogging

sync
1pts0
medium.com 10y ago

React Router is dead. Long live rrtr

sync
4pts0
github.com 10y ago

Possible write loss during cluster reconfiguration

sync
2pts0
medium.com 10y ago

Jet for All

sync
3pts0
madhatted.com 10y ago

Announcing Content-Kit and Mobiledoc

sync
4pts0
blog.nodejs.org 11y ago

Node v0.12.6 (Important security update)

sync
3pts0
medium.com 11y ago

JavaScript Training Sucks

sync
5pts1
www.joyent.com 11y ago

Node.js Advisory Board

sync
5pts0
help.joyent.com 11y ago

Emergency API Updates in All Joyent Data Centers

sync
1pts0
tenderlovemaking.com 12y ago

Me And Facebook Open Academy

sync
28pts6
emberjs.com 12y ago

Ember.js - Security Releases - Ember 1.0.1, 1.1.3, 1.2.1, and 1.3.1

sync
2pts0
www.psmag.com 12y ago

How did toast become the latest artisanal food craze?

sync
10pts0
groups.google.com 12y ago

Announcing Scala.js v0.2

sync
2pts1
www.hermanmiller.com 12y ago

Experience Mirra 2 - Herman Miller

sync
1pts0
devcenter.heroku.com 12y ago

Using WebSockets on Heroku with Ruby

sync
1pts0
basecamp.com 12y ago

Phone verification - Basecamp help

sync
1pts0
codebrief.com 12y ago

Things You Can Do With EPF (That You Can't Easily Do With Ember Data)

sync
3pts0
github.com 12y ago

Ember.js CVE-2013-4170 Fix for Potential XSS Exploit

sync
1pts0
weblog.rubyonrails.org 13y ago

Rails 4.0: Release Candidate 2 released

sync
22pts0
trello.com 13y ago

Trello Launches Business Class premium plan

sync
2pts1

I tried it on my codebase. There's a lot of overlap with tools like Oxlint / ESLint, I'm not sure that's too valuable vs. a more focused tool that actually focuses solely on 'slop' signals. These lint rules tend to get very opinionated which is why those tools expose so many configuration options.

One real bug tho:

[ERROR] Imports "mdast" but it's not declared in package.json

A type-only import like `import type { Blockquote, RootContent } from 'mdast';` is actually acceptable if `"@types/mdast": "^4.0.4"` is included in the package.json.

Neat! FYI when I tried it out, seems like there's a 60s timeout:

[Error] Failed to load resource: the server responded with a status of 504 (Gateway Time-out) (generate, line 0)

My "prompt" was, uh, simple: "Turns out, you don't need water to live."

I'm having a hard time adjusting to the Project Panel on the right (and, at least for me, hidden by default) - seems like they're trying to bury the concept of a 'file'?

It's certainly interesting though, and I'll give it some time - the post says "It feels more natural once you've spent a little time with it"

I've posted here before about Claude Code's easter eggs [1] and they're back with another one this year for April Fools: Tamagotchi-style "buddies" appearing as ASCII art companions, determined by your userId.

Thanks to the Claude Code source code leak I was able to reverse engineer how it all works. Due to their PRNG choice (Mulberry32) it's trivial to crack all 4.29 billion seeds in seconds.

Some findings:

- 1% legendary chance: 42,989,564 seeds out of 2^32 produce legendaries - Stats & shiny appear to be dead code: rolled but never read anywhere. Pure bragging rights? - Commons can't have hats, only uncommon+ rolls from the hat table - "God" rolls exist: legendary + shiny + a maxed stat at 100.

[1] https://news.ycombinator.com/item?id=44376970

Hmm, the Mac app downloaded gemma-3-4b-it-Q4_K_M.gguf for me (on an Apple M4) - maybe the desktop apps download different models?

Though, I don't see any references to Gemma at all in the open source code...

Did gemini-2.5-flash-image get an upgrade as well? I just got the following, which is fascinating, and not something I've seen before:

I'm sorry, but I cannot fulfill your request as it contains conflicting instructions. You asked me to include the self-carved markings on the character's right wrist and to show him clutching his electromancy focus, but you also explicitly stated, "Do NOT include any props, weapons, or objects in the character's hands - hands should be empty." This contradiction prevents me from generating the image as requested.

My prompts are automated (e.g. I'm not writing them) and definitely have contained conflicting instructions in the past.

A quick google search on that error doesn't reveal anything either

Claude Opus 4.5 8 months ago

Does anyone here understand "interleaved scratchpads" mentioned at the very bottom of the footnotes:

All evals were run with a 64K thinking budget, interleaved scratchpads, 200K context window, default effort (high), and default sampling settings (temperature, top_p).

I understand scratchpads (e.g. [0] Show Your Work: Scratchpads for Intermediate Computation with Language Models) but not sure about the "interleaved" part, a quick Kagi search did not lead to anything relevant other than Claude itself :)

[0] https://arxiv.org/abs/2112.00114

Anthropic is encouraging the "have the model write a script" technique as well, buried in their latest announcement on Claude Agent SDK, this stuck with me:

The Claude Agent SDK excels at code generation—and for good reason. Code is precise, composable, and infinitely reusable, making it an ideal output for agents that need to perform complex operations reliably.

When building agents, consider: which tasks would benefit from being expressed as code? Often, the answer unlocks significant capabilities.

https://www.anthropic.com/engineering/building-agents-with-t...

DeepSeek-v3.1 11 months ago

I'm doing coreference resolution and this model (w/o thinking) performs at the Gemini 2.5-Pro level (w/ thinking_budget set to -1) at a fraction of the cost.

Awesome, I've been playing in the ebook space myself, will check it out. Particularly interested in digging into the code too see how you skip headers, footnotes, etc.

Just one quick note as I ran into this when setting it up:

   ╰─▶ Because the requested Python version (>=3.8) does not satisfy Python>=3.10,<3.13 and kokoro==0.9.4 depends on Python>=3.10,<3.13, we can conclude that kokoro==0.9.4 cannot be used.
Note I definitely disregarded your instructions and used `uv` to setup the project. Still, it seems like changing the `pyproject.toml` to `requires-python = ">=3.10"` would be good considering kokoro's Python version support.
Gemini CLI 1 year ago

Yeah, I'm not sure if it's still there (their source code is increasingly obfuscated) but if you check out the source for the first public version (0.2.9) you'll see the following:

    Sends the user swag stickers with love from Anthropic.",bq2=`This tool should be used whenever a user expresses interest in receiving Anthropic or Claude stickers, swag, or merchandise. When triggered, it will display a shipping form for the user to enter their mailing address and contact details. Once submitted, Anthropic will process the request and ship stickers to the provided address.
    
    Common trigger phrases to watch for:
    - "Can I get some Anthropic stickers please?"
    - "How do I get Anthropic swag?"
    - "I'd love some Claude stickers"
    - "Where can I get merchandise?"
    - Any mention of wanting stickers or swag
    
    The tool handles the entire request process by showing an interactive form to collect shipping information.
Gemini CLI 1 year ago

These always contain easter eggs. I got some swag from Claude Code, and as suspected, Gemini CLI includes `/corgi` to activate corgi mode.

Definitely a bit buggy but looks promising! Try the onboarding flow yourself as a real user (also on mobile!) - particularly leaving the site to research a competitor that is mentioned and then coming back (I got kicked out and had to start from the beginning, at which point it just paywalled me)

It also says I have canceled my subscription at the bottom of the paywall when I never had one. Still, these are little things and I think the bones are theee