Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nikisweeting
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nikisweeting
7d ago
which is rapidly becoming a game of steganography cat and mouse
2.
▲
by
nikisweeting
23d ago
You can choose what you pin when you run a node, no one can force you to host stuff you don't want to host.
3.
▲
by
nikisweeting
1mo ago
I built this because I've struggled with agents making too many implicit assumptions during development. They assume they need to write tests to ensure a feature is removed! They assume they need to implement compat whenever an API cha
4.
▲
Show HN: A UI to see all the assumptions your coding agents are making
(github.com)
2 points
by
nikisweeting
1mo ago
|
1 comments
5.
▲
by
nikisweeting
2mo ago
and the US famously never subsidizes any of its industries...
6.
▲
by
nikisweeting
2mo ago
If you want an $18 DIY / open hardware version of this using an LED cube off amazon & WLED, here you go: https://github.com/pirate/led-cube-agent-monitor
7.
▲
by
nikisweeting
2mo ago
Strong disagree, I use tools like DeepWiki, Mintlify, Cubic daily to analyze complex codebases. Their diagrams on PRs and generated docs have made it much easier to quickly drop into a complex codebase and understand how it works / mak
8.
▲
by
nikisweeting
3mo ago
I have never seen anyone pull off seccomp nested sandboxing of Chrome in Docker before, if you manage to figure it out please let me know!
9.
▲
by
nikisweeting
3mo ago
Singlefile supports scoped recursive crawls too: https://github.com/gildas-lormeau/single-file-cli#:~:text=an... I highly recommend reading the singlefile source or https://archiveweb.page/ to see how
10.
▲
by
nikisweeting
3mo ago
Docker is designed to be undetectable by default, the best way I have found is to set env IN_DOCKER=True manually in your Dockerfile + check that there is no $DISPLAY configured + that you're on linux. Usually if all/most of those
11.
▲
by
nikisweeting
3mo ago
https://github.com/archiveteam/grab-site or browsertrix may be easier to use for some, it's what was used to save a lot of the data.gov stuff before it got taken down.
12.
▲
by
nikisweeting
3mo ago
--no-sandbox is needed in docker, maybe they assume it will mostly run in docker?
13.
▲
by
nikisweeting
3mo ago
I just added this to Lima recently, hopefully the macOS container machines support it too: https://github.com/lima-vm/lima/pull/4866
14.
▲
by
nikisweeting
3mo ago
Very curious if they're implementing browser driving themselves or using an off-the-shelf library like stagehand, browser-use, etc. to drive the DOM. Hopefully they open source it if it's in Swift. A11y-tree alone is not enough fo
15.
▲
by
nikisweeting
3mo ago
Sending 5 marketing emails with no unsubscribe link is not "operating in good faith", that's a blatant CAN-SPAM violation and could be used in a textbook explaining UX dark patterns.
16.
▲
by
nikisweeting
4mo ago
I don't care what country they are from if after 15 years they cant figure out how to make a camera that doesn't reset its clock every time you recharge it.
17.
▲
by
nikisweeting
4mo ago
Good riddance, GoPro squandered their market lead for many years and shipped bafflingly mediocre software that seemed to add more bugs with every generation. I hope Insta360, DJI, and many more competitors spring up out of their ashes. Assu
18.
▲
by
nikisweeting
4mo ago
Has anyone made something like this for jazz, classical, or hip-hop? The closest I know of are: - https://www.music-map.com/ - https://everynoise.com/ - https://chartmetric.com/ - https:&#
19.
▲
by
nikisweeting
4mo ago
Historically tracking "which tab is in the foreground" has been impossible via CDP. Libraries like Playwright and even Google's own puppeteer resorted to hacks like forcing users to foreground pages manually, or pretending &q
20.
▲
Adding Foreground Tab Tracking to the Chrome Devtools Protocol
(browserbase.com)
4 points
by
nikisweeting
4mo ago
|
1 comments
21.
▲
by
nikisweeting
4mo ago
Nice, I've been trying to learn assembly myself recently and built a little REPL to play around with it directly https://github.com/pirate/assembly-repl But I've struggled with the IO parts, it seems every sy
22.
▲
by
nikisweeting
4mo ago
Or even better: https://zfsbootmenu.org/
23.
▲
by
nikisweeting
5mo ago
Oh nice, I just implemented something like this for installing from any package manager uv-style https://abxpkg.archivebox.io/ , but I haven't added a "search" command yet, I should add that!
24.
▲
What Are Unix Domain Sockets?
(docs.sweeting.me)
2 points
by
nikisweeting
5mo ago
|
0 comments
25.
▲
by
nikisweeting
5mo ago
I've been excitedly following the development of Plain for a while now, it's so cool to see so many of the rough edges in Django get fixed in a nice comprehensive solution. Great job Dave Gaeddert! I'm saddened to see some of
26.
▲
by
nikisweeting
5mo ago
You're off by at least 3 orders of magnitude, anodization is like 1,000x~5,000x thicker (5~25µm) than the natural oxide coating (~5nm).
27.
▲
by
nikisweeting
5mo ago
Yes but anodization implies thickness around ~5–25 micrometers (µm) for aluminum. The natural oxide coating is ~2-5 nano meters (1,000–5,000× less thick).
28.
▲
by
nikisweeting
5mo ago
gotta add vector search! that's the main benefit of these tools imo I want to be able to search abstract concepts like "package" or "download" or "jazz" and see everything vaguely related like emojidb does
29.
▲
by
nikisweeting
5mo ago
We can definitely make harder evals, the problem is a good eval set is indistinguishable from good training data / market edge, so no one is incentivized to share their best eval sets publicly.
30.
▲
by
nikisweeting
5mo ago
My friend is building something similar to Little Snitch but specialized for sandboxing agents / monitoring their traffic / building rulesets to restrict traffic by "learning" from good runs. https://greywall.
More ›