Dillon Mulroy λ
banner
dillonis.online
Dillon Mulroy λ
@dillonis.online
Software Engineer @vercel ▲ • Tweets about Functional Programming, TypeScript, Neovim, & Formula 1 • http://github.com/dmmulroyhttp://twitch.tv/dmmulroy
🫶
December 31, 2024 at 7:38 PM
👀
December 31, 2024 at 1:09 PM
yes
December 16, 2024 at 12:52 AM
ah i meant mostly more for software running in prod but still can be very useful for local dev
December 15, 2024 at 1:38 AM
tmux!
December 7, 2024 at 10:54 PM
December 3, 2024 at 2:13 AM
part 2
December 1, 2024 at 8:15 PM
part 1
December 1, 2024 at 8:15 PM
i've only started learning how DNS works recently, but @b0rk.jvns.ca's resources are top notch

- wizardzines.com/zines/dns/
- messwithdns.net
- The spec itself isn't bad either! www.rfc-editor.org/rfc/rfc1035
How DNS Works
wizardzines.com
November 30, 2024 at 8:16 PM
facts
November 30, 2024 at 8:13 PM
not as much as i’d like to 😔
November 29, 2024 at 12:46 PM
Reposted by Dillon Mulroy λ
The compiler uses a zero-codegen approach to transforming TypeScript into JavaScript. Pure type-stripping and nothing else.

That makes it fast. And also means there is no need for sourcemaps. This speeds up development and means the code you write is almost identical to the code that gets run.
ts-blank-space
A small, fast, pure JavaScript type-stripper that uses the official TypeScript parser.
bloomberg.github.io
November 29, 2024 at 11:19 AM