https://github.com/NetwindHQ/gha-outrunner - github actions local, ephemeral runner which runs jobs in docker container, tart vm org kvm (depending on the host/guest)
Ask HN: What Are You Working On? (April 2026)
161–170 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#162Re: Ask HN: What Are You Working On? (April 2026)
#163But at my current knowledge and practical work, its like giving a chimpanzee a nuclear reactor schematic. But it's a passion project idea of mine, I really want it to become real one day. Personally, I feel like something much better can be made than current solutions.
Re: Ask HN: What Are You Working On? (April 2026)
#164Re: Ask HN: What Are You Working On? (April 2026)
#165Re: Ask HN: What Are You Working On? (April 2026)
#166Re: Ask HN: What Are You Working On? (April 2026)
#167I initially was using SSE to push events down to the front end during long scans but decided to switch over to plain old HTTP polling for better reliability across different browsers (and versions of different browsers).
Here are the areas of analysis:
- accessibility
-- check for images with missing alt text
-- check for various form controls missing labels
-- headings not following (h1->h2->h3...)
-- missing lang attribute on
- content
-- check for forbidden words and phrases
-- check for required words and phrases
- performance
-- evaluate time to load page
-- check for excessive inline JS
-- check for inline styles
- security
-- check for SSL certificate expiring soon
-- check for security HTTP headers
-- check whether Server HTTP header is too revealing
- seo
-- check for missing title in head section
-- check for missing meta description
-- check for multiple H1 headings
- site integrity
-- check for broken links
-- check for use of deprecated tags
-- check for insecure http link
- spell check
-- check for possibly misspelled words
Having a lot of fun building it!Going for a 100% self-service model. No corporate sales cycles, no slide decks, no meetings.
Targeting a June launch.
Re: Ask HN: What Are You Working On? (April 2026)
#168First time doing this sort of thing with agents. So far it seems ok?
If it works out it will really help us scale and improve a legacy application that so many depend on at the moment. Wish me luck!
Re: Ask HN: What Are You Working On? (April 2026)
#169This week I added TTS support, which needed multiple inference pipelines, it was not easy to find models for 50 languages!
At this point, it mostly works as a crude implementation of Google translate+Google lens, but 100% offline and 100% Google-free
Re: Ask HN: What Are You Working On? (April 2026)
#170I'm continuing to hack on Tiled Words, my daily word puzzle! https://tiledwords.com After winning the Playlin Player's Choice award I've noticed an uptick in players as well as some people sharing videos on YouTube which has been fun. I've got a few thousand people playing every day. I just launched user accounts today so user's can now track their progress across devices and share their stats with each other. This e…