frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Learn CRISPR in 3D in any language

https://viewer.10k.science/
1•1auralynn•2m ago•0 comments

No one wants to buy LA's most famous midcentury house

https://www.sfgate.com/la/article/stahl-house-sits-unsold-22422982.php
1•Teever•2m ago•0 comments

A zero-dependency Python loop detector for AI agents

https://github.com/data-gras/savi-loop-guard
1•GSingGras•6m ago•0 comments

Enron Email Dataset

https://www.cs.cmu.edu/~enron/
1•Eridanus2•8m ago•0 comments

The New Tesla Roadster Is Finally Probably Maybe Coming on October 1

https://www.edmunds.com/car-news/tesla-roadster-reveal-date.html
2•RickJWagner•13m ago•1 comments

A Letter from a Machine Learning Engineer

https://nemin.hu/llm-letter/index.html
1•sampsn•14m ago•0 comments

Prosecute Dario and Sam for the felonies their companies have committed [video]

https://www.youtube.com/watch?v=0YIczZDCgsM
1•xqcgrek2•15m ago•1 comments

AI Doomer Hypeloop Suspiciously Serves to Support OpenAI and Anthropic's Agenda

https://www.nakedcapitalism.com/2026/09/openai-anthropic-ai-freeze-doomers-trump-bannon-sanders.html
1•iamnothere•16m ago•0 comments

Want to stop AI from destroying the world? Make it Open Source

1•foxtrot8672•16m ago•0 comments

The powerful millionaires hiding in plain sight

https://www.npr.org/sections/planet-money/2026/09/14/g-s1-143041/the-powerful-millionaires-hiding...
1•monkeydust•16m ago•0 comments

Running Ubuntu on the Lenovo IdeaPad Duet

https://vhaudiquet.fr/blog/duet-ubuntu/
1•vhaudiquet•20m ago•0 comments

Show HN: reqlan – a language for requirement graphs next to the code

https://reqlan.com
1•littletuna4•20m ago•0 comments

Account Deactivated Due to Biological Research

https://www.reddit.com/r/OpenAI/comments/1wd5kpp/account_deactivated_due_to_biological_research/
1•bithammerthunde•26m ago•0 comments

Show HN: VideoHighlighter – offline self-hosted video analyzer

https://github.com/Aseiel/VideoHighlighter
2•Aseiel•29m ago•0 comments

Why is a Nix rollback just a symlink flip?

https://www.labcraft.dev/blog/nix-profiles-generations
2•anandsuresh•32m ago•0 comments

Veilid for Everyone

https://veilid.com/why-use-veilid/
2•Bluestein•34m ago•0 comments

Interpreting Pangram

https://lucumr.pocoo.org/2026/9/14/interpreting-pangram/
2•swah•36m ago•0 comments

Autopoietic Ethics Constitution

https://www.guidavid.com/writing/autopoietic-ethics-constitution.txt
2•gdss•38m ago•0 comments

Personal Statement on AI Risk (Daniel Selsam, OpenAI capabilities)

https://docs.google.com/document/d/e/2PACX-1vQNl3SEX5IyA6d9qHjjFZN-qzGRZNFI6b63g-yu1Fy-ZYkVfCWm7i...
3•yurivish•38m ago•0 comments

Charts Built for Chat

https://dbtcharts.com/blog/charts-built-for-chat/
13•thingsilearned•38m ago•3 comments

One Android app. Why so many processes?

https://returnzero.dev/articles/one-android-app-why-so-many-processes
2•theanonymousone•38m ago•0 comments

Land Is Scarce, Just Burn Your Trash

https://www.governance.fyi/p/land-is-scarce-just-burn-your-trash
3•guardianbob•39m ago•1 comments

Tell HN: iOS 27 does not allow Apple Intelligence to be disabled

13•nunez•39m ago•0 comments

Echo: A shader editor shader editor

https://echo.hughsk.io/docs/reference
2•hughsk•40m ago•0 comments

Show HN: DevRecap – reconstruct what you worked on from Codex and Git

https://github.com/jquinteiroo/devrecap
3•jquint•42m ago•0 comments

O Empire Ward Off Thy Rot [video]

https://www.youtube.com/watch?v=ehPDch6mAFw
3•pusewicz•42m ago•0 comments

Nobody's safe from misaligned AI-not even the people building it

3•causal-alignmen•43m ago•0 comments

Not the Glue They Thought It Was

https://www.science.org/content/blog-post/not-glue-they-thought-it-was
1•EA-3167•45m ago•0 comments

Mark Zuckerberg: A profile of history's largest non-territorial empire

https://colossus.com/article/mark-zuckerberg-profile/
1•IshanMi•45m ago•0 comments

DeepSeek Is Down

https://openrouter.ai/deepseek/deepseek-v4.1-flash
2•dofi4ka•45m 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•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.