frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The undeserved status of the pigeon-hole principle (EWD 1094)

https://www.cs.utexas.edu/~EWD/transcriptions/EWD10xx/EWD1094.html
1•tosh•16s ago•0 comments

What Happens When You Move the Mouse Pointer

https://youtu.be/sZC0Biv_Iyk
1•artisandip7•1m ago•0 comments

PEP 638 – Syntactic Macros

https://peps.python.org/pep-0638/
2•skeledrew•7m ago•0 comments

Having Fun with K&R C

https://sbaziotis.com/compilers/having-fun-with-k-and-r-c.html
1•saurabh•10m ago•0 comments

With Love to KDE: Take a Moment

https://korcenji.neocities.org/Writings/KDE-Take-A-Moment
1•birdculture•20m ago•0 comments

Ballerina.io

https://ballerina.io/learn/by-example/
2•gigatexal•21m ago•0 comments

Unconferences: A Better Way to Run Meetups

https://psychotechnology.substack.com/p/unconferences-a-better-way-to-run
2•eatitraw•22m ago•0 comments

Bank Street Writer on the Apple II

https://stonetools.ghost.io/bankstreetwriter-apple2/
1•TMWNN•23m ago•0 comments

GWR train fitted with F1 tech for two-month superfast WiFi trial

https://www.theguardian.com/business/2025/nov/17/gwr-train-f1-technology-superfast-wifi-trial-5g-...
1•zeristor•24m ago•1 comments

Foundations: My 1999 (and Part of 2000)

https://michaeljburry.substack.com/p/foundations-my-1999-and-part-of-2000
1•avonmach•26m ago•0 comments

Show HN: Convert Docs to Meaningful Visuals

https://www.doc2q.com
1•rokontech•32m ago•0 comments

Ask HN: Dunkelflaute' turns off my monitor

2•bertili•37m ago•0 comments

Airbus issues major A320 recall after mid-air incident grounds planes

https://www.theguardian.com/business/2025/nov/28/airbus-issues-major-a320-recall-after-recent-mid...
1•tosh•38m ago•0 comments

Everyone Should Learn C

https://computergoblin.com/blog/everyone-should-learn-c-pt-1/
2•0x54MUR41•38m ago•0 comments

How fast can browsers process base64 data?

https://lemire.me/blog/2025/11/29/how-fast-can-browsers-process-base64-data/
3•mfiguiere•44m ago•0 comments

Self-hosting my photos with Immich

https://michael.stapelberg.ch/posts/2025-11-29-self-hosting-photos-with-immich/
1•secure•49m ago•0 comments

Acmeleaf: Simple DNS-01 ACME client

https://codeberg.org/lindenii/acmeleaf
1•todsacerdoti•50m ago•0 comments

MP resigns over allegations she duped South Africans to fight for Russia

https://www.bbc.com/news/articles/cx2dndy228xo
4•breve•54m ago•0 comments

The Slow Grind That Sets You Free

https://medium.com/@naveensky/the-slow-grind-that-sets-you-free-97abd8b9bf2c
1•naveensky•56m ago•0 comments

Show HN: Structural Genesis – structure emerging from nothing (Ø₀)

https://github.com/jengbeng/structural-genesis
1•jengbeng•59m ago•0 comments

Ask HN: How are you preparing for the impending Android sideloading changes?

2•BrenBarn•1h ago•0 comments

Show HN: VidBee – A cross-platform video downloader with RSS auto-download

https://vidbee.org
1•nexmoe•1h ago•0 comments

Extreme Go Horse Process

https://gist.githubusercontent.com/banaslee/4147370/raw/fde1036073a94af5b0ee1f3c38d96bcef63e24d7/...
1•ArcHound•1h ago•0 comments

ChatGPT prompt consumes equivalent to 10s of Netflix

https://simonwillison.net/2025/Nov/29/chatgpt-netflix/
7•makeavish•1h ago•2 comments

LLM Agents Demystified

https://github.com/Dobiasd/articles/blob/master/llm_agents_demystified.md
2•Dobiasd•1h ago•0 comments

Show HN: Created free tool for Roblox Videos

https://www.inreels.ai/tools/text-to-brainrot
1•Onekiran•1h ago•0 comments

Stanford CS230 – Autumn 2025 – Lecture 7: Agents, Prompts, and RAG [video]

https://www.youtube.com/watch?v=k1njvbBmfsw
1•vismit2000•1h ago•0 comments

KDE going all-in on a Wayland future

https://blogs.kde.org/2025/11/26/going-all-in-on-a-wayland-future/
6•dualogy•1h ago•0 comments

Corecore

https://en.wikipedia.org/wiki/Corecore
2•pizza•1h ago•0 comments

Garfield's Proof of the Pythagorean Theorem

https://en.wikipedia.org/wiki/Garfield%27s_proof_of_the_Pythagorean_theorem
3•benbreen•1h 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•6mo 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.