Earlier quoted context omitted.
Curious if you’ve heard of OssoVR and what your honest assessment of VR training in your field is?
VR training hasn't really stuck in ortho training. It's legit and people do it, but it's a distant second to doing it live. I haven't seen that much of it, but from what I have seen, the fidelity is quite low. It would be cool to see what a good game studio could produce. Doctors, like most people, don't like stuff on their head. Plus in ortho there is a lot of feel to it. It's often referred to as "carpentry". The d…
Ask HN: What are you working on? (September 2025)
791–800 of 1001 posts
Re: Ask HN: What are you working on? (September 2025)
#792Working on orbital dynamics code for my PhD in astronomy, written in rust, it can accurately calculate the positions of all asteroids/comets to within a few meters. Today I am adding a new numerical integration method which should enable me to predict orbits from observations. https://github.com/dahlend/kete I'm working on modeling the motion of observed dust particles coming off of comet 67P, here is are some exampl…
Hi, this looks amazing! Can't wait to check it out properly tonight. What are you using for numerical integration? I did this last month: https://www.nhatcher.com/three-body-periodic/ https://github.com/nhatcher/three-body-periodic There are a couple of half baked integrators there :)
Note that how the code is laid out you cant really simulate non-solar system masses. Its really aimed at massless objects in the solar system, your 3-body simulations are actually quite difficult to do given the design.
Re: Ask HN: What are you working on? (September 2025)
#793Like the rest of online mass media, HN covers generative AI a lot but there is still plenty of value in predictive AI. Both forms provide plenty of technical challenges to the AI engineer. I miss the days when you could get a stack trace to when debugging an issue.
Re: Ask HN: What are you working on? (September 2025)
#794Re: Ask HN: What are you working on? (September 2025)
#795Re: Ask HN: What are you working on? (September 2025)
#796The initial idea was "call to tweet", the ability to compose posts on the go by having a natural conversation with an AI assistant over a simple phone call. This is useful for turning thoughts from a walk or drive into a polished "brain dump" post, or for engaging with user lists without being at a computer.
It has since evolved into a broader system:
Chrome Extension: A context-aware assistant that lives in the browser. It has a Quake-style console (activated by opt+space) for quick chat and can analyze the content of any page you're on (e.g., YouTube transcripts, articles, other tweets) to help you create relevant content.
Engagement Predictor: A feature that scores tweet drafts in real-time to predict their potential for engagement. It's built on a model trained on my own dataset pulled from the X API and other public dataset from Kaggle[0].
Scheduled AI Calls: The system can call you on a predefined schedule to proactively brainstorm content ideas.
Here is the tech stack:
- Frontend: React, Tailwind, shadcn/ui
- Auth: X OAuth
- Payments: Stripe Subscriptions
- Voice AI: ElevenLabs Conversational AI, Twilio
- Engagement Predictor ML: Python, scikit-learn, XGBoost on a data pipeline from X API v2 and a base dataset from Kaggle.
- Chrome Extension: Same as Frontend and Chrome Extensions API
- Blog: Jekyll
- Infrastructure: Deployed on AWS Fargate using AWS Copilot for orchestration (ECS).
I'm building solo and just got the first trial user after 87 days of building in public. It's a long road but the feedback so far is encouraging.
[0] https://www.kaggle.com/code/shpatrickguo/tweet-virality-pred...
Re: Ask HN: What are you working on? (September 2025)
#797I built a free & open-source invoice generator: https://easyinvoicepdf.com/?template=stripe - No sign-up, works entirely in-browser - Live PDF preview + instant download - VAT support (EU-friendly) - Shareable invoice links - Multi-language (10+) & multi-currency - Multiple templates (incl. Stripe-style) - Mobile-friendly GitHub: https://github.com/VladSez/easy-invoice-pdf Would love feedback, contributions, or ideas…
Re: Ask HN: What are you working on? (September 2025)
#798I started a newsletter that tries to recreate the original magic of stumble upon. To feature cool random stuff from across the internet. I believe the old internet is still alive and well. It's just buried under a mountain of shit. https://randomdailyurls.com/
Re: Ask HN: What are you working on? (September 2025)
#799I've been working on Outcrop full-time for a few months now, since I left my job at Stripe. I think knowledge base systems are some of the most important components for successful companies. Current tools are too slow and too messy. Many companies end up developing a custom internal wiki to supplement their Confluence one.
Outcrop is powered by custom search, collaboration, and authorisation engines. Everything is indexed, including comments. Search and navigation are instant. I have a long list of itches I want to scratch with this product. I'm doing a round of private previews to collect feedback, if you're interested, please sign up, I'd love to talk you!
Re: Ask HN: What are you working on? (September 2025)
#800Trying to re-legalize "neighborhood commercial" by right in the city I live in. Things like corner stores or small barber shops or coffee shops or converted restaurants. ACUs or Accessory Commercial Units, home conversions... different ways of doing it.