HackerTrans
TopNewTrendsCommentsPastAskShowJobs

helro

no profile record

Submissions

[untitled]

1 points·by helro·2개월 전·0 comments

[untitled]

1 points·by helro·4개월 전·0 comments

Show HN: Utter – system-wide dictation with prompt-based post-processing iOS/Mac

utter.to
1 points·by helro·6개월 전·0 comments

Typing Considered Harmful: Why Voice Coding Works

utter.to
1 points·by helro·7개월 전·1 comments

Show HN: Utter - System-wide dictation on Mac & iPhone with AI prompts (BYOK)

utter.to
2 points·by helro·7개월 전·0 comments

Show HN: Promptive – A native macOS utility for system-wide AI actions

promptiveai.app
5 points·by helro·작년·4 comments

Oxford University's Word of the Year

corp.oup.com
3 points·by helro·2년 전·1 comments

Is Attention Really All Thats Needed?

2 points·by helro·2년 전·2 comments

Show HN: I Built an App to Reduce My Screen Time

atten.app
4 points·by helro·2년 전·0 comments

Show HN: I Built An App To Reduce My Screen Time

2 points·by helro·2년 전·2 comments

comments

helro
·4개월 전·discuss
I tested something similar and continous re-transcription was the only way I could get close to batch-level accuracy.

In my current implementation I’m fairly aggressive with it. I don’t rely much on streaming word confidence. Instead I continuously reprocess audio using a sliding window. As new audio comes in, it’s retranscribed together with the previous segment so the model always sees a longer context.

That recovers a lot of the accuracy lost with streaming, but the amount of retranscription makes it hard to justify economically with cloud APIs. That’s why I’m focusing on a local-first approach for now.
helro
·7개월 전·discuss
I’ve been experimenting with voice-to-code workflows and realized that the benefit isn't actually speed—it’s the reduction of what I call the 'synthesis tax.'

When we type, we are forced to translate raw intent into structured prose in real-time. We self-edit, delete, and reorganize as we go. This 'lossy compression' often causes us to omit the very details (edge cases, the 'why,' uncertainty) that help an LLM produce better code.

I wrote this to explore how pairing high-bandwidth voice (~150 WPM) with 'meta-prompting' (using a secondary prompt to map speech to codebase context/file tags) creates a much higher-signal input than typing ever could.

Curious if others have found that 'rambling' into a model actually yields better architectural results than a carefully typed one-liner.
helro
·작년·discuss
Right now it doesn't support custom endpoints for local models, but it's high on the roadmap. The plan is to add support for custom endpoints (like LM Studio) and local Apple Intelligence to coincide with the next major macOS release (Tahoe).

Thanks for catching that broken link! It's fixed now.
helro
·작년·discuss
I got 20k+ downloads for my app by posting on Reddit. It's an app/website blocker for iPhone & Mac, so I focused on relevant communities like r/digitalminimalism and r/dumbphones with genuine, non-spammy posts: https://www.atten.app

I also tried "apps gone free" campaigns by posting on Reddit and using sites like AppRaven. These were very effective for visibility, the launch is currently the #5 all-time post on r/macapps (https://www.reddit.com/r/macapps/top/?t=all). While these campaigns drove a strong spike in downloads, retention was low, so they weren’t as useful for building a long-term user base.
helro
·2년 전·discuss
Oxford University just announced "brain rot" as their Word of the Year for 2023. Defined as the cognitive decline caused by excessive exposure to low-quality or mindless digital content, the term is often linked to habits like endless scrolling on social media platforms.

Social media, once celebrated as a means to connect and democratize information, is now being recognized for its unintended consequences:

  -  Reduced focus and attention spans
  -  Algorithm-driven echo chambers
  -  Doomscrolling-induced anxiety
  -  A decline in creativity and deep work
This raises important questions for our community:

Have we reached a societal tipping point? It seems like there’s growing consensus about the need to rethink how we design and interact with digital products.

What role should creators and engineers play in addressing this? Should platforms prioritize mental well-being over engagement metrics? How do we individually combat "brain rot"?

Many of us, despite working in tech, feel the pull of distraction. Personally, this has pushed me toward digital minimalism. I’ve been experimenting with ways to reduce digital noise, like disabling notifications, setting app limits, and building simple tools to block distractions. (Shameless plug: I recently launched a free app aimed at helping users manage screen time and refocus — happy to share if there’s interest!)

The Word of the Year feels like a cultural wake-up call. While it highlights a grim reality, it also presents an opportunity to build tools, habits, and systems that help us regain control over our attention.

What do you think? Does this mark a broader shift in how society views our digital ecosystem? And what can we, as builders, do to create more intentional tech moving forward?
helro
·2년 전·discuss
Thanks for pointing this out, I've reworded the post to make it more suitable for Show HN.