frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What You Can Learn from 4k Conversations Between Israelis and Palestinians

https://www.betterconflictbulletin.org/p/what-you-can-learn-from-4000-conversations
1•anarbadalov•32s ago•0 comments

Improving bicycle safety with voice-activated turn signals

https://blog.arduino.cc/2025/11/02/improving-bicycle-safety-with-voice-activated-turn-signals/
1•PaulHoule•46s ago•0 comments

Foxglove raises $40M to scale its data platform for roboticists

https://www.therobotreport.com/foxglove-raises-40m-scale-data-platform-roboticists/
1•warbaker•48s ago•0 comments

Ask HN: How cam I auto-switch shared Google Meet tab?

1•ani17•1m ago•0 comments

State Department issues warning in Japan after bears kill 13 since April

https://thehill.com/policy/international/travel-warnings/5604616-us-travelers-alert-japan-bears/
1•jameslk•2m ago•0 comments

All 13 fentanyl precursors banned to public

https://www.scmp.com/news/china/diplomacy/article/3332240/china-tightens-controls-fentanyl-precur...
1•hereme888•3m ago•1 comments

Naked mole-rat's DNA repair secret revealed

https://longevity.technology/news/naked-mole-rats-dna-repair-secret-revealed/
1•Bender•3m ago•0 comments

China Plans to Limit How Fast Your Car Accelerates to 62 MPH at Startup

https://www.carscoops.com/2025/11/china-plans-to-limit-car-acceleration-at-startup/
1•jnord•4m ago•0 comments

iPhone 16e Has Apparently 'Failed' Just Like iPhone Air

https://www.macrumors.com/2025/11/13/iphone-16e-failed-like-iphone-air/
1•mgh2•8m ago•0 comments

You can't tell people anything (2004)

https://habitatchronicles.com/2004/04/you-cant-tell-people-anything/
3•andai•9m ago•1 comments

Architecting for Multitenancy

https://www.gouthamve.dev/architecting-for-multitenancy/
2•gouthamve•9m ago•0 comments

Unique shape of star's explosion revealed just a day after detection

https://www.eso.org/public/news/eso2520/
1•susam•10m ago•0 comments

Riff: AI management accounting and strategist

https://www.letsriff.ai/
1•yeti-winter•11m ago•0 comments

Mysterious black ring spotted over Disneyland

https://ktla.com/news/local-news/mysterious-black-ring-spotted-over-disneyland/
2•Bender•11m ago•0 comments

Mechanical Neural Network learns Addition through Gravity with pebbles

https://twitter.com/hive_echo/status/1986383820632039572
1•echohive42•12m ago•0 comments

sandwine 5.0.0 adds support for Wayland and PipeWire

https://github.com/hartwork/sandwine/releases/tag/5.0.0
1•spyc•13m ago•0 comments

To 'Infinity' and beyond: MX Linux 25 has arrived

https://www.theregister.com/2025/11/13/mx_linux_25_infinity_released/
1•Bender•13m ago•0 comments

China's reusable rocket Zhuque-3 to make maiden flight this year

https://www.globaltimes.cn/page/202511/1347871.shtml
1•JumpCrisscross•14m ago•0 comments

Show HN: V0 for Svelte (svelte0), a Svelte UI generator

https://svelte0.com/
1•dimelotony•15m ago•0 comments

Looking for Feedback on Our "Wellness Intelligence" product

https://www.goodfella.app/
1•roniths•15m ago•1 comments

Show HN: Trace.taxi – easy agent messages visualization

1•thomasahle•16m ago•0 comments

Declining Accessibility in Pokémon Games

https://everything2.com/title/Declining%20Accessibility%20in%20Pok%C3%A9mon%20Games?author_id=201...
3•hackermatic•18m ago•0 comments

How AI is breaking cover letters

https://www.economist.com/finance-and-economics/2025/11/13/how-ai-is-breaking-cover-letters
3•jnord•19m ago•1 comments

Murati's Thinking Machines in Funding Talks at $50B

https://www.bloomberg.com/news/articles/2025-11-13/murati-s-thinking-machines-in-funding-talks-at...
2•songeater•22m ago•1 comments

GitHub no longer uses toasts because of their accessibility and usability issues

https://primer.style/accessibility/toasts/
4•davidbarker•26m ago•0 comments

Bayesian A/B testing is not immune to peeking

https://www.alexmolas.com/2025/10/30/bayesian-ab-test-peeking.html
2•alexmolas•27m ago•0 comments

Sam Altman is the Christopher Columbus of our time

https://cosmographia.substack.com/p/sam-altman-is-the-christopher-columbus
3•merothwell•27m ago•0 comments

The advice I would give on a mentorship call

https://www.avitalbalwit.com/post/the-advice-i-would-give-on-a-mentorship-call
3•sebg•32m ago•1 comments

Native Python Implementation of Apache Iceberg

https://github.com/rodmena-limited/DataShard
1•rodmena•35m ago•0 comments

OpenRouter's Polaris Alpha = GPT 5.1

https://twitter.com/OpenRouterAI/status/1989045044121334258
1•denysvitali•36m ago•0 comments
Open in hackernews

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

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