frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Linux application sandboxing – old tech for the future

https://www.dedoimedo.com/computers/linux-sandbox-firejail-xpra.html
1•speckx•1m ago•0 comments

Show HN: Flipbook – scrub through media frame-by-frame

https://flipbook.browserbox.io/
2•keepamovin•2m ago•1 comments

Chrome's New AI Web APIs Are Enabling Hardware Fingerprinting

https://datadome.co/threat-research/how-chromes-new-ai-web-apis-enable-hardware-fingerprinting/
2•azerpas•2m ago•1 comments

Google trend content generation pipeline

https://hyperscale.top/trends.html
1•agharsallah•2m ago•0 comments

Show HN: Quicklog – I used this app to journal for 13 years, now you can too

https://getquicklog.com/
1•ziofill•5m ago•0 comments

German Cabinet Approves IP Address Storage Law to Combat Online Crime

https://www.newsworm.de/news/german-cabinet-approves-ip-address-storage-law-to-combat-online-crime
1•Cider9986•8m ago•0 comments

Apple Mail MCP

https://github.com/s-morgan-jeffries/apple-mail-mcp
2•buibuibui•9m ago•0 comments

SuperMCP: Reddit, Twitter, Trends for AI Tools. Zero API Keys, Just Chrome

https://webmatrices.com/supermcp
1•bishwasbh•10m ago•0 comments

We Gave Claude Opus 4.7 and Kimi K2.6 the Same Workflow Orchestration Spec

https://blog.kilo.ai/p/we-gave-claude-opus-47-and-kimi-k26
2•heymax054•10m ago•0 comments

AI Gives Better Answers Than Google

https://thefinancebuff.com/ai-better-answers-than-google.html
1•kamaraju•10m ago•0 comments

How do developers define their worth when code is written by AI?

https://christianheilmann.com/2026/04/21/how-do-developers-define-their-worth-when-code-is-writte...
1•speckx•11m ago•0 comments

LLM from scratch, part 33 – what I learned from the appendices

https://www.gilesthomas.com/2026/04/llm-from-scratch-33-what-i-learned-from-the-appendices
1•gpjt•11m ago•0 comments

QEMU 11.0 Released with CET Virtualization Support, Native Nitro Enclaves

https://www.phoronix.com/news/QEMU-11.0-Released
1•Brajeshwar•12m ago•0 comments

Ubuntu Rust Coreutils Audit Revealed 113 Issues

https://www.phoronix.com/news/Ubuntu-Rust-Coreutils-Audit
1•mikece•12m ago•0 comments

Grml – Debian based Linux Live system especially for system administrators

https://grml.org/
1•modinfo•13m ago•0 comments

Startups Brag They Spend More Money on AI Than Human Employees

https://www.404media.co/startups-brag-they-spend-more-money-on-ai-than-human-employees/
4•SLHamlet•14m ago•0 comments

No more excuses, it's time to switch to Linux

https://gardinerbryant.com/no-more-excuses-its-time-to-switch-to-linux/
3•abnercoimbre•15m ago•0 comments

Ask HN: In your job with all the AI go-go/execution velocity – are you lonely?

2•abcqwerty9876•16m ago•1 comments

Speeding up agentic workflows with WebSockets in the Responses API

https://openai.com/index/speeding-up-agentic-workflows-with-websockets/
2•xngbuilds•17m ago•0 comments

Moderna starts late-stage trial of bird flu vaccine in US, UK

https://www.reuters.com/legal/litigation/moderna-starts-late-stage-trial-bird-flu-vaccine-us-uk-2...
4•saikatsg•18m ago•0 comments

Humble Raised $24M for a Cabless Truck

https://www.siliconsnark.com/humble-raised-24-million-for-a-cabless-truck-freight-finally-met-its...
3•SaaSasaurus•18m ago•0 comments

Cognitive debt: The hidden risk in AI-driven software development

https://newsletter.getdx.com/p/cognitive-debt-the-hidden-risk-in
3•azhenley•18m ago•0 comments

Alberta Startup Sells No-Tech Tractors for Half Price

https://wheelfront.com/this-alberta-startup-sells-no-tech-tractors-for-half-price/
35•Kaibeezy•19m ago•3 comments

Show HN: We Fixed Code Throughput. Understanding Is Now the Bottleneck

https://blog.jaystuart.dev/stop-paying-your-ai-agent-to-re-learn-your-codebase-every-conversation/
3•Craze0•20m ago•0 comments

World food systems 'pushed to the brink' by extreme heat, UN warns

https://www.theguardian.com/world/2026/apr/22/world-food-systems-extreme-heat-farming-un-report
4•measurablefunc•20m ago•0 comments

Systems Thinking Explained

https://read.thecoder.cafe/p/systems-thinking
4•0xKelsey•20m ago•1 comments

MiMo-v2.5-Pro

https://mimo.xiaomi.com/mimo-v2-5-pro
3•sweetdreamerit•20m ago•0 comments

The Tech Oligarch's Republic

https://www.forever-wars.com/the-tech-oligarchs-republic/
6•speckx•22m ago•0 comments

Shprout – 23-line coding agent in bash. The script is its own prompt

https://github.com/pollinations/shprout
3•thomashop•23m ago•0 comments

Show HN: Agent Vault – A HTTP credential proxy and vault for AI agents

https://github.com/Infisical/agent-vault
8•dangtony98•23m 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•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.