Posts

Show HN: Free audiobooks with synchronized text for language learning https://ift.tt/3ojCy7a

Show HN: Free audiobooks with synchronized text for language learning https://ift.tt/6bvxOUz March 12, 2026 at 02:42AM

Show HN: Free HN Top Stories Scraper – 500 stories with score/comment filters https://ift.tt/GMEQthk

Show HN: Free HN Top Stories Scraper – 500 stories with score/comment filters https://ift.tt/ThpYLlA March 12, 2026 at 12:38AM

Show HN: I built a tool that watches webpages and exposes changes as RSS https://ift.tt/RdG6nH8

Show HN: I built a tool that watches webpages and exposes changes as RSS I built Site Spy after missing a visa appointment slot because a government page changed and I didn’t notice for two weeks. It watches webpages for changes and shows the result like a diff. The part I think HN might find interesting is that it can monitor a specific element on a page, not just the whole page, and it can expose changes as RSS feeds. So instead of tracking an entire noisy page, you can watch just a price, a stock status, a headline, or a specific content block. When it changes, you can inspect the diff, browse the snapshot history, or follow the updates in an RSS reader. It’s a Chrome/Firefox extension plus a web dashboard. Main features: - Element picker for tracking a specific part of a page - Diff view plus full snapshot timeline - RSS feeds per watch, per tag, or across all watches - MCP server for Claude, Cursor, and other AI agents - Browser push, Email, and Telegram notifications Chrome: http...

Show HN: Don't share code. Share the prompt https://ift.tt/nizDFEB

Show HN: Don't share code. Share the prompt Hey HN, I'm Mario. I recently talked to a colleague about AI, agents and how software development will change in the future. We were wondering why we should even share code anymore when AI agents are already really good at implementing software, just through prompts. Why can't everyone get customized software with prompts? "Share the prompt, not the code." Well, I thought, great idea, let's do that. That's why I built Open Prompt Hub: https://ift.tt/pW7J3Rs . Think GitHub just for prompts. The idea is simple: Users can upload prompts that can then be used by you and your AI tools to generate a script, app, or web service (or prime their agent for a certain task): Just past it into your agent or ide and watch it build for you. If the prompt does not 100% covers your usecase, fork it, tweak it, et voila: tailor-made software ready to use! The prompts are simple markdown files with a frontematter block for meta info...

Show HN: Satellite imagery object detection using text prompts https://ift.tt/0unXbRt

Show HN: Satellite imagery object detection using text prompts I built a browser-based tool for detecting objects in satellite imagery using vision-language models (VLMs). You draw a polygon on the map and enter a text prompt such as "swimming pools", "oil tanks", or "buses". The system scans the selected area tile-by-tile and returns detections projected back onto the map as GeoJSON. Pipeline: select area and zoom level, split the region into mercantile tiles, run each tile with the prompt through a VLM, convert predicted bounding boxes to geographic coordinates (WGS84), and render the results back on the map. It works reasonably well for distinct structures in a zero-shot setting. occluded objects are still better handled by specialized detectors like YOLO models. There is a public demo and no login required. I am mainly interested in feedback on detection quality, performance tradeoffs between VLMs and specialized detectors, and potential real-world use...

Show HN: Time as the 4th Dimension – What if it emerges from rotational motion? https://ift.tt/tO1lzY0

Show HN: Time as the 4th Dimension – What if it emerges from rotational motion? I've been developing a framework since 2022 that proposes time is not a static geometric axis (as in Einstein's relativity) but emerges dynamically from the rotational and orbital motion of 3D space. The core idea: each dimension emerges from the previous one by arranging infinite instances perpendicularly. A static 3D space can't do this to itself — but a rotating one can. That perpetual self-perpendicularity is time. From this we can derive the Lorentz factor, E=mc², and the Schwarzschild radius, and propose a testable prediction: intrinsic rotation should contribute independently to time dilation, measurable with atomic clocks. Essay (accessible): https://ift.tt/rUTzjxv... Paper (Zenodo): https://ift.tt/wspTvQX March 9, 2026 at 11:18PM