Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
noperator
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Who bankrolls the AI agent swarm?
(noperator.dev)
2 points
by
noperator
2d ago
|
0 comments
2.
▲
by
noperator
3mo ago
Leanstral 1.5 has 6B active parameters. How many parameters does GPT-5.5 have?
3.
▲
by
noperator
3mo ago
Yes, I did end up figuring out a clean way to allow normal reasoning inside <think> and then force JSON _after_ the closing </think>. Example here: https://gist.github.com/noperator/6c711ab19027ea805644
4.
▲
by
noperator
3mo ago
Having some success while testing this model out as a replacement for GPT-5 nano in source code security review. Running on RTX 3090 (24 GB VRAM) via vLLM. It's not great on structured output (as noted in the model card) but I'm w
5.
▲
Pelican, or pelican't? A hint at Claude evals
(noperator.dev)
4 points
by
noperator
3mo ago
|
0 comments
6.
▲
You can just say it
(noperator.dev)
3 points
by
noperator
4mo ago
|
0 comments
7.
▲
Show HN: Cagent – Agent in a Cage
(github.com)
2 points
by
noperator
7mo ago
|
0 comments
8.
▲
by
noperator
7mo ago
> compute isolation means nothing if the sandbox can freely phone home. Here's a project I've been working on to address the network risk. Uses nftables firewall allowing outbound traffic only to an explicit pinned domain allow
9.
▲
My AI got a GitHub account
(maragu.dev)
1 points
by
noperator
8mo ago
|
0 comments
10.
▲
Sift or Get Off the PoC: Vulnerability Research via Information Retrieval
(arxiv.org)
1 points
by
noperator
8mo ago
|
0 comments
11.
▲
Computing, Convivially
(v5.chriskrycho.com)
2 points
by
noperator
8mo ago
|
1 comments
12.
▲
by
noperator
8mo ago
Digital technologies can be terribly destructive, but they can also be gloriously empowering. How do we shape them into tools for conviviality rather than means of domination?
13.
▲
by
noperator
1y ago
My prototype one-liners usually turn into Go programs :)
14.
▲
by
noperator
1y ago
if you like fx, then you'll love https://jless.io/
15.
▲
by
noperator
1y ago
Hey, author here. see also, sol: a de-minifier (formatter, exploder, beautifier) for shell one-liners https://github.com/noperator/sol I actually wrote jqfmt because I needed it for sol :)
16.
▲
by
noperator
1y ago
kind of meta, but one of my most-used commands is sol: a de-minifier (formatter, exploder, beautifier) for shell one-liners https://github.com/noperator/sol
17.
▲
by
noperator
1y ago
Awesome! I found this section interesting: https://blog.kelvin.ma/posts/an-ode-to-pocket-analysis-of-ex... I don't think of HN as a source itself but rather a way to discover sources. So I think my Pocket data ref
18.
▲
An Ode to Pocket: Analysis of Exported Logs
(blog.kelvin.ma)
1 points
by
noperator
1y ago
|
1 comments
19.
▲
by
noperator
1y ago
Moved to Wallabag, but note that I don't read anything via Wallabag (or Pocket) UI. I export saved items as an RSS feed which I consume in an RSS reader like Inoreader or FreshRSS.
20.
▲
by
noperator
1y ago
Hugo lives on GitHub which autodeploys to Cloudflare Pages. https://developers.cloudflare.com/pages/framework-guides/dep...
21.
▲
Remotely Wipe a Server (2011)
(linuxjournal.com)
4 points
by
noperator
1y ago
|
1 comments
22.
▲
by
noperator
1y ago
> This is a relatively simple request when the server is under your desk: boot a rescue disk, use a tool like shred to wipe the data on all the hard drives, then press the power button. When the server is in a remote data center, it'
23.
▲
by
noperator
1y ago
o3 spent that time "thinking" and built the profile using only the URLs/titles, no content fetching.
24.
▲
by
noperator
1y ago
Thanks all for your feedback. Adjusted the title to clearly reflect that I'm the agent here.
25.
▲
I used o3 to profile myself from my saved Pocket links
(noperator.dev)
534 points
by
noperator
1y ago
|
205 comments
26.
▲
by
noperator
1y ago
Recalling Simon Willison’s recent geoguessing challenge for o3, I considered, “What might o3 be able to tell me about myself, simply based on a list of URLs I’ve chosen to save?”
27.
▲
Show HN: curlmin – Curl Request Minimizer
(github.com)
7 points
by
noperator
1y ago
|
0 comments
28.
▲
by
noperator
1y ago
You can also use https://github.com/noperator/raink to brainstorm TLDs that are relevant to some topic you care about. For example: curl -s https://data.iana.org/TLD/tlds-alpha-by-domain.txt |
29.
▲
by
noperator
2y ago
Agree. I think LLMs are usually not "harnessed" correctly for complex, multi-step problems—hence the `raink` CLI tool: https://github.com/noperator/raink
30.
▲
by
noperator
2y ago
Great questions. For commits or revision diffs as documents—either will work. Yes, I've applied this to N-day vulnerability identification to support exploit development and offensive security testing. And yes, for fuzzing, a sensible
More ›