Posts

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

Show HN: The Mog Programming Language https://ift.tt/MJxFI8p

Show HN: The Mog Programming Language https://moglang.org March 9, 2026 at 11:27PM

Show HN: Proxly – Self-hosted tunneling on your own domain in 60 second https://ift.tt/ZqFvYV7

Show HN: Proxly – Self-hosted tunneling on your own domain in 60 second Proxly is a self-hosted tunneling tool that exposes local services through subdomains on your own VPS. npm install -g @a1tem/proxly, run proxly, and the interactive wizard sets up your first tunnel. No bandwidth caps, no session limits. Built it because frp's config is painful and ngrok's free tier is too limited. Open source, MIT licensed. GitHub: https://ift.tt/gCf7ARq March 8, 2026 at 03:34PM

Show HN: Prompt Armour – Real-time PII detection for AI chatbots, 100% local https://ift.tt/pJEeujP

Show HN: Prompt Armour – Real-time PII detection for AI chatbots, 100% local https://prompt-armour.vercel.app/ March 7, 2026 at 11:04PM

Show HN: VaultNote – Local-first encrypted note-taking in the browser https://ift.tt/IntQJlu

Show HN: VaultNote – Local-first encrypted note-taking in the browser Hi HN, I built VaultNote, a local-first note-taking app that runs entirely in the browser. Key ideas: - 100% local-first: no backend or server - No login, accounts, or tracking - Notes stored locally in IndexedDB / LocalStorage - AES encryption with a single master password - Tree-structured notes for organizing knowledge The goal was to create a simple note app where your data never leaves your device. You can open the site, enter a master password, and start writing immediately. Since everything is stored locally, VaultNote also supports import/export so you can back up your data. Curious to hear feedback from the HN community, especially on: - the security approach (local AES encryption) - IndexedDB storage design - local-first UX tradeoffs Demo: https://ift.tt/AbGdrUL Thanks! https://ift.tt/9bSdi3N March 7, 2026 at 12:52AM

Show HN: Claude skill to do your taxes https://ift.tt/dhbE9yB

Show HN: Claude skill to do your taxes TL;DR Claude Code did my 2024 and 2025 taxes. Added a skill that anyone can use to do their own. I tested it against TurboTax on my own 2024 and 2025 return. Same result without clicking through 45 minutes of wizard steps. Would love PRs or feedback as we come up on tax season. Learnings from replacing TurboTax with Claude Skill looping The first iteration of my taxes took almost an hour and a decent amount of prompting. Many context compactions, tons of PDF issues, lots of exploration. When it was done, I asked Claude to write the skill to make it faster the next time (eg: Always check for XFA tags first when discovering form fields) Skills aren’t just .MD files anymore Now they’re folders that can contain code snippets, example files, rules. In 2025 we were all building custom agents with custom tools. In 2026 every agent has its own code execution, network connection, and workspace. So it’s custom skills on the same agent (trending towards Clau...

Show HN: Git Diff for Agentic Coding https://ift.tt/fbYOKcG

Show HN: Git Diff for Agentic Coding https://ift.tt/jTI0Mxr March 6, 2026 at 01:01AM