Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Practice Methods for Piano (terfi.fyi)
    —discuss
  2. Something Deep Inside Earth Keeps Messing with the Length of Our Days (gizmodo.com)
    —discuss
  3. Show HN: ExactOdds – provably fair games that prove the rules (github.com/ceedot-rock)
    —discuss
  4. Could an iced coffee freeze you out of the job market? (bbc.com)
    —discuss
  5. Unexpected Consequences of an Economic Crisis Nobody Is Talking About (johnwalter25.substack.com)
    —discuss
  6. Show HN: Built with Bend – A directory of projects built with Bend (builtwithbend.com)
    —discuss
  7. Upping My P(doom) (Official Music Video) (youtube.com)
    —discuss
  8. Dofigen: A high(er)-level YAML/JSON format for generating Dockerfiles (github.com/lenra-io)
    —discuss
  9. Madeira – Run Windows PC games on a non-jailbroken iPhone (github.com/willfaust)
    —discuss
  10. Julia-1: decision model that runs on almost anything (supersoniclabs.ia.br)
    —discuss
  11. Former Meta CTO's Strategy on Scaling Green Tech (Mike Schroepfer) [video] (youtube.com)
    —discuss
  12. The Hardest of Scrabbles: Solopreneurship (molochinations.substack.com)
    —discuss
  13. Calendario – Google, Outlook and Zoom calendars in one browser popup (chromewebstore.google.com)
    —discuss
  14. Foreman: An agent supervisor and software factory foreman (github.com/thruwire)
    —discuss
  15. How to Tell If Someone Is Cheating on Chess.com (chesscheatdetector.com)
    —discuss
  16. A Simple Puzzle Reveals the Jagged Edge of AI's Abilities (aatishb.com)
    —discuss
  17. Noillirk: A fun twist on Krillion and Family Feud (playdaily.org)
    1comments
  18. The literacy crisis is people's inability to read for context (bsky.app)
    —discuss
  19. Financing the AI Buildout [pdf] (brookings.edu)
    —discuss
  20. Hackers hijack AI accounts and servers to fuel new cyber crime boom (ft.com)
    —discuss
  21. ClusterMAX 3.0: The Industry Standard GPU Cloud Rating System Returns (semianalysis.com)
    —discuss
  22. Delegation and Trust (bjornroche.com)
    —discuss
  23. Chains Messenger – E2EE iOS app with chat imports and permission-first DMs (apps.apple.com)
    —discuss
  24. Simple visual patterns can trick AI-powered vehicles and robots (ufl.edu)
    —discuss
  25. The Wait Equation (xendo.bearblog.dev)
    —discuss
  26. Primeagen Joining Omarchy Core (twitter.com/dhh)
    1comments
  27. TechGuard Pro: Essential Cybersecurity Tips and Mobile Security Guide for 2026 (mobilestuff2026.blogspot.com)
    —discuss
  28. Can Claude Opus 5.5 find any new leads on Satoshi Nakamoto? (notesbylex.com)
    —discuss
  29. How Intelligent Are Cats? (2004) (messybeast.com)
    1comments
  30. OpenAI pauses training of its 'most capable models' (theverge.com)
    2comments

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

1 pointsby 1h 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.

1h 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.

1h agoHN ↗

thanks! will fix that. The save state is also automatic in local storage, but you can export it for making sure you dont lose any work. I think export state is better wording then save.