Seems like it https://www.phoronix.com/review/amd-ryzen-ai-halo/9
This is not surprising and perhaps one of the things I respect about it. Zig is pretty minimalist and I would prefer denying my pet features over becoming design by committee. I'm a bit curious, what features could you…
I think of Emacs as more of a lisp machine than text editor. I'm also not sure what an IDE has over Emacs. I have autocomplete, compiler checks, and run tests all within Emacs. For general automation, my blog is built…
If you don't pass an allocator param in Zig, then the function basically can't allocate.
I haven't tried Z.ai, but both Ollama ($20) and OpencodeGo ($10) seem to give me more generous limits than the Claude $20
I'm surprised this is the default. How good are the snapshot management tools?
I thought parentheses were fairly intuitive. They are not for grouping, more like representing an AST. For other languages, similarly, x is not the same as x()
I made a rusty version of this. No linked lists, but that's not important in the grand Scheme of things. https://wmedrano.dev/post/2025/11/15/lisp-1
haha, I definitely wouldn't call my setup fast. But it did get a lot better after Native Compilation and a lot of the major stuff has started async to feel more responsive at least.
No, but I use GLM5.1 instead of Claude/GPT.
I just started Compiling with Continuations by Andrew W. Appel. I hope that by the end of the book I don't find out that CPS compiled code produces bad stack traces.
Which specific models were you using? In March I switched to Opencode + Kimi K2.5 and found it was a step behind. I switched to GLM 5.1 and has felt like a step above. Its probably some combination of me forgetting the…
I've been fine with Linux/KDE. Even the fractional scaling support is decent. Edit: Guess it depends on the app
> Trump cannot instruct Google to put picture of dogs on their homepage. I'm sorry, but that was a horrible example. Corporations have no obligation to donate money to the ballroom yet Google has donated millions.
Well, I wouldn't use this since I have my own box. In case its useful: - I run hermes on the box and it has some scheduled cron jobs. - I gave it an account on a custom Git forge. It cannot commit without my direct…
I started writing a Scheme interpreter about a year ago and got pretty far. I dropped it a few months back since I got a new job. I'm thinking of getting back and am wondering if the niche (and difficult for me to…
Ironically, the top comment (this) is now about AI.
Zig gives you more control than Rust, which should theoretically lead to a higher performance ceiling. There's not much magic in Zig. Keep hitting goto-definition and you can eventually see the OS switch statements and…
Try it if you want full control over every memory and IO operation and "drop". If you hit "goto-definition", you eventually get to see the OS switch statements and syscalls. There's not much magic. Do not try it if you…
We're talking about ~1 trillion $$$ valuations here tho
When I joined in 2016, it CitC would make it look (and still does) like you had the entire monorepo on your local filesystem on your machine. Git5 would copy some directories but builds would still fallback to files…
From the user interface perspective though, it does essentially look like you've pulled all of google3 into your disk.
Luckily, they still support the text editor + CLI tools workflow so I can still use Emacs effectively.
We've moved on from Git5. Although it was a pain, I kind of liked that Git5 made the monorepo less monolithic to my editor.
Yeah, under my desk. I rarely remote which is a good excuse for me to disconnect from work anyways.
Seems like it https://www.phoronix.com/review/amd-ryzen-ai-halo/9
This is not surprising and perhaps one of the things I respect about it. Zig is pretty minimalist and I would prefer denying my pet features over becoming design by committee. I'm a bit curious, what features could you…
I think of Emacs as more of a lisp machine than text editor. I'm also not sure what an IDE has over Emacs. I have autocomplete, compiler checks, and run tests all within Emacs. For general automation, my blog is built…
If you don't pass an allocator param in Zig, then the function basically can't allocate.
I haven't tried Z.ai, but both Ollama ($20) and OpencodeGo ($10) seem to give me more generous limits than the Claude $20
I'm surprised this is the default. How good are the snapshot management tools?
I thought parentheses were fairly intuitive. They are not for grouping, more like representing an AST. For other languages, similarly, x is not the same as x()
I made a rusty version of this. No linked lists, but that's not important in the grand Scheme of things. https://wmedrano.dev/post/2025/11/15/lisp-1
haha, I definitely wouldn't call my setup fast. But it did get a lot better after Native Compilation and a lot of the major stuff has started async to feel more responsive at least.
No, but I use GLM5.1 instead of Claude/GPT.
I just started Compiling with Continuations by Andrew W. Appel. I hope that by the end of the book I don't find out that CPS compiled code produces bad stack traces.
Which specific models were you using? In March I switched to Opencode + Kimi K2.5 and found it was a step behind. I switched to GLM 5.1 and has felt like a step above. Its probably some combination of me forgetting the…
I've been fine with Linux/KDE. Even the fractional scaling support is decent. Edit: Guess it depends on the app
> Trump cannot instruct Google to put picture of dogs on their homepage. I'm sorry, but that was a horrible example. Corporations have no obligation to donate money to the ballroom yet Google has donated millions.
Well, I wouldn't use this since I have my own box. In case its useful: - I run hermes on the box and it has some scheduled cron jobs. - I gave it an account on a custom Git forge. It cannot commit without my direct…
I started writing a Scheme interpreter about a year ago and got pretty far. I dropped it a few months back since I got a new job. I'm thinking of getting back and am wondering if the niche (and difficult for me to…
Ironically, the top comment (this) is now about AI.
Zig gives you more control than Rust, which should theoretically lead to a higher performance ceiling. There's not much magic in Zig. Keep hitting goto-definition and you can eventually see the OS switch statements and…
Try it if you want full control over every memory and IO operation and "drop". If you hit "goto-definition", you eventually get to see the OS switch statements and syscalls. There's not much magic. Do not try it if you…
We're talking about ~1 trillion $$$ valuations here tho
When I joined in 2016, it CitC would make it look (and still does) like you had the entire monorepo on your local filesystem on your machine. Git5 would copy some directories but builds would still fallback to files…
From the user interface perspective though, it does essentially look like you've pulled all of google3 into your disk.
Luckily, they still support the text editor + CLI tools workflow so I can still use Emacs effectively.
We've moved on from Git5. Although it was a pain, I kind of liked that Git5 made the monorepo less monolithic to my editor.
Yeah, under my desk. I rarely remote which is a good excuse for me to disconnect from work anyways.