frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Agent Review Studio – local-first agent evaluation workbench

https://github.com/chasedndt/agent-review-studio
1•ChaseInTech•2m ago•0 comments

Trump Admin Says xAI Data Center in NAACP lawsuit is critical to military effort

https://americanbuildout.com/trump-admin-backs-musk-in-data-center-fight-against-naacp-says-xais-...
1•newyorkinfra•2m ago•0 comments

Is AI-native Engineering DevOps 2.0 (or even Agile 3.0)?

https://www.wwt.com/blog/is-ai-native-engineering-really-devops-20-or-even-agile-30
1•mooreds•3m ago•0 comments

VC isn't VC anymore – understanding the rise of Cancer Capital

https://www.anildash.com/2026/09/02/cancer-capital/
2•tlhunter•3m ago•0 comments

Give Your Coding Agents a Memory You Own

https://huggingface.co/blog/funes
1•Brajeshwar•3m ago•0 comments

Lev Landau

https://en.wikipedia.org/wiki/Lev_Landau
1•nhatcher•4m ago•1 comments

Show HN: SVG-diagram – an agent skill that draws diagrams as hand-placed SVG

https://github.com/bybit-exchange/svg-diagram
1•lucasmaan•4m ago•0 comments

FCC Regulations and MeshCore 500

https://phillymesh.net/2026/09/02/fcc-regulations/
1•tjwds•4m ago•0 comments

Show HN: Rev-dep – duplicate code detection for TS monorepos

https://rev-dep.com/
1•jayu_dev•5m ago•0 comments

Global heating will hit at least 1.8C, UN warns

https://www.theguardian.com/environment/2026/sep/02/global-heating-warming-1-8c-best-case-scenari...
2•ijidak•5m ago•0 comments

Uber abruptly shuts operations in Nigeria and Uganda with immediate effect

https://news.sky.com/story/uber-shuts-operations-in-nigeria-and-uganda-with-immediate-effect-1358...
1•thinkingemote•5m ago•0 comments

MixVoice – Free voice cloning in the browser (646 languages, no sign-up)

https://aiclonevoicefree.com/
1•jieliu_rbn•7m ago•0 comments

DTE Energy outage map, any connection to today's AI provider outages?

https://outage.dteenergy.com/
1•ljahier•7m ago•1 comments

Controlling CERN's Accelerators with Debian

https://ch2026.mini.debconf.org/talks/6-controlling-cerns-accelerators-with-debian/
1•metrofun•7m ago•0 comments

Pipelines and Master Bedrooms: How Harmful Is Harmful Language?

https://joibs.org/index.php/joibs/article/view/93
1•thinkingemote•7m ago•0 comments

HuggingSocial Find, discuss and download AI models. Peer to peer

https://huggingsocial.co/
1•RetiredCoder11•9m ago•0 comments

The Principle Benchmark

https://yuwakisa.com/benchmarks/principle/
1•m-hodges•10m ago•0 comments

AI #184: Post Post Mortem

https://thezvi.substack.com/p/ai-184-post-post-mortem
1•paulpauper•10m ago•0 comments

Sony makes bold claim about game ownership

https://aginggamer.net/game-industry/sony-makes-bold-claim-about-game-ownership/
7•speckx•10m ago•0 comments

Seriously, What Are You Supposed to Do with Old Clothes?

https://www.theatlantic.com/technology/archive/2022/08/what-to-do-with-old-clothing-donation-wast...
1•paulpauper•10m ago•0 comments

Venice Bridge "for Sale"

https://nixink.art/our-commons
1•simonebrunozzi•11m ago•0 comments

Honkish

https://benji.org/honkish
3•jaflo•12m ago•0 comments

Brutally Honest Predictions on the Future of AI

https://www.honest-broker.com/p/10-brutally-honest-predictions-on
3•Tomte•12m ago•0 comments

Terence Tao: Speed in science isn't the same thing as progress [video]

https://www.youtube.com/watch?v=svl_1upFpQo
3•dr_scully•14m ago•0 comments

Show HN: Airplane AI – Works when all other AIs are offline

https://airplane-ai.franzai.com/
1•franze•15m ago•0 comments

Claude-API-guard, a CI check that catches Claude/OpenAI SDK breaking changes

https://github.com/MarkMoneyMan/Claude-api-goat
1•MarkMoneyMan•17m ago•0 comments

Show HN: I made a CLI that finds CVEs in your running Kubernetes pods

https://github.com/lockdep/stackradar-cli
1•mariusjor•17m ago•0 comments

Nomos.can() – authority as a first-class primitive

https://www.npmjs.com/package/@nomosprotocol/sdk
1•AllanSendagi•18m ago•0 comments

A Conversation with Paul Graham, Founder of YC [video]

https://www.youtube.com/watch?v=5bxp78i96S8
1•tosh•18m ago•0 comments

K2 Horizon: Frontier Performance, Radically Open

https://ifm.ai/blog/k2/
2•karimf•18m 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.