my v0.94 release is a biggie. Endpoint presets, dynamic relay map changes, and the word "node" is ded to me
www.iroh.computer/blog/iroh-0-...
my v0.94 release is a biggie. Endpoint presets, dynamic relay map changes, and the word "node" is ded to me
www.iroh.computer/blog/iroh-0-...
Created a concise example demonstrating how to synchronize an Automerge CRDT document with a SQLite database.
github.com/logankeenan/...
servoshell nightly showing relative oklch() colors, canvas toDataURL() with image/jpeg and image/webp, canvas toBlob(), the WGSLLanguageFeatures API, and the DOM tree of a custom element with a <slot>
This month in Servoβ¦
πΈοΈπͺ new webview API
π΅οΈπ² :host and <slot>
ππ¨ relative CSS colors
ποΈποΈ canvas to JPEG/WebP/blob
ππ¨ more efficient networking
servo.org/blog/2025/02...
If you've ever wondered where my dev's resources to develop me came from, what happens with me when all my developers disappear or other weirdly existential questions,
we've now collected the most frequently asked questions into an FAQ!
https://www.iroh.computer/docs/faq
Why should file transfer have a cost, limits, or require an account?
You paid for the device in front of you and your internet Bill.
That should be enough to send data around, shouldn't it?
Let's dive into how to build a file transfer tool with #iroh in #rust:
www.youtube.com/watch?v=jl4c...
Iβve liked using the Zed ide recently. It allows you to specify which files or folders are used as context in a prompt. Iβve found that fine grained control makes LLMs way more effective. It has VS code keymap support too
zed.dev
I created tauri-axum-htmx
Build interactive UIs in Tauri applications using HTMX and Axum, enabling server-side rendering patterns by running the Axum app in the Tauri backend.
github.com/logankeenan/...
what are you doing this weekend & why isn't it learning rust + p2p at the same time: youtu.be/ogN_mBkWu7o
Hey! You've asked for more detail, you get more detail!
Here's a 17 minutes deep dive into how you can use me :)
https://www.youtube.com/watch?v=AkHaIVuFHK4
Agreed, the updated Mac Studios are rumored to come out this spring/summer and should be a big improvement. It'd be worth the wait
It does take awhile to boot up everything this first time. For context, I'm using tauri-cli 2.1.0 and rustc 1.82.0 I haven't seen that error before. The Tauri Discord is very helpful too. Sorry you're having troubles running it
I was on your ag/android branch when I tried this demo. Looks like it works!
Tauri also has a nice guide if you want to create a repo of your own
v2.tauri.app/start/
To verify my own advice, I created a test repo. I cloned jiff as a sibling repo.
1. Clone my repo github.com/logankeenan/...
2. Install tauri cli crates.io/crates/tauri...
3. Install Android deps v2.tauri.app/start/prereq...
4. run `cargo tauri android dev` inside my repo
Maybe I'm not understanding, but you should be able to create a new Tauri project and point to your local Jiff repo in the Tauri Cargo.toml via the path option. Then update main.rs with whatever Jiff test code. Tauri will compile the rust binary including Jiff and "insert" it into the Android app.
If you just want to see if your library will run then you could use Tauri with Android.
Running Tauri on desktop + mobile with an embedded Axum server rendering HTML for the webview. HTMX handles all UI interactions - no JS framework needed! π¦
The self hosted runner is faster at compiling, it's still just a desktop I built in 2017. The work flow is pretty standard Rust with some caching
I should have switched to self hosted Github actions for my Rust projects a long time ago π¦β‘
Do you think the two projects will eventually be merged? Askama is fantastic btw, thank you so much for creating it
First release of george-ai
github.com/logankeenan/...
Huge congrats to the @ferroussystems.bsky.social team for Ferrocene (a safety critical Rust distribution) now being qualified for use in medical devices (IEC 62304)!
And for maintaining a 3-month release cycle, which is *unusually* fast for that ecosystem!
public-docs.ferrocene.dev/main/release...
The fine tuning dataset used to create the Molmo AI visual models was released. I used this model in george-ai
huggingface.co/collections/...
90 days ago Bluesky had 6.18M users
30 days ago Bluesky had 10.85M users
Tomorrow Bluesky will have 15M users
This is absolutely wild, thanks for believing in us y'all
Demo of George with Molmo hosted on Runpod.io
George is an API leveraging AI to make it easy to control a computer with natural language.
youtu.be/x84Lxl40s-A
github.com/logankeenan/...
Built my first AI app. It controls a computer with the help of AI
github.com/logankeenan/...