frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Germany's solar installations drop while new battery storage hits record

https://www.cleanenergywire.org/news/germanys-solar-installations-drop-while-new-battery-storage-...
1•leonidasrup•35s ago•0 comments

Remodex: Control Codex from Your iPhone

https://github.com/Emanuele-web04/remodex
1•steveharing1•51s ago•0 comments

Constraint Programming

https://developers.google.com/optimization/cp
1•wolfi1•54s ago•0 comments

On-Device AI Coming to React Native with Gemma and React Native Executorch

https://twitter.com/swmansion/status/2051323788793352496
1•kuligkar•1m ago•0 comments

Node-Firebird-Driver-Wire

https://asfernandes.github.io/2026/05/04/node-firebird-driver-wire
1•mariuz•1m ago•0 comments

Csvtocsv – any CSV to any CSV, fixes the stuff that breaks imports

https://csvtocsv.com/
2•jakubtutaj_pl•4m ago•0 comments

Lessons for Agentic Coding: What should we do when code is cheap?

https://www.dbreunig.com/2026/05/04/10-lessons-for-agentic-coding.html
2•ingve•5m ago•0 comments

GameStop offers $56B for eBay, struggles to explain how it'll pay for it

https://arstechnica.com/tech-policy/2026/05/gamestop-offers-56-billion-for-ebay-struggles-to-expl...
1•joozio•7m ago•0 comments

Gcx: A CLI for managing Grafana Cloud resources

https://github.com/grafana/gcx
1•zdkaster•8m ago•0 comments

Hayashi – Architecture Boundary Diagrams as Code

https://github.com/comradenala/hayashi
1•jdbohrman•11m ago•0 comments

Retrospective on Black and White and it's connection to Google DeepMind

https://www.eurogamer.net/black-and-white-lionhead-peter-moylneux-retrospective-google-deepmind-g...
2•MrDresden•15m ago•0 comments

Microsoft fixes VS Code after app gives Copilot credit for human's work

https://www.theregister.com/2026/05/04/microsoft_reverses_ai_credit_grab/
1•beardyw•15m ago•0 comments

A complete Llama2 inference engine that fits in 1356 bytes of x86 assembly

https://github.com/rdmsr/sectorllm
1•monax•17m ago•0 comments

Designing Microkernel IPC

https://seiya.me/blog/microkernel-ipc-design
1•mpweiher•17m ago•0 comments

A Brief History of Who Gets to Run Money

https://podium-finance.com/blog/a-brief-history-of-who-gets-to-run-money
1•nlpnerd•17m ago•0 comments

AI business and the issue of context drift

https://tensorpm.com
1•Neo552•19m ago•1 comments

AI is 'creating an enormous number of jobs'

https://techcrunch.com/2026/05/04/as-workers-worry-about-ai-nvidias-jensen-huang-says-ai-is-creat...
1•tijana3290•23m ago•0 comments

Claude Code: /effort is global across concurrent sessions instead of session

https://github.com/anthropics/claude-code/issues/49166
1•esher•26m ago•0 comments

The Laboratory and the Artist

https://clereviewofbooks.com/the-laboratory-and-the-artist/
1•Michelangelo11•28m ago•0 comments

InstaPurge – Rapid Mass Instagram DM Deletion Script

https://github.com/mahdixmohammad/instapurge
1•instagraham•29m ago•1 comments

The Paranal Solar Espresso Telescope, a New Tool for Finding Exoplanets

https://www.universetoday.com/articles/the-paranal-solar-espresso-telescope-a-new-tool-for-findin...
1•rbanffy•30m ago•0 comments

Suspected hantavirus outbreak traps 150 on ship off Cape Verde

https://www.reuters.com/business/healthcare-pharmaceuticals/who-says-risk-public-is-low-after-sus...
1•mgh2•31m ago•0 comments

Transgender Homicides in Britain, 2000-2025: Victims and Perpetrators

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6182901
2•fodmap•32m ago•0 comments

A minimal weather app that just shows your week

https://apps.apple.com/us/app/wthr/id6763099599
1•gokbek•33m ago•0 comments

Ace Template: create and deploy a Rails app in < 5 minutes (self-hosted or PaaS)

https://github.com/jeromedalbert/ace-template
1•jdalbert•35m ago•0 comments

Anonymous hacked Chinese satellite systems to protest against age check laws

https://old.reddit.com/r/privacy/comments/1t3vbyn/anonymous_hacked_chinese_satellite_systems_to/
1•mostcallmeyt•36m ago•0 comments

A Rust implementation of the Teal programming language compiler

https://github.com/rustq/tear
1•meloyc•40m ago•0 comments

Got tired of clunky extensions for pdf from ChatGPT Export

https://getchatcache.com
2•vedant28t•43m ago•1 comments

OTUS Project – Observations of Tornadoes by UAV Systems

https://www.theotusproject.com
2•unsnap_biceps•49m ago•0 comments

Cool project to replace PCB in not-very-private home tech

https://www.crowdsupply.com/micimike-rev-devices/micimike-home-mini-drop-in-pcb
2•m463•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•12mo ago

Comments

dtagames•12mo 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.