Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ndyg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ndyg
23d ago
I'm a dual Australian / Canadian citizen. I'm disappointed Australia hasn't been more active in their support for Canada. Commonwealth countries should be sticking together.
2.
▲
by
ndyg
3mo ago
if you like bash web apps, you'll love https://github.com/cablehead/http-sh
3.
▲
by
ndyg
6mo ago
Something I find myself saying a lot, Nushell is a better `jq` than `jq`
4.
▲
by
ndyg
6mo ago
The original sin wasn't reactivity. It was putting state in the wrong place. Making the client state heavy. It's been downhill since then. Now you need to duplicate state handling between your frontend language and your backend la
5.
▲
Show HN: HTTP-nu – Nushell-scriptable HTTP server with SSE / Datastar
(github.com)
14 points
by
ndyg
7mo ago
|
2 comments
6.
▲
by
ndyg
9mo ago
I'm using fjall v2 in the Rust event streaming store, cross.stream (`xs`) https://github.com/cablehead/xs `xs` is for personal scale so fjall is fairly overkill performance-wise. marvin_j97's benchmark work a
7.
▲
by
ndyg
9mo ago
Fjall https://github.com/fjall-rs/fjall
8.
▲
by
ndyg
11mo ago
If you like lo-fi ways to attach cli commands to http end-points, you may also like: - https://github.com/cablehead/http-nu or for POSIX - https://github.com/cablehead/http-sh
9.
▲
by
ndyg
11mo ago
astroturf campaign?
10.
▲
by
ndyg
11mo ago
My understanding is Turbo is more aligned with htmx. Common practice in Turbo are generally patterns of last resort in Datastar. e.g. Datastar prescribes a single long lived SSE endpoint that owns the state for the currently connected user&
11.
▲
by
ndyg
11mo ago
The preferred pattern addresses your concern about scattered logic: a single long-lived SSE endpoint that "owns" the user's view of the app. That endpoint updates their field of view as appropriate - very much inspired by gam
12.
▲
by
ndyg
1y ago
I'm curious, what do you think is missing from Caddy that has you looking for something new?
13.
▲
by
ndyg
1y ago
I maintain a Rust-based CLI HTTP server that embeds Nushell. It’s a handy little Swiss-army knife that’s replaced Nginx and Caddy for my personal projects. You can serve a folder of static assets like this: http-nu :3021 '{|req| .stati
14.
▲
by
ndyg
1y ago
The approach you describe requires host to have an open ssh port you can access. quic + nat hole punching works around this.
15.
▲
I'm Unsatisfied with Easing Functions
(davepagurek.com)
83 points
by
ndyg
1y ago
|
82 comments
16.
▲
by
ndyg
1y ago
The friction Dave describes where changing one param effects all the other params in an animation brought to mind this section of an old Bret Victor talk: https://www.youtube.com/watch?v=a-OyoVcbwWE&t=716s
17.
▲
by
ndyg
1y ago
A basic use case, to tie it back to the topic :) When I'm working on a remote machine, it's nice to be able to easily pass things back and forth between it and my local laptop. I start a stream on the remote server and use `dumbpi
18.
▲
by
ndyg
1y ago
Iroh is intriguing. Dumbpipe is magical, and its implementation is easy to understand. I use dumbpipe daily to expose cross-stream ( https://github.com/cablehead/xs ) stores I run on different servers to my local laptop&
19.
▲
by
ndyg
1y ago
I'm finding I increasingly produce entire changesets without opening an editor: just `claude code`, or my own cobbled-together version of `claude code`, and `git diff` to preview what's happening. For me, the future of these tools
20.
▲
by
ndyg
2y ago
Noting Codebuff is manicode renamed. It's become my go-to tool for handling fiddly refactors. Here’s an example session from a Rust project where I used it to break a single file into a module directory. https://gist.github.
21.
▲
Fjall 2.2- featuring multi-writer transaction support
(fjall-rs.github.io)
13 points
by
ndyg
2y ago
|
1 comments
22.
▲
Announcing Fjall 2.0 – embedded LSM Rust storage engine
(fjall-rs.github.io)
2 points
by
ndyg
2y ago
|
0 comments
23.
▲
An overview of Leveled Compaction in LSM-trees
(fjall-rs.github.io)
3 points
by
ndyg
2y ago
|
0 comments
24.
▲
Exploring Bloom Filter Theory: Fjall's Approach in LSM Storage
(fjall-rs.github.io)
3 points
by
ndyg
2y ago
|
0 comments
25.
▲
by
ndyg
3y ago
> As they should! Building with htmx works a lot better if you play to its strengths. You can send JSON-formatted form bodies, if you really insist. But you shouldn’t! This excellent essay overlooked a '*': * unless you are usi
26.
▲
by
ndyg
3y ago
This is fantastic. I'd love to live in a world populated by tens of thousands of incredible, practical projects like Atuin, whose maintainers earn a good living. Best of luck, Ellie!
27.
▲
by
ndyg
3y ago
Yeah, I'm finding it difficult to create a prompt which doesn't result in Error: 400 Your request was rejected as a result of our safety system. Your prompt may contain text that is not allowed by our safety system. Even when I do
28.
▲
by
ndyg
3y ago
For anyone else immediately caught out by the separation of http1 and http2 builders in Hyper v1: auto negotiation is still available via hyper-utils: https://github.com/hyperium/hyper-util/blob/v0.1.0/sr
29.
▲
by
ndyg
3y ago
This is great. Thank you for all your hard work Sean!
30.
▲
by
ndyg
3y ago
I'm not sure if it's still the case since we moved away a few years ago, but the 24th St BART escalator used to be in a constant repair loop. It would get fixed for a short period, operate for about a month, and then go back to be
More ›