| homepage | https://mighdoll.dev |
| homepage | https://mighdoll.dev |
> The left tends to think a lot about justice, but less about power. ... The two most direct forms of power are money and guns. ... The left, in America, has neither the money nor the guns.
> Is there a form of direct power that we can wield, that will be effective in this radically skewed battle? Yes. It is organized labor power. That is it, my friends. That is the left’s power vector. That is where our focus needs to be.
https://www.hamiltonnolan.com/p/theres-no-justice-without-power
I had fun presenting an Introduction to WESL with @stefnotch and @k2d222!
slides here: https://docs.google.com/presentation/d/1C_M6ZkIWF-KznJuxoEP-28o5ZtenlXxcyLi0vKccMm8
Displaying shader code in browser devtools.
I recently found out that it is possible to make errors point at arbitrary text with `eval` and source maps!
https://stackoverflow.com/a/79467192/3492994
A checklist for your `tsconfig.json`
https://2ality.com/2025/01/tsconfig-json.html
I never felt confident about my tsconfig.json. To change that, I went through the official documentation, collected all common options, and documented them in this blog post: This knowledge will enable you to write a tsconfig.json that is cleaner and that you’ll fully understand. If you don’t have the time to read the post, you can jump to the summary at the end where I show the tsconfig.json that I use now – along with recommendations for adapting it to different use cases (npm package, app, etc.). I also link to the tsconfig.json recommendations by several well-known TypeScript programmers. (I went through them when I researched this post.) I’m curious what your experiences with tsconfig.json are: Do you agree with my choices?