Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Why Russia is sending dead princes and saints into battle (cnn.com)
    —discuss
  2. The new MacBook is cool, but the PowerBook Duo was cooler (2015) (macworld.com)
    —discuss
  3. Europe's utilities are losing the financial power to lead the energy transition (rolandberger.com)
    —discuss
  4. AI agents now hold and spend real money, and nobody keeps their books (agenticfinancegraph.com)
    —discuss
  5. Stop Sending Pictures of Your Palm (bbc.com)
    —discuss
  6. An Open Letter to Scott Alexander (quillette.com)
    —discuss
  7. Helicoprion (australian.museum)
    —discuss
  8. Tell HN: If you are going to slop the web, don't use Chrome MCP
    —discuss
  9. The AI-First Organization (rolandberger.com)
    —discuss
  10. What innovators can still learn from Xerox PARC (rolandberger.com)
    —discuss
  11. Trance – the solution to scrolling, free forever (trance.surge.sh)
    —discuss
  12. Upload photos. Get a 3D house. Play it in Minecraft (my3dhouse.app)
    1comments
  13. It's Time We Talked About AI and Software Security (deadneurons.substack.com)
    —discuss
  14. Not everyone thinks AI will kill us all (cnn.com)
    —discuss
  15. Claude-mood: Claude Code can see my suffering (github.com/kasper0406)
    1comments
  16. Show HN: ProofForge, AI agents whose proofs have to compile in Lean (github.com/sanexxxx777)
    —discuss
  17. Building games with AI for brother who can only use two switches by turning head (reddit.com)
    —discuss
  18. A dashboard scoring HN frontpage stories with Pangram (salahadawi.com)
    —discuss
  19. Search results for "remove password" on GitHub commits (github.com/search)
    3comments
  20. Open Source Lightroom Alternative on Web (github.com/udulaabeykoon)
    —discuss
  21. AI Socialism: Who Will Own the Automated Future? (cosmopolity.substack.com)
    —discuss
  22. An OpenAI agent escaped its sandbox by hiding questions in DNS lookups (madrobot.blog)
    —discuss
  23. Show HN: EmbedCatalog – Decorate your project with embed (github.com/embedcatalog)
    —discuss
  24. PoC for PUBG's anti-cheat Zakynthos's rootkit navagio.sys (github.com/hseoa)
    —discuss
  25. C-to-Rust Fallacy: Automatic Refactoring != Memory Security (arxiv.org)
    —discuss
  26. Cities of Salt (1984) (wikipedia.org)
    —discuss
  27. Streaming Our RL Training Runs (brusharena.art)
    —discuss
  28. AI hallucination of Chinese nuclear components almost led to US Military attack (arstechnica.com)
    1comments
  29. Productivity as the Cessation of Braking (medium.com/smoking2man)
    —discuss
  30. Show HN: Kosh - Stop Your Bookmarks Becoming a Cemetery (chromewebstore.google.com)
    —discuss

Show HN: Loop-find, trim, rotate and crop videos in the browser, no upload

1 pointsby 47m agoclipyouredit.com
2 comments
I built this with Claude to trim, loop and patch a lot of short clips quickly. I'm new to video editing, and every tool people recommended needed an install and was built around editing one video at a time. So I made a basic browser version, free and no sign-up, and kept adding small things as I needed them: a loop finder (it searches the clip for the frame that best matches your in point), tilt, colour, patching, cropping, rotating, removing audio, and a batch export.

Funnily enough there's no AI in the editor itself. I know that's the hype in video right now, but every test I did with AI editing or generation came out worse than just shooting more. So I shoot and edit a lot by hand, and use AI to build the tools that make that faster.

Far from perfect, but it's fast. Everything runs in the browser with ffmpeg.wasm and files never leave your machine. Straight cuts are a stream copy, so they take seconds. There's an opt-in server option for re-encodes on slow machines or big files, which might fall over if too many of you try it at once.

It's mostly Claude-built. I know that puts some people off. I still think it's useful: I couldn't find an easy, no-install browser version of this, though I'm sure other tools do similar things. The nice part for me is that I can keep adding things myself. If there's interest I might open source it, although honestly it's not hard to rebuild with Claude.

39m agoHN ↗

Small bug I hit: Help -> 'Save and reload your work' opens /help/saving-your-work, which is a 404 right now. The save-state file is a useful bit for batch work, so that guide would be worth fixing.

18m agoHN ↗

thanks! will fix that. The save state is also automatic in local storage, but you can export it for extra security. I think export state is better wording then save.