Hi Will, I was about to try opencode after using claude code for quite a while. I think understand the fundamental difference in how they work (acp against existing agentic loops with toad vs a single agentic loop for…
My life hack for switching fonts - buy a Berkeley Mono license so I cannot possibly use any other font bc I’d be wasting money. Nice font too.
Very interesting that discord also effectively evolved out of a failed game, albeit a few years after slack.
I'd love to use this but there appears to be no coverage of my country. Any plans to expand coverage to other regions?
I've always been pretty quick to see the hidden image, but I could see these faster than ever - almost instantaneously, even the first one. I wonder if it's something to do with me having stared at a screen for a decade…
The article mentions it, but you can sum up print debugging as selectively enabling verbose/trace logging. “We’re about to do X” or “We just did Y, here is Z”. A debugger gives you insight into the context of a…
Unfortunately, it’s not possible to express this sentiment via election participation. Abstention ends up supporting one candidate more than the other. What seems to be an affirmation of neutrality is not that in…
I remember using cash about 10 years ago. Was it under a different user back then? Ken wheeler maybe? Thanks for your continued work on it!
The team who create Atom, Electron and tree sitter are working on zed: https://github.com/zed-industries/zed
3 to 5 times more valuable is a huge leap. How do you measure this? Are you a software engineer?
I used RockAuto for the first time recently. The site is super dense with info and functionality, but never once did I feel lost or overwhelm. Neither did I feel like anything was missing. Everything I needed to see and…
Thanks for for the detailed answer. I'll try it out some time :)
Knip does have some auto fix capabilities but it’s not perfect yet. The detection is great, though. I use it with `dpdm` to keep things tidy. With these (plus eslint, prettier and typescript) in CI, I feel all warm and…
Urine is not sterile [0], but it probably won't hurt you either. [0] https://pubmed.ncbi.nlm.nih.gov/25766599/
Very cool! Did you explore using the gap properties to specify the thickness of your boards? > I wanted full control of the design process. Doing it in vector illustration software was too painful and it was taking too…
I find myself wanting a result type so often in python. This looks great. Thanks!
Thanks - I was looking in the wrong place in the docs.
I wonder if renovatebot [0] supports this? [0] https://github.com/renovatebot/renovate
I don't know if I'd use the word "enjoy", but it certainly makes python tolerable. With all due respect, it blows mypy out of the water.
Same. I'd hope that using LSP and Copilot would not meaningfully impact insertion latency, though - I'd expect those to be fully async, in a separate thread.
> These are tests of the latency between a keypress and the display of a character in a terminal Wow, the numbers are entirely unexpected. I want to see the latency when you have no display server, having booted…
> respond to your keystrokes on the next display refresh Claimed insertion latency for a keystroke: - zed 58ms - subl 75ms - vscode 97ms - clion 83ms 60 Hz displays refresh once every ~16.6ms. 58ms to insert a character…
If you want to implement the suggested changes across your codebase, you can use the `flake8` plugin `flake8-comprehensions`, or `ruff`'s `C4` ruleset, which is an implementation of `flake8-comprehensions`.
Always throwing away the first draft is such a useful strategy. Besides almost always resulting in a better finished product, it keeps you humble and light - life is an experiment!
Check out the album cover of Sheath by LFO (as mentioned on the page). Great IDM album.
Hi Will, I was about to try opencode after using claude code for quite a while. I think understand the fundamental difference in how they work (acp against existing agentic loops with toad vs a single agentic loop for…
My life hack for switching fonts - buy a Berkeley Mono license so I cannot possibly use any other font bc I’d be wasting money. Nice font too.
Very interesting that discord also effectively evolved out of a failed game, albeit a few years after slack.
I'd love to use this but there appears to be no coverage of my country. Any plans to expand coverage to other regions?
I've always been pretty quick to see the hidden image, but I could see these faster than ever - almost instantaneously, even the first one. I wonder if it's something to do with me having stared at a screen for a decade…
The article mentions it, but you can sum up print debugging as selectively enabling verbose/trace logging. “We’re about to do X” or “We just did Y, here is Z”. A debugger gives you insight into the context of a…
Unfortunately, it’s not possible to express this sentiment via election participation. Abstention ends up supporting one candidate more than the other. What seems to be an affirmation of neutrality is not that in…
I remember using cash about 10 years ago. Was it under a different user back then? Ken wheeler maybe? Thanks for your continued work on it!
The team who create Atom, Electron and tree sitter are working on zed: https://github.com/zed-industries/zed
3 to 5 times more valuable is a huge leap. How do you measure this? Are you a software engineer?
I used RockAuto for the first time recently. The site is super dense with info and functionality, but never once did I feel lost or overwhelm. Neither did I feel like anything was missing. Everything I needed to see and…
Thanks for for the detailed answer. I'll try it out some time :)
Knip does have some auto fix capabilities but it’s not perfect yet. The detection is great, though. I use it with `dpdm` to keep things tidy. With these (plus eslint, prettier and typescript) in CI, I feel all warm and…
Urine is not sterile [0], but it probably won't hurt you either. [0] https://pubmed.ncbi.nlm.nih.gov/25766599/
Very cool! Did you explore using the gap properties to specify the thickness of your boards? > I wanted full control of the design process. Doing it in vector illustration software was too painful and it was taking too…
I find myself wanting a result type so often in python. This looks great. Thanks!
Thanks - I was looking in the wrong place in the docs.
I wonder if renovatebot [0] supports this? [0] https://github.com/renovatebot/renovate
I don't know if I'd use the word "enjoy", but it certainly makes python tolerable. With all due respect, it blows mypy out of the water.
Same. I'd hope that using LSP and Copilot would not meaningfully impact insertion latency, though - I'd expect those to be fully async, in a separate thread.
> These are tests of the latency between a keypress and the display of a character in a terminal Wow, the numbers are entirely unexpected. I want to see the latency when you have no display server, having booted…
> respond to your keystrokes on the next display refresh Claimed insertion latency for a keystroke: - zed 58ms - subl 75ms - vscode 97ms - clion 83ms 60 Hz displays refresh once every ~16.6ms. 58ms to insert a character…
If you want to implement the suggested changes across your codebase, you can use the `flake8` plugin `flake8-comprehensions`, or `ruff`'s `C4` ruleset, which is an implementation of `flake8-comprehensions`.
Always throwing away the first draft is such a useful strategy. Besides almost always resulting in a better finished product, it keeps you humble and light - life is an experiment!
Check out the album cover of Sheath by LFO (as mentioned on the page). Great IDM album.