Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grayrest
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
grayrest
28d ago
> Do you mean isolating build scripts by using a VFS mapped to the real FS and masking away everything the build script should not have access to? Yes. Essentially the idea was to find the source control root (or something configurable)
2.
▲
by
grayrest
28d ago
I had the idea of achieving build isolation by codemodding the Rust implementations of bash and the GNU coreutils (brush+uutils) to use a VFS (wasmtime's cap-std) backed by the real FS and then disabling anything that remained problema
3.
▲
by
grayrest
1mo ago
For an even more niche language, Roc basically became usable in the new syntax about two months ago (still has compiler crashes, there's a good reason it hasn't had a real release) but Opus writes it just fine after a couple corre
4.
▲
by
grayrest
2mo ago
I noticed this as well and the question caused me to go pretty deep into writing in general. Switched to a 36 key ergo split with a tweaked alpha-thumb layout (R is on my left thumb, Space is on the right, base layout is Hands Down Vibraniu
5.
▲
by
grayrest
2mo ago
There isn't much in the way of libraries for Roc at the moment so the split is basically library vs application for my platform. I've been in the Zulip since well before the split but I've been waiting for the new version asi
6.
▲
by
grayrest
2mo ago
> If any Roc devs are around I'm curious about the use cases for Roc. It's a general functional programming language that's interested in the constraints and state control properties but not really in the dogma/tradit
7.
▲
by
grayrest
2mo ago
One of the primary goals for the Roc project is compiler speed. I presume OCaml is out of the running because it's not a systems language.
8.
▲
by
grayrest
3mo ago
The thing that interests me the most is that execution is deterministic. If the inputs to a WASM module are logged you get durable execution and rr style reverse debugging as part of the package.
9.
▲
by
grayrest
5mo ago
I'm particularly delighted that the fold is unique; I've never seen anything similar. Thanks for sharing; this is the sort of thing I look for on the Internet.
10.
▲
by
grayrest
5mo ago
This depends on the metro. NYC generally doesn't care for the trains/subways so they only make a difference on buses.
11.
▲
by
grayrest
5mo ago
I ride a Reise & Mueller Birdy Mk3 mostly because I think folding bikes are neat and the Birdy has my favorite fold. The other rationale was that I wanted a nice bike I'd never have to lock up outside in NYC. The intention was to u
12.
▲
by
grayrest
6mo ago
I've spent years of my life absolutely alone; gone months without talking to another person. There isn't anything you'll do that will give you the emotional fulfillment of interacting with someone else. As for living with you
13.
▲
by
grayrest
6mo ago
I map caps to ctrl and do ctrl-[ to get to normal mode. The main reason is using Vim bindings in other editors where Esc can get intercepted by other bindings but ctrl-[ has always worked everywhere.
14.
▲
by
grayrest
11mo ago
> I'm sure I could learn to be slightly faster on dvorak/colemak As near as I can tell, people generally type at similar speeds regardless of layout. If you're aiming for speed typing [1], I can see it making a difference,
15.
▲
by
grayrest
11mo ago
> CATL is claiming mass production of their sodium-ion batteries starts in December, with a target price of $10/kWh. This got widely reported but there doesn't seem to be any source. I'll reference this video [1] to cover
16.
▲
by
grayrest
1y ago
Opening a socket would fall under WASI[1]. [1] https://github.com/WebAssembly/wasi-sockets
17.
▲
by
grayrest
1y ago
Rich Hickey had nothing to do with it. He did put a lot of the initial work to get Clojurescript up and running but for many years the majority of cljs maintenance and shepherding was done by David Nolan. Not sure now; I've been out of
18.
▲
by
grayrest
1y ago
> How did you find an ideal tent + tilt setup? I had the idea that the best position for long sessions would be the most relaxed one so I put my hands in my lap on top of a lapboard (old Wacom tablet) and tried to put they keyboard halve
19.
▲
by
grayrest
1y ago
I have a Chocofi (36 key, 3x5 + 3 thumb per half). My complaint with the Cornes is that the keyboard doesn't have enough stagger for where they thumb cluster is positioned. Either the thumb cluster should move out like the ZSA voyager
20.
▲
by
grayrest
2y ago
As an EDSF gamer (blame Tribes) I agree but I've run into issues with (IIRC) E, Shift, and Space on keyboards that aren't n-key rollover but it's been over a decade since I last owned one. So I think that's the reason fo
21.
▲
by
grayrest
2y ago
While it's certainly possible to have a throttle most electric bikes require pedaling and therefore some degree of exercise. In many cases it gets people riding that would not be riding otherwise. For people that are actually intereste
22.
▲
by
grayrest
2y ago
There's a DIY forum for building those[1] but I think tow boogies[2] are more practical as a project. The idea is a battery box, controller, and motor on a boogie board and shifting the weight of the person being towed allows for steer
23.
▲
by
grayrest
2y ago
Roc does not have computation expressions and this specific syntax is the "something similar". Many other comments have noted that this feature corresponds to the IO Monad with do notation in Haskell and Computation Expressions ar
24.
▲
by
grayrest
2y ago
> However, this flexibility seems to be primarily used by language/framework implementers themselves. Not by application developers. In the case of Roc this is determined by the platform and the platform corresponds to the framework
25.
▲
by
grayrest
3y ago
> it’s not an angle of HCI I’ve examined explicitly, at least for very long If you're looking for additional reading then it's arguable that Reacts matches this viewpoint but any web framework from the past few years using sign
26.
▲
by
grayrest
3y ago
To be clear, I was intending my post to be exclusively about components. I was assuming people would get their preferred niche frames to put them on. If I'm going to pick a fancy niche frame I don't want to afford I'd opt for
27.
▲
by
grayrest
3y ago
Rivendell, Velo Orange, Rene Hearse and I'm sure I'm forgetting someone else in that group more or less do this. I'm nowhere near an expert but I think most small (or steel) bike brands never moved off english threaded bottom
28.
▲
by
grayrest
3y ago
As far as I can tell the formatting is standard `rustfmt`. Ships with the compiler.
29.
▲
by
grayrest
3y ago
> It sounds to me like you didn’t understand the details of Svelte’s reactivity model This is a reasonable assumption given what I've described. It's been almost two years but from what I remember the problem was updating what
30.
▲
by
grayrest
3y ago
> Why do you care about compilation output? I was advocating/piloting a new framework in the app and was unhappy with the output versus the input and perceived complexity. I spend a significant fraction of my time cleaning up perfor
More ›