Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nikisweeting
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
nikisweeting
6d ago
there are tricks to avoid needing distro support / kernel modules for ZFS: https://github.com/pirate/zfsbox also tricks to make it easy to convert a root FS to ZFS now that Ubuntu Server 24.04 added native root-on
2.
▲
by
nikisweeting
8d ago
For those into deriving the laws of physics from pure math and game-of-life style iteration of simple rules, checkout the Wolfram Physics Project: https://www.wolframphysics.org/ https://github.com/pirate&#x
3.
▲
by
nikisweeting
17d ago
which is rapidly becoming a game of steganography cat and mouse
4.
▲
by
nikisweeting
1mo 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.
5.
▲
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
6.
▲
Show HN: A UI to see all the assumptions your coding agents are making
(github.com)
2 points
by
nikisweeting
1mo ago
|
1 comments
7.
▲
by
nikisweeting
2mo ago
and the US famously never subsidizes any of its industries...
8.
▲
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
9.
▲
by
nikisweeting
3mo 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
10.
▲
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!
11.
▲
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
12.
▲
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
13.
▲
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.
14.
▲
by
nikisweeting
3mo ago
--no-sandbox is needed in docker, maybe they assume it will mostly run in docker?
15.
▲
by
nikisweeting
4mo ago
I just added this to Lima recently, hopefully the macOS container machines support it too: https://github.com/lima-vm/lima/pull/4866
16.
▲
by
nikisweeting
4mo 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
17.
▲
by
nikisweeting
4mo 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.
18.
▲
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.
19.
▲
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
20.
▲
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:&#
21.
▲
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
22.
▲
Adding Foreground Tab Tracking to the Chrome Devtools Protocol
(browserbase.com)
4 points
by
nikisweeting
4mo ago
|
1 comments
23.
▲
by
nikisweeting
5mo 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
24.
▲
by
nikisweeting
5mo ago
Or even better: https://zfsbootmenu.org/
25.
▲
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!
26.
▲
What Are Unix Domain Sockets?
(docs.sweeting.me)
2 points
by
nikisweeting
5mo ago
|
0 comments
27.
▲
by
nikisweeting
6mo 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
28.
▲
by
nikisweeting
6mo 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).
29.
▲
by
nikisweeting
6mo 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).
30.
▲
by
nikisweeting
6mo 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
More ›