frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Adding Native Gaussian Splatting Support to ThreeJS

https://ben3d.ca/blog/gaussian-splatting-for-threejs
1•bhouston•33s ago•0 comments

OpenAI Didn't Notice Its AI Agents Using a Message Board to Plan Hacking Spree

https://www.wired.com/story/openai-didnt-notice-its-ai-agents-using-a-message-board-to-plan-their...
1•Michelangelo11•1m ago•0 comments

US suffers unexpected job losses in July,markets dialback rate hike expectations

https://www.reuters.com/business/us-nonfarm-payrolls-fall-july-unemployment-rate-eases-41-2026-08...
1•tartoran•1m ago•0 comments

Is there a math expert here?

1•bangjago•1m ago•0 comments

Stop Telling Students Computer Science Is Dying

https://www.insidehighered.com/opinion/views/2026/07/28/stop-telling-students-computer-science-dy...
1•scott_s•2m ago•0 comments

Opus 5 on Vending-Bench: Once Again the Best Capitalist, Once Again Misaligned

https://andonlabs.com/blog/opus-5-vending-bench
1•gmays•3m ago•0 comments

AI Has a Hidden Agenda

https://twitter.com/aisystemprompt/status/2085464156229247245
2•rosielinxl•4m ago•0 comments

White House drafting executive order linking vaccines and autism

https://arstechnica.com/health/2026/08/report-white-house-drafting-executive-order-linking-vaccin...
1•ndsipa_pomu•4m ago•1 comments

Owning Media Again

https://kedara.eu/owning-media-again/
3•speckx•6m ago•0 comments

My EP-133 K.O. II boots as an EP-40 riddim now. It took four bytes

https://linecross.ing/ko-ii-boots-as-a-riddim/
1•m_kos•7m ago•0 comments

Token Monitor, An ESP32-S3 desktop display that tracks AI coding assistant usage

https://www.cnx-software.com/2026/08/07/token-monitor-an-esp32-s3-desktop-display-that-tracks-ai-...
1•jandeboevrie•7m ago•0 comments

The Keychain CVE Where Every Key Fits

https://boberito.medium.com/the-keychain-cve-where-every-key-fits-055f377618be
1•lapcat•9m ago•0 comments

GPT Seinfeld Inference on Browser

https://gpt-seinfeld.vercel.app
1•kekqqq•10m ago•0 comments

Rational CyberIntel Newsletter

https://readinsec.substack.com/
1•elsadek•11m ago•0 comments

Show HN: Taomus – The Atlas of Music

https://taomus.com/
1•Saliroz•15m ago•0 comments

Trust is all you need

https://r5d.me/trust-and-the-lack-thereof/
1•solaire_oa•16m ago•0 comments

Prolog JITI Amazing

1•lokinpendawa•16m ago•0 comments

Stanford just released 1000+ system prompts from ChatGPT, Claude etc.

https://systempromptindex.ai/
2•randomdog•16m ago•0 comments

Predictions for the Era of Continual Learning

https://www.dwarkesh.com/p/era-of-continual-learning
2•gmays•17m ago•0 comments

Oracle bans AI-generated code from OpenJDK

https://app.dealroom.co/news/feed/oracle-bans-ai-generated-code-from-openjdk-despite-ellison-s-cl...
8•delduca•19m ago•1 comments

DeepSeek V4 Flash on ARC-AGI

https://twitter.com/arcprize/status/2085779238007808349
1•tosh•19m ago•0 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
1•knaught•20m ago•1 comments

Effect

https://www.effect.website/
1•tosh•21m ago•0 comments

X wants to keep suing advertisers, asks 5th Circuit to overrule district judge

https://arstechnica.com/tech-policy/2026/08/elon-musks-x-isnt-done-suing-advertisers-asks-court-t...
4•howard941•21m ago•0 comments

Show HN: DayOtter – open-source, self-hostable scheduling assistant you talk to

https://github.com/Dayotter/dayotter
2•archits1996•21m ago•3 comments

Show HN: FLUX.3 Video 1k generation test (180 mins of footage)

https://www.martini.film/p/35b02ee5-2488-4dc6-a9d9-c403211cfede/flux-3-15ryn2n
1•niwrad•22m ago•0 comments

Call Stack Diffs

https://oskrim.github.io/engineering/2026/08/02/call-stack-diffs.html
1•mpweiher•23m ago•0 comments

Ask HN: In your experience, what are sound conventions for e-ink UI development?

1•BoxOfRain•26m ago•0 comments

Music to confuse AI might be the next new genre

https://cdm.link/music-to-confuse-ai-might-be-the-next-new-genre/
1•wyclif•27m ago•0 comments

Autoresearch for Hardware

https://www.onyxresearch.ai
1•tedlutkus•28m ago•1 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.