Ask HN: What Are You Working On? (June 2025)
951–960 of 1001 posts
Re: Ask HN: What Are You Working On? (June 2025)
#952Whenever your head tilts past a set threshold for too long, SynoPosture reminds you to sit up and gently protect your neck, intelligently and without spamming.
## Core Features
- Real-time pitch, roll, yaw tracking via `CMHeadphoneMotionManager`
- Smart posture alerts after 5–60 s in a poor position
- Fully customizable sensitivity (10°–100° thresholds)
- Live Activities & Dynamic Island: countdown ring when posture timer is active
- Apple Watch companion app: real-time sync, haptics, Digital Crown refresh
- Enterprise-grade Anti-Flood System: 30s cooldowns, freshness filtering, pending update queue
- Full Accessibility Support: VoiceOver, Dynamic Type, high contrast, motion reduction
- Fully localized: English, Spanish, Arabic, Japanese, and more …
- Runs perfectly in the background or after force quit (via `BGTaskScheduler` + state persistence)
TestFlight Invite Link:
Re: Ask HN: What Are You Working On? (June 2025)
#953Not live yet, but feel free to bookmark https://coderscreen.com
Re: Ask HN: What Are You Working On? (June 2025)
#954The idea came from building a personal finance chatbot and hitting token limits fast — especially with PDFs and earnings reports full of dense, noisy tables. Our chunks were bloated with irrelevant data, which killed retrieval quality. So we built Lexa to clean and restructure documents: it clusters context intelligently and removes any spacing, delimiters, or artifacts that don’t add semantic value. The result is cleaner, more compact embeddings — and better answers from your LLM.
Next up, I’m exploring ways to let users fine-tune the parsing logic — using templates, heuristics, or custom rules through UI — to adapt Lexa to their domain-specific needs.
Re: Ask HN: What Are You Working On? (June 2025)
#955* Index the folder * Generate captions with OCR and multiple ai models for all memes (since some models have better output on a given image than others) * Add user defined tags to images * Search across file names and captions
Everything runs locally with docker containers. I even built support so multiple systems can work on the captioning jobs since I figured that would be a bottleneck
Re: Ask HN: What Are You Working On? (June 2025)
#956SnowSignals - the snow conditions forecast. I love skiing but suck at finding great snow, especially in Tahoe, CA where the snow can be finicky.
SnowSignals forecasts snow conditions to show where you should be skiing. It does this by calculating a net energy balance across the terrain using weather data as input and simulating snow metamorphosis. We started a few months ago focused on the spring freeze/thaw use case and are ramping up on the winter use case (much more sophisticated metamorphosis simulations, wind transport, etc) - in winter '25, you'll know exactly where the powder stashes are and which ice sheets to avoid.
Less guesswork and more stoke is the goal!
Re: Ask HN: What Are You Working On? (June 2025)
#957Not as exciting or big as some of the projects on here, but just a small personal one I’ve been wanting to do for a while. I recently impulse bought an Epson receipt printer, and I’ve started putting together a server in Go to print a morning update every day. Getting it to print the weather, my calendar and todos, news headlines, HN front page. Basically everything I pick up my phone for in the morning, to be on pap…
Re: Ask HN: What Are You Working On? (June 2025)
#958 - https://music.apple.com/us/artist/birdymusic-com/1819583178
- https://open.spotify.com/artist/28Jh4B0lVKVVWbVUvgpGTkRe: Ask HN: What Are You Working On? (June 2025)
#959The idea is quite simple, make an interactive youtube for kids. Instead of passively watching video content for long periods of time, make it interactive similar to how AAP recommends parents to co-view, we offer an AI buddy to co-view & engage kids with small interactive activities where kids find & tap on objects, speak to answer questions & more.
If anyone here has kids between 2-8, please check it out and let me know your feedback.
Re: Ask HN: What Are You Working On? (June 2025)
#960It's a browser-based game where you solve challenges using a Turing machine and eventually create a higher-level programming language on top of it. The story is set in 19th-century Estonia (so hopefully you'll learn something new about my country's history along the way).
I built it with Django and django-unicorn.