Will Honey's Avatar

Will Honey

@honey.sh.bsky.social

Husband and Father –– At the Intersection of Engineering, Product, and Design ori.io –– Once a webOS Dev from Kansas

40 Followers  |  266 Following  |  51 Posts  |  Joined: 21.12.2023  |  2.0225

Latest posts by honey.sh on Bluesky

typescript code that says, "form: any; // FormMetadata with flexible typing"

typescript code that says, "form: any; // FormMetadata with flexible typing"

very generous use of "flexible" here, Mr Claude

26.09.2025 15:33 — 👍 1    🔁 0    💬 0    📌 0

I feel this deeply. Every couple months I think about it.

22.09.2025 13:25 — 👍 1    🔁 0    💬 0    📌 0

I’m extremely excited to see a tight integration with tanstack DB too. Gonna be the best DX and super efficient for data loading

17.09.2025 23:53 — 👍 1    🔁 0    💬 0    📌 0

I didn’t expect to like custom iMessage conversation backgrounds but it’s pretty great! Good iOS 26 change! Never really used WhatsApp so hadn’t tried it before

16.09.2025 20:12 — 👍 0    🔁 0    💬 0    📌 0

I've been loving Cloudflare for my sideproject but definitely feeling the pains tonight. Sentry has so many issues—not sure where to go from here. Baselime looked promising but has been acquired. Ergghhh

01.09.2025 02:43 — 👍 0    🔁 0    💬 0    📌 0

It's a bit validating as a dev to see patterns I've liked become popular (and incredible!).

I loved basscss and implemented my own css utils. Tailwind is so much better than what I made.

I also implemented my own version of tanstack/db but what they're doing is again, much better.

18.08.2025 15:33 — 👍 0    🔁 0    💬 0    📌 0

Phew, took me a week to upgrade remix -> rr v7, but only a couple hours to upgrade React 18 -> 19. I've also added the React Compiler. Excited to see how much it helps.

12.08.2025 22:45 — 👍 0    🔁 0    💬 0    📌 0

pushing my wife to get new airpods because she deserves it? yes, but also, pushing my wife to get new airpods so I don't have to bring lightning cables with use when we travel? oh yeah.

01.08.2025 16:01 — 👍 1    🔁 0    💬 1    📌 0

I think part of the issue is it's not easy to open up the threads in multiple windows? I mean technically you can with slack, but I never think of doing it. Back in the old forum days, you could just open each thread in a new tab and jump between them easily.

09.07.2025 16:20 — 👍 0    🔁 0    💬 1    📌 0

Maybe I just can’t think of anything Star Wars without thinking about the mess that is the sequel trilogy

01.07.2025 04:39 — 👍 0    🔁 0    💬 0    📌 0

Finally getting around to andor season 2 and it’s incredible, but I can’t stop thinking about how badly they fumbled 7, 8, and 9.

It’s almost universe ruining, like the game of thrones ending.

01.07.2025 04:29 — 👍 1    🔁 0    💬 2    📌 0

Something is coming 🛋️💸

11.06.2025 12:56 — 👍 0    🔁 0    💬 0    📌 0

oh things I forgot:
- "visual intelligence" from the screenshot menu is such a great flow. hoping it works well.
- spotlight redo is pretty great. not sure if it'll replace raycast for me but it'll be good to have that base improved.

09.06.2025 20:11 — 👍 0    🔁 0    💬 0    📌 0

#wwdc thoughts:
- love the iPad changes, holy cow
- liquid glass is meh, whatever. just hoping it's not super buggy.
- love the custom control center widgets
- overall app redesigns seem really solid: phone, camera, photos, etc.

09.06.2025 20:08 — 👍 0    🔁 0    💬 1    📌 0

yoooooo

05.06.2025 14:59 — 👍 0    🔁 0    💬 0    📌 0

yaaay, multi platform :)

05.06.2025 14:25 — 👍 0    🔁 0    💬 0    📌 0

oh my goodness. my favorite game of all time! hoping it comes to switch (2?) or steam at least. If not, might have to pick up a playstation portal.

04.06.2025 21:54 — 👍 0    🔁 0    💬 1    📌 0

so glad you enjoyed it! one of my all time favorites

12.05.2025 14:39 — 👍 0    🔁 0    💬 1    📌 0
Fred again..: Tiny Desk Concert
YouTube video by NPR Music Fred again..: Tiny Desk Concert

Dan you must youtu.be/4iQmPv_dTI0?...

08.05.2025 14:21 — 👍 1    🔁 0    💬 1    📌 0

Wow, lots of transparency here. Really good stuff to see

23.04.2025 16:55 — 👍 5    🔁 0    💬 0    📌 0

I don’t think I’ve made a worse financial decision in my life than developing good taste

17.04.2025 00:58 — 👍 3376    🔁 413    💬 73    📌 45

I just want it to support weekly budgeting sooo bad. We find it so much easier to manage our budget when the “reset” is every week instead of monthly.

16.04.2025 22:49 — 👍 0    🔁 0    💬 0    📌 0

never thought I'd be so excited for an update to a parsing library. good stuffs!

10.04.2025 15:25 — 👍 0    🔁 0    💬 0    📌 0

This disease was eradicated before the moron brigade showed up

25.03.2025 18:34 — 👍 614    🔁 93    💬 10    📌 0
chatgpt getting a starcraft question wrong

chatgpt getting a starcraft question wrong

I can never trust ai again

19.03.2025 18:30 — 👍 1    🔁 0    💬 0    📌 0

do we know if it's oled or not?

16.01.2025 15:26 — 👍 0    🔁 0    💬 0    📌 0

Oh no. I’m a big em dash fan. I memorized the keyboard shortcut years ago

15.01.2025 00:39 — 👍 1    🔁 0    💬 0    📌 0
Preview
Server Functions | TanStack Router React Docs What are Server Functions? Server functions allow you to specify logic that can be invoked almost anywhere (even the client), but run only on the server. In fact, they are not so different from an API...

quick, someone make `createServerFn` for remix/react router 7 which also supports a typesafe useFetcher hook.

I've created my own crude implementation in remix v2. Might have to invest into some time into this and make a reusable library.

tanstack.com/router/lates...

03.01.2025 20:07 — 👍 1    🔁 0    💬 0    📌 0
A github PR containing 186 new lines and 300k removed lines

A github PR containing 186 new lines and 300k removed lines

HAPPY NEW YEAR! Ringing in the new year with a bang

02.01.2025 15:59 — 👍 0    🔁 0    💬 0    📌 0

Which do you recommend first? Gonna add to my list!

14.12.2024 18:19 — 👍 0    🔁 0    💬 1    📌 0

@honey.sh is following 20 prominent accounts