frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

CV-go-fast – A minimalist, high-speed CV builder with no tracking

https://cv-go-fast.netlify.app/
1•RunTimeZero•33s ago•0 comments

US GLP-1 spending went from $57M to $71.7B in 5 years. We modeled what's next

https://andrewrexroad.substack.com/p/issue-7-the-glp-1-gold-rush
2•rexroad•1m ago•0 comments

The Moon Just Got a New Scar

https://www.universetoday.com/articles/the-moon-just-got-a-new-scar
2•johnbarron•2m ago•0 comments

Why children become fussy eaters

https://economist.com/culture/2026/04/09/why-children-become-fussy-eatersfrom
2•andsoitis•2m ago•0 comments

Claude Changes My Code

https://alexcbecker.net/blog/how-claude-changes-coding.html
1•alexbecker•2m ago•0 comments

Hungary's Orban, a Beacon to the Right Wing, Concedes Election Defeat

https://www.nytimes.com/2026/04/12/world/europe/hungary-election-orban-magyar.html
3•doener•5m ago•2 comments

Are landline phones making a comeback? [video]

https://www.bbc.com/reel/video/p0ncdtb6/watch
3•devonnull•5m ago•0 comments

What Claude Code's Source Revealed About AI Engineering Culture

https://techtrenches.dev/p/the-snake-that-ate-itself-what-claude
1•cyb_•7m ago•0 comments

Basics of Radar Technology

https://www.radartutorial.eu/index.en.html
1•_Microft•7m ago•0 comments

US Route 66 Marks 100 Years: Cruising America's Main Street

https://apnews.com/projects/us-route-66-marks-100-years/
1•NaOH•7m ago•0 comments

Show HN: Posse – A Web UI for Claude Managed Agents

https://github.com/oguzbilgic/posse
1•obilgic•12m ago•0 comments

Google Removes "Doki Doki Literature Club" from Google Play

https://bsky.app/profile/serenityforge.com/post/3mj3r4nbiws2t
3•super256•15m ago•0 comments

Tracking down a 25% Regression on LLVM RISC-V

https://blog.kaving.me/blog/tracking-down-a-25-regression-on-llvm-risc-v/
1•luu•15m ago•0 comments

Catch Me – Juggling by Taylor Glenn (2018) [video]

https://www.youtube.com/watch?v=xD8E33P1Nb4
2•KolmogorovComp•16m ago•0 comments

PostGIS for PGlite

https://www.npmjs.com/package/@electric-sql/pglite-postgis
1•tdrz•16m ago•1 comments

European AI. A playbook to own it. By Mistral

https://europe.mistral.ai/
14•hjouneau•17m ago•1 comments

One DNA letter can trigger complete sex reversal

https://www.eurekalert.org/news-releases/1122852
3•gmays•18m ago•0 comments

The Madman Walked into His Own Trap

https://medium.com/@megam226/the-madman-walked-into-his-own-trap-1592a65b34b1
1•megam226•19m ago•0 comments

Show HN: Stork – MCP server so Claude/Cursor can search 14k MCP servers AI tools

https://www.stork.ai
1•usestork•19m ago•0 comments

Self-evolving daemon that 'dreams' about your codebase at night for AI agents

https://github.com/juyterman1000/entroly/
1•abbyedd•21m ago•0 comments

HUMANS.md

https://josem.co/humans.md/
1•josem•21m ago•0 comments

Footbag Patterns

http://www.footbag.org/footbags/patterns/
1•helterskelter•21m ago•0 comments

Staged homes sell for more than empty homes

https://marginalrevolution.com/marginalrevolution/2026/04/staged-homes-sell-for-more-than-empty-h...
1•neehao•22m ago•0 comments

Mutually Automated Destruction: The Escalating Global A.I. Arms Race

https://www.nytimes.com/2026/04/12/technology/china-russia-us-ai-weapons.html
1•johnbarron•23m ago•0 comments

Major European polluter EPH corporation hides over half its carbon emissions

https://denikreferendum.cz/clanek/238763-kretinskys-eph-corporation-hides-over-half-its-carbon-em...
1•kukakike•23m ago•0 comments

The Peril of Laziness Lost

https://bcantrill.dtrace.org/2026/04/12/the-peril-of-laziness-lost/
4•gpm•24m ago•0 comments

Rankle

https://github.com/semperos/rankle/blob/master/Rankle.ipynb
1•tosh•26m ago•0 comments

The Longest Outdoor Escalator Just Opened in China

https://www.smithsonianmag.com/smart-news/the-worlds-longest-outdoor-escalator-just-opened-in-chi...
1•mooreds•27m ago•0 comments

Terraform Versioning Guide

https://masterpoint.io/blog/ultimate-terraform-versioning-guide/
2•mooreds•28m ago•0 comments

'Witness Tampering'?: Live Nation Demands Sanctions Against State Plaintiffs

https://www.law.com/newyorklawjournal/2026/04/07/witness-tampering-live-nation-demands-sanctions-...
1•1vuio0pswjnm7•28m ago•0 comments
Open in hackernews

Ask HN: What are you currently trying to figure out?

3•gooob•11mo ago
i'm trying to figure out why elden ring started stuttering and freezing during gameplay recently, and why the windows operating system has so many little dumb things wrong with it.

Comments

sherdil2022•11mo ago
Trying to figure out what to do next and what to do with my life.
gooob•11mo ago
how's that going? what are your current options?
sherdil2022•11mo ago
Not going good.
scottmcdot•11mo ago
How to build a segmentation model based on a sample of data that needs to be representative of the population.
turtleyacht•11mo ago
Trying to figure a workaround in ksh for space-delimited filenames:

  for f in $(ls "/mnt/dir"); do
    cp -v "$f" /elsewhere
  done
Because -R doesn't handle retries when cp(1) errors out intermittently (USB MTP to phone). I don't remember it being this hard in bash, or Android just is like this. Hopefully can figure it out without going to perl or C. Maybe dump(8).

Even though 54 GB partition created, it only takes up 22 GB or so. Either missing a lot of files or FFS compacts it well.

turtleyacht•11mo ago
Pipe and read per line:

  ls /mnt/dir | while read line; do
    cp -v "$line" /elsewhere
    # substitute with something fancy
    # [ $? -eq 0 ] || cp -v "$line" /elsewhere
  done
nailer•11mo ago
If there’s transmission errors, I would recommend using rsync rather than cp. that will keep transferring and running checksums until everything matches.
turtleyacht•11mo ago
Thank-you. After installing openrsync(1) (and rsync), files transferred for a bit but failed and dumped core with error 138 (bus error). Maybe a quirk with OpenBSD 7.6, or interaction between simple-mtpfs and the fusefs mount.

In the meantime, after a few retries, the failures are written to a log for a second sweep.

MD5 check helps skip extra copying, but it's overall much slower. It seems okay for a long-running batch job; maybe something we can return to after getting the pictures to display.

The pattern is like

  cp ... || \
    { sleep 2; cp ... ; } || \
    ... || \
    ... || echo "$file" >> retry.log
Not the best way. It has failed before all four times. Going to let it run overnight to see if it completes.
arthurcolle•11mo ago
navigating personal 'unemployment' while obsessively hoarding whatever money I can to run experiments / train, finetune models to leverage RL and environment-building in order to use computers, learn tasks, learn from each other, and scale to managing companies (simple, SaaS at first, and eventually, potentially to real-world operations downstream task sets)
nailer•11mo ago
I arrived tired to a pre wedding photo shoot this morning, my prospective wife yelled at me, and cancelled the shoot. I walked out because I don’t like people yelling at me. So I am trying to figure out whether I still want to marry her.