Ask HN: What Are You Working On? (June 2025)
281–290 of 1001 posts
Re: Ask HN: What Are You Working On? (June 2025)
#282Re: Ask HN: What Are You Working On? (June 2025)
#283https://github.com/whyboris/Video-Hub-App & https://videohubapp.com/
If you have videos you want to browse, preview, search, tag, sort, etc on your computer, my software might be great for you :)
Re: Ask HN: What Are You Working On? (June 2025)
#284Even though I made it as a toy/proof of concept, it's turned out to be pretty useful for small to medium size projects. As I've used it, I've found all kinds of interesting benefits and helpful usage patterns. I've tried to document some; I hope to do more soon.
--https://rethinkingsoftware.substack.com/p/the-joy-of-literat...
--https://rethinkingsoftware.substack.com/p/organic-markdown-i...
--https://rethinkingsoftware.substack.com/p/dry-on-steroids-wi...
--https://rethinkingsoftware.substack.com/p/literate-testing
--https://www.youtube.com/@adam-ard/videos
The project is at a very early stage, but is finally stable enough that I thought it'd be fun to throw out here and see what people think. It's definitely my own unique spin on literate programming and it's been a lot of fun. See what you think!
Re: Ask HN: What Are You Working On? (June 2025)
#285It's an environment for open-ended learning with LLMs. Something like a personalized, generative Wikipedia. Has generated courses, documents, exams and flashcards.
Each document links to more documents, which are all stored in a graph you grow over time.
Re: Ask HN: What Are You Working On? (June 2025)
#286It is like MS Word "Bullets and numbering" but it's a small UNIX filter, no GUI, much faster and smoother than MS Word or Google Docs.
Perhaps the beginning of a markup language for text or HTML files intended to be converted to MS Word.
Re: Ask HN: What Are You Working On? (June 2025)
#287like, it would be very cool to do something like have your feature branch be deployed to a separate pod in dev cluster, and have an ingress rule set up so that it points to that pod only.
So if your dev environment usually points to .dev.example.com,
Deploy your feature branch to a dev cluster, but on a different pod. Then have it reachable to .feature-branch-1.dev.example.com without touching main.
I think it's a neat idea and I'm sure it should be possible if I configure some istio settings.
It's all new thing and it's fun to have a direction towards learning
Re: Ask HN: What Are You Working On? (June 2025)
#288The premise is that when I read social spaces like Reddit or X, if the government has done anything contentious you get nothing more than strident left takes, or strident right takes on the topic. Neither of which is informative or helpful.
So I have set up a site which uses AI which is specifically guided to be neutral and non-partisan, to analyses the government actions from the source documents. It then gives a summary, expected effect, benefits and disadvantages, and ranks the action against 19 "things people care about" (e.g. defence, environment, civil liberties, religious protection, etc.)
The end result is quite compelling. For example here's the page that summarises all the actions which are extremely beneficial or disadvantageous to individual liberties: https://sivic.life/tyca/tyca_individual_liberties/
Re: Ask HN: What Are You Working On? (June 2025)
#289https://www.npmjs.com/package/@mindpilot/mcp
Claude Code Quickstart:
``` claude mcp add mindpilot -- npx @mindpilot/mcp ```
Re: Ask HN: What Are You Working On? (June 2025)
#290I've been working on a fully electric last-mile delivery company: https://hudsonshipping.co Beyond the landing page (built with Astro), I've been building all of the route optimization, the delivery and warehouse management systems. A combination of go and java has allowed me to write a few microservices in the past 6 months to handle all of my logistical processes, and I'm just testing the mobile app in the field as…