Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Continuity – project state your AI sessions can't silently contradict(github.com/vikcena01 ↗)
    discuss
  2. Show HN: Free Tournament Bracket Maker and Generator(snapbracket.com ↗)
    discuss
  3. macOS 27 is a lifesaver for killing leftover AI Agent processes(9to5mac.com ↗)
    1comments
  4. The Provenance Tax: How LLM Watermarking Changes AI Agent Behavior(lasso.security ↗)
    discuss
  5. Waymo in Singapore(waymo.com ↗)
    discuss
  6. The Concerns Surrounding Rapid Rise of AI and What We Should Do About It(medium.com/f9121212 ↗)
    discuss
  7. Age of Beyond [video](youtube.com ↗)
    discuss
  8. Natural General Intelligence(naturalgeneralintelligence.ai ↗)
    discuss
  9. Youper is shutting down – What kills mental health AI?(youper.ai ↗)
    discuss
  10. Show HN: Free GitHub Action that scans PR diffs for malicious code, not quality(github.com/marketplace ↗)
    discuss
  11. The Bitterest Lesson(typesafe.ai ↗)
    discuss
  12. Google announces new experimental "CC" AI agent for families(arstechnica.com ↗)
    discuss
  13. Show HN: Green Screen Remover – free in-browser chroma key, nothing uploaded(greenscreenremover.net ↗)
    discuss
  14. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    discuss
  15. Data
    discuss
  16. Running OpenBAO on Kubernetes with a CloudNativePG PostgreSQL Back End(cncf.io ↗)
    discuss
  17. Show HN: Concat: the open-source CapCut replacement.(github.com/jub0t ↗)
    discuss
  18. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    discuss
  19. Code Scans(devin.ai ↗)
    discuss
  20. Warez: The Infrastructure and Aesthetics of Piracy Culture(archive.org ↗)
    discuss
  21. Show HN: Jinx – a link shortener you host free on GitHub Pages(jinx.fyi ↗)
    discuss
  22. Amfly: A deterministic simulation of six fruit fly connectomes in a reward loop(github.com/aravpanwar ↗)
    discuss
  23. Alternatives to milk are losing moomentum(economist.com ↗)
    1comments
  24. Show HN: An open Add/Search evaluation framework for agent memory(agentmemoryleaderboard.ai ↗)
    discuss
  25. A DeepSeek engineer just said the thing I've been feeling about AI for months(reddit.com ↗)
    discuss
  26. Be alert: targeted attacks on prominent Rustaceans(rust-lang.org ↗)
    discuss
  27. Hacking OpenAI(hacktron.ai ↗)
    8comments
  28. Great Tea Race of 1866(wikipedia.org ↗)
    discuss
  29. Cache-Tax(github.com/karanb192 ↗)
    discuss
  30. Mova: Movement Analytics Platform(omid.al ↗)
    discuss

Show HN: Jinx – a link shortener you host free on GitHub Pages

2 pointsby 1h agojinx.fyi
0 comments
Jinx is just links, a small static website on GitHub to share short links to your stuff. Add your links to one file, turn on GitHub Pages, and point your own domain at it. I built it because the options all seemed wrong for a small team: paid shorteners charge monthly for what's essentially a lookup table; free self-hosted ones (YOURLS, Shlink, etc.) still need a server and a database to maintain; and free tiers of hosted services like bitly or tinyurl cap your links or paywall basic features. It’s working well for my team at work.

What it does:

• Short links on your own domain (yourname.com/thing) that redirect instantly.

• A searchable page listing all your links. Typos are redirected to the search page.

• QR codes for each link, generated in js in the browser, no external API calls.

• Click counts via GoatCounter (free, privacy-preserving, no cookies)

• Nested paths if you want them (e.g. contact/email, contact/whatsapp, etc.)

• Access control for who can edit links is done through github repo access.

Why another link shortener? Paid link shorteners cost money every month for something that's really just a lookup table. Free open-source link shorteners require you to host the app somewhere and pay monthly for that instead. Freemium services like bitly paywall you with limits on the number of links, edit ability, sometimes redirect your QR code to an ad . So I built a link shortening tool focused on simplicity as a static website and open-sourced it.

Setup: fork the repo, edit the config and the links, turn on GitHub Pages. Takes about five minutes. MIT licensed, free, no ads, no account required beyond GitHub itself.

Live example: jinx.fyi Code: github.com/gdmcdonald/jinx

Would love to hear feedback, what do you like or not like, what would make it more useful for you?

A quiet thread, for now.Start the conversation on HN ↗