I am also building an app for kids to make their arabic learning fun, rewarding and enjoyable. Do try and share your feedback. TIA
Ask HN: What Are You Working On? (Nov 2025)
481–490 of 1001 posts
Re: Ask HN: What Are You Working On? (Nov 2025)
#482Re: Ask HN: What Are You Working On? (Nov 2025)
#483I'll write up my experience in a blog post
Re: Ask HN: What Are You Working On? (Nov 2025)
#484So I've been building something with no imported libraries or dependencies: a card game that gamifies Maslow's hierarchy of needs: https://gamefound.com/en/projects/nicomar/actualize-this
Each player drafts cards that represent ways you can spend your limited time on earth to gather resources (wisdom, gold, and virtue) to complete your own personal player board (your hierarchy of needs) with the goal of reaching self-actualization before other players. However, you can still win without becoming self-actualized, if you complete more hidden quests (which can only be discarded by the "therapy session" card).
Re: Ask HN: What Are You Working On? (Nov 2025)
#485The idea is to take boring components: PostgreSQL, Bifrost (LLM gateway), Open WebUI, LanceDB, Agentgateway (MCP and OpenAPI gateway) and deploy them in Fly.io. One Fly.io "org" per user. The closest equivalent is blaxel.ai, but it caters for AI SaaS startups, not individual customers.
The combination of the fact that Fly secrets are visible only from within the apps, distroless containers, and transparent data encryption for PostgreSQL assures that the service (Pocketdata) provider cannot access their data, only the infrastructure provider (Fly.io) theoretically can, but practically speaking, this gives an extremely high degree of privacy assurance.
The latest update on the project: https://engineeringideas.substack.com/p/tasklet-is-the-o1-mo...
Re: Ask HN: What Are You Working On? (Nov 2025)
#486We achieve this performance by baking in the best practices before any tweaking
Re: Ask HN: What Are You Working On? (Nov 2025)
#487Working on this made it really clear to me how a LLM can bring real value to a backend, it excels on processing very differently structured dynamic data (something if done without an LLM would require quite specific code - which would lead to more development time and increase time to market)
Re: Ask HN: What Are You Working On? (Nov 2025)
#488Re: Ask HN: What Are You Working On? (Nov 2025)
#489Check it out: https://zecurit.com
Would love feedback from anyone dealing with endpoint security or compliance challenges..
Re: Ask HN: What Are You Working On? (Nov 2025)
#490I wanted to visualize all my walks and runs on a single map. I built a native iOS app that fetches Apple Health and Strava workouts and visualizes them. Privacy was a major factor in building the app, so all the data stays on the device. Next version will have a time-lapse video option. Any feedback welcome.