we (i) have poor debugging tools (for react native). the most reliable (and tedious) method (that i know of) to find bugs is to recompile native code in dependencies etc with a bunch of logging. that can't be right
hazel★
@fractal.beauty
software engineer; local-first, programming languages, p2p, rust; fractal.beauty 💙🧡
it was connecting to 6ghz instead of 2.4 and it couldn't switch because the 2.4 network needed wpa2 but it was configured with wpa3, maybe
my laptop does not get wifi on the couch but if i walk into the middle of the room it works fine. what is up with that
freya 0.4 is interesting. i'm surprised they dropped dioxus, but it seems to be mostly the same idea freyaui.dev/posts/0.4
Freya 0.4 - Rust GUI library
0.4 release of Freya.
freyaui.dev
i'm generally hesitant to call LLMs AI, but it's true that LLMs with tool calling are something different, so maybe "agent" is actually a useful term
working at the airport is kinda like working at the library, and it's awesome
my laptop does not get wifi on the couch but if i walk into the middle of the room it works fine. what is up with that
if your gf makes this noise... that's not your gf! that's a robo-greeble!
i don't understand pbt. in theory i get the appeal but i'm not sure how to apply it to the type of software i'm writing (~applications with interfaces? that are fairly impure?)
new (shorter) post about iroh and oauth and some code i wrote a couple months ago blog.trillia.net/sorrel-devic...
blog.trillia.net
blog.trillia.net
new post about local-first music players & file storage blog.trillia.net/local-first-...
blog.trillia.net
blog.trillia.net
congrats on 1.0 @iroh.computer! i use iroh in a desktop+mobile app to get a direct connection between devices by scanning a QR code for fast/cheap/secure file transfer: musicopy.app
so I've been looking at my finances, and all my income sources have plummeted I'm gonna have to shift my focus away from #half-edge and giving talks, because unfortunately they're huge money sinks I can't afford if you can, I'd appreciate your support, especially now ❤️ www.patreon.com/c/acegikmo
Get more from Freya Holmér on Patreon
Get more from Freya Holmér on Patreon. Creating video games & media. Support Freya Holmér and get exclusive access to their work.
patreon.com
i'm 5 months late, but @Preview in compose multiplatform works great now
i wonder if i could write a react native view backed by a compose multiplatform view...
my main issues with worktrees: - duplicate build artifacts; would a shared content-addressed build cache help? otherwise working in an interpreted language probably works well - if you need to do manual testing it can be slow to switch (ex. building/installing a mobile app). u need a fast test cycle
i get to replace the media carousel c:
this media carousel is haunting me
kotlin's .coerceAtLeast/coerceAtMost are much clearer than wrapping in a min or max