Posts

Show HN: Academa – Long-form STEM lecture videos generated by LLMs https://ift.tt/rjkJ90W

Show HN: Academa – Long-form STEM lecture videos generated by LLMs Hi HN, we are Sina Atalay and Abdullah Geduk, co-founders of Academa. We are both PhD students. We thought: what if lecture videos were written as code and compiled into video using computer graphics and TTS? Then LLMs could write them, and lectures could be fixed with code edits instead of video production. On correctness: LLMs may make mistakes. But these videos are code sitting in our repository, and we can maintain them. Every report and review becomes a fix in the source, and everyone who watches after that gets the corrected lecture. Every recorded lecture on the internet is stuck with its mistakes. Ours will continuously improve. Each video also comes with an AI chat that understands everything said and shown in the lecture. There is a longer write-up at the bottom of the page. Happy to answer any questions. https://academa.ai/ August 31, 2026 at 03:52AM

Show HN: Cogram Studio – CAD and BIM workspace for humans and agents https://ift.tt/ElXUNh0

Show HN: Cogram Studio – CAD and BIM workspace for humans and agents Hi HN, Rick and Alex here, co-founders of Cogram. We’ve been making project-management software for architects and engineers since 2023, and are now experimenting with a second product. Cogram Studio (studio.cogram.com) is a CAD and BIM workspace for AI agents to create three-dimensional models and dimensioned drawings. Studio runs FreeCAD ( https://ift.tt/kFq6YQx ) 1.1 headlessly, using the OpenCASCADE ( https://ift.tt/1fkOVsa ) geometry kernel. It imports and exports STEP, IFC, STL, DXF and FCStd files. Studio exposes an MCP server, so you can operate it from Claude Code, Codex, ChatGPT, or other agents. Tools cover scripting against FreeCAD, inspecting the model visually, CRUD operations on views, tables, and sheets, importing terrain, etc. Studio also provides a built-in agent based on Pi ( https://ift.tt/Gi4QX1L ) and a basic UI for 3D model inspection, measurement, view, table, and sheet creation. There are two ...

Show HN: 3D Embodiment of your Git repo https://ift.tt/iFIuRVn

Show HN: 3D Embodiment of your Git repo https://ift.tt/iqEMlk0 August 29, 2026 at 11:19PM

Show HN: Flint – A minimal C/C++ package manager and build tool written in C https://ift.tt/wpIxHTZ

Show HN: Flint – A minimal C/C++ package manager and build tool written in C https://ift.tt/tzGqInF August 29, 2026 at 11:14PM

Show HN: Boop – tiny, self-hosted push notifications for your apps built in Go https://ift.tt/OrzVtvQ

Show HN: Boop – tiny, self-hosted push notifications for your apps built in Go Hi HN, I built Boop because I wanted application events sent directly to my phone without paying for another service or routing everything through Slack or Telegram. Boop is a small, open-source server paired with an open-source iOS app. The server currently uses around 8 MB of memory on my machine. It’s deliberately not an observability platform or a replacement for Sentry. It receives events from your applications, sends native push notifications, and keeps them in a purpose-built mobile inbox. I use Elixir, so I built an integration for ErrorTracker. ErrorTracker still captures and stores the errors; the plugin sends them to Boop so I can see them on my phone: https://ift.tt/lTBqLCH There’s also a general Elixir client: https://ift.tt/YUQjtgL And a Node client: https://ift.tt/DjpqZEO The iOS app can be built and installed locally. I’ve included instructions for configuring private push notifications...

Show HN: Sesame - a local-first, open-source password manager https://ift.tt/QEvVbKc

Show HN: Sesame - a local-first, open-source password manager I have been working on Sesame, an open-source password manager that keeps your vault local by default. You don't need an account to create or use a vault, and the hosted service never receives the vault itself. It's still early software and the independent security review isn't finished yet, so I am mainly interested in feedback, testing, and people looking through the code. (Linux support is yet to be released on v0.1.2, but currently is in the works.) https://usesesame.app/ August 29, 2026 at 12:44AM