Feel free to try it out!
[ yes it's written in rust :D ]
731–740 of 1001 posts
Feel free to try it out!
[ yes it's written in rust :D ]
I left my fulltime faculty position at the university. I'm only teaching two modules this semester and I'll probably fade out even more in the future. I've also paused recording any new lectures at pikuma.com for now. I'm still taking some time to decide what's next for the website. I'm currently focusing on reviewing math & physics to help homeschool my son. Other than that, I just improved the roof of my chicken co…
I'm a Dad homeschooling a son and have a dog in the race of making parental guided education easier.
I have an Alpha user who's a PhD and makes courses but I still want diverse feedback.
Coop I'm trying to bootstrap. Interested in building tooling and experimenting to make Sociocracy viable. No VC, No external investment, other than mulling Coop bonds for capital raising capability. https://kinkoda.com
Feel free to contact me via the web forms if you have experience launching apps or platforms like this or you're just interested in discussing the product.
There is a couple of semi-unique features; you can use your voice to dictate and generate events (feeding, sleep etc), you can also scan documents for growth measurements.
You don't need user account to use it, there is no subscription, the paid features are available behind a single purchase for lifetime. Still like 90% of the features are available for free.
Also https://www.athilio.com/ , which originally was also purely for my own use. Most sports and fitness wearable manufacturers own software and 3rd party software make it incredibly hard to do "how does my this months metric x compare to same month last year", athilio attempts to make those queries easier. Many of the ideas are basically copied from software observability concepts. Also I have used the app to implement and learn agentic workflows.
I built a maintenance tracking app that I can use for household/garden tasks. I had a problem where things like replacing a battery for a chicken coop, I'd be a month late on replacing it and I had it in my calendar to replace every august, so I'd be replacing it early every year. And I also had in my calendar to fertilize my hop plants every 2 weeks, which meant in January I'd get a calendar event to fertilize my ho…
I think you're smart to spin it out to its own thing because I tend to use them differently batching my chores into a time gate and then using my "chore list" to know what needs to be done. And also the notifications for chores tend to distract from "Important one time task you don't want to forget".
I'd consider paying for this if the app was well done and reasonably priced.
I've been working on RVW, my adaptation of the standard transformer model that is capable of online continual learning without catastrophic forgetting. I finally published the first pre-print of my early experiments: https://doi.org/10.5281/zenodo.20064617 Now I'm working on expanding the work into more parameters and improving performance. I just finished an extremely harsh test of a Nemotron-flavored RVW that consi…
I'll check it out. Thanks for sharing.
The tool simulates MPC protocols but also allow you to write them using traditional networking as usual.
I expect this tool to be useful for protocol researchers and cryptography engineers.
A better permissions layer for coding agents. The tool works like auto-mode for Claude Code, so you can stay in the flow and only get prompted to allow or deny tool calls when it truly matters, but it is fully deterministic. My benchmarks surfaced that most Bash calls don’t need an LLM to be classified as safe, ambiguous, or dangerous. A deterministic classifier can auto-allow or block 95% of Bash tool calls as safe…
Casual browsing of a .env is probably my top pet peeve of coding agents.
Everytime a secret gets slurped into an API I have to go roll secrets.
Does this tool solve that use case?