Profile avatar
henrypl.com
Just building stuff for fun. https://henrypl.com
95 posts 121 followers 908 following
Regular Contributor
Active Commenter

Crazy that asking “is education illegal in the US?” is going to become a valid question the way things are going 😂

💡 CSS Tip! Save this code for the future! A CSS-only way to read the value of an input range without the need for JavaScript. Powered by modern features (scroll-driven animations, attr(), @​​​property) More detail & Examples: css-tip.com/value-input/ #CSS

Stonks today

📢 Introducing QuickPush A lightweight macOS menu bar tool for quickly testing @expo.dev push notifications Learn more ↓

I’ve been working on bringing Apple’s MLX (mlx-swift) to React Native, and of course, used Nitro Modules 🔥. It’s in a very rough state but I’ll get it there.

Vite 6 adoption should accelerate now that Vitest 3 is out. Although we expect to still see some usage of Vite 4, Vite 5 was released more than a year ago, and most frameworks and tools supported it from day one. Are you still using Vite 4? Is there something preventing you from upgrading?

We never had a chance lol

Something I realized after looking at the simulator tmp folder, had nearly 200 images 😅 github.com/corasan/imag...

github.com/corasan/imag...

Will merge this later today github.com/corasan/imag...

So many projects I want to work on but so little time

Relearning C++ has been so much fun. It has been like 12 years since I wrote a line of C++.

Android support: ✅ github.com/corasan/imag...

Getting very close to supporting Android github.com/corasan/nitr...

Here’s a beginner-friendly tutorial on building a Local-First App with @expo.dev, @tinybase.bsky.social, and @cloudflare.social! In this video, you’ll learn how to: ✅ Install and use TinyBase to manage simple todo records. ✅ Create and deploy a Durable Object to sync data seamlessly. (🧵 1/3)

Vite 6.0 is out ⚡️ vite.dev/blog/announc...

You can now pull environment variables from @expo.dev EAS 🎉 github.com/corasan/zynk...

Going to spend the weekend adding support for the new Expo environment variables to Zynk.

Finally fixed it and it’s installable in Expo projects. Still very much an experiment and a learning project. github.com/corasan/nitr...

There are many ways to customize SF Symbols in #SwiftUI. I have a detailed post covering how to adjust their size, color, rendering modes, variable values, and design variants that can serve as a great reference when working with symbol images in iOS apps: nilcoalescing.com/blog/Customi...

Just realized my first React Native project was 8 years ago. Used RN for the first time in April 13, 2016. Version 0.23.1 Have been developing with it since that day. Wow.

Since I've been here for a while… here are some useful features on Bluesky that you might not have discovered yet! 🧵

What gif pops up when you type in your name?

New release fixing a very important part of the app. I don’t know how I missed that. github.com/corasan/zynk...

Legend List 0.1 is ready to test! This is an early experiment to see how well it works in real apps so please post issues and/or PRs 🙏. It’s only ~600 lines so it should be easy to understand and tweak. ✨ 100% JS ✨ Fast ✨ Dynamic sizing ✨ Works in both new and old arch

Tired of wrestling with cURL? Simplify your HTTP testing with HTTPie! HTTPie is a user-friendly command-line tool with intuitive syntax. I use this tool on a day-to-day basis for everything I do HTTP-wise. → httpie.io

Hell yeah! Got it working. Next: saving the images to the device.

But at least I can go to sleep with a smile on my face! Making progress on the C++ image compression Nitro Module.