Viewing profile — nikvdp
nikvdp
HN member- Joined
- Tue, Mar 05, 2013, 1:58 PM UTC
- HN karma
- 118
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About nikvdp
Recent public activity
-
story
Show HN: Standalone SearXNG CLI+MCP (no server needed)
Hi HN, Codex and Claude are pretty good at (re)searching things on the web these days, but the open coding agents (OpenCode, pi coding agent and friends) don't have access to the l…
-
comment
Comment #48784563
I built something similar ([1]) that you might find interesting. Similar to your project, but with the fun tweak that it bundles searxng inside itself, so you don't need to run or …
-
comment
Comment #46972914
If you like the man page aesthetic, using pandoc with groff is the most readable way to read markdown on the terminal I've found: mdless() { if command -v pandoc >/dev/null; then i…
-
comment
Comment #46695269
For a similar but lighter weight (and less isolated) tool that uses the OS's sandboxing functionality (bubblewrap on linux, Seatbelt/sandbox-exec on macos) or docker check out cco …
-
comment
Comment #46508460
Good call, added a link. Linear is great, it's what JIRA should've been. Basically task management for people who don't want to deal with task management. It's also full featured, …
-
comment
Comment #46507703
You might like linear-beads[1] better. It's a simpler and less invasive version of beads I made to solve some of the unusual design choices. It can also (optionally) use linear as …
-
comment
Comment #46171462
omg the sound when you win is certainly not the reward I was hoping for
-
comment
Comment #44959030
Thanks glad you enjoyed it!
-
comment
Comment #44958780
I couldn't resist the pun :)
-
comment
Comment #44957810
I made a similar thing not long ago that lets you choose between docker, seatbelt (macOS's native sandboxing) and bubblewrap (on Linux). I use it on macOS primarily, and have basic…
-
comment
Comment #44684946
there's also http://llmprices.dev . similar, but with a searchbox for quick filtering
-
story
Show HN: Cco – a sandbox for Claude Code so you can YOLO made safe(ish)ly
I love the feeling of using Claude Code with --dangerously-skip-permissions on, but it always made me feel a bit uneasy. It's not that hard to trick Claude into doing bad things, a…
-
comment
Comment #42354981
you guys might also like http://llmprices.dev , similar but it's automatically updated with the latest info every 24h
-
story
Show HN: Simple way to compare LLM prices
Hey all, I constantly find myself checking openrouter's website to compare LLM prices when trying to figure out what model to use for a project, but their site doesn't make compari…
-
comment
Comment #41106365
> If you want to quickly debug something, you can use this inspector without installing anything, in the same session. > Load it on the fly by pasting this snippet to your Python i…
-
comment
Comment #38580025
This piqued my interest so I made an ollama modelfile of it for the smallest variant (from TheBloke's GGUF [1] version). It does indeed seem impressively gpt4-ish for such a small …
-
comment
Comment #35256206
Same, I enjoyed atuin but found myself missing fzf's fuzzy search experience so I ported fzf's own ctrl-r zsh widget to read from atuin instead of the shell's history to solve this…
-
comment
Comment #34908943
iOS actually has a hard to find setting that lets you make the screen super dim. It's been a lifesaver when using my phone in the evening. To enable it go to Settings -> Accessibil…
-
comment
Comment #34320350
https://www.shellcheck.net/ and it’s accompanying cmdline tool/ lsp integrations is a lifesaver for preventing that kind of thing. It’ll warn you if you’re doing anything not porta…
-
comment
Comment #34171221
this looks cool! had a hard time finding the repo from the website tho! (for anyone who comes across this later, it's here: https://github.com/toughyear/gaac )
-
comment
Comment #34171168
this is awesome, and what a name!
-
comment
Comment #34169151
how do you access another machine's clipboard with tmux?
- comment
-
story
Show HN: Pbproxy – Send your clipboard anywhere you can ssh
pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac.
-
comment
Comment #34159027
here you go! https://github.com/nikvdp/pbproxy