Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nikvdp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Standalone SearXNG CLI+MCP (no server needed)
(github.com)
1 points
by
nikvdp
2mo ago
|
0 comments
2.
▲
by
nikvdp
3mo ago
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 find a searxng instance to use it. [1]: https:/&#
3.
▲
by
nikvdp
7mo ago
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 if [[ -z "$1
4.
▲
by
nikvdp
8mo ago
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 [1] (note: I built it). It's primarily useful
5.
▲
by
nikvdp
8mo ago
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, fast (they were famously one of the earl
6.
▲
by
nikvdp
8mo ago
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 the storage backend for the agent's tasks, which h
7.
▲
by
nikvdp
10mo ago
omg the sound when you win is certainly not the reward I was hoping for
8.
▲
by
nikvdp
1y ago
Thanks glad you enjoyed it!
9.
▲
by
nikvdp
1y ago
I couldn't resist the pun :)
10.
▲
by
nikvdp
1y ago
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 basically stopped using docker mode in favor of the native s
11.
▲
by
nikvdp
1y ago
there's also http://llmprices.dev . similar, but with a searchbox for quick filtering
12.
▲
Show HN: Cco – a sandbox for Claude Code so you can YOLO made safe(ish)ly
(github.com)
3 points
by
nikvdp
1y ago
|
1 comments
13.
▲
by
nikvdp
2y ago
you guys might also like http://llmprices.dev , similar but it's automatically updated with the latest info every 24h
14.
▲
Show HN: Simple way to compare LLM prices
(llmprices.dev)
1 points
by
nikvdp
2y ago
|
0 comments
15.
▲
by
nikvdp
2y ago
> 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 interpreter The idea of having a project's readme
16.
▲
by
nikvdp
3y ago
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 model! Feels more coherent than openhermes2.5-mistral w
17.
▲
by
nikvdp
3y ago
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. Best of both worlds imo, you get fzf's
18.
▲
by
nikvdp
4y ago
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 -> Accessibility -> Zoom and then tap the Zoom toggle switch.
19.
▲
by
nikvdp
4y ago
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 portable and even smartly changes it’s beha
20.
▲
by
nikvdp
4y ago
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 )
21.
▲
by
nikvdp
4y ago
this is awesome, and what a name!
22.
▲
by
nikvdp
4y ago
how do you access another machine's clipboard with tmux?
23.
▲
Show HN: Pbproxy – Send your clipboard anywhere you can ssh
(github.com)
67 points
by
nikvdp
4y ago
|
18 comments
24.
▲
by
nikvdp
4y ago
here you go! https://github.com/nikvdp/pbproxy
25.
▲
by
nikvdp
4y ago
what's the missing half? file transfer?
26.
▲
by
nikvdp
4y ago
I keep a cobbled together version of something like this in my rc files. The ui mimics macOS’s pbcopy/pbpaste commands (it degrades gracefully on linux boxes too by falling back to xsel if available, and then to a tmp file for use on h
27.
▲
by
nikvdp
4y ago
shameless plug, but try http://birdbear.app
28.
▲
by
nikvdp
4y ago
catppuccin [1] is similar, had been using solarized for almost a decade, but tried catppuccin about 6 months ago and it was so good I’ve switched over permanently. Like solarized there are light and dark variants and there are versions for
29.
▲
Back up your Gitlab repos
(gist.github.com)
2 points
by
nikvdp
4y ago
|
2 comments
30.
▲
by
nikvdp
4y ago
GitLab's recent decision to delete inactive repos didn't sit well with me, so here's a relatively low effort way to backup all your GitLab repos locally and (optionally) push them up to GitHub instead https://gist.
More ›