frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

WeDo: Collaborative gift registry that solves the holiday coordination headache

https://www.wedoto.day
1•tmanderson•3m ago•1 comments

Prepared Statements? Prepared to Be Vulnerable

https://blog.mantrainfosec.com/blog/18/prepared-statements-prepared-to-be-vulnerable
1•eqarmada2•5m ago•1 comments

The Cause of Cultural Stagnation

https://www.slowboring.com/p/the-hidden-cause-of-cultural-stagnation
1•noisymortimer•6m ago•0 comments

David Lerner, cofounder of Tekserve, has died

https://www.nytimes.com/2025/11/26/technology/personaltech/david-lerner-dead.html
2•NaOH•6m ago•0 comments

PyOpenSci Python Package Guide

https://www.pyopensci.org/python-package-guide/index.html
1•runningmike•7m ago•1 comments

Human brains have 5 distinct 'epochs' in a lifetime

https://www.nbcnews.com/science/science-news/human-brains-5-epochs-development-rcna245663
1•gmays•9m ago•0 comments

Vocabulary development in autistic children: a network growth analysis

https://acamh.onlinelibrary.wiley.com/doi/10.1111/jcpp.70076
1•wjb3•12m ago•0 comments

Academic assassinations are a threat to global science

https://physicsworld.com/a/academic-assassinations-are-a-threat-to-global-science/
1•doetoe•13m ago•0 comments

Worktrunk: Git worktree manager, designed for parallel agents, written in Rust

https://github.com/max-sixty/worktrunk
1•maximilianroos•15m ago•0 comments

Show HN: I vibe-coded an ASCII Keyboard

https://asciikeyboard.app
1•levgel•15m ago•0 comments

Urgent ACPI Revert for Linux 6.18 to Deal with Some Hardware Crashing

https://www.phoronix.com/news/Urgent-ACPI-Revert-Linux-6.18
1•Bender•16m ago•0 comments

The EU made Apple adopt new Wi-Fi standards, and now Android can support AirDrop

https://arstechnica.com/gadgets/2025/11/the-eu-made-apple-adopt-new-wi-fi-standards-and-now-andro...
25•cyclecount•20m ago•3 comments

AirDrop support for Pixel 10 likely exists because of the EU ruling

https://9to5google.com/2025/11/21/googles-airdrop-support-for-pixel-10-likely-exists-because-of-t...
3•joejohnson•21m ago•1 comments

Ask HN: Why aren't more startups using .NET?

1•mafiaa•24m ago•3 comments

Global carbon emissions will soon flatten or decline

https://www.science.org/content/article/global-carbon-emissions-will-soon-flatten-or-decline
3•hmartiniano•24m ago•0 comments

Is Your Car Spying on You? Here's how

https://jeffreylminch.substack.com/p/is-your-car-spying-on-you
3•rmason•25m ago•0 comments

Magnetic Induction Heater Using Flywheel with Neodymium Magnets [video]

https://www.youtube.com/watch?v=jPlyGGVu38U
2•itronitron•25m ago•0 comments

A Distributed Inference Framework Enabling Running Models Exceeding Total Memory

https://github.com/firstbatchxyz/dnet
1•driaforall•26m ago•1 comments

Thousands of Secrets Leaked on Code Formatting Platforms

https://www.securityweek.com/thousands-of-secrets-leaked-on-code-formatting-platforms/
1•Bender•26m ago•0 comments

We Rewrote Our Startup from PHP to Gleam in 3 Weeks

https://www.radical-elements.com/minor-epiphanies/we-rewrote-our-startup-from-php-to-gleam-in-3-w...
1•birdculture•27m ago•0 comments

Ransomware Attack Disrupts Local Emergency Alert System Across US

https://www.securityweek.com/ransomware-attack-disrupts-local-emergency-alert-system-across-us/
1•Bender•27m ago•0 comments

Improved Weather Forecasts: 4-Day Accuracy Matches 1-Day from 30 Years Ago

https://philippdubach.com/2025/11/22/weather-forecasts-have-improved-a-lot/
2•7777777phil•28m ago•0 comments

Local HTTPS hosting without SSCs or ngrok

https://www.npmjs.com/package/@avncloud/avanti
1•rawnsley•28m ago•1 comments

We are losing the browser war (2001)

https://web.archive.org/web/20010202074300/http://freshmeat.net/articles/view/199
1•basscomm•29m ago•0 comments

Show HN: FYICombinator – What YC startups are doing

https://fyicombinator.com
1•xenni•29m ago•0 comments

SAMP-Score: ML Method for Screening Pro-Senescence Compounds in P16 Cancer Cell

https://doi.org/10.18632/aging.206333
1•7777777phil•31m ago•1 comments

Secrets in unlisted GitHub gists are reported to secret scanning partners

https://github.blog/changelog/2025-11-25-secrets-in-unlisted-github-gists-are-now-reported-to-sec...
1•rmason•31m ago•0 comments

Cyber Monday 2025

https://github.com/punkpeye/awesome-cyber-monday-2025
1•punkpeye•31m ago•0 comments

S&box is now open source

https://github.com/Facepunch/sbox-public
2•gavide•32m ago•0 comments

Seeing the rich makes people favour redistribution, but also increases division

https://www.lse.ac.uk/news/seeing-the-rich-makes-people-favour-redistribution-but-also-increases-...
2•7777777phil•34m ago•0 comments
Open in hackernews

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

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