benoit
banner
jeaurond.dev
benoit
@jeaurond.dev
a canadian software dev looking for the next thing to write in rust 🦀
Reposted by benoit
And for Vite integration: we are now passing all relevant tests in github.com/rolldown/vite, the temporary fork of Vite that runs on Rolldown instead of esbuild / Rollup. Expect a proper release early 2025!
GitHub - rolldown/vite: No-bundle Dev Server for Vue 3 Single-File Components
No-bundle Dev Server for Vue 3 Single-File Components - rolldown/vite
github.com
December 25, 2024 at 4:18 PM
ah okk, it's new to me. wasn't happening before the update (the swiping related bug)
December 20, 2024 at 1:48 AM
I guess it just simulates a press. got it to open links and liking stuff too..
December 20, 2024 at 1:43 AM
just saw this, for sure a new bug. swiping between feeds often selects a post now.
December 20, 2024 at 1:40 AM
love the updates! unsure if it's just a me problem, but lightboxes can take a sec or more to pop up after pressing an image. although nothing new with this update (on a pixel 8 pro)
December 20, 2024 at 1:34 AM
Yeah, seems like Postman caches DNS requests and the TCP and SSL handshake.
December 2, 2024 at 4:01 AM
I'm running the latest macos version on an M1. I do get fast responses for local servers (e.g. 5ms) - same with Postman. I was using it more with remote servers and those report slower numbers than postman.
December 2, 2024 at 4:01 AM
I had experienced similar "slowness" when I built a mini HTTP client with Tauri using reqwest (github.com/BenJeau/reqw...) and thought it was because of hyper or a lack of connection re-use, but didn't dig much into it.

If ever you find out why, I'd be very curious.
GitHub - BenJeau/reqwest_ui: HTTP request client built with Tauri and Rust leveraging reqwest and your built-in webview
HTTP request client built with Tauri and Rust leveraging reqwest and your built-in webview - BenJeau/reqwest_ui
github.com
December 2, 2024 at 3:02 AM
It's similar since it's still web-based, but should be lighter.

Another nice thing is that it's made by a fellow Canadian (@schier.co), who also created insomnia.rest but sold it
December 1, 2024 at 10:39 PM
Unsure why the general ecosystem hasn't moved towards using elliptical curve based algorithms.

Even Auth0 doesn't even support it right now while it is overall better, especially for asymmetric based algos
November 26, 2024 at 10:23 PM
With the signature of the JWT being almost 8 times smaller, the ES256 based one is the most compact, and with my manual testing, the fastest, especially when creating related keys as well.
November 26, 2024 at 10:19 PM
Yep and the web client itself is written in React Native and is open source - github.com/bluesky-soci...
GitHub - bluesky-social/social-app: The Bluesky Social application for Web, iOS, and Android
The Bluesky Social application for Web, iOS, and Android - bluesky-social/social-app
github.com
November 25, 2024 at 2:06 AM