Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sethaurus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sethaurus
4d ago
That's an excellent question for the maintainers of the MacPorts project! It can supplement the very clear and polite answer you've already received from a maintainer of Homebrew.
2.
▲
by
sethaurus
12d ago
That's just derision, not an explanation. And it's a bad way to treat someone humbly trying to learn.
3.
▲
by
sethaurus
24d ago
Google sells (and also owns) domains with exotic TLDs. It's reasonable to expect them to get handled gracefully. And as the article explains, it was the prefix (web.*) and not the suffix (one.*) which turned out to be tripping their va
4.
▲
by
sethaurus
1mo ago
With an open-weights model, anyone with the hardware to run the model can act as a provider. The median provider pays nothing for the model, so they do not contribute to the cost of training it.
5.
▲
by
sethaurus
3mo ago
Are you sincerely advocating that Wikipedia should never delete anything , regardless of notability or verifiability? Do you think that would make it better or worse?
6.
▲
by
sethaurus
3mo ago
> Be kind. Don't be snarky. Converse curiously; don't cross-examine. Edit out swipes. https://news.ycombinator.com/newsguidelines.html
7.
▲
by
sethaurus
5mo ago
If you don't want people calling these apps TUIs, what would you prefer people call them? And what does the term TUI refer to, if not this?
8.
▲
by
sethaurus
5mo ago
The parent comment was specifically and exclusively talking about autism, not Down's syndrome. I'm addressing their claim that it is "ridiculous" for an autistic person to "claim" to be autistic when other
9.
▲
by
sethaurus
5mo ago
> "It's so odd to me that we haven't come up with a term for high functioning autism to separate from low functioning." If you are interested to learn, autistic people are typically assigned a level of support needs
10.
▲
by
sethaurus
6mo ago
I'm sure the browser does do that, and plenty of other optimisations too! This thing isn't trying to do standard text layout faster than the browser, it's trying to enable more exotic/dynamic/custom layouts while
11.
▲
by
sethaurus
6mo ago
What you're missing is that each segment (typically a word) only needs to be measured once, in the setup phase. The canvas gets thrown away after that, and subsequent layout passes all reuse the cached measurements. If you only perform
12.
▲
by
sethaurus
6mo ago
It's a matter of integrity. Support or oppose whoever you like, but if you change your principles based on the person in question, then you don't have principles at all.
13.
▲
by
sethaurus
6mo ago
I saw a docco about her and found it entertaining and interesting. I haven't seen her work in person, have you?
14.
▲
by
sethaurus
6mo ago
The world became a much more fun and interesting place for me when I stopped rejecting things on the basis of cringe.
15.
▲
by
sethaurus
6mo ago
> Or do they tag things and say "Customer X signed up on this date, so he is bound by T&C number 12, whereas this other customer signed up a year later and is bound by T&C number 13". That seems unwieldy since there is
16.
▲
by
sethaurus
7mo ago
That's what it would mean to place them above unpaid developers in the illustration, yes.
17.
▲
by
sethaurus
7mo ago
For anyone seeking more details on this act, it is embodied as "18 U.S. Code §1030 - Fraud and related activity in connection with computers"[0], and applies specifically to the United States of America, a nation not involved in a
18.
▲
by
sethaurus
8mo ago
Thrilled to see someone else using a triple-em dash in the wild⸻keep holding the line.
19.
▲
by
sethaurus
8mo ago
Upload progress. The Fetch API offers no way observe and display progress when uploading a file (or making any large request). jQuery makes this possible via the `xhr` callback.
20.
▲
by
sethaurus
8mo ago
It's silly to treat this like a totalizing partisan issue where everything must be clearly "pro-ai" or "anti-ai". Browsers are currently incentivised to add a bunch of new features outside their traditional role. So
21.
▲
Bincode development has ceased permanently
(reddit.com)
4 points
by
sethaurus
9mo ago
|
3 comments
22.
▲
by
sethaurus
9mo ago
It doesn't matter if a library is written in TS or JS; you cannot meaningfully protect against other code calling you incorrectly. Sure, you can check if they gave you a string instead of a number. But if you receive an array of nested
23.
▲
by
sethaurus
9mo ago
Do you really mean this literally? Even the Linux kernel contains tens of thousands of lines of Python, and more lines of shell. Is that undesirable?
24.
▲
by
sethaurus
9mo ago
Coming from an era of tiles and sprites, Lemmings was exciting because it had real destructible terrain. The game action happens in its pixel buffer, and every little speck of dirt can make a difference to how the characters behave. When I
25.
▲
by
sethaurus
9mo ago
Why do they call it even when you of in the true number of out false odd the number?
26.
▲
by
sethaurus
10mo ago
Oh my god, it's a Quine! This is a linear sequence of bits, which when interpreted as a Game of Life board, "prints" an exact copy of itself 2 pixels to the right (leaving no trace of the original). I suppose its job would be
27.
▲
by
sethaurus
10mo ago
> I’m curious, how do you know it was inspired by tiger beetles impl? Describing its design, the readme for libxev says "credit to this awesome blog post" and links to the same Tigerbeetle post in this submission.
28.
▲
by
sethaurus
10mo ago
This is a little different from most "Doom on X" projects, because the accomplishment is less about the hardware (it's just a normal computer) and more about turning a circuit-board designer into a real-time game display.
29.
▲
by
sethaurus
10mo ago
> Actually, as I'm writing this, I realized that probably the music being produced by this person is actually done by a computer. So, maybe she's in the first wave of totally artificial pop stars. Her main collaborator, co-cr
30.
▲
by
sethaurus
10mo ago
That's a little ungenerous. Richer types are not intrinsically about metaprogramming, they just let you model your domain more accurately so you can turn runtime errors into build-time errors. If your system already has natural constra
More ›