Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tamnd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Vector Balancing via Directional Total Variation
(arxiv.org)
1 points
by
tamnd
3d ago
|
0 comments
2.
▲
Rapidly scaling online storage to serve over 1B ChatGPT users
(openai.com)
4 points
by
tamnd
4d ago
|
0 comments
3.
▲
OpenAI might have stolen another major proof
(twitter.com)
295 points
by
tamnd
7d ago
|
10 comments
4.
▲
Try DuckDB v2.0-Alpha
(duckdb.org)
3 points
by
tamnd
9d ago
|
0 comments
5.
▲
Show HN: Rucc – C compiler in Rust, now compile and run SQLite
(github.com)
1 points
by
tamnd
9d ago
|
0 comments
6.
▲
Show HN: Amz-CLI – A command line for Amazon
(github.com)
3 points
by
tamnd
1mo ago
|
0 comments
7.
▲
You can view a lot of shared conversations via Google
(old.reddit.com)
9 points
by
tamnd
2mo ago
|
2 comments
8.
▲
by
tamnd
2mo ago
Fixed: https://github.com/tamnd/tomo-labs/blob/main/docs/content/ex...
9.
▲
Tell HN: One SWE-bench-Live task: $47 Opus failed, $1.46 GPT-5.6 passed
(github.com)
3 points
by
tamnd
2mo ago
|
2 comments
10.
▲
The Hitchhiker's Guide to Agentic AI: From Foundations to Systems
(arxiv.org)
3 points
by
tamnd
3mo ago
|
0 comments
11.
▲
Mitchell Hashimoto: Defining Taste
(xcancel.com)
3 points
by
tamnd
3mo ago
|
0 comments
12.
▲
by
tamnd
3mo ago
I built these tools because I'm tired of recent tools being built for AI rather than for humans. More are coming soon!
13.
▲
by
tamnd
3mo ago
It is a sibling project of https://github.com/tamnd/kage , in case you missed it.
14.
▲
by
tamnd
3mo ago
Sorry, the docs come first, and I will set up Brew and Scoop later. In the meantime, you can use the pre-built images from the releases or use Go to build from source.
15.
▲
Show HN: Yomi – Read any web page, or a whole website, into clean Markdown
(github.com)
3 points
by
tamnd
3mo ago
|
4 comments
16.
▲
by
tamnd
3mo ago
Possible, but currently I disable all large files, including videos. For video downloading, I suggest wrapping around yt-dlp. It's an awesome tool.
17.
▲
by
tamnd
3mo ago
If there's more demand for that, maybe I will implement a more relaxed version.
18.
▲
by
tamnd
3mo ago
Currently, all of that is broken. At one point, I had a traumatic experience where an archived HTML file kept redirecting to the live site, even though I already had all the content rendered, so I ended up disabling all JavaScript entirely.
19.
▲
by
tamnd
3mo ago
Good news for you: here is the command to clone Apple Docs: ```bash bin/kage clone https://developer.apple.com/documentation/ \ --scope-prefix /documentation/ \ --out /Users/apple/data
20.
▲
by
tamnd
3mo ago
It should be fixed by https://github.com/tamnd/kage/pull/12 Thanks for nice trick.
21.
▲
by
tamnd
3mo ago
Not yet supporting cookies, since I created this tool for shadowing public websites first. I will add options to pass cookies later. It will pass them to the underlying Chrome/Chromium process, so it should not be hard to do.
22.
▲
by
tamnd
3mo ago
This could be a nice code golf project. It only needs a webview, a ZIM reader, and a way to append data to an existing binary and read it back. I did something like that a very long time ago (Of course, I have forgotten)
23.
▲
by
tamnd
3mo ago
For sharing, better use the html folder or zim format, Kage supports both of them.
24.
▲
by
tamnd
3mo ago
I have a project for creating and archiving RSS feeds, keeping the full history from the time the crawler starts. I need to clean up a bit, then will open source it soon.
25.
▲
by
tamnd
3mo ago
Exactly. For downloading, Kage requires Chrome or Chromium. Running it inside Docker makes setup easier and keeps cleanup simple: https://github.com/tamnd/kage/blob/main/Dockerfile Btw, let me think the
26.
▲
by
tamnd
3mo ago
Making docs available offline was one of my main motivations for building this tool. I will try Apple Docs too. I previously downloaded the Snowflake docs, and it was something like tens or even hundreds of thousands of pages, I do not reme
27.
▲
by
tamnd
3mo ago
Thanks ;)
28.
▲
by
tamnd
3mo ago
Kiwix has readers for almost every platform, Android, desktop, iPhone. That's why I made Kage produce ZIM file. The executable file is mostly for people who don't have Kiwix installed yet, or just want to run the archive directly.
29.
▲
by
tamnd
3mo ago
This brings back memories. Around twenty years ago, internet was still expensive dial-up, so I used to go to an internet cafe, run HTTrack to download websites and manga, copy everything onto my tiny 128MB USB stick (felt very large at that
30.
▲
by
tamnd
3mo ago
You could use python -m http.server instead. I haven't tried it yet, but it should work. Actually, Kage has two parts: a crawler that crawls pages and converts them to clean HTML by capturing the DOM after rendering in Chrome/Chro
More ›