Austin Baune
@abaune.bsky.social
27 followers 39 following 21 posts
Coding and eating pizza rolls. Sometimes together.
Posts Media Videos Starter Packs
abaune.bsky.social
You're absolutely right!
abaune.bsky.social
Of all the things @syntax.fm has taught me, learning Roller Coaster Tycoon was written in Assembly by one dude might be the craziest 🤯🤯
abaune.bsky.social
About 3 weeks into vim motions, why not use them during a demo. What could go wrong??
abaune.bsky.social
I'm curious essentially if given historical data how well could we have an agent diagnose and propose the fix during a red alert event. And how quickly?
abaune.bsky.social
Has anyone #vibecode a red alert? How successful was it?
abaune.bsky.social
#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?
abaune.bsky.social
My #vim journey so far
Week 1: slow
Week 2: ooh, that was nice
Week 3: I think I love you
abaune.bsky.social
Dammit, I think I love using vim
abaune.bsky.social
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?
abaune.bsky.social
Refactoring can not only help out your codebase, but it can also promote forced learning when you break all the things. #protip
abaune.bsky.social
Is there an industry standard for what a login page should look like? Box with inputs, vertical page layout, etc? #webdev
Reposted by Austin Baune
typescriptlang.org
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
abaune.bsky.social
Should I migrate from #react router to #tanstack router? 🤔
abaune.bsky.social
Learning how to promt #AI is half the battle.
abaune.bsky.social
#Claude made me love css again. Simple prompts to accomplish large tasks with impressive accuracy.
abaune.bsky.social
Today I learned that Object.freeze(obj) is a thing. This makes the obj immutable, with the gotcha that it is shallow.

#js #webdev
abaune.bsky.social
AI won't replace your job, but someone using it will.
abaune.bsky.social
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
abaune.bsky.social
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