Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
le_chuck
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
20 ms
·
1.
▲
Show HN: Yet another self-hosted web analytics with no UI but MCP
(yetanotherwebanalytics.dev)
3 points
by
le_chuck
3mo ago
|
0 comments
2.
▲
by
le_chuck
3mo ago
*Update*: Done. `kyu dev` is implemented and released :)
3.
▲
by
le_chuck
3mo ago
*Update:* I've got a draft PR for `kyu dev` with live reload.
4.
▲
by
le_chuck
3mo ago
I haven't benchmarked it yet but, guts feeling, would expect it to be (a bit?) slower. Cloudflare has likely spent quite some effort optimizing it and also runs fast machine. Kyushu uses QuickJS which adds a layer that needs to be load
5.
▲
by
le_chuck
3mo ago
I wouldn't rush and jump straight to it at this point, as mentioned it's early and relatively experimental at this point, but technically, at least for relatively simple function, yes. As a matter of fact, I did it myself in one o
6.
▲
by
le_chuck
3mo ago
I did quite a market research to gather them ;)
7.
▲
by
le_chuck
3mo ago
Yeah I was surprised by this when I opened their website. Your setup - Rust/WASM kernel + Service worker - sounds really sweet. If already public, please do share the link, else looking forward to your launch!
8.
▲
by
le_chuck
3mo ago
I had previous experience with QuickJS - respectively using the rquickjs crate (awesome project) - so my approach was first asserting whether it was possible to run a Wasmtime binary that both executes the JS code and handles HTTP requests
9.
▲
by
le_chuck
3mo ago
Thanks! It's actually the first time I started "designing" (I'm definitely not one) everything by picking the theme for the code snippets first. That's why the same colors are reused on the site and even in the logo
10.
▲
by
le_chuck
3mo ago
Haha, glad someone noticed those testimonials ;) Others mentioned better use cases than I could probably come with. Not sure it's a strong use case but, one thing I could maybe mention too is the fact that it ships as a standalone arti
11.
▲
by
le_chuck
3mo ago
Thx! I thought about adding a context to the fetch handler, could be handy for local testing. Likewise, local commands (e.g. dev or watch mode) are not yet there. Those would be next on the line if the CLI starts getting used by others than
12.
▲
Show HN: Kyushu – A self-hostable WASM sandbox for JavaScript workers
(kyushu.dev)
89 points
by
le_chuck
3mo ago
|
39 comments