HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anematode

652 karmajoined hace 2 años
Opinions expressed here are solely my own. Website: https://anemato.de

Submissions

AI Wellbeing: Measuring and improving the functional pleasure and pain of AIs

ai-wellbeing.org
2 points·by anematode·hace 2 meses·0 comments

Optimizing for non-uniform memory and cache effects in Stockfish

anemato.de
1 points·by anematode·hace 4 meses·0 comments

Vulnerabilities in Cloudflare's vinext disclosed by Vercel

twitter.com
2 points·by anematode·hace 5 meses·0 comments

Fishtest

tests.stockfishchess.org
2 points·by anematode·hace 9 meses·0 comments

comments

anematode
·hace 1 hora·discuss
As someone who has no dog in this race (er, well, I'd like to see both companies crumble!), I think this is a natural response to Anthropic's paternalism, which has always been there but has lately been much more apparent.
anematode
·hace 1 hora·discuss
Exactly!
anematode
·hace 5 horas·discuss
> You can continue to enjoy the books and articles etc

Except for the books that Anthropic bought and destroyed?

There's also the cultural displacement element: while yes, some people (including me) would seek out original content, AI slop is drowning it out. This is decreasing my and others' enjoyment.
anematode
·anteayer·discuss
They're stealing, eh?
anematode
·anteayer·discuss
Greediest, perhaps?
anematode
·anteayer·discuss
There are indeed scrapers which use tens of thousands of distinct IPs, and so rate limiting them isn't a solution.
anematode
·hace 3 días·discuss
Should be `dogs[0].bark()`
anematode
·hace 5 días·discuss
It also contextualizes the urgency of their attempts at regulatory capture. Once Chinese models have the same capabilities, there's almost no reason not to use them.
anematode
·hace 10 días·discuss
It's fantastic to publish these. Otherwise Anthropic's commitment to "AI safety" is Emperor Dario's new clothes, its failure unacknowledged.

An easy alternative is to switch to a Chinese open-weights model, adjust your workflows for its different capabilities, and carry on.
anematode
·hace 17 días·discuss
I know (via probing these models) that some of my work is in the training data. My mailbox is open.
anematode
·hace 17 días·discuss
Yup, it's hard to take seriously any complaint about "stealing" Anthropic's services, when their entire business is based on massive theft.
anematode
·hace 19 días·discuss
It's obviously an error, but I'm going to assume you are larping and move on
anematode
·hace 19 días·discuss
What?
anematode
·hace 19 días·discuss
The honest answer:
anematode
·hace 21 días·discuss
Utter dysfunction. I ripped out bun from my projects after the vibe Rust rewrite, but seems like the problem has existed much longer...
anematode
·hace 21 días·discuss
Why the snark? wasmtime is a (pretty popular) Rust project which uses a JIT, demonstrating that it's not incompatible with Rust. Obviously a proper VM wouldn't depend on wasmtime, but implement its own JIT and paraphernalia.
anematode
·hace 21 días·discuss
wasmtime exists
anematode
·hace 21 días·discuss
I'd actually love to see a relatively high-performance (i.e., including a decent JIT) runtime for a dynamic language that's written in Rust. There's a lot of implementations like Rust Python, the Boa JS engine, etc. that are purely interpreted – and fun! – but I haven't seen a proper, high-performance VM yet.

I considered writing such a JVM in Rust, following writing one in C (https://github.com/anematode/b-jvm) that could JIT WebAssembly code and run in the browser, but decided it would be too time-consuming.

Obviously such a VM would involve a lot of unsafe, but I'm wondering if you could establish some proper, compile-time-checked invariants that make things a lot safer, without the complicated sandboxing that modern JS runtimes use to make it harder for JIT bugs to escalate into full blown RCE.
anematode
·hace 21 días·discuss
Thanks, fixed
anematode
·hace 21 días·discuss
This is terrifying. Evidently based on prior art by Mr. Pizlo – indeed, where's the acknowledgement of that?? (edit: I missed it) – but I'm assuming that was never translated into code.

I love the idea of experimentation and innovation; I abhor the idea of it being dependent on Anthropic and their theft. I've never rooted for the Chinese labs more strongly than after seeing this.