Show HN: I built a spelling app for kids with my 7-year-old
2 by narenst | 0 comments on Hacker News.
Hello HN! I made an iPad app with my seven-year-old daughter to make learning spelling fun. https://spellabee.com/ We play Spelling Bee type games in our car rides, and she wanted to learn more words that way. So we built a simple app that teaches 10 words at a time, and lets the kids practice and master these 10 words. The full word list in the app is static, and it gets progressively harder as the kid goes through the levels. There are no AI features in the app. I do not collect emails inside the app or have third party trackers. Based on feedback (reviews) and aggregate usage data I plan on updating the app with new word sets. Although the app does not have any AI features I used AI to build the app itself. I used Claude to code the app using Flutter, do etymology research, and understand what alternative apps that are in the App Store. While the LLMs were good at providing a lot of information, I had to synthesize it and play a strong Product Manager role to drive the vision and keep the app simple. My daughter provided a lot of feedback and helped simplify the app and refine the UX. The "Bee Stage" design was inspired by her drawing. Without AI tools, it would have been almost impossible for me to build and launch this app. But it still required a lot of decision-making and prioritization to get the product out of the door. I strongly believe that while AI is a powerful tool, human taste is the differentiator in well made products. If you have a kid in K-5 who is interested in spelling bee type games, give it a try and I would love to hear any feedback you may have as a parent. App store: https://ift.tt/F6o3tdj...
Hack Nux
Watch the number of websites being hacked today, one by one on a page, increasing in real time.
New Show Hacker News story: Show HN: Vpod – Tiny Linux sandbox running in WASM
Show HN: Vpod – Tiny Linux sandbox running in WASM
4 by mavdol04 | 0 comments on Hacker News.
Hi HN, I spent the last few months reading the RISC‑V specification to build the lightest possible sandboxes. The idea behind a vpod is to quickly spin up a Linux sandbox from snapshots (Alpine by default) without any setup or subsystem required. The trade-off for portability and security is raw CPU speed. So we don't expect it to match native workloads with Python or pip, for example. More info is in the README https://ift.tt/ThYIySJ Happy to answer any questions!
4 by mavdol04 | 0 comments on Hacker News.
Hi HN, I spent the last few months reading the RISC‑V specification to build the lightest possible sandboxes. The idea behind a vpod is to quickly spin up a Linux sandbox from snapshots (Alpine by default) without any setup or subsystem required. The trade-off for portability and security is raw CPU speed. So we don't expect it to match native workloads with Python or pip, for example. More info is in the README https://ift.tt/ThYIySJ Happy to answer any questions!
New Show Hacker News story: Show HN: Easy text to social media cards platform
Show HN: Easy text to social media cards platform
2 by danipolani | 0 comments on Hacker News.
Includes text to card conversion, visual editing, variations and integration for posting directly from the editor.
2 by danipolani | 0 comments on Hacker News.
Includes text to card conversion, visual editing, variations and integration for posting directly from the editor.
New ask Hacker News story: Ask HN: Would you want to know when and how you die?
Ask HN: Would you want to know when and how you die?
2 by JohnDSDev | 2 comments on Hacker News.
If you had a time machine, and the only thing you could use it for was to go see yourself in the future die would you use it or not? Why or why not?
2 by JohnDSDev | 2 comments on Hacker News.
If you had a time machine, and the only thing you could use it for was to go see yourself in the future die would you use it or not? Why or why not?
New Show Hacker News story: Show HN: Numax - a portable runtime for distributed apps
Show HN: Numax - a portable runtime for distributed apps
4 by gianiac | 1 comments on Hacker News.
Hi, over the past few months I've been working on this project: Numax is a small Rust runtime that does three things: it runs WebAssembly modules in a sandbox, has a built-in local key-value store, and syncs everything across nodes with CRDTs and gossip. Basically, you write a wasm module, run it on two machines, and they converge (I hope !). It's a decentralized system... I hope someone finds it interesting! There's a whitepaper I've put a lot into, and I think the code isn't bad either! I believe there's still room in this world for software that's fun and well made, and while building Numax I had a great time! I love Numax and I love software. Thanks to anyone who'll spend a bit of their time even just to open the repo and take a look!
4 by gianiac | 1 comments on Hacker News.
Hi, over the past few months I've been working on this project: Numax is a small Rust runtime that does three things: it runs WebAssembly modules in a sandbox, has a built-in local key-value store, and syncs everything across nodes with CRDTs and gossip. Basically, you write a wasm module, run it on two machines, and they converge (I hope !). It's a decentralized system... I hope someone finds it interesting! There's a whitepaper I've put a lot into, and I think the code isn't bad either! I believe there's still room in this world for software that's fun and well made, and while building Numax I had a great time! I love Numax and I love software. Thanks to anyone who'll spend a bit of their time even just to open the repo and take a look!