frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Elon Musk's X Money promises 6% APY and $10M in FDIC coverage

https://finance.yahoo.com/markets/currencies/articles/elon-musks-x-money-promises-180000390.html
1•mooreds•33s ago•0 comments

Strangers on a Bench

https://strangersonabench.com/
1•mooreds•1m ago•0 comments

Tunnel Whisperer – Surgical port forwarding over HTTPS for hostile firewalls

https://github.com/Tunnel-Whisperer/Tunnel-Whisperer
1•zglozman•2m ago•0 comments

Federal proposal would deeply cut Colorado River water for AZ, CA and NV

https://www.nbcnews.com/science/environment/proposal-cut-colorado-river-water-arizona-california-...
1•mooreds•3m ago•0 comments

Lake Chaubunagungamaug

https://en.wikipedia.org/wiki/Lake_Chaubunagungamaug
1•willmeyers•4m ago•0 comments

I think GCP is better than AWS (2020)

https://nandovillalba.medium.com/why-i-think-gcp-is-better-than-aws-ea78f9975bda
1•downbad_•7m ago•0 comments

Show HN: Find out how ChatGPT describes your brand, then fix it

https://pallix.in
1•not_wowinter14•12m ago•0 comments

Python Package Comparison for Webcrawlers and Website Mirroring

https://inventwithpython.com/blog/python-webcrawler-package-comparison-aug-2026.html
1•gregsadetsky•12m ago•0 comments

ChatGPT / Codex Reset on Monday

https://xcancel.com/thsottiaux/status/2086189414292865249
1•sscaryterry•14m ago•0 comments

Hyper-Markdown – Markdown for knowledge graphs

https://hyper-markdown.org/
3•divingstar•17m ago•1 comments

I aggregated tracker SDKs and permissions across 300 open-source Android apps

https://apptizo.com/reports/app-trackers-permissions/
1•jkircas•18m ago•0 comments

The Internet Is in Crisis

https://www.theatlantic.com/culture/2026/08/perez-hilton-livestream/688223/
1•paulpauper•19m ago•0 comments

Switzerland is a neutral nation but has more nuclear bunkers than any country

https://www.npr.org/2026/08/08/g-s1-137635/switzerland-nuclear-bunkers
2•andsoitis•21m ago•0 comments

James Bond, not Bond James: why scientific publishing must respect name order

https://www.nature.com/articles/d41586-026-01772-6
2•paulpauper•23m ago•0 comments

What's New in Inkdrop v6

https://forum.inkdrop.app/t/whats-new-in-v6/5570
2•dgavrilov•32m ago•0 comments

Coldcard hardware wallet firmware flaw sees 2k BTC (~$130M) drained

https://www.web3isgoinggreat.com/?id=coldcard-hardware-wallet-flaw
7•ilamont•35m ago•1 comments

Wikipedia's founder on his life's work: "A propaganda tool"

https://nordictimes.com/world/wikipedias-founder-on-his-lifes-work-a-propaganda-tool/
3•thisislife2•35m ago•0 comments

Time Series Observing Itself

https://timeseriesofindia.com/meta/
2•prtk25•39m ago•0 comments

Show HN: Fullscreener // borderless fullscreen for any window (Windows only)

https://github.com/carlos-menezes/fullscreener
1•carlos-menezes•39m ago•0 comments

AI Music Debate Is Missing Half the Money

https://justwordz.medium.com/the-ai-music-debate-is-missing-half-the-money-ffb714924aaa
1•samspenc•39m ago•0 comments

Leibniz's Treatise Disputatio metaphysica de principio individui

https://ojs.tnkul.pl/index.php/rf/article/view/12197
1•Bluestein•40m ago•0 comments

Use Claude Code to make synced video edits to a song

https://github.com/ZiadAbdelkarim/beat-synced-edit
1•iwasastreamer•42m ago•0 comments

Am I the problem? Interviewing another team to find out

https://www.macchaffee.com/blog/2026/am-i-the-problem/
1•signa11•47m ago•0 comments

What We Talk About When We Talk About Bruce Lee

https://decodingvibes.com/blog/what-we-talk-about-when-we-talk-about-bruce-lee/
1•altmanaltman•47m ago•0 comments

Shadow AI is a hidden risk to your business

https://proton.me/business/blog/shadow-ai
3•devonnull•50m ago•0 comments

I build the Tinder to choose food

https://beta.platetale.com/
1•anhyourdream•50m ago•0 comments

Anthropic Economic Index

https://www.anthropic.com/economic-index
4•ronfriedhaber•51m ago•0 comments

Swift-Gigatoken

https://github.com/1amageek/swift-gigatoken
1•frizlab•57m ago•1 comments

The Idea of an Immutable Social Media

https://citizendot.github.io/articles/the-idea-of-immutable-social-media/
4•CITIZENDOT•1h ago•1 comments

Maryland Closes More of Cunningham Falls State Park After Second Beaver Attack

https://news.maryland.gov/dnr/2026/08/05/dnr-closes-additional-areas-of-cunningham-falls-state-pa...
31•bookofjoe•1h ago•11 comments
Open in hackernews

Show HN: Catch hidden exceptions in JavaScript with ESLint and JSDoc

https://github.com/Xvezda/eslint-plugin-explicit-exceptions
2•Xvezda•1y ago
I've built an ESLint plugin that enforces explicit exception documentation using JSDoc's @throws tag, similar to Java's `throws`.

It currently provides two rules: - `no-undocumented-throws`: flags functions that throw without a corresponding @throws tag - `no-implicit-propagation`: flags functions that call other @throws-documented functions without documenting the propagated exception

It includes auto-fixers, type-aware validation using TypeScript, and support for Promise rejections.

Would appreciate any feedback or suggestions.