Sean Sanker Jr's Avatar

Sean Sanker Jr

@seansankerjr

Principal Solutions Architect | Boston A fiend for TypeScript, Monorepos, React Native, and Pulumi.

329
Followers
3,131
Following
12
Posts
19.10.2024
Joined
Posts Following

Latest posts by Sean Sanker Jr @seansankerjr

FYI: This link (as well as shadcn-svelte.com) are 404ing.

10.06.2025 13:40 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I wonder how many petabytes Spotify saves per month by defaulting to low quality audio for everyone.

11.02.2025 13:08 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Discord "Downloading update 3 of 7 ..." indicator

Discord "Downloading update 3 of 7 ..." indicator

I find it aggravating how Discord insists on downloading large updates seemingly every time I reopen it - especially when I'm on a mobile hotspot. πŸ˜’

Why no delayed background updates?

And of course, Discord steals focus 2-3x at unpredictable times when starting up. Just a little extra irritation.

04.02.2025 22:41 πŸ‘ 35 πŸ” 2 πŸ’¬ 9 πŸ“Œ 0
Preview
Support for Node.js DNS, Net, and Timer APIs in Workers

Guess what? Node:net, node:timers have landed to Cloudflare workers! developers.cloudflare.com/changelog-ne...

28.01.2025 22:51 πŸ‘ 33 πŸ” 5 πŸ’¬ 1 πŸ“Œ 0

Same!! That was crazy!

27.01.2025 15:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

@kysely.dev makes my life so much easier. 10/10

26.01.2025 15:15 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

Announcing React Native Reanimated 4 🐴

Long-awaited CSS Animations and Transitions support is here! ✨

Available now in Beta.

Read more πŸ‘‡

21.01.2025 16:05 πŸ‘ 180 πŸ” 41 πŸ’¬ 4 πŸ“Œ 18

In React Native, physical iOS devices can connect to Metro automatically because react-native-xcode.sh writes a file into $DEST/ip.txt for reading at runtime.

On Android physical devices, however, we have to do `adb -s <device_name> reverse tcp:8081 tcp:8081`.

Can't Android use the iOS approach?

15.01.2025 12:34 πŸ‘ 16 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

πŸ’₯ Introducing Demos

An ongoing collection of React Native animations crafted with Reanimated, Gesture Handler, and Skia.

β†’ demos.reactiive.io

10.12.2024 14:09 πŸ‘ 90 πŸ” 14 πŸ’¬ 7 πŸ“Œ 2

Most relatable post I’ve seen in a while.

07.12.2024 19:27 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Cross Account IAM: Resource Policies We want to give (or get) access to resources in other AWS accounts. How do we do that? One solution is Resource Policies.

I've had to deal with multi-aws account setups *a lot* in the last year.

I've been writing on how to handle IAM permissions! Here's one of 2 ways I handle this:

1️⃣ Using πŸ‘‰Resource PoliciesπŸ‘ˆ

cloudcasts.io/iam/cross-ac...

05.12.2024 13:55 πŸ‘ 15 πŸ” 4 πŸ’¬ 4 πŸ“Œ 0

Welcome!

23.11.2024 14:18 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

May I be just a Vite plugin?

23.11.2024 11:51 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

it's obviously not fun but i love the energy of a late night devops incident huddle

21.11.2024 04:13 πŸ‘ 20 πŸ” 1 πŸ’¬ 4 πŸ“Œ 1

is there some good way to gain intuition about the cost of Reanimated worklets? in particular it feels like there is a cost to referencing functions from them β€” even if those functions have stable identity on the JS thread. how to think about this?

10.11.2024 21:41 πŸ‘ 63 πŸ” 1 πŸ’¬ 3 πŸ“Œ 0
Preview
β€ŽWhisperBoard: Voice to Text β€ŽHarness the power of OpenAI's revolutionary Whisper technology with WhisperBoard, your go-to app for effortless voice recording and accurate transcription. Whether you're a professional, student, or ...

Shoutout to WhisperBoard.
Free & Open Source speech to text iOS app.

Lets you select the Whisper model variant in settings. Works well for me. Doesn’t collect any data.

apps.apple.com/us/app/whisp...

github.com/Saik0s/Whisp...

09.11.2024 14:45 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - Saik0s/Whisperboard: The open-source iOS app that's making quality voice transcription more accessible on mobile devices. The open-source iOS app that's making quality voice transcription more accessible on mobile devices. - Saik0s/Whisperboard

Oh yeah and it’s open source:

github.com/Saik0s/Whisp...

09.11.2024 14:42 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
β€ŽWhisperBoard: Voice to Text β€ŽHarness the power of OpenAI's revolutionary Whisper technology with WhisperBoard, your go-to app for effortless voice recording and accurate transcription. Whether you're a professional, student, or ...

WhisperBoard is pretty great. Uses whisper and lets you select the model variant. Works pretty well for me.

Also entirely free and doesn’t collect any user data? At least from the privacy statement and what I can tell.

09.11.2024 14:40 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

React Native Tip #2: use FlatList and TouchableOpacity from React Native Gesture Handler to give your app a more native look and feel

It can detect when the user is scrolling vs pressing on a Touchable and prevents the opacity animation from triggering on-scroll

docs.swmansion.com/react-native...

26.10.2024 10:22 πŸ‘ 33 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0

you have no idea how excited I am to use these 3 lines of code

useLayoutEffect(() => {
ref.current.getBoundingClientRect()
})

we can remove so much jank, it brings a tear to my eye πŸ₯²

25.10.2024 05:19 πŸ‘ 108 πŸ” 5 πŸ’¬ 6 πŸ“Œ 1
Preview
Get all Quixel Megascans for free on Fab.com All Megascans are free for everyone under Fab’s Standard License until the end of 2024, for all engines and tools.

You can get 17k MegaScan assets for free by just claiming them before the end of 2024!!

Hype. (Now what to do with all of these haha)

I saw this on {the other place} posted by @vuthric.bsky.social (I assume that’s the same profile)

25.10.2024 12:22 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hype

24.10.2024 14:13 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I’ve been trying to find profiles related to #softwaredevelopment #threejs #aws #cloudflare #durableobjects etc.

This is a lazy fishing post :)
Feel free to drop any interesting profiles below! ❀️

(Doesn’t have to be just software. Art, music, synths, etc. are fun too)

21.10.2024 00:14 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0