frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Using mirrord to verify AI-SRE fixes against the staging cluster

https://metalbear.com/blog/ai-sre-holmesgpt/
1•eyalbukchin•2m ago•0 comments

AWS Lambda Introduces MicroVMs

https://aws.amazon.com/blogs/aws/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-in...
1•root-parent•3m ago•0 comments

Global NAND Memory Market Share: Quarterly

https://counterpointresearch.com/en/insights/global-nand-memory-market-share
1•ksec•4m ago•0 comments

Scott Hanselman (VP at Microsoft/GitHub) just starred my project on GitHub

1•iliashad•4m ago•0 comments

Advertise in ChatGPT

https://ads.openai.com/
1•tosh•5m ago•0 comments

Riding Technology Waves

https://staysaasy.com/strategy/2026/06/22/riding-technology-waves.html
1•kiyanwang•5m ago•0 comments

Young Cornish people are turning to campervans to have a roof over their heads

https://www.theguardian.com/environment/2026/jun/25/reality-life-cornwall-young-van-dwellers-pric...
1•root-parent•6m ago•0 comments

Microsoft admits 8GB RAM is fine for Windows 11, after years of pushing 16GB

https://www.windowslatest.com/2026/06/25/microsoft-now-says-8gb-ram-is-fine-for-everyday-use-righ...
3•ksec•7m ago•0 comments

Helmholtz AI: Democratising AI for a data-driven future

https://www.helmholtz.ai/
1•the-mitr•15m ago•0 comments

Looking Back at the 'Fosse/Verdon' Dancing Legends That Inspired FX Series

https://variety.com/2019/vintage/features/bob-fosse-gwen-verdon-1203185015/
1•firasd•15m ago•0 comments

Bill Gates says Epstein sought to blackmail him over extramarital affairs

https://www.theguardian.com/us-news/2026/jun/24/bill-gates-epstein-transcript
1•root-parent•17m ago•0 comments

Shelf: Save Links to Telegram

https://useshelf.dev/
1•hisamafahri•23m ago•0 comments

The netdna-ssl.com takeover is an attack waiting to happen

https://scotthelme.co.uk/a-dead-cdn-a-wildcard-and-an-attack-waiting-to-happen-the-netdna-ssl-com...
2•moebrowne•24m ago•0 comments

Remote Pi

https://remote-pi.jacobmoura.work/
1•deepdude•25m ago•0 comments

The weirdest things a leak revealed about Peter Thiel's club

https://www.theguardian.com/commentisfree/2026/jun/24/peter-thiel-secret-club-leak
4•robtherobber•29m ago•0 comments

Bringing Swift to the Apple ][

https://yeokhengmeng.com/2026/06/swift-on-apple-ii/
4•LucidLynx•34m ago•0 comments

Stanford's Fraud Pipeline [video]

https://www.youtube.com/watch?v=57-OZSXGcxA
2•onemoresoop•35m ago•0 comments

I fed the people building the metaverse

https://yeastconfections.substack.com/p/i-fed-the-people-building-the-metaverse
2•faldor20•40m ago•1 comments

Show HN: Playable City Intelligence

https://golb.fun/
1•nih567•41m ago•0 comments

OXWM – A dynamic window manager written in Zig

https://github.com/tonybanters/oxwm
2•modinfo•41m ago•0 comments

Real-world impact of AI adoption. "Acceleration whiplash"

https://www.faros.ai/blog/ai-acceleration-whiplash-takeaways
1•ARayOutOfBounds•42m ago•0 comments

Mad Fucking Witches

https://www.mfw.org.au/
8•Alien1Being•43m ago•2 comments

W Social, Fictional Metrics and the Beauty of Open Data

https://blog.elenarossini.com/w-social-fictional-metrics-and-the-beauty-of-open-data/
1•nemoniac•43m ago•0 comments

New EV-makers keep appearing in China

https://www.economist.com/business/2026/06/24/strange-new-ev-makers-keep-appearing-in-china
2•edward•45m ago•0 comments

Show HN: iNaturalist Bingo

https://kylenessen.github.io/iNaturalist-Bingo-App/
1•kylenessen•45m ago•0 comments

Aura Max Your Startup

https://gtmgame.ai/
1•Jaredwk•46m ago•1 comments

Show HN: Annalium – a world-history map and timeline in the browser

https://annalium.com
1•i18nagentai•48m ago•0 comments

ROCm

https://en.wikipedia.org/wiki/ROCm
1•tosh•50m ago•0 comments

I cut GTA Online loading times by 70% (2021)

https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times-by-70/
1•downbad_•51m ago•0 comments

How to Destroy the Earth (2003)

https://qntm.org/destroy
2•downbad_•51m 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.