frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google Changes Its Search Box for the First Time in 25 Years

https://www.nytimes.com/2026/05/19/business/google-seach-bar-ai-gemini.html
1•golfer•41s ago•0 comments

Gemini CLI will stop working from June 18, 2026

https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/
1•primaprashant•43s ago•0 comments

Cat Organ

https://en.wikipedia.org/wiki/Cat_organ
1•petethomas•53s ago•0 comments

Gemini Spark

https://gemini.google/overview/agent/spark/
2•jeremydw•2m ago•0 comments

Google Antigravity 2.0

https://antigravity.google/blog/introducing-google-antigravity-2-0
2•John7878781•2m ago•0 comments

We made our filesystem 47× faster by deleting it

https://microsandbox.dev/blog/oci-filesystem-47x-faster
2•appcypher•2m ago•0 comments

Universal Commerce Protocol

http://ucp.dev/
2•Wingy•2m ago•0 comments

Bipartisan Bill Would Impose New Annual Fee on Electric Vehicles

https://www.nytimes.com/2026/05/19/business/energy-environment/electrc-vehicles-annual-fee-congre...
2•tantalor•5m ago•0 comments

Gemini for Science: AI experiments and tools for a new era of discovery

https://blog.google/innovation-and-ai/technology/research/gemini-for-science-io-2026/
2•berlianta•5m ago•0 comments

'Capitalism has to become more humane': a Stanford economist on big tech

https://www.theguardian.com/books/2026/may/18/big-tech-monopolies-democracy-mordecai-kurz
2•xyzal•6m ago•0 comments

Google Search as you know it is over

https://techcrunch.com/2026/05/19/google-search-as-you-know-it-is-over/
3•evo_9•7m ago•0 comments

Agent Evaluation: A Detailed Guide

https://cameronrwolfe.substack.com/p/agent-evals
2•gmays•8m ago•0 comments

Show HN: LaunchDock – App Launcher in Rust

https://github.com/qa3-tech/launchdock
2•qa3-tech•8m ago•0 comments

De‐Bloating JavaScript

https://github.com/naver/lispe/wiki/6.23-De%E2%80%90bloating-Javascript
2•birdculture•9m ago•0 comments

Co-Scientist: A multi-agent AI partner to accelerate research

https://deepmind.google/blog/co-scientist-a-multi-agent-ai-partner-to-accelerate-research/
2•ryanhn•9m ago•0 comments

Streamer Realtime Deepfakes Himself into Mr. Beast

https://www.404media.co/streamer-realtime-deepfakes-himself-into-mr-beast-says-he-loves-touching-...
1•cdrnsf•9m ago•0 comments

Show HN: Local LLM code-generation with Gemma 4 e2B via JSON AST to Clojure

https://github.com/quadracollision/llmisp
1•vegnus•10m ago•0 comments

Demis Hassabis Thinks AI Job Cuts Are Dumb

https://www.wired.com/story/demis-hassabis-ai-layoffs-deepmind-google-io/
2•ent101•11m ago•0 comments

IBM Brings Its Most Advanced AI-Powered Security Portfolio to Clients

https://newsroom.ibm.com/2026-05-19-IBM-Brings-Its-Most-Advanced-AI-Powered-Security-Portfolio-to...
1•SVI•11m ago•0 comments

Google Search is getting its biggest changes

https://www.theverge.com/tech/932970/google-search-ai-update-io-2026
1•droidjj•11m ago•0 comments

You're not ready for minions

https://contextbridge.ai/blog/youre-not-ready-for-minions-01/
1•jcarver•11m ago•0 comments

Parallel execution for Node.js, done right

https://github.com/yankouskia/hurried
2•yankouskia•13m ago•0 comments

Show HN: Bypassing the AWS Lambda 4KB limit to run polyglot AI agents

https://brewhubphl.com/engineering/parity-contracts-for-polyglot-llm-commerce-a-case-study
1•tomc267•13m ago•1 comments

Tanenbaum: Can We Make Operating Systems Reliable and Secure? (2006) [pdf]

https://www.cs.vu.nl/~ast/Publications/Papers/computer-2006a.pdf
1•delamon•13m ago•0 comments

Gemini 3.5: frontier intelligence with action

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/
22•meetpateltech•14m ago•1 comments

Chime CEO: Pursuing bank charter is 'a when, not if'

https://www.bankingdive.com/news/chime-ceo-bank-charter-fintech/820621/
1•petethomas•14m ago•0 comments

Direction-Preserving Number Representations

https://arxiv.org/abs/2605.07662
1•matt_d•16m ago•0 comments

Wireless in situ wearable bioelectronic sweat sensor for biomarker monitoring

https://www.nature.com/articles/s41551-026-01670-2
1•bookofjoe•17m ago•0 comments

Gemini Omni

https://deepmind.google/models/gemini-omni/
8•meetpateltech•17m ago•2 comments

Nancy Mace pushes for statewide data center moratorium

https://www.politico.com/news/2026/05/19/nancy-mace-data-center-moratorium-00927781
2•1vuio0pswjnm7•19m 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.