Crazy that asking “is education illegal in the US?” is going to become a valid question the way things are going 😂
Henry Paulino
@henrypl.com
Just building stuff for fun. https://henrypl.com
💡 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
📢 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?
Something I realized after looking at the simulator tmp folder, had nearly 200 images 😅 github.com/corasan/imag...
Release 0.3.1 · corasan/image-compressor
0.3.1 (2025-01-20) 🐞 Fixes Clean up temporary files after compression and save (#15) (aa9f939)
github.com
Will merge this later today github.com/corasan/imag...
feat: Improve compression by using `cv::bilateralFilter` as preprocessing step by corasan · Pull Request #12 · corasan/image-compressor
This PR introduces a preprocessing step using OpenCV's cv::bilateralFilter to enhance the efficiency of image compression in the library. By applying this filter, we achieve better results in r...
github.com
Relearning C++ has been so much fun. It has been like 12 years since I wrote a line of C++.
Getting very close to supporting Android github.com/corasan/nitr...
feat: Android support by corasan · Pull Request #11 · corasan/nitro-image-compressor
github.com
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)
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...
GitHub - corasan/nitro-image-compressor: React Native image compressor made with Nitro Modules
React Native image compressor made with Nitro Modules - corasan/nitro-image-compressor
github.com
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...
Customizing the appearance of symbol images in SwiftUI
Learn how to adjust size, color, rendering modes, variable values, and design variants of SF Symbols in SwiftUI apps.
nilcoalescing.com
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?
a bald man wearing a black turtleneck and a black suit is looking at the camera .
ALT: a bald man wearing a black turtleneck and a black suit is looking at the camera .
media.tenor.com
What gif pops up when you type in your name? (I mean...it's not terrible)
New release fixing a very important part of the app. I don’t know how I missed that. github.com/corasan/zynk...
Release v1.2.1 · corasan/zynk
What's Changed fixes not copying env files to project by @corasan in #7 Full Changelog: v1.2.0...v1.2.1
github.com
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
But at least I can go to sleep with a smile on my face! Making progress on the C++ image compression Nitro Module.
Finally got the code working. It’s almost 5am… Why do I do this to myself? 😭