frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Youper is shutting down – What kills mental health AI?

https://www.youper.ai/notice
1•batman2019•14m ago•0 comments

Show HN: Free GitHub Action that scans PR diffs for malicious code, not quality

https://github.com/marketplace/actions/vigil-pr-scanner
1•arsalsajjad•16m ago•0 comments

The Bitterest Lesson

https://typesafe.ai/blog/bitterest-lesson
1•emersonmacro•21m ago•0 comments

Google announces new experimental "CC" AI agent for families

https://arstechnica.com/google/2026/09/google-announces-new-experimental-cc-ai-agent-for-families/
1•geoffbp•22m ago•0 comments

Show HN: Green Screen Remover – free in-browser chroma key, nothing uploaded

https://greenscreenremover.net/
1•wangqing333•28m ago•0 comments

I built the fastest PHP webserver in the world

https://qbixserver.com
1•EGreg•29m ago•0 comments

Data

1•justavalidman•29m ago•0 comments

Running OpenBAO on Kubernetes with a CloudNativePG PostgreSQL Back End

https://www.cncf.io/blog/2026/09/16/running-openbao-on-kubernetes-with-a-cloudnativepg-postgresql...
1•geoffbp•29m ago•0 comments

Show HN: Concat: the open-source CapCut replacement.

https://github.com/jub0t/Concat
1•calanus•32m ago•0 comments

Pre-Greek: The lost language hidden within Ancient Greek

https://linguisticdiscovery.com/posts/pre-greek/
1•axiologist•33m ago•0 comments

Code Scans

https://devin.ai/blog/introducing-code-scans
2•geoffbp•36m ago•0 comments

Warez: The Infrastructure and Aesthetics of Piracy Culture

https://archive.org/details/b904a8eb-9c98-4bb1-bf25-3cb9d075b157
2•succinct_ideas•40m ago•0 comments

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

https://jinx.fyi
1•SubmersibleZoom•41m ago•0 comments

Amfly: A deterministic simulation of six fruit fly connectomes in a reward loop

https://github.com/aravpanwar/amfly
1•Teever•43m ago•0 comments

Alternatives to milk are losing moomentum

https://www.economist.com/business/2026/09/17/alternatives-to-milk-are-losing-moomentum
1•andsoitis•44m ago•1 comments

Show HN: An open Add/Search evaluation framework for agent memory

https://agentmemoryleaderboard.ai/
1•IreneAI•45m ago•0 comments

A DeepSeek engineer just said the thing I've been feeling about AI for months

https://www.reddit.com/r/artificial/comments/1wi2zm9/a_deepseek_engineer_just_said_the_thing_ive_...
1•0xcrypto•47m ago•0 comments

Be alert: targeted attacks on prominent Rustaceans

https://blog.rust-lang.org/2026/09/17/targeted-attacks/
2•vinhnx•48m ago•0 comments

Hacking OpenAI

https://www.hacktron.ai/blog/hacking-openai
7•Handy-Man•50m ago•1 comments

Great Tea Race of 1866

https://en.wikipedia.org/wiki/Great_Tea_Race_of_1866
2•thunderbong•56m ago•0 comments

Cache-Tax

https://github.com/karanb192/claude-code-mods/tree/main/plugins/cache-tax
1•handfuloflight•56m ago•0 comments

Mova: Movement Analytics Platform

https://omid.al/projects/mova/
1•Quarterlyreport•57m ago•0 comments

Lodestar – Easier Communication with Agents

https://www.try-lodestar.com/
1•elushine•57m ago•1 comments

DDns: Endpoint-aware DNS resolution beyond IP addresses

https://docs.dhttp.net/en/docs/protocol/ddns
1•Arya_xiaofan•58m ago•0 comments

Republican bill would order ISPs, DNS providers, and VPNs to block piracy sites

https://arstechnica.com/tech-policy/2026/09/republican-bill-would-order-isps-dns-providers-and-vp...
3•mmh0000•59m ago•0 comments

Apple May Return to Server Market with Nvidia Technology

https://www.macrumors.com/2026/09/16/apple-may-return-to-server-market/
3•mgh2•1h ago•0 comments

Google auto-banned my Bug Hunter account for exposing their fake "Delete" button

https://medium.com/@istokovicsgyorgy79/google-auto-banned-my-bug-hunter-account-for-exposing-thei...
2•Bitu79•1h ago•0 comments

iPhone 18 Pro Camera Review: Dunton, Colorado

https://www.austinmann.com/trek/iphone-18-pro-camera-review-dunton
1•ValentineC•1h ago•0 comments

Low-Cost Servers for AI and Developers

https://rawhq.io
2•eulerpoolapi•1h ago•0 comments

Show HN: A directory of 164 Asian AI companies, ranked by disclosed scale

https://asiaai.fyi/tech-index/
1•ghernando•1h ago•0 comments
Open in hackernews

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

https://jinx.fyi
1•SubmersibleZoom•41m ago
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?