frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Michael Pollan on Defending Our Consciousness

https://michaelpollan.com/articles-archive/defending-our-consciousness-against-the-algorithms/
1•chmaynard•40s ago•0 comments

Liven up your screenshots with errant open tabs

https://tab.wesbos.com
1•patrikcsak•54s ago•0 comments

Maine governor vetoes statewide pause in new data centers

https://thehill.com/policy/technology/5848215-maine-gov-mills-vetoes-data-center-moratorium/
1•rurp•2m ago•0 comments

Give Your Coding Agent a Journal

https://doug.sh/posts/give-your-coding-agent-a-journal/
1•dougcalobrisi•4m ago•0 comments

Elon Musk's near-daily online posts about race are turning off some fans

https://www.washingtonpost.com/technology/2026/04/24/musk-online-posts-race-whiteness/
2•ironyman•4m ago•0 comments

Supplyframe Sells Tindie

https://www.hackster.io/news/supplyframe-sells-tindie-now-in-its-second-week-of-site-outage-to-pa...
2•0xBA5ED•7m ago•1 comments

Psychology textbooks still misrepresent famous experiments controversial debates

https://www.psypost.org/psychology-textbooks-still-misrepresent-famous-experiments-and-controvers...
2•ZunarJ5•10m ago•0 comments

Bitcoin 'Q-Day' Draws Nearer as Quantum Researcher Breaks Simplified Key

https://decrypt.co/365444/bitcoin-q-day-draws-nearer-quantum-researcher-breaks-simplified-key
2•HardwareLust•10m ago•0 comments

New adventures, same company (2024)

https://www.mooreds.com/wordpress/archives/3643
3•mooreds•13m ago•0 comments

Ignoring the War Has Been Working for Long-Term Investors

https://www.nytimes.com/2026/04/24/business/iran-war-stocks-bonds-investing.html
2•mooreds•22m ago•0 comments

There is too much traffic for Alex to walk to school, so we drive (2019)

https://www.researchgate.net/publication/324388709_There_is_too_much_traffic_for_Alex_to_walk_to_...
3•aziaziazi•23m ago•0 comments

The Space Between Humans, AI, and the Work We've Been Avoiding

https://www.bettyjunod.com/blog/the-space-between-humans-ai-and-the-work-weve-been-avoiding
2•mooreds•23m ago•0 comments

Trading Is Getting Younger, Ownership Is Getting Older

https://www.apollo.com/wealth/the-daily-spark/trading-is-getting-younger-ownership-is-getting-older
2•akyuu•26m ago•0 comments

Record Labels Drop Piracy Lawsuits Against Altice and Verizon After Cox Ruling

https://torrentfreak.com/record-labels-drop-piracy-lawsuits-against-altice-and-verizon-in-wake-of...
3•Cider9986•27m ago•0 comments

Trends in sudden death mortality across Europe, 2010–2020

https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(26)00067-0/fulltext
2•akyuu•30m ago•0 comments

Man stole coworkers identity for 30 yrs, victim in mental hosp exonerated by DNA

https://www.cbsnews.com/minnesota/news/matthew-keirans-coworker-identity-theft-sentence-william-w...
4•randycupertino•32m ago•1 comments

Error 404 (Not Found) 1

http://google.com/does-not-exist
2•pbhn•33m ago•1 comments

Mortgage lenders to consider rent history in mortgage applications

https://www.marketplace.org/story/2026/04/23/fannie-freddie-change-to-make-it-easier-for-renters-...
2•littlexsparkee•34m ago•0 comments

Working with Claude Code: A Field Manual

https://blog.iannelson.uk/working-with-claude-code
2•ianfrasernelson•35m ago•0 comments

Robotic Security Dogs Now on the Job to Protect Crops

https://www.globalagtechinitiative.com/in-field-technologies/robotics-automation/robotic-security...
3•rmason•35m ago•2 comments

Supreme Court to hear argument on law enforcement's use of "geofence warrants"

https://www.scotusblog.com/2026/04/court-to-hear-argument-on-law-enforcements-use-of-geofence-war...
3•throw0101c•36m ago•1 comments

Anthropic CPO leaves Figma board after reports of competing product

https://techcrunch.com/2026/04/16/anthropic-cpo-leaves-figmas-board-after-reports-he-will-offer-a...
2•gmays•38m ago•0 comments

Editable 3D models with code or AI in Roblox

https://twitter.com/roblox/status/2047406073263382834
3•dmarcos•40m ago•0 comments

What Is an Enterprise Learning Management System?

1•financehub•41m ago•0 comments

SQLite Vec1 Vector Extension for vector search

https://sqlite.org/vec1/doc/trunk/doc/vec1.md
1•OutOfHere•46m ago•0 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
16•Zta77•47m ago•3 comments

The Surveillance Accountability Act Demands Warrants for Data

https://reclaimthenet.org/surveillance-accountability-act
2•Cider9986•48m ago•0 comments

Show HN: Wayland Wlroot Hjkl Everywhere

https://git.sr.ht/~hocwp/blog/tree/main/wlroot-hjkl-everywhere.md#wayland-wlroot-codehjklcode-eve...
2•pbrhocwp•49m ago•0 comments

Cloudflare for SaaS: your old provider can silently keep your domain

https://blog.iodev.org/blog/cloudflare-saas-custom-hostname-conflict/
4•else42•51m ago•0 comments

Show HN: Codex context bloat? 87% avg reduction on SWE-bench Verified traces

https://www.npmjs.com/package/pando-proxy
4•george_ciobanu•55m ago•2 comments
Open in hackernews

Show HN: Open-lmake, a scalable, reliable build system with auto dep-tracking

https://github.com/cesar-douady/open-lmake
6•cd_fr91400•11mo ago
Hello Hacker News,

I often hear people saying "all build-systems suck", an opinion I have been sharing for years, and this is the motivation for this project. I finally got the opportunity to make it open-source, and here it is.

In a few words, it is like make, except it can be comfortably used even in big projects using HPC (with millions of jobs, thousands of them running in parallel).

The major differences are that: - dependencies are automatically tracked (no need to call gcc -M and the like, no need to be tailored to any specific tool, it just works) by spying disk activity - it is reliable : any modification is tracked, whether it is in sources, included files, rule recipe, ... - it implements early cut-off, i.e. it tracks checksums, not dates - it is fully traceable (you can navigate in the dependency DAG, get explanations for decisions, etc.)

And it is very light weight.

Configuration (Makefile) is written in Python and rules are regexpr based (a generalization of make's pattern rules).

And many more features to make it usable even in awkward cases as is common when using, e.g., EDA tools.

Give it a try and enjoy :-)