contextfree.bsky.social
I make videos about computer programming at https://youtube.com/@contextfree - he/him - God is good. Black lives matter.
95 posts
120 followers
130 following
Prolific Poster
Active Commenter
comment in response to
post
I agree it's not easily clear to beginners. I'm just saying it's not objectively bad or wrong, I don't think. I think it's somewhat related and meaningful. (And I can complain about a lot of things in C.)
comment in response to
post
I don't hate it. Fewer keywords (or words to have in scope if not a keyword). And it doesn't imply any storage size, so arithmetic on it clearly makes no sense. Also dereferencing is clearly wrong. It's sort of like unknown vs any in TypeScript, where void* is more like unknown.
comment in response to
post
Simple examples are good, for sure.
comment in response to
post
Yep, speaking as an American who opposes Donald, the old ways are obviously over. And that we managed to reelect the guy means that nobody can ever trust us again. It doesn't matter who wins the next election. I just hope everyone else manages to stick together strong without us.
comment in response to
post
I want some native target for Gleam. Which they've talked about but nobody has really worked on, if I understand correctly.
comment in response to
post
Yeah, nobody can trust the US at all for at least the next 50 years, I expect.
comment in response to
post
32/ This is not a new concept. This was the colonial world order.
comment in response to
post
Still not actually enough plants for reality, but we might still win "densest plants in a desert environment" for any video game ever?
comment in response to
post
It’s frustratingly fascinating how American pundits are treating military threats aimed at close allies, as trolling on the Internet.
US allies aren’t. Heads of state all over NATO and the EU are steadfastly reiterating the same message: this is not ok and this is not normal.
comment in response to
post
Subscribing to cartoonist Ann Telnaes' Substack!
@anntelnaes.bsky.social
Canceled WAPO today (Also subscribed to REUTERS)!
open.substack.com/pub/anntelna...
comment in response to
post
I know the viewership probably drops off a cliff once the cool shots of soldering and printing stop, but I just want to see the code! Won't somebody think of the code!
comment in response to
post
oh, someone looked at precisely this scenario. I'd also have expected this to be green across the board blog.jooq.org/10-cool-sql-...
comment in response to
post
Planning to enjoy To the Moon Beach Episode with family today.
comment in response to
post
Making pretty good progress with Webassembly component support in wasmex. This will let us integrate with python javascript go .net rust etc using a language independent type system github.com/tessi/wasmex
comment in response to
post
If so, at least ChatGPT get to train on gobs of its own articles.
comment in response to
post
¿Será? Me falta imaginar la influencia. Pues, puede que sea por mala memoria.
comment in response to
post
¿Por qué no los dos?
comment in response to
post
Stalin?
comment in response to
post
My current design is each wasm module manages its own memory. I feel like forcing a common memory space dilutes a language somewhat. And with core drawing based on GPU buffers and so on, I feel like using buffers for cross-module transfer also makes sense. But it does take more effort to coordinate.
comment in response to
post
Odin app source: github.com/contextfreei... - Nim extension source: github.com/contextfreei...