Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adrusi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
adrusi
2y ago
Go has a heavy runtime, including both a garbage collector and a userland scheduler. Those features both make it inappropriate for some applications where you would use c, and also make calling (and especially being called from) foreign cod
2.
▲
by
adrusi
3y ago
42 videos on his car review channel plus 13 videos on his main channel (a few might be crossposted) plus a couple tesla reviews from several years earlier than the others. So 50+.
3.
▲
by
adrusi
3y ago
it's maybe negligible compared to the code-size bloat of web applications, but delivering large libraries over the network with only limited caching is less than ideal
4.
▲
by
adrusi
3y ago
At least in English, typographic conventions have historically equated underlining with italics, and the reason the underscore key is present on your keyboard is because it was used on typewriters to format text that would have been italici
5.
▲
by
adrusi
3y ago
while at the same time being memory safe. memory safety doesn't mean just one thing, but probably it requires either a lot of rust-like features, a tracing garbage collector, or automatic reference counting. the language being small
6.
▲
by
adrusi
3y ago
The cost of the land to the grower is lower on account of the presence of the turbines.
7.
▲
by
adrusi
3y ago
I do not understand why one should use this I don't care to sit through sponsor reads, nothing more to it than that. When I'm viewing on a client that doesn't support sponsorblock, I'll manually seek to the end of the
8.
▲
by
adrusi
3y ago
That idea of a universal/generic VM supporting many languages has been tried many times, with limited success What wasm is doing is something different than previous efforts. The gc facilities aren't provided for the sake of int
9.
▲
by
adrusi
3y ago
The surprising behavior was that the child process received the configured signal not when the process that created it exited, but rather when the specific thread that called fork(2) exited. The parent process was an event loop based py
10.
▲
by
adrusi
3y ago
I had a hell of a time a few months ago debugging why my child processes were dying, before learning that PDEATHSIG=9 (don't ask) kills child processes when the thread that created them in the parent process exits. My debugging was n
11.
▲
by
adrusi
3y ago
I'm quite nearby to Scott in social space, and no, I don't think it's just "never come up." It's a very highly selected scene.
12.
▲
by
adrusi
3y ago
I really appreciate apps that open new windows where it makes sense, but I'm pretty sure the reason it died out is because people started using too many windows for conventional floating window managers to handle. I'm not sure if
13.
▲
by
adrusi
3y ago
A goroutine really is implemented as a coroutine though. It's just that without this runtime optimization, there hasn't been a way to interact with them without letting a multithreaded scheduler manage their execution. I don'
14.
▲
by
adrusi
3y ago
This is an interface that can be implemented in terms of goroutines and channels, but can also be implemented with a lower-overhead scheduler tweak. The article shows how it could be implemented using goroutines and channels, and then repor
15.
▲
by
adrusi
3y ago
Kakoune is scripted over IPC, not bash scripts. The configuration language has some built in functionality for embedding bash scripts, and for smaller plugins or one-off personal customization, yeah you can do everything in a bash script. B
16.
▲
by
adrusi
3y ago
I see a lot of the pricey functionality they packed into this thing as about making it less onerous to put on. People need to actually decide to put it on to do stuff that they could do with their existing devices. There's one unavoi
17.
▲
by
adrusi
3y ago
You can sideload UTM if you sign it with your own developer key, and run VMs with JIT-based acceleration. It’ll sometimes get killed by the OS without much you can do about it though.
18.
▲
by
adrusi
3y ago
I don’t know the details around this, but it seems like it would be near impossible to get 100% ethical sourcing, because no matter how good your process of vetting suppliers is, at Starbucks scale, you’re going to get fraud. A shady suppli
19.
▲
by
adrusi
4y ago
It's somewhat youthful internet slang. You'd hear it at the American public highschool I was at 12 years ago.
20.
▲
by
adrusi
4y ago
For anyone price-sensitive, I highly recommend getting the cheapest 88-key hammer-action keyboard you can find and hooking it up to Pianoteq Stage rather than buying a dedicated digital piano. Exception if you're going to travel with i
21.
▲
by
adrusi
4y ago
Well about one time in three that someone mentions "legal weed" in the circles I run in, someone will drop a remark about how there's federalism-themed ambiguity over how legal it actually is, so I'm not sure how "s
22.
▲
by
adrusi
4y ago
Wait, wasn't "es4x" the name of the scrapped edition of ecmascript which was decided to be too ambitious and replaced by the much more conservative ES5? Answer: no. That one was branded "e4x"
23.
▲
by
adrusi
4y ago
Many people map j/k to gj/gk and forget that's not the default behavior.
24.
▲
by
adrusi
4y ago
Singal isn't a bigot. It's not the service to trans people that many people seem to think it is to call anyone who documents unflattering dimensions of trans politics a bigot. Colin Wright, mentioned in the article, could more rea
25.
▲
by
adrusi
4y ago
With iPhone video hardware, ProRes support, and a thunderbolt interface that makes 4k ProRes actually practical to get off the device, the iPad Pro is now likely to be the best video recording device for certain creative niches. You can eve
26.
▲
by
adrusi
4y ago
Oh huh. Hadn't even heard of Google surveys then. Thanks for the clarification.
27.
▲
by
adrusi
4y ago
In principle I agree that there's issues with ligature fonts, but I tried using one for a few months a while back and found that in practice I didn't find myself having to think more about what the underlying text actually was, an
28.
▲
by
adrusi
4y ago
The choice not to create these directories basically doesn't exist, because all sorts of software will automatically create them if they don't exist, their creation isn't centrally orchestrated. A while back I was using a min
29.
▲
by
adrusi
4y ago
~2 msec (mouse) 8 msec (average time we wait for the input to be processed by the game) 16.6 (game simulation) 16.6 (rendering code) 16.6 (GPU is rendering the previous frame, current frame is cached) 16.6 (GPU re
30.
▲
by
adrusi
4y ago
It's become harder to develop stupid simple bookmarklets because modern web pages are trickier to reverse-engineer, the market has expanded by a lot, and now people can make working on handy WebExtensions their full time job, and those
More ›