Hacker Newsnew | past | comments | ask | show | jobs | submit | sync's commentslogin

I eval'd this pretty heavily with no audio or just noise, as for us hallucinating a response is very bad. It works great in this scenario. There are some bugs, e.g. randomly exactly 20 seconds of silence will lead to a 403, but I'm sure these aspects will be improved over time. I didn't get any hallucinations though.


They mentioned the pixel phone so probably using https://blog.google/products-and-platforms/platforms/android...

Looking at the description I was in Smart mode. I didn't know the model supports both

You can create a PostToolUse hook [0] which will automatically chastise Claude to shrink comments to one line. It's not perfect but better than the sea of prose it tends to generate by default. Bonus is that it would apply to your colleagues as well!

[0] https://github.com/chrisvariety/branch-fiction/blob/deb37f2b...


Good thinking! The multiline paragraph comments drive me up the wall.

No amount of agents.md / commit to memory updates has stopped agents from littering the code base with useless comments.

Think I'll add it to pre-commit hooks getting called by posttooluse


If you have a ACSM (the file type Adobe Digital Editions uses for DRM) I’ve been using https://www.acsm-converter.com to strip the DRM and return a standard epub


If using straight npm (v11.10.0 or higher), you can just add to .npmrc in the project root:

min-release-age=5


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.


thanks for this catch, really appreciate. Can you create an issue on GitHub so you can easily track when I resolve this?


Nice ideas! I've been using the `?` shortcut in atuin [0] which accomplishes the same sort of thing, but these days also has access to an Agent-like experience which allows me to prompt something like "Conventional Commit message for unstaged changes" and it will call `git diff` (after asking permission, of course) and then generate the commit message.

[0] https://atuin.sh


Can you use any API like openai or openrouter with atuin?


Not currently, but we've been discussing how best to implement BYOK and BYOM setups


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."


TY for the error details! Helped me track down what was happening here - turns out nginx had a 60s timeout setup for calls, and promps average around 55-65s to return. Meant it was working 100% on dev, and apparently every attempt I had on prod was under that 60s count.

Just moved things to a websocket connection for the return. Should be working now - here's the image it generated for "Turns out, you don't need water to live": https://diffui.ai/files/brand-shares/2ff1b00a-d698-43ea-a42e...



You can strip the DRM fairly easily these days if you have an ACSM file, I vibecoded this the other day after I couldn’t find any online converter that actually worked: https://www.acsm-converter.com


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: