Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cyco130
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
cyco130
2mo ago
I've heard of it, of course! And of course they're years ahead of my little hobby project. But there's an important difference: They run on the browser via WebAssembly, the project is in Rust. Sfotty Pie is pure TypeScript, s
2.
▲
Show HN: Sfotty Pie – A browser-based Atari 8-bit emulator in TypeScript
(a8.aygun.me)
2 points
by
cyco130
2mo ago
|
2 comments
3.
▲
by
cyco130
4mo ago
I can see where the arguments for React's alternatives like Preact, Vue, Svelte, Solid, etc. come from. All of them are better than React at least in one aspect and React's dominance is mostly due to inertia: Developers (and now L
4.
▲
An AI system to help scientists write expert-level empirical software
(arxiv.org)
2 points
by
cyco130
4mo ago
|
0 comments
5.
▲
Tailwind: Suffering from Success
(blog.sebin-nyshkim.net)
3 points
by
cyco130
4mo ago
|
0 comments
6.
▲
by
cyco130
4mo ago
And this is Railway, a big enough name to top the HN main page and presumably find someone from Google to intervene at some point. I would have zero recourse if it was some little product that I built.
7.
▲
by
cyco130
5mo ago
tanh is a very pleasant sounding overdrive function for audio, for example.
8.
▲
by
cyco130
5mo ago
One neat trick for TypeScript branded types is to use { "~brand": "SOME BRAND" } instead of { __brand: "SOME BRAND" }. __brand shows up at the top of the autocomplete keys where "~brand" shows at the
9.
▲
by
cyco130
6mo ago
Axios has maxContentLength and maxBodyLength options. I would probably go with undici nowadays though (it also has maxResponseSize).
10.
▲
by
cyco130
6mo ago
I'm not sure fetch is a good server-side API. The typical fetch-based code snippet `fetch(API_URL).then(r => r.json())` has no response body size limit and can potentially bring down a server due to memory exhaustion if the endpoint
11.
▲
by
cyco130
7mo ago
Thanks for the articles, great sources.
12.
▲
by
cyco130
7mo ago
> Current literature does not distinguish between head voice and falsetto. Hmm, are you sure about this? I thought chest voice and head voice were understood to be a single register called the modal register. And falsetto was fundamental
13.
▲
by
cyco130
7mo ago
Anecdotal evidence from my own singing at 20 compared to 40 seems to point to the opposite.
14.
▲
by
cyco130
8mo ago
It is indeed part of the standard. It says "Within a structure object, the non-bit-field members and the units in which bit-fields reside have addresses that increase in the order in which they are declared"[1] which doesn't
15.
▲
by
cyco130
8mo ago
If history is any indication, it would only mean more passengers in the plane.
16.
▲
by
cyco130
9mo ago
Natural languages are much more complex. Complex for humans: I can learn a new programming language in an afternoon and be reasonably productive in it within a week or two. I wish I could say the same for natural languages. Complex for comp
17.
▲
by
cyco130
9mo ago
My very first open source project[1] aimed to solve the same problem. Nice to see it still has quite a few weekly downloads. [1] https://sourceforge.net/projects/bin2c/
18.
▲
by
cyco130
9mo ago
Not the gp but I can't live without co/ci/br now.
19.
▲
by
cyco130
9mo ago
I celebrated my 25th year on stage almost three years ago. Mostly playing covers in bars. There was a time when we were hoping to “make it” and we did release an album but it wasn’t very successful, of course. That band broke up a few years
20.
▲
by
cyco130
10mo ago
I've watched the SSA-related parts of these lectures and, despite the low video quality, I've found the quality of the content to be very high. Lecture notes can be found here: https://nptel.ac.in/courses/1061
21.
▲
Compiler Design Lectures [video]
(youtube.com)
1 points
by
cyco130
10mo ago
|
1 comments
22.
▲
by
cyco130
10mo ago
These instructions were not intentionally designed and put in there in secret. They're simply an unintended consequence of the "don't care" states of the instruction decoding logic. The decoder is the part of the CPU tha
23.
▲
by
cyco130
10mo ago
That’s where link-time optimization enters the picture. It’s expensive but tolerable for production builds of small projects and feasible for mid-sized ones.
24.
▲
by
cyco130
10mo ago
It would but it's harder to trigger. Here, it's not safe because they're public functions and the standard would require `add_v1 != add_v2` (I think). If you declare them as static, it eliminates the functions and the calls c
25.
▲
by
cyco130
10mo ago
First time I see it being a net positive that someone didn't know about Vite: Bun wouldn't exist otherwise.
26.
▲
by
cyco130
10mo ago
What a respectfully and humbly written comparison page. Ditto for their Supabase comparison. I can't rate the objectivity since I know very little about TrailBase but they got my attention now. It brings me such joy to see such a write
27.
▲
by
cyco130
10mo ago
As a person who knows next to nothing about how the brain or the genes that configure it work, I tend to think of this in terms of 80s video games like River Raid. The level data for these games, if stored naively, would fill the computer&#
28.
▲
by
cyco130
10mo ago
I love how they didn't come up with a joke and just run with it lazily. They added lots of additional details to make it funnier and more realistic.
29.
▲
by
cyco130
10mo ago
No mention of INTERCAL!
30.
▲
by
cyco130
10mo ago
It's all about context, isn't it? "Humans vs. animals" is an important distinction to make in some contexts and useless in others. Insisting on the fact that humans are also animals if we're talking about, say, &quo
More ›