Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
knome
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
knome
5d ago
ha. 4th grade for me, though I'm more amused than salty about the affair. who's ever heard of 'recursion'? honestly.
2.
▲
by
knome
18d ago
the first line of the article points out that python isn't run in the POSIX C handler. that just sets a flag for the interpreter to act on. the python issue is an unsafe re-entrant handling strategy in the interpreter.
3.
▲
by
knome
2mo ago
>Migrant is actually the wrong word entirely, I think. immigrant, im- (variant of in-) ; migrant into your country emigrant, ex- ; migrant out of your country both are still migrants. there is no specific cause for migration required to
4.
▲
by
knome
2mo ago
https://eisenwave.github.io/voxel-compression-docs/rle/hilbe...
5.
▲
by
knome
2mo ago
>s/learn/be indoctrinated/ Yeah, this comment demonstrates my own perspective on it quite well, in that it's likely just another bald political attack by the current administration on education, wherein a bureaucrat w
6.
▲
by
knome
3mo ago
For a single word response, perhaps. But for anything else I wouldn't. The entire chain will be affected from the different tokenization on down. Even if it lands in roughly the same semantic area, it doesn't mean it will land the
7.
▲
by
knome
3mo ago
Of course they pull that kind of crap. Teens are often plenty smart, just generally naive to consequences. They'll do this kind of stuff even if we require spybotting the entire internet. Kids already lean on sketchy older siblings or
8.
▲
by
knome
3mo ago
You're a parent. Be the bad guy if you feel it's right. Wanting the government to levy a society-wide information tracking system because you don't want your child to be upset at you is incredibly selfish.
9.
▲
by
knome
3mo ago
the only difference between a thread and a process on linux is how many structures they share. the function is identical.
10.
▲
by
knome
4mo ago
it's not uncommon for runtimes to use always-zero bits from aligned pointers or bits above 48 (unused in most current 64bit CPUs) to store flags today. you don't need special 'bit-addressing' to do it. byte addressing wo
11.
▲
by
knome
4mo ago
mandating devices provide a `NoAdult` setting, so so browsers could check it and then send something like a `x-NoAdult` header would give websites a reasonable method for distinguishing minors (or people that just don't want adult cont
12.
▲
by
knome
4mo ago
that's what the y-buffer is that the article mentions in the front-to-back rendering section. it tracks how tall each columns write is so you can use it to only write the diff between it and the voxel behind it, skipping writing anythi
13.
▲
by
knome
4mo ago
You could avoid a full screen clear by using the y-buffer to draw in sky segments after rendering terrain.
14.
▲
by
knome
4mo ago
>the algorithms love recommending AI content wouldn't be surprised if it's because they don't have to pay out for AI music.
15.
▲
by
knome
4mo ago
'berkeley packet filters', these days 'extended berkeley packet filters', are little program snippets you can inject into the linux kernel from userland programs to run logic on hooks on various events without the need t
16.
▲
by
knome
4mo ago
this wouldn't catch overflow or underflow errors, nor does it allow non-base-10 numbers, nor does it handle negative numbers. and writing your own parser is a failure case by op's logic. they are complaining about the builtin pars
17.
▲
by
knome
5mo ago
and I might respect your opinions if they weren't couched in vapid complaints over the formatting of casual online intercourse. nobody with an argument of substance starts off with a complaint on the casing of someone's statement.
18.
▲
by
knome
5mo ago
I would add another to the list, which is languages where every expression yields zero or more values, particularly `jq`. there are some antecedents in Icon and xquery, but these generally require explicitly opting into either production or
19.
▲
by
knome
5mo ago
the answer to that is a functional social safety net for the innocent employees to land in, not allowing companies to violate the law with impunity.
20.
▲
by
knome
6mo ago
>there is no point in code-reviewing ai-generated code the idea that you should just blindly trust code you are responsible for without bothering to review it is ludicrous.
21.
▲
by
knome
6mo ago
>which buffers everything in memory gnu sort can spill to disk. it has a --buffer-size option if you want to manually control the RAM buffer size, and a --temporary-directory option for instructing it where to spill data to disk during s
22.
▲
by
knome
6mo ago
no they don't. "department of war" is a "secondary title" of the DoD. https://www.whitehouse.gov/presidential-actions/2025/09/rest... only congress can change the name.
23.
▲
by
knome
7mo ago
you're responsible for understanding the ramifications of things you do if a reasonable person should recognize those ramifications. any reasonable person would have known they were interrupting emergency services. not a lawyer, but su
24.
▲
by
knome
7mo ago
and they were doing that indiscriminate jamming as they drove around for two years. if op is trying to cast someone making up rules in their head and going vigilante to enforce it on everyone else out of some sense of self-righteous indigna
25.
▲
by
knome
8mo ago
>Ironically, being anti-science is pro-science. Skepticism of institutions and consensus is the scientific method skepticism is necessary, but not sufficient. if they merely nay-say institutions and then go with their gut, it's cert
26.
▲
by
knome
8mo ago
>How long did humanity survive without vaccines for _everything_? Oh that's right. for most of human history, half of kids died before reaching adulthood.
27.
▲
by
knome
9mo ago
Selling prisoners as underpaid slave labor means everyone else now has to compete against companies using that slave labor. It's essentially cutting us twice. We both pay to house and feed the employees/contractors of the company
28.
▲
by
knome
9mo ago
archeologists needing a hand from modern experts reminds me, too, of Janet Stephens. https://classics.rutgers.edu/the-hair-archaeologist-janet-st...
29.
▲
by
knome
9mo ago
I assumed they meant using the LLM to extract the citations and then use external tooling to lookup and grab the original paper, at least verifying that it exists, has relevant title, summary and that the authors are correctly cited.
30.
▲
by
knome
10mo ago
I appreciate linux for the inverse reason. Because everything is either a nice text based config file or a command line tool, scripting changes to settings and automating things is a breeze.
More ›