Austin Baune
banner
abaune.bsky.social
Austin Baune
@abaune.bsky.social
Coding and eating pizza rolls. Sometimes together.
You're absolutely right!
September 9, 2025 at 11:19 PM
Of all the things @syntax.fm has taught me, learning Roller Coaster Tycoon was written in Assembly by one dude might be the craziest 🤯🤯
September 2, 2025 at 4:37 PM
About 3 weeks into vim motions, why not use them during a demo. What could go wrong??
July 31, 2025 at 4:56 PM
Has anyone #vibecode a red alert? How successful was it?
July 24, 2025 at 10:05 PM
#vscode vim extention is terribly slow. Was planning on using it until I was fluent enough for neovim. Maybe a forcing function for neovim.

Any suggestions?
July 23, 2025 at 9:37 PM
My #vim journey so far
Week 1: slow
Week 2: ooh, that was nice
Week 3: I think I love you
July 22, 2025 at 3:16 PM
Dammit, I think I love using vim
July 15, 2025 at 11:21 PM
Front end frameworks today mostly do the same thing. When choosing think about

1. How do I want to handle routing?
2. How complex is my server?
3. What comes with the most out of the box tooling to accomplish my task?
May 27, 2025 at 5:24 PM
Refactoring can not only help out your codebase, but it can also promote forced learning when you break all the things. #protip
April 2, 2025 at 11:48 PM
Is there an industry standard for what a login page should look like? Box with inputs, vertical page layout, etc? #webdev
April 2, 2025 at 2:28 AM
Tim Severien
Blog of another senior web engineer
tsev.dev
March 31, 2025 at 1:59 PM
Typescript is 10x faster using... go? Let's go!
youtu.be/pNlq-EVld70?...
A 10x faster TypeScript
YouTube video by Microsoft Developer
youtu.be
March 18, 2025 at 3:20 PM
Reposted by Austin Baune
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!

devblogs.microsoft.com/typescript/t...
A 10x Faster TypeScript - TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
devblogs.microsoft.com
March 11, 2025 at 2:36 PM
Should I migrate from #react router to #tanstack router? 🤔
March 6, 2025 at 5:31 PM
Learning how to promt #AI is half the battle.
March 4, 2025 at 3:18 AM
#Claude made me love css again. Simple prompts to accomplish large tasks with impressive accuracy.
March 2, 2025 at 4:55 PM
Today I learned that Object.freeze(obj) is a thing. This makes the obj immutable, with the gotcha that it is shallow.

#js #webdev
February 28, 2025 at 4:23 PM
AI won't replace your job, but someone using it will.
February 27, 2025 at 8:43 PM
Create React App is dead react.dev/blog/2025/02...

We had good luck migrating to RsBuild and RsPack!
Sunsetting Create React App – React
The library for web and native user interfaces
react.dev
February 26, 2025 at 8:13 PM
Converted a somewhat large code base from #webpack to #rspack recently and saw the build time go from ~40s to ~2s!

The overall package size increased slightly 🫣 (any tips here?) but the build time saved is a big win.

#rust #webdev
January 6, 2025 at 11:29 PM
I've been primarily in React land, but recently have been trying Svelte with the release of Svelte 5. Gotta say that I'm really liking it so far. #svelte
January 6, 2025 at 11:25 PM