frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Telegram bot that analyzes chess positions from images

https://telegram.chessvision.ai/
1•pkacprzak•46s ago•0 comments

Ask HN: Please share feeds to learn about Post Quantum Cryptography PQC

1•ajr0•49s ago•0 comments

Life Without US Tech

https://www.ft.com/content/4c3aad70-e0cb-46a2-95d5-15d11b6bf818
1•aanet•1m ago•1 comments

Show HN: SyncBank – Self-hosted bank sync for EU banks

https://syncbank.app/
1•samdsgn•2m ago•0 comments

Is Consciousness Just a Context Window?

https://randalltombaugh.substack.com/p/is-consciousness-just-a-context-window
2•filearts•2m ago•0 comments

Daybreak Frontier AI for cyber defenders

https://openai.com/daybreak/
1•crorella•2m ago•0 comments

As the Planet Warms, Why Is the Upper Atmosphere Cooling?

https://e360.yale.edu/digest/upper-atmosphere-cooling-study
1•speckx•3m ago•0 comments

Essay: Causal Usefulness Is Not Causal Identification

https://blog.noumenalai.com/causal-world-models-or-just-very-good-predictors/
1•boulevard•3m ago•0 comments

Anatomy of a Decent. Prediction Market: Microstructure Evidence from Polymarket

https://arxiv.org/abs/2604.24366
1•7777777phil•5m ago•0 comments

You couldn't create a more anti-news internet if you tried

https://mattdpearce.substack.com/p/you-couldnt-create-a-more-anti-news
2•cdrnsf•6m ago•0 comments

NBC orders 'Wordle' game show hosted by Savannah Guthrie

https://www.cnn.com/2026/05/11/media/nbc-wordle-game-show-savannah-guthrie
1•campuscodi•6m ago•0 comments

With Just One Word, Brandeis Is Trying to Change College Shopping

https://www.nytimes.com/2026/05/10/your-money/brandeis-college-cost-faye.html
1•apparent•6m ago•1 comments

AI eats software: Top investor dumps Microsoft shares

https://www.heise.de/en/news/AI-eats-software-Top-investor-dumps-Microsoft-shares-11288679.html
2•_tk_•7m ago•0 comments

Show HN: AaaS – to build and deploy business AI agents to messaging apps in NL

https://github.com/Tem-Degu/streetai-aaas
1•degu-temesgen•7m ago•0 comments

I have an idea that could be worth billions, & I'm giving it away for free

4•tsydenzhap•9m ago•1 comments

Time Budgeting vs. Money Budgeting

https://get168.app/blog/time-budgeting-vs-money-budgeting
1•dudcks97•10m ago•0 comments

UCLA discovers first stroke rehabilitation drug to repair brain damage

https://stemcell.ucla.edu/news/ucla-discovers-first-stroke-rehabilitation-drug-repair-brain-damage
2•bookofjoe•11m ago•0 comments

Show HN: Claude tournaments a Unity WebGL scene across parallel islo sandboxes

https://zozo123.github.io/unity-loop-page/
1•zozo123-IB•11m ago•0 comments

That post never existed. Stop listening to that thing

https://rachelbythebay.com/w/2026/05/05/404/
1•compiler-guy•11m ago•0 comments

Price rises in UK shops slow as retailers apply heavy discounts to lure shoppers

https://www.theguardian.com/business/2026/apr/28/price-rises-uk-shops-slow-retailers-apply-heavy-...
3•PaulHoule•12m ago•0 comments

Wikimap: A Map of Wikipedia

https://wikimap.wiki/
1•brokensegue•13m ago•0 comments

CRMs APL Archive

https://crms-apl.computerhistory.org/
1•tosh•13m ago•0 comments

Prompt to Chip

https://www.prompttochip.com/
2•jpatel3•14m ago•0 comments

End-to-end encrypted RCS messaging begins rolling out today

https://www.apple.com/newsroom/2026/05/end-to-end-encrypted-rcs-messaging-begins-rolling-out-toda...
1•blintz•14m ago•0 comments

Hackers abuse Google ads, Claude.ai chats to push Mac malware

https://www.bleepingcomputer.com/news/security/hackers-abuse-google-ads-claudeai-chats-to-push-ma...
1•Brajeshwar•14m ago•0 comments

Birth rates keep falling. We need to plan for an older America with fewer kids

https://www.vox.com/health/487637/falling-birth-rates-aging-america-demographic-reality
2•ryan_j_naughton•14m ago•0 comments

Show HN: Mimik – open-source local-first alternative to Scribe and Tango

https://github.com/westpoint-io/mimik
1•max-roma•16m ago•0 comments

Show HN: Inspection Credit – read your inspection, draft the negotiation

https://www.inspectioncredit.com
1•scarsam•16m ago•0 comments

End-to-end encrypted RCS messaging begins rolling out today for Android and iOS

https://blog.google/products-and-platforms/platforms/android/android-ios-end-to-end-encrypted-rcs...
1•xd1936•17m ago•0 comments

Elements of Programming

https://elementsofprogramming.com/
2•tosh•17m ago•0 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•11mo 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.