frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Parevo Core – Auth, tenant, permission in one Go library

https://github.com/parevo/core
1•parevo•52s ago•0 comments

Moving beyond RLM and ReAct based coding agents

https://randomlabs.ai/blog/slate
2•akira_067•3m ago•0 comments

Full Source Code of Sweden's E-Government Platform Leaked from Compromised CGI

https://darkwebinformer.com/full-source-code-of-swedens-e-government-platform-leaked-from-comprom...
1•reimertz•3m ago•0 comments

Musk's X to Alter Verification System in Europe

https://news.bloomberglaw.com/california-brief/musks-x-to-alter-verification-system-in-europe-com...
1•absqueued•9m ago•0 comments

K2 Black Panther: It Might Be the Best Tank on Earth

https://nationalsecurityjournal.org/k2-black-panther-it-might-be-the-best-tank-on-earth-not-made-...
1•ckmate-king-2•17m ago•0 comments

Apple Releases New Versions of iOS for Older iPhones

https://www.macrumors.com/2026/03/11/apple-ios-16-7-15-release/
2•mgh2•21m ago•1 comments

Add per-repo output language preference

1•nishiohiroshi•21m ago•0 comments

Feedback on a local-first MCP memory system for AI assistants?

https://github.com/ptobey/local-memory-mcp
1•ptobey•21m ago•1 comments

Does MAGA Want American Science to Win?

https://www.thenewatlantis.com/publications/does-maga-actually-want-american-science-to-win
1•SCEtoAux•21m ago•0 comments

Compare Claude 4.6 Opus and GPT-5.2 to Boost E-E-A-T Content Quality

https://searchfit.ai/blog/claude-4-6-opus-vs-gpt-5-2-for-eeat-content-accuracy-citations-hallucin...
1•kasaei•24m ago•0 comments

OpenClaw Meets Microsoft Agentic Identity [video]

https://www.youtube.com/watch?v=7uD2vyfBUUs
1•umangsehgal93•26m ago•0 comments

Live Stream Oscar Wilde Importance of Being Earnest

https://www.youtube.com/watch?v=obX-HGs-PS8
1•frm88•27m ago•1 comments

Lobsters Interview with Ngoldbaum

https://alexalejandre.com/programming/interview-with-ngoldbaum/
1•birdculture•29m ago•1 comments

Show HN: Homecastr - AI home price forecasts on a map

https://www.homecastr.com/app
1•dhardestylewis•30m ago•0 comments

Bokuchi: A lightweight, cross-platform Markdown editor built with Tauri

https://bokuchi.com/
1•nogajun•31m ago•0 comments

Trump class 'battleship' revives Navy's railgun project

https://www.twz.com/sea/navy-is-firing-its-railgun-again-after-abandoning-it-for-years
3•samizdis•31m ago•2 comments

Proof SDK: Editor, collab server, provenance model, and agent HTTP bridge

https://github.com/everyinc/proof-sdk
1•azhenley•33m ago•0 comments

What it will mean for the economy if the Strait of Hormuz stays closed

https://www.axios.com/2026/03/12/oil-prices-iran-strait-of-hormuz
1•toomuchtodo•33m ago•1 comments

How are people debugging multi-agent AI workflows in production?

https://www.agentsentinelai.com/
1•skhatter•34m ago•3 comments

Gotta have a permit to kayak and paddleboard In Oregon

https://twitter.com/JayinWashington/status/2032161546215047623
2•bilsbie•38m ago•0 comments

Show HN: Sergamon – I defined 3,700 font glyphs as plain-text pixel grids

https://github.com/sgmonda/sergamon
2•sgmonda•40m ago•1 comments

Show HN: AEF – Agents State Machine

https://github.com/mikemasam/aef-spec
1•mikemasam•40m ago•0 comments

Sidekiq in the Terminal

https://www.mikeperham.com/2026/03/10/sidekiq-in-the-terminal/
1•butterlesstoast•44m ago•0 comments

Crypto whale loses nearly $50M swapping USDT for AAVE

https://www.theblock.co/post/393466/crypto-whale-loses-nearly-50-million-swapping-usdt-for-aave
1•gdeglin•45m ago•0 comments

Data Science Weekly – Issue 642

https://datascienceweekly.substack.com/p/data-science-weekly-issue-642
1•sebg•46m ago•0 comments

Catching silent data loss using BigQuery's native ML and Write API

https://robertsahlin.substack.com/p/your-pipeline-succeeded-your-data
1•boxer_shorts•47m ago•1 comments

Portify: Generate a developer portfolio from your GitHub

https://www.portify.ca/
1•lucasadilla•47m ago•2 comments

A semantic history: How the term 'vibe coding' went from a tweet to prod

https://www.coderabbit.ai/blog/a-semantic-history-how-the-term-vibe-coding-went-from-a-tweet-to-prod
1•dmkravets•47m ago•0 comments

Crypto investor turns $50M into $36,000 in one botched move

https://www.coindesk.com/markets/2026/03/12/crypto-investor-turns-usd50-million-into-usd36-000-in...
1•scrlk•50m ago•3 comments

US carrying out rescue effort after military aircraft crash in Iraq

https://www.reuters.com/world/middle-east/us-carrying-out-rescue-effort-after-losing-aircraft-ira...
2•tartoran•50m ago•0 comments
Open in hackernews

The power of spread and rest patterns in JavaScript

https://allthingssmitty.com/2025/05/05/the-power-of-spread-and-rest-patterns-in-javascript.md/
2•AllThingsSmitty•10mo ago

Comments

dtagames•10mo ago
This syntax does look strange the first time you encounter it, especially since the same syntax is used for two very different things. But once I adopted this religion, every other way of working with array or object values (combining, cutting, rearranging, copying, etc.) seems like an anti-pattern. These operators turn complex iterative testing and copying operations into simple declarative values.