Williams Syndrome: The people who are too friendly (bbc.com)
3 points by bookofjoe 1h ago 0 comments
Auth Providers and the Zero Trust Architecture (fusionauth.io)
3 points by mooreds 1h ago 0 comments
Show HN: An extensible personal assistant server
3 theOGognf 0 5/16/2025, 8:08:02 PM github.com ↗
This project is less about the personal assistant and AI part, and more about integrating a bunch of interesting Rust crates together to get something that's easily extensible.
Turns out that it wasn't too bad. I think the most challenging part was figuring out how different dependencies could fit together rather than figuring out the best model or prompts. It's in a state now where it maybe takes an hour or so to add a new command by defining database migrations, adding new structs, and then adding the API endpoint definitions.
However, I don't want to take this any further; I just thought folks might find this interesting.
No comments yet