frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

After the Page

https://www.curatedfuture.com/after-the-page/
1•reyperalta•1m ago•0 comments

Bypassing DPI with eBPF Sock_ops

https://bora.sh/bypassing-dpi-with-ebpf/
1•xngbuilds•2m ago•0 comments

Show HN: Kompressr – One Step CDN which optimizes all your files

1•kompressr•2m ago•0 comments

Show HN: iClaw is part OpenClaw, part Siri, powered by Apple Intelligence

https://barrasso.me/posts/2026-04-27-iclaw-ai-agent-using-apple-intelligence/
1•podlp•3m ago•0 comments

Sage-Wiki: An LLM-compiled personal knowledge base

https://github.com/xoai/sage-wiki
1•amai•4m ago•0 comments

Agent Capsule: "Agents as Data" pattern for production AI agents (gist)

https://gist.github.com/liranhason/b64c202430dd02f1a9a54f0c3d6ffd16
1•armagnac2•5m ago•0 comments

LA Olympics 2028: The expensive, annoying ticket crashout

https://www.vox.com/culture/486760/2028-los-angeles-olympics-ticket-prices-fail
1•speckx•6m ago•0 comments

Yann LeCun: LLMs Are Nearing the End, but Better AI Is Coming (2025)

https://www.newsweek.com/nw-ai/ai-impact-interview-yann-lecun-llm-limitations-analysis-2054255
1•lucidplot•6m ago•0 comments

A transparent update on Scaleway pricing

https://www.scaleway.com/en/blog/a-transparent-update-on-scaleway-pricing/
1•TechTechTech•7m ago•0 comments

Should we just skip code review now?

https://xata.io/blog/ai-codes-humans-engineer
1•ClaudiuDasca•8m ago•0 comments

Unpredictable Consequences?

https://xcancel.com/DeItaone/status/2049084994027438524
1•DivingForGold•8m ago•1 comments

The iPhone Camera Problem

https://medium.com/@hbbio/the-iphone-camera-problem-73ea2686b363
1•hbbio•8m ago•0 comments

Show HN: Knowerage – code coverage for LLM analysis

https://github.com/MTimma/knowerage
1•mtimma•9m ago•0 comments

Ask HN: Will there be global famine soon?

3•roschdal•12m ago•2 comments

Peter Vogel's Fairlight Audio Archives

https://www.anerd.com/fairlight/audioarchives/index.htm
1•Ringz•12m ago•1 comments

pgBackRest is dead. Now what?

https://mydbanotebook.org/posts/pgbackrest-is-dead.-now-what/
2•pabs3•13m ago•0 comments

The Basics of Becoming Wise

https://dariusforoux.com/the-basics-of-becoming-wise/
1•RickJWagner•13m ago•0 comments

Peter Vogel's personal Fairlight picture gallery

https://www.anerd.com/fairlight/gallery.htm
2•Ringz•14m ago•0 comments

A Primer on LLM Post-Training

https://pytorch.org/blog/a-primer-on-llm-post-training/
1•hyperpape•15m ago•0 comments

Peter Vogel's Limestone House

https://www.anerd.com/pv/house.htm
1•Ringz•15m ago•0 comments

Pacquet: pnpm (JavaScript package manager) in-progress rewrite in Rust

https://github.com/pnpm/pacquet
1•maxloh•15m ago•0 comments

Show HN: MindCheck – Analyze your AI coding logs for over-delegation

https://github.com/PatrickSqx/MindCheck
2•Grp1•15m ago•0 comments

The Silent Frequency That Makes Old Buildings Feel Haunted

https://scienceblog.com/the-silent-frequency-that-makes-old-buildings-feel-haunted/
2•jnord•16m ago•0 comments

KDEConnect

https://userbase.kde.org/KDEConnect
1•Rygian•16m ago•0 comments

The Gate Test: Why Human-in-the-Loop Fails and How to Fix It

https://jitera.com/blog/agentic-gate/
4•everlier•16m ago•0 comments

Self-hosted red team workspace

https://github.com/Buthis404/RootNotes
1•hulupupu•17m ago•0 comments

So I'm making a 1000 player space game

https://mas-bandwidth.com/so-im-making-a-space-game/
1•gafferongames•17m ago•0 comments

Notion PDF Studio – Export Notion Pages as Professional PDFs

https://notion-pdf-studio.dynadia.com/
1•mathiasv•20m ago•0 comments

Man-in-the-Service: OpSec Safe Relay Techniques

https://turtlesec.io/talks/man-in-the-service-opsec-safe-relay-techniques
1•mastersplinter•20m ago•1 comments

The Authority Gap: Your SEO Top Spot Doesn't Earn AI Citations

https://keryxsolutions.substack.com/p/the-authority-gap-your-seo-top-spot
1•kdb1008•20m 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.