Published the first version of a D&D 5e crate, "dnd":
crates.io/crates/dnd/0...
I'm working on a silly side project to hook up a Raspberry Pi Pico + eInk display to show basic character stats during a game without needing to have other distracting tech (phone/tablet/etc)โ present.
22.06.2025 17:41 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
Fun! A Rust + WASM implementation of "Game of Life":
github.com/matanlurey/w...
I tried this a few years ago, and the Rust ecosystem is a lot more mature now - got lots setup, including test coverage running in Node/Chrome - in <1 hour.
120 FPS, ~9kb Brotli compressed.
10.06.2025 01:56 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
One of the worst aspects of working on a OSS project that is funded by a big company is having your entire job editorialized by random people on the internet.
I like OSS, and I like working for companies that sign my paycheck, but I can do without the public spectacle a lot of the time.
23.02.2025 00:54 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Dart 3.7 is here! Weโve got wildcard variables, new formatter style, cool updates to pub.dev, plus all the ways weโre continuing to make Dart the best it can be. Read all about 3.7 in our blog post: goo.gle/dart37
12.02.2025 19:47 โ ๐ 95 ๐ 15 ๐ฌ 6 ๐ 3
Roses are red, widgets are neat, 3.29 can't be beat ๐
The latest release includes updates to improve developer experience, enhance app performance, and provide greater flexibility in design and code style management.
Read the blog โ goo.gle/4hzlcZ8
12.02.2025 21:20 โ ๐ 92 ๐ 16 ๐ฌ 3 ๐ 1
Spent some recent downtime hacking. A TodoMVC with Web Asssembly & server-side rendering using the impressive Jaspr framework:
vsm-todomvc-wasm.web.app
Very cool to see this working on Chrome, Safari, and Firefox - Wasm has come a long way!
06.01.2025 17:11 โ ๐ 16 ๐ 4 ๐ฌ 2 ๐ 0
New years resolution as a software engineer on a team:
1. Using the word "merged" (not "landed" or "complete") to define code that is merged without doing all of the other work (and making sure it sticks).
2. Reducing the use of the word "we"; it's almost never clear who is being talked about.
30.12.2024 03:07 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 0
Itโs self-defeating to demand changes (i.e. to a software project) that you personally want to see, but reject others (that you donโt want to see). Teams and projects can be taught to embrace change or be resistant to it, but nobody will ever see eye to exactly with your exact philosophy.
23.12.2024 22:11 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
This entire time I could have been using retro-style codepage 437 glyphs as icons??? This changes ... something.
23.12.2024 01:40 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
You don't always need to use codegen (or custom lints) in your apps or packages.
Just write a test.
For example, I have a Codepage437Icons class, where I need to (manually) include a string-based representation of the icons, so I wrote a test to check I don't forget any!
23.12.2024 01:40 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Welcome!
22.12.2024 20:07 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
// Set the window size to emulate a medium size mobile device (i.e. iPhone SE).
self.setContentSize(NSSize(width: 375, height: 667))
// Disable window resizing
self.styleMask.remove(.resizable)
// Make the window always on top
self.level = .floating
I often use a macOS app to "simulate" building a mobile app in Flutter, particularly before I need any platform-specific functionality.
Here are some changes I make to `MainFlutterWindow.swift`.
The result is a cute always-on-top window sized somewhat like an iPhone SE. No plugins needed.
22.12.2024 04:10 โ ๐ 38 ๐ 4 ๐ฌ 6 ๐ 0
Am I missing something? This doesn't do anything in parallel unless the convert function itself runs in parallel?
19.12.2024 03:20 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Who could possibly have predicted an infra flakiness issue we've ignored for a year might pop up???!?
19.12.2024 03:07 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Microbenchmarks are experiments
I always enjoy reading Slava's writing: mrale.ph/blog/2024/11...
18.12.2024 23:26 โ ๐ 10 ๐ 2 ๐ฌ 1 ๐ 0
Hell World.
19.12.2024 03:05 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
One thing I particularly like about GitHub Co-Pilot is that it pushes you towards DAMP solutions (by nature of the tool, it doesnโt refactor your code) - which is great (personally) at making me avoid needless abstraction.
22.06.2023 02:22 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
We call this โthe cat houseโ (yes - have seen animal control out here before)
13.06.2023 04:08 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
This is extremely cool!
30.05.2023 21:24 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I learned a LOT about organizing and community from working in hospitality.
1. If you have 40 people who come to your spot and 1 disruptive jerk & donโt do anything, the 40 wonโt come back
2. You need to maintain a fun and welcoming atmosphere even if you have regulars, thatโs what helps you grow
21.05.2023 20:29 โ ๐ 327 ๐ 36 ๐ฌ 5 ๐ 6
This is extremely cool.
24.05.2023 01:17 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Without lists or an algorithmic feed I'm forced to either unfollow some top personalities or wade through dozens of posts to find other content.
23.05.2023 03:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Good post.
My POV: whether or not to have stand-ups should be up to the developer team (not the "scrum master" or product manager, etc).
Once you let the development team set their own process, it matters a lot less what they decide to do.
20.05.2023 19:41 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
User Inyerface - A worst-practice UI experiment
User Inyerface - A worst-practice UI experiment
if youโre looking for a fun and enjoyable game to start your Friday morning:
https://userinyerface.com/
19.05.2023 14:29 โ ๐ 17 ๐ 9 ๐ฌ 8 ๐ 0
How do folks who still use Twitter and Mastodon and Bluesky โฆ keep up? I donโt need to read every post by every author but logging into 3 separate apps a day to scroll is too much for me.
15.05.2023 17:14 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
I have mixed thoughts about how effective full remote work is, but โgaslight our employees back into the officeโ isnโt going to work folks (https://www.bloomberg.com/news/articles/2023-05-13/remote-work-comes-with-daytime-drug-and-drinking-habits).
15.05.2023 16:32 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
This is the dumbest shit I've read this week and I'm (still) a New York Times subscriber.
15.05.2023 16:31 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
๐
15.05.2023 00:20 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Looks great!
15.05.2023 00:20 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Dungeons & Daddies, not a BDSM podcast ft. Matt Arnold, Will Campos, Beth May, Freddie Wong, and Anthony Burch. Support us on Patreon: patreon.com/dungeonsanddads ๐ธ
Software Developer
Works on @dartcode.org
The real jbouie. Columnist for the New York Times Opinion section. Co-host of the Unclear and Present Danger podcast. b-boy-bouiebaisse on TikTok. jbouienyt on Twitch. National program director of the CHUM Group.
Send me your mutual aid requests.
Making memes, dreams, & software!
Sr. Director of Dev Advocacy at GitHub. Married to a dweeb and mom to a nerdy toddler + baby combo. She/Her โ๏ธ CHI ๐
Subscribe to my newsletter!
cassidoo.co/newsletter
โพโห.โโฉ aka "The Cloud Witch" โจ๐๐ฎ ~
Senior Flutter & TypeScript Engineer,
consulting at @vgventures.bsky.social;
CEO & Founder at @mekomi.dev;
๐๐ #Flutterista ~
๐ A game dev at heart ~
๐ณ๏ธโโง๏ธ๐ณ๏ธโ๐ she/they
Staff Software Engineer (Web Platform) @ Reddit
Also: Father of two boys โข Loves hockey โข Casual self-hoster โข Nightly gamer
Opinions and posts are my own and don't reflect the views of my employer.
Flutter Developer, GDE, building Visible - tracking platform for chronic illness
#flutterdev
Firebase/IDX/Checks DevRel @ Google. Carter USM fan for life. Into Android, AI, Cars, Cycling & Whiskey. Opinions are my own
I get to lead the developer relations team for Dart and Flutter! ๐
https://redbrogdon.dev/
Flutter, Dart, mobile, web, hardware tinkerer, dad, cub master.
Former Stadia UI TL, Google Fiber TV.
#BlackLivesMatter. Work on @flutter.dev. Kamala Harris forever. Irredeemable nerd. My opinions are good. Michigan โก๏ธ California.
Product manager for @dart.dev and @flutter.dev web tech @ Google. Proud dad of three. Reality-based liberal. https://kevmoo.com (he/him)
software engineer by day, software engineer by night. shorebird.dev. creator of the bloc library. working on brickhub.dev ๐งฑ
Building an alterantive to Airbnb alternative called Caza de Casa (https://cazadecasa.xyz) ๐ก
Senior Developer Relations Engineer @ Google
๐ Firebase Studio
โจ Gemini / Gemma
๐ฅ Firebase
๐ Flutter
๐ฅ Lit
๐จ Material Design
opinions are my own
โจ Work @Microsoft.com on AI, Azure, and Dev Productivity advocacy
โจ Dart & Flutter Community Leader @GoogleDevExpert
โจ Pluralsight & FlutterEngineering.io author!
โจ My YouTube channel youtube.com/@mhadaily
โจ Organizer FlutterVikings.com
Flutter GDE โ I share tips about Dart & Flutter app development.
Wanna learn Flutter? ๐ https://codewithandrea.com/