Readit News logoReadit News
norswap commented on The Core of Rust   jyn.dev/the-core-of-rust/... · Posted by u/zdw
hamaluik · 7 months ago
This feels like a fairly uncharitable take. The author conveniently left out all of the things needed to understand that JavaScript version, including async/await, promises, modules, string interpolation, lambda syntax, not to mention the runtime that is running this, etc.

You also don’t have to start with a program that invokes 20 concepts at once, every one of those rust concepts can have its own hello world, introducing one concept at a time. Frankly several of them are just fundamental CS concepts.

norswap · 7 months ago
Not really, he explicitly makes the point that it's easier to write useful simple programs in Javascript without the extra stuff, whereas in Rust you need to know about a whole lot of things to make the equivalent simple program.
norswap commented on Reading Neuromancer for the first time in 2025   mbh4h.substack.com/p/neur... · Posted by u/keiferski
norswap · 8 months ago
I read it and was disappointed, it's okay but probably my expectations were too high for this classic.

I would recommend Snow Crash instead, another Sci-Fi classic from the same era which I found to be a much more enjoyable read & more commensurate to the hype.

norswap commented on FSE meets the FBI   blog.freespeechextremist.... · Posted by u/1337p337
norswap · 9 months ago
Wasn't there a better technical way to block the scraper? Like blocking IPs/domains at ingress instead of serving requests? Probably you do still pay for request traffic though...

Isn't there a market for anti-DDOS third-party services for API endpoints (Cloudflare etc) — through probably for "Free Speech Extremist" that wouldn't be suitable solution, and there are charges too (though presumably when facing a situation like this you actually save money).

norswap commented on Garfield Minus Garfield   garfieldminusgarfield.net... · Posted by u/mike1o1
norswap · a year ago
Am I the only one wishing I could see the original afterwards, for comparison?
norswap commented on Happy 10k Day   blog.comma.ai/happy10kday... · Posted by u/LorenDB
dagenix · a year ago
So, a hackier version of Tesla's autopilot? Sounds, uh, terrifying.
norswap · a year ago
I think it did much better on safety in some tests (no I don't have sources, going from memory :/), but is less capable by design on some more trickier scenarios. Basically pretty much what you would something like this to be.
norswap commented on A 10x Faster TypeScript   devblogs.microsoft.com/ty... · Posted by u/DanRosenwasser
RyanCavanaugh · a year ago
Our best estimate for how much faster the Go code is (in this situation) than the equivalent TS is ~3.5x

In a situation like a game engine I think 1.5x is reasonable, but TS has a huge amount of polymorphic data reading that defeats a lot of the optimizations in JS engines that get you to monomorphic property access speeds. If JS engines were better at monomorphizing access to common subtypes across different map shapes maybe it'd be closer, but no engine has implemented that or seems to have much appetite for doing so.

norswap · a year ago
I used to work on compilers & JITs, and 100% this — polymorphic calls is the killer of JIT performance, which is why something native is preferable to something that JIT compiles.

Also for command-line tools, the JIT warmup time can be pretty significant, adding a lot to overall command-to-result latency (and in some cases even wiping out the JIT performance entirely!)

norswap commented on The Demoralization is just Beginning   geohot.github.io//blog/je... · Posted by u/surprisetalk
aredox · a year ago
geohot is a deeply unserious person.

(See also: his attempt at self-driving, and his "internship" at x/twitter under Elon)

norswap · a year ago
His "attempt" at self-driving is better than most of the industry, at a fraction of the cost.

The man does and tries things. Man in the arena.

u/norswap

KarmaCake day5628March 15, 2009
About
http://norswap.com/

[ my public key: https://keybase.io/norswap; my proof: https://keybase.io/norswap/sigs/7MjYNKBzV3Q0iTnTn7335vArDZwY_nZ0OkRLeXz1JII ]

View Original