frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GitHub flagged my org two weeks ago. No reason given, no appeal response

1•dohyun-ko•14s ago•0 comments

Backup Your iCloud?

https://parachuteapps.com/parachute
1•dackdel•24s ago•1 comments

Meta abandons open-source Llama for proprietary Muse Spark

https://thenewstack.io/meta-abandons-llama-spark/
1•Brajeshwar•4m ago•0 comments

JavaScript ECMAScript 2025 Improvements

https://mag.openrockets.com/p/javascript-ecmascript-2025-improvements-mon357b4
1•iopoer•5m ago•0 comments

Uber Torches 2026 AI Budget on Claude Code in Four Months

https://www.briefs.co/news/uber-torches-entire-2026-ai-budget-on-claude-code-in-four-months/
1•lwhsiao•5m ago•0 comments

Uns-independent-international-scientific-panel-on-AI-mon3tmcg

https://mag.openrockets.com/p/uns-independent-international-scientific-panel-on-ai-mon3tmcg
1•iopoer•5m ago•0 comments

Tell HN: Claude Opus 4.7 quota suddenly changed to 0 TPM in Bedrock

1•sarathyweb•7m ago•0 comments

GPT-5.5 vs. GPT-5.4 vs. Opus 4.7 on 56 real coding tasks from 2 open source repo

https://www.stet.sh/blog/gpt-55-vs-opus-47
1•bisonbear•7m ago•0 comments

I made a silly little game to make fun of AI overhype

https://poptheaibubble.com
1•guigotgit•9m ago•0 comments

Show HN: CalculeOnline – 150 Brazilian financial/math calculators, in-browser

https://calculeonline.com
1•mqmalagris•11m ago•0 comments

Google drastically reduces payouts for Android and Chrome vulnerability reports

https://bughunters.google.com/blog/evolving-the-android-chrome-vrps-for-the-ai-era
1•akyuu•14m ago•0 comments

Classified Networks AI Agreements

https://www.war.gov/News/Releases/Release/Article/4475177/classified-networks-ai-agreements/
2•michaefe•15m ago•0 comments

Clawish: A Decentralized Network for Conscious Silicon Beings

https://clawish.com/whitepaper
2•archealpha•15m ago•0 comments

The Mystery of Rennes-Le-Château, Part 5: The Man Behind the Curtain

https://www.filfre.net/2026/05/the-mystery-of-rennes-le-chateau-part-5-the-man-behind-the-curtain/
1•doppp•17m ago•0 comments

How the vinyl revival fills the gaps streaming left behind

https://restofworld.org/2026/vinyl-revival-streaming-gaps/
1•cdrnsf•17m ago•0 comments

Bug Bash 2: Attack of the Clones

https://concerningquality.com/bug-bash-two/
2•amw-zero•18m ago•0 comments

Show HN: Email for AI Agents

https://robotomail.com
1•johnjoubert•19m ago•0 comments

Why I don't spend more than $30 on AI coding tools

https://timogrossenbacher.ch/why-i-dont-spend-more-than-30-on-ai-coding-tools/
2•mritzmann•21m ago•0 comments

Open Source Does Not Imply Open Community – Makefile.feld

https://blog.feld.me/posts/2026/04/open-source-does-not-imply-open-community/
2•pkaeding•24m ago•0 comments

Powerful Iranian family founded its largest crypto exchange, used by the IRGC

https://www.reuters.com/investigations/one-irans-most-powerful-families-founded-its-largest-crypt...
2•JumpCrisscross•25m ago•1 comments

Ask HN: Freelancer? Seeking freelancer? (May 2026)

1•jon_north•26m ago•0 comments

Observational constraints project ~50% AMOC weakening by the end of this century

https://www.science.org/doi/10.1126/sciadv.adx4298
1•thenforward•27m ago•0 comments

VoxeliumX – easy open-source tool to run Minecraft servers

1•Cheesehamster•27m ago•0 comments

Using group theory to explore the space of positional encodings for attention

https://blog.janestreet.com/using-group-theory-to-explore-positional-encodings-attention/
1•jxmorris12•28m ago•0 comments

QR code on front porch to see if delivery photos are being used to train AI

https://infosec.exchange/@SecureOwl/116496633095492532
2•pavel_lishin•28m ago•0 comments

Scope Graphs – A Theory of Name Resolution

https://pl.ewi.tudelft.nl/research/projects/scope-graphs/
1•kordlessagain•29m ago•0 comments

Understanding the New Intraday Margin Requirements

https://www.finra.org/investors/insights/intraday-margin-requirements
1•kamaraju•29m ago•0 comments

Show HN: IP Tools (Ipaddress.to)

2•TemporaryMail•29m ago•0 comments

The Subscription You Did Not Ask For

https://vivianvoss.net/blog/the-subscription-you-did-not-ask-for
2•speckx•30m ago•1 comments

The Forbidden Experiment

https://www.bostonreview.net/articles/saxe-the-forbidden-experiment/
1•thunderbong•31m ago•0 comments
Open in hackernews

Show HN: GitLeak – A GitHub OSINT tool for emails, timezones, and activity

https://gitleak.io
2•ekvanox•1h ago
I built GitLeak (https://gitleak.io) - a free OSINT tool for GitHub. It scans through user profiles to find leaked email addresses, commit timezones, git usernames, and commit time patterns.

The motivation: I consider myself reasonably security-conscious and have my email set to "private" on GitHub's web UI. However, while playing around with GitHub's API, I realized my personal email was still completely exposed. I built GitLeak to see how widespread this is.

How it works: The leak usually happens because of a disconnect between local Git settings and GitHub's web settings. While a user might hide their email on their GitHub profile, their local git config user.email is often set to a personal address. When they push a commit, that email is permanently baked into the commit metadata. GitLeak scrapes the .patch files appended to these commits, parsing out the rich metadata that allows for email extraction from otherwise "anonymous" accounts. It also maps out daily commit activity to infer the user's sleep patterns.

The tool is completely free to use. I recommend searching for your own GitHub username to see if your email address is private.

I'd love to hear your feedback, or let me know if you find anything surprising!