frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bleatbox

https://jerryryle.github.io/bleatbox/
1•ggoodale•1m ago•0 comments

BonsAI – a spatial board for brain-dumping and prompting agents

https://github.com/kiwi-init/BonsAI
1•ojowwalker77•1m ago•0 comments

Baby Pictures

https://www.reddit.com/r/porsche911/s/GxepFmYLLK
1•ray__•2m ago•0 comments

Lift4D: Harmonizing Single-View 3D Estimation for 4D Reconstruction In-the-Wild

https://arxiv.org/abs/2606.23688
1•MediaSquirrel•5m ago•0 comments

The World Needs More Whimsy – The Big Banana Car [video]

https://www.youtube.com/watch?v=xvi0yjpa-es
1•coolwulf•5m ago•0 comments

Show HN: I explained 821 US patents in plain English, with JSON/Markdown

https://patentbrief.org
1•SahiAK•5m ago•0 comments

Hugging Face wants to become your artificial BFF (2017)

https://techcrunch.com/2017/03/09/hugging-face-wants-to-become-your-artificial-bff/
1•theanonymousone•6m ago•0 comments

LaTeX.wasm: LaTeX Engines in Browsers

https://www.swiftlatex.com/
2•theanonymousone•8m ago•0 comments

Animating a dialog element using the View Transition API

https://pqina.nl/blog/animating-the-dialog-element-using-view-transitions/
1•rikschennink•9m ago•0 comments

Wavacity: Audacity audio editor ported to WASM, under GNU GPL v2

https://wavacity.com/
2•theanonymousone•9m ago•0 comments

Finding a Feedback Loop: shipping my first prod agentic feature at Pair Team

https://pairteamtech.substack.com/p/finding-a-feedback-loop
3•robspairpears•10m ago•0 comments

Texas anti-ICE protesters sentenced to life in prison for protesting

https://www.theguardian.com/us-news/2026/jun/23/prairieland-ice-protesters-texas-sentenced
2•mrtesthah•12m ago•1 comments

Show HN: Pool – A lightweight financial account with members and rules

https://poolmoney.com/
1•inmygarage•12m ago•0 comments

Show HN: Browse design inspiration from terminal while Claude is thinking

1•reidotdev•13m ago•0 comments

Roald Amundsen

https://it.wikipedia.org/wiki/Roald_Amundsen
1•simonebrunozzi•13m ago•0 comments

Proton avoids internal IP fingerprinting

https://www.techradar.com/vpn/vpn-services/security-experts-reveal-proton-is-the-only-vpn-to-avoi...
2•chamsom•13m ago•0 comments

How the Dust Bowl Led to National Grasslands, Our Most Underrated Public Lands

https://ourpubliclandsandwaters.substack.com/p/how-the-dust-bowl-led-to-national
1•eightturn•14m ago•0 comments

Anosmia: Olfactory Intelligence

https://smelllm.com/
1•pcshah1996•17m ago•0 comments

AWS Lambda introduces MicroVMs: isolated sandboxes with full lifecycle control

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

Worst-case European heat storylines generated using ensemble boosting

https://www.nature.com/articles/s43247-026-03699-2
1•littlexsparkee•17m ago•0 comments

Interview with Nick Bostrom

https://www.maxraskin.com/interviews/nick-bostrom
2•paulpauper•17m ago•0 comments

I Just Say Yes

https://anshulagx.substack.com/p/i-just-say-yes
1•paulpauper•17m ago•0 comments

Should People Avoid Whole-Body Screening Info?

https://www.astralcodexten.com/p/should-people-avoid-whole-body-screening
1•paulpauper•18m ago•0 comments

Throwing 107 GB and 5B fake rows of order data at DuckDB and Athena

https://fet.dev/posts/throwing-lots-of-data-on-duckdb/
2•b-man•24m ago•0 comments

Show HN: Proctor – signed isolation bundles for AI coding-agent benchmarks

https://github.com/dylanp12/proctor
2•dp12•25m ago•0 comments

Show HN: Sklearn-genetic-opt – evolutionary optimization for scikit-learn

https://rodrigo-arenas.github.io/Sklearn-genetic-opt/
3•rodrigo-arenas•25m ago•0 comments

Show HN: Persist OS – Durable decisions for AI code

https://github.com/Karthick-Ramachandran/persist-os
2•karthickrmchn•25m ago•0 comments

Ultra: An OS that aims for full ABI compatibility with Linux userland

https://github.com/UltraOS/Ultra
1•mrunix•27m ago•0 comments

Anthropic updates their terms to verify age or identity

https://www.anthropic.com/legal/privacy
55•arunc•28m ago•17 comments

Apple Shares Video on How Pro Surfers Use Apple Watch During Competition

https://www.macrumors.com/2026/06/23/apple-watch-world-surf-league/
1•Tomte•29m 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.