Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
remexre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
remexre
1mo ago
Doesn't the ELF loader do that?
2.
▲
by
remexre
2mo ago
if Ford bought hundreds of millions of dollars worth of Hyundais, put extra instrumentation in them, and resold them at a discount to customers who agreed to the instrumentation in exchange for the discount, is Ford doing industrial espiona
3.
▲
by
remexre
2mo ago
assuming the k3 model weights do indeed get published, if your model of the world is "achieving RSI is beneficial and K3 has done so," this feels structurally different from ordinary industrial espionage, because the knowledge has
4.
▲
by
remexre
2mo ago
my first prompt to any Kimi model was K3 via Pi, some version of "hi kimi!!" and the response was telling me "I'm actually Claude." this is not hard to repro, just use a system prompt that doesn't mention the m
5.
▲
by
remexre
2mo ago
the point of c++ when you need max perf is to be able to maintain the compile-time abstractions you need w/ templates instead of macros and undocumented optimizer behavior, not oop or raii
6.
▲
by
remexre
2mo ago
https://dispatchesfromtheautismwars.substack.com/p/are-autis...
7.
▲
by
remexre
3mo ago
User Wanted: Minimum 5y agentic development experience with Fable?
8.
▲
by
remexre
3mo ago
hasn't pcbway been doing this for years?
9.
▲
by
remexre
3mo ago
I take (prescribed) amphetamines and use LLMs, and I think "I wrote this while on amphetamines" will leave you with way better understanding of the code than "I vibecoded this?" Like, to an absurd degree? Vibecoding $x g
10.
▲
by
remexre
4mo ago
not sure that works as well when they don't own their API though; how much software is openrouter-only in a way that's not 5min of deepseek to patch the source for, or 15min of opus to patch the binary instead
11.
▲
by
remexre
4mo ago
the compiler can still interleave anything it shows is side-effect free; it’s hard to show that something would benefit from being reordered without analyzing it well enough to determine what side effects it has
12.
▲
by
remexre
4mo ago
Have a reproducer?
13.
▲
by
remexre
4mo ago
I can't tell if you're hyperbolizing the idea of community, or describing schooling.
14.
▲
by
remexre
5mo ago
If I interpret "a machine superintelligence" as "a classroom of 300IQ humans," I'm not really sure how this is true? You still have material and energy constraints, you can't think your way out of those.
15.
▲
by
remexre
5mo ago
the one where i think of a particular piece of work, and i know who did it, then tell a student "oh, see if $author's group published anything else about this." i'm not using software for this if this is off the top of m
16.
▲
by
remexre
6mo ago
pidfd, eventfd, AF_NETLINK, epoll, memfd, timerfd?
17.
▲
by
remexre
6mo ago
you're thinking of the programs in low-level langs that survived their higher-level-lang competitors; if you plot the programs on your machine by age, how does the low quartile compare on reliability between programs written in each gr
18.
▲
CHERIoT Rust: Status update #0
(rust.cheriot.org)
3 points
by
remexre
7mo ago
|
0 comments
19.
▲
by
remexre
7mo ago
my impression is that most CL these days is existing large closed-source codebases, hence the price tag for those compilers (you're not trying it out for a bit, you're funding the compiler devs to work full-time on the issues you&
20.
▲
by
remexre
7mo ago
https://0pointer.net/blog/file-descriptor-limits.html
21.
▲
by
remexre
8mo ago
how does this compare to MoSA (arXiv:2505.00315)? do you require that there's a single contiguous window? and do you literally predict on position, or with a computed feature?
22.
▲
by
remexre
8mo ago
c++ certainly also has and needs a similarly sufficiently smart compiler to be compiled at all…
23.
▲
Anthropic: Who's in Charge? Disempowerment Patterns in Real-World LLM Usage
(arxiv.org)
2 points
by
remexre
8mo ago
|
1 comments
24.
▲
by
remexre
8mo ago
https://en.wikipedia.org/wiki/Lexer_hack Make your parser call back into your lexer, so it can pass state to it; make the set of type names available to it.
25.
▲
by
remexre
8mo ago
The point of an IRB is to act as an outside reviewer of _ethics_. IRBs aren't some checklist thing admin put in to protect the University's reputation, they exist as a direct reaction to huge amounts of unethical human experimenta
26.
▲
by
remexre
8mo ago
There's usually an if(temp == 0) to change sampling methods to "highest probability" -- if you remove that conditional but otherwise keep the same math, that's not deterministic either.
27.
▲
Clicks Power Keyboard
(clicks.tech)
1 points
by
remexre
8mo ago
|
1 comments
28.
▲
by
remexre
8mo ago
What properties are you validating? ld.so/libdl don't give you a ton more than "these symbols were present/absent."
29.
▲
by
remexre
8mo ago
If you're trying to audit React, don't you either need to audit its build artifacts rather than its source, or audit those dev dependencies too?
30.
▲
by
remexre
9mo ago
Or more like, x = tokenize(input) i = 0 do { finish, x = layers(x) } while(!finish && i++ < t_max); output = lm_head(x)
More ›