frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Use Codex CLI to Write and Maintain a Book on Codex CLI

https://blog.danielvaughan.com/how-i-use-codex-cli-to-write-and-maintain-a-book-on-codex-cli-0480...
1•dvaughan•1m ago•0 comments

The Audio Industry Is Grappling with the Rise of 'Podslop'

https://www.bloomberg.com/news/newsletters/2026-04-30/-podslop-proliferation-is-challenging-the-a...
1•thm•3m ago•0 comments

Brush a Bash/POSIX-compatible shell written in the Rust

https://github.com/reubeno/brush/releases/tag/brush-shell-v0.4.0
1•Jarlakxen•3m ago•0 comments

The Death of Scrum – Built for a slower world, performed by those who left

https://death-of-scrum.net/
2•mantyx•4m ago•0 comments

The Croupier – AI-powered candidate discovery and ranking for recruiting teams

https://dealers-choice-systems.vercel.app
1•Berlia•4m ago•0 comments

Camera Obscura #1

https://www.maartenheijkamp.nl/portfolio_page/camera-obscura-1/
1•jruohonen•4m ago•0 comments

Fake Money Saved Brazil (2010)

https://www.npr.org/sections/money/2010/10/04/130329523/how-fake-money-saved-brazil
1•downbad_•6m ago•1 comments

Ferrari Luce

https://www.ferrari.com/en-EN/auto/ferrari-luce
1•varun_chopra•7m ago•0 comments

Strategic Orbit Wars competition on Kaggle

https://www.kaggle.com/competitions/orbit-wars
1•darshanmakwana•7m ago•0 comments

Data Breach Hits Anti-ICE Organizing Site Gtfoice.org

https://substack.com/home/post/p-196263468
1•CapricornNoble•8m ago•0 comments

Wheel Reinvention: Not Just a Common Metaphor

https://tedium.co/2026/05/03/wheel-reinvention-technology-history/
1•shortformblog•8m ago•0 comments

Talking to Transformers

https://miraos.org/blog/2026/05/02/talking-to-transformers
2•taylorsatula•14m ago•0 comments

Supercollider

https://supercollider.github.io/
1•andyjohnson0•16m ago•0 comments

Separating what AI does well from what code does well

https://claude.com/blog/how-kepler-built-verifiable-ai-for-financial-services-with-claude
2•eddiehammond•17m ago•1 comments

Original Volkov Commander Sources

https://github.com/ddanila/vc
2•begoon•18m ago•0 comments

Mapping Notable Geo-Triangles

https://nickscip.xyz/projects/triangles/
1•nickscip•18m ago•0 comments

Open source desktop app for studying online courses

https://github.com/tonhowtf/omniget
1•axiomdata316•21m ago•0 comments

Show HN: Security Scanner for Agent Skills and MCP

https://github.com/snyk/agent-scan
2•lirantal•21m ago•0 comments

Lyra 2.0: Explorable Generative 3D Worlds

https://research.nvidia.com/labs/sil/projects/lyra2/
1•jonbaer•22m ago•1 comments

Past Ferrari Models, 1947–2023

https://www.ferrari.com/en-US/auto/past-model
1•NaOH•22m ago•0 comments

Show HN: A Privacy tool that finds and hides sensitive data in phtots/videos

https://www.scanon.ai/
1•lotuslabs•23m ago•0 comments

A GitHub for Maintainers

https://nesbitt.io/2026/05/02/a-github-for-maintainers.html
1•milkglass•23m ago•1 comments

Public Runtime for Convera for LLM's

https://github.com/cjparadise79/CONVERA-PUBLIC
1•cjparadise•25m ago•1 comments

Show HN: Ableton Live MCP

https://github.com/bschoepke/ableton-live-mcp
3•bschoepke•26m ago•1 comments

MCP-x-Mac-Seed – An AI agent that discovers Mac apps and writes its own tools

https://github.com/reverendish/mcp-x-mac-seed
1•ishsitotombe•28m ago•0 comments

BYOMesh – New LoRa mesh radio offers 100x the bandwidth

https://partyon.xyz/@nullagent/116499715071759135
5•nullagent•28m ago•2 comments

What Happens When the World Is Fatherless

https://elaynekalila.substack.com/p/what-happens-when-the-world-is-fatherless
1•rendx•30m ago•0 comments

Show HN: Orchestrate Dockerized Claude Code sessions from your issue tracker

https://github.com/smithy-ai/smithy-ai
1•t0mas88•33m ago•0 comments

Should You Be a Carpenter? [video]

https://www.youtube.com/watch?v=RJyPVLMyyuA
1•DeathArrow•33m ago•0 comments

Caisi Evaluation of DeepSeek V4 Pro

https://www.nist.gov/news-events/news/2026/05/caisi-evaluation-deepseek-v4-pro
1•chvid•35m ago•0 comments
Open in hackernews

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

3•gooob•1y 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•1y ago
Trying to figure out what to do next and what to do with my life.
gooob•1y ago
how's that going? what are your current options?
sherdil2022•1y ago
Not going good.
scottmcdot•1y ago
How to build a segmentation model based on a sample of data that needs to be representative of the population.
turtleyacht•1y 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•1y 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•1y 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•1y 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•1y 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•1y 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.