back
user profile
apitman
13,487karma·3,567submissions·December 11, 2014
about
Software architect on the iobio team at the University of Utah Eccles Institute of Human Genetics. I'm passionate about the application of computer science to solving health problems. Hans Rosling is my hero.
Personal site:
apitman.com
Projects:
IndieBits.io - A community for data ownership, self-hosting, and decentralization.
LastLogin.net - A free, privacy-focused login provider
TakingNames.io - Domain names for self-hosters
boringproxy.io - Simple, e2ee tunneling proxy
droplock.apitman.com - Simple secure secret sharing
recent activity (3,567 total)
comment
That looks pretty nice. How does it compare cost-wise to just using OpenRouter?
comment
Rainbows End
comment
Been playing with this lately. Definitely worth checking out. Makes really nice tradeoffs IMO.
comment
I actually just found microsandbox this morning and it looks really solid. One thing it's lacking is GPU support. With smolmachines you can use Vulkan through virtio-gpu/Venus which is quite…
comment
One area this is desirable is AI agents. Often you just need to spin them up for quick ephemeral tasks, but you want more isolation than containers give you. I'm still looking for a good solution…
comment
> The fact that neither STUN nor TURN contain any way whatsoever to accomplish any kind of rendezvous without yet another signaling path boggles my mind Interesting. Can you expound on this a bit? …
comment
I've recently been exploring options for allowing web apps to access LAN services. For example, a WebDAV server so you can watch local videos in the app without streaming them through a server. Y…
comment
Any idea if Safari is on board?
comment
Dang would love to have both in the same chip.
comment
Thanks Ethan!
comment
IndexedDB
comment
If your agent has access to the internet at any point it may read something that convinces it to try breaking out of its sandbox.
comment
Containers are not security boundaries. Vulnerabilities in containers are much more common than in VMs.
comment
Personally I just ask the AI to put everything into index.html.
comment
Perfect, thanks!
comment
I think GP meant that ham is a mesh in the sense that individual operators will communicate and spread information.
comment
This reminds me of the varint encoding used by QUIC, but I've never implemented it. Anyone know the differences?
comment
Forget GH pages. Indiehosted ftw.
comment
I like that benchmark. You should throw the results up on GitHub pages so people can try out the games.
comment
Studios have "forgotten" even more than players. My friends and I regularly have Age of Empires 2 LAN parties, and you can't even connect to each other without an internet connection an…
comment
If you're not familiar with the stats on cats killing birds, look it up. It's pretty crazy.
comment
Reminds me of https://www.dear-data.com/theproject
comment
What's the best way to use it with Pi, OpenRouter?
comment
Say what you will about Rust vs Zig as languages, the Zig toolchain is definitely the easier of the two to integrate into another project.