Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adrian17
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
adrian17
10d ago
> something I was doing with my "strict MVP" build of Anubis' WASM wasn't in fact sticking to just the MVP features of WebAssembly Fun fact, this _used_ to be the case - wasm32-unknown-unknown had extra non-mvp featur
2.
▲
by
adrian17
18d ago
It’s trading one property for another, isn’t it? Standard beziers with symmetric handles are C1 continuous but not necessarily G2 continuous; author’s scheme is the other way around, which makes them better for some use cases and worse for
3.
▲
by
adrian17
22d ago
> does „well” > art Small pushback here: it (and bluesky too) is absolutely atrocious for art, at least as a consumer. Once in a while I stumble upon an artist who only posts their drawings on twitter/bsky, and it’s pretty much i
4.
▲
by
adrian17
1mo ago
If I ask a model to do a change involving editing a file, and it starts investigating internals of my build system, then sure it might not be counterproductive or break the task, and might have taken only extra 30 seconds; but for all I kno
5.
▲
by
adrian17
2mo ago
AFAIK a nontrivial (5-10%?) fraction of population own a smartphone without any bigger computing device.
6.
▲
by
adrian17
2mo ago
I thought bot protection was one of reasons for using Cloudflare in the first place (next to general CDN hosting)? After all, they do show a captcha-like challenge on some websites, so I thought that even without robots.txt, it still would
7.
▲
by
adrian17
2mo ago
> After 15 minutes of confusion, it turned out Cloudflare had put a crazy robots.txt on my site without my consent (Cloudflare, love you guys, but this needs to stop). Might be the first time I see someone complain about their website be
8.
▲
by
adrian17
2mo ago
Makes sense, they probably don’t want to leak _the_ secret sauce driving the game itself. I saw some eve-specific logic in Destiny repo, like warp enter condition and warp velocity math, or entity visibility between grids. (Also, it’s full
9.
▲
by
adrian17
2mo ago
The catch is that it's not really doing anything. It "stores" 16GB of quants by... storing the base 2GB model and quantizing it on user's machine on demand. The extra diff files are only there because the quantization is
10.
▲
by
adrian17
3mo ago
Also side observation, the last HN user to regularly mention b7r6 (with the strong implication that it's them) got banned here several months ago: https://news.ycombinator.com/item?id=47119245 The "dissertation&qu
11.
▲
by
adrian17
3mo ago
> The GDPR is almost trivial to comply with if you’re not harvesting data willy-nilly. I buy a VPS. I apt install nginx. Is it okay that by default, opening http://IP/index.html logs the IP address to /etc/log&#x
12.
▲
by
adrian17
3mo ago
> Also, as you're using full double/f64-precision all the time, you're leaving a fair bit of performance on the table There's another issue that popped up on my quick naive profiling run: std::shared_ptr<Material&g
13.
▲
by
adrian17
3mo ago
Reading this leaves a weird taste in my mouth, since the author tends to regularly make nontrivial >1k LOC PRs (sometimes several per day) and merge them on the same day with no reviews at all. This is even ignoring the LLM aspect; I don
14.
▲
by
adrian17
4mo ago
Yesterday's comment listed suspected commits alongside the issues: https://news.ycombinator.com/item?id=48334270
15.
▲
by
adrian17
4mo ago
I think this is 6.3.2.3.7 in C99 about casting between pointer types: > If the resulting pointer is not correctly aligned for the pointed-to type, the behavior is undefined. However, unless I’m missing something, producing such a pointer
16.
▲
by
adrian17
4mo ago
I agree with you, but just a small nit: > First off, templates are the opposite of opaque due to the fundamental requirement that the implementation be visible to every translation unit using a template. That's not strictly true, yo
17.
▲
by
adrian17
4mo ago
I've seen people like this 15+ years ago on #learnprogramming on Freenode, I'm guessing LLMs just tend to validate that behavior instead.
18.
▲
by
adrian17
5mo ago
I wonder how often this happens in practice - by "this", I mean industry/LLM world not noticing* some research until a bigger player repeats it with louder PR. (*hopefully I didn't misunderstand the situation)
19.
▲
by
adrian17
5mo ago
They released the source (well, currently only the Android version) at https://github.com/google-ai-edge/gallery . At a glance, I see they do gather analytics about how much the app is used (model downloads, model invo
20.
▲
by
adrian17
5mo ago
No, only E2B and E4B.
21.
▲
by
adrian17
6mo ago
So the repo builds: - C library - neovim plugin - MCP server But not a plain binary, which is the main way ripgrep is directly used (...at least by humans), and compared with.
22.
▲
by
adrian17
6mo ago
> Epic did it backwards — they built the game first, then tried to force the infrastructure (EGS) into existence with money. Didn't Valve push Steam through HL2? It's a different kind of forcing of course, but still.
23.
▲
by
adrian17
6mo ago
It already has a fast path, from (I think) 3.11. If you run `object.x` repeatedly on the same type of object enough times, the interpreter will swap out the LOAD_ATTR opcode to `LOAD_ATTR_INSTANCE_VALUE` or `LOAD_ATTR_SLOT`, which only make
24.
▲
by
adrian17
6mo ago
I saw your documentation PR, thank you! I also did some reading and experiments, so quickly talking about things I've found out re: refcount elimination: Previously given an expression `c = a + b`, the compiler generated a sequence of
25.
▲
by
adrian17
6mo ago
That's not true. I mean: it's true that it has little to do with OOP, but most imperative languages (only exception I know is Rust) have the issue, it's not "Python specific". For example ( https://godbolt
26.
▲
by
adrian17
6mo ago
I think CPython already had tier2 and some tracing infrastructure when the copy-and-patch JIT backend was added; it's the "JIT frontend" that's more obscure to me.
27.
▲
by
adrian17
6mo ago
I'm been occasionally glancing at PR/issue tracker to keep up to date with things happening with the JIT, but I've never seen where the high level discussions were happening; the issues and PRs always jumped right to the grit
28.
▲
by
adrian17
7mo ago
The drop"-in" compatibility claims are also just wrong? I ran it on the old test suite from 6.0 (which is completely absent now), and quickly checking: - the outputs, even if correctly deduced, are often incompatible: "utf-16
29.
▲
by
adrian17
7mo ago
FWIW, I don't think there's even a room for interpretation here, given the commit that created the README (and almost all commits since the rewrite started 4 days ago) is authored by > dan-blanchard and claude committed 4 days
30.
▲
by
adrian17
7mo ago
I'm talking about the .fla (XFL) format, not .swf (which is documented well - though that doesn't mean its exact behavior its understood well) (note: I'm one of Ruffle's maintainers)
More ›