MaxSlashWang Profile Banner
Max/Wang Profile
Max/Wang

@MaxSlashWang

Followers
362
Following
4K
Media
1K
Statuses
3K

Software Engineer · Learn To Build And Learn To Sell · Build in Private · https://t.co/Jth5B1PH1o

Android/iOS/Web
Joined August 2022
Don't wanna be here? Send us removal request.
@MaxSlashWang
Max/Wang
43 minutes
Just shipped TL;Dev — curated TL;DRs of case studies & sharp tactics from YouTube/Reddit/X for devs & indie builders. Built with Astro, deployed on Cloudflare (static-first). Free, no paywall. Would love your feedback: content you want, format tweaks, anything rough around the.
2
0
4
@MaxSlashWang
Max/Wang
2 hours
My company still mainly relies on Excel—honestly, Excel is incredibly powerful.
Tweet media one
0
0
3
@MaxSlashWang
Max/Wang
21 hours
Optional chaining doesn’t call for you:.user?.getName?.() is safe;.user?.getName() may be “undefined is not a function.”.
1
0
1
@MaxSlashWang
Max/Wang
1 day
I love cappuccinos, but looks like I can’t afford one—only made $2.83, lol
Tweet media one
0
0
2
@MaxSlashWang
Max/Wang
2 days
Javascript Destructuring defaults:. > const { a = 42 } = { a: undefined } // 42. > const { a = 42 } = { a: null } // null.Undefined is “absent,” null is “presently empty.”.
0
0
2
@MaxSlashWang
Max/Wang
2 days
`==` says “I can change.”.`===` says “I love you for who you are.”.Use healthy relationships.
1
0
1
@MaxSlashWang
Max/Wang
2 days
It’s not much—basically just coffee money.
Tweet media one
1
0
2
@MaxSlashWang
Max/Wang
3 days
Typescript vs Javascript:.TypeScript: “You need types.”.Javascript: “You need freedom.”.Prod: “You need tests.”.
4
0
4
@MaxSlashWang
Max/Wang
3 days
Anyone else into the vibe of coding from your phone? .Basically, Omnara lets you work with a Claude Code session right from your phone. So whether you’re on the toilet, taking your wife shopping, or grabbing drinks with the guys, you can have the AI grind away for you. Full-on
Tweet media one
0
0
4
@MaxSlashWang
Max/Wang
4 days
Javascript Race conditions:.`Promise.race()`: fastest wins. `Promise.all()`: united we… fail together. `Promise.allSettled()`: group therapy.
1
0
2
@MaxSlashWang
Max/Wang
4 days
Hmm, almost have enough for a Starbucks, 😆
Tweet media one
3
0
7
@MaxSlashWang
Max/Wang
4 days
Sorting numbers in Javascript: [10, 2].sort() → [10, 2]. Javascript: “I compare as strings for fun.”.You: “(a, b) => a - b please save me.”.
1
0
4
@MaxSlashWang
Max/Wang
5 days
Javascript friendships😆:.`undefined `= never showed up to the date. `null` = showed up… brought nothing.
2
0
6
@MaxSlashWang
Max/Wang
5 days
Spent the weekend messing around with LÖVE2D, coding a simulation of Intro sort and Tim sort—haha, super fun, folks.
0
0
2
@MaxSlashWang
Max/Wang
5 days
“Can we make it viral?”.Sure—just add `viral: true` in `config.yml`.
0
0
9
@MaxSlashWang
Max/Wang
5 days
No GPU needed to run LLMs. Microsoft’s open-source bitnet.cpp — a 1-bit inference framework that lets massive LLMs run efficiently on CPUs:.- 1.37×–5.07× faster inference.- 55.4%–70.0% lower energy consumption.- Supports Llama 3, Falcon 3, and BitNet models
Tweet media one
1
0
0
@MaxSlashWang
Max/Wang
5 days
Quicksort and Introsort: A Visualization
1
0
1