frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Scammers are abusing an internal Microsoft account to send spam links

https://techcrunch.com/2026/05/21/scammers-are-abusing-an-internal-microsoft-account-to-send-spam/
1•spike021•49s ago•0 comments

Justice Department scrubs its website of news releases about Jan. 6 defendants

https://apnews.com/article/justice-department-capitol-riot-news-releases-purged-29c580044a9ed27b6...
2•logickkk1•1m ago•0 comments

Ask HN: Did Messages get removed from Google Takeout?

2•MollyRealized•4m ago•0 comments

Bypassing Apple MIE

https://ironpeak.be/blog/bypassing-apple-mie/
1•cylo•8m ago•1 comments

Maxtoken: A Unified Framework for Unbounded AI Output

https://zenodo.org/records/20360523
1•choukric•9m ago•0 comments

Meshtastic em Portugal: a rede construída pelas pessoas

https://tech.neural-rage.com/artigos/meshtastic-em-portugal-a-rede-construida-pelas-pessoas/
2•portugalbinario•14m ago•0 comments

Reconstructing a Mixbook movie from its data API with FFmpeg

https://segar.me/blog/posts/reconstructing_a_mixbook_movie.html
1•msegar•20m ago•0 comments

The solution the supply chain problems is removing your deps from .gitignore

1•SchizoDuckie•21m ago•0 comments

wake up! 16b

https://hellmood.111mb.de/wake_up_16b_writeup.html
1•MaximilianEmel•21m ago•0 comments

Show HN: A platform to find people to jam on side projects with

https://www.letsjam.live/
3•itsmechase•24m ago•1 comments

Vico, Descartes, and decay of knowledge in software

https://rubber-duck-typing.com/posts/2026-05-24-vico-verum-factum-software.html
1•sayon•26m ago•1 comments

Ask HN: Why agentic development stops from 2023

1•DmitriyBuchilin•28m ago•0 comments

Bateschess – Chess Analytics Feeding Stockfish Evals into LLM's

https://bateschess.com
1•wtbates99•30m ago•0 comments

The unlikely Vatican-Anthropic relationship that's reshaping AI ethics debate

https://religionnews.com/2026/05/22/why-anthropic-is-helping-unveil-the-popes-new-encyclical-on-ai/
1•gnabgib•33m ago•0 comments

US Towns Paid for Teachers and Cops to Use Weight-Loss Drugs. It Broke the Bank

https://www.wsj.com/us-news/u-s-towns-paid-for-teachers-and-cops-to-use-weight-loss-drugs-it-brok...
2•atestu•34m ago•0 comments

The AWS Service Quotas That Will Take Down Your Production at 3 Am

https://medium.com/@yalovoy/the-aws-service-quotas-that-will-take-down-your-production-at-3-am-an...
3•zero-ground-445•35m ago•1 comments

API proposed by Chrome: Declarative partial updates

https://developer.chrome.com/blog/declarative-partial-updates
3•theanonymousone•36m ago•0 comments

PageDrop – Share Single-Page HTML Creations Instantly

https://pagedrop.io/
1•user123•37m ago•1 comments

Valve import 50 tons of "game consoles" in the US, possibly Steam Machines

https://www.theverge.com/news/923461/valve-steam-machine-frame-deck-import-records-may-2026
2•TheJCDenton•40m ago•0 comments

E-Hiking Is Here. You Can Tell by My 1k-Watt Hips. Hypershell's X Ultra S

https://www.wsj.com/tech/personal-tech/robot-legs-hypershell-x-ultra-tested-e8a254e2
2•mataug•51m ago•0 comments

CES, a peer-to-peer system (25 years R&D, free)

https://github.com/fcecin/ces
3•fcecin•52m ago•1 comments

When does learning from data work (math starting from basic probability)

https://prateekchandrajha.github.io/vc-rademacher.html
1•alok-g•53m ago•0 comments

Discovery Platform for Startups

https://www.hyperspeed.work
1•Asadsangabi•54m ago•0 comments

A Transoceanic Jet at 35,000 Feet Is In Airspace That Doesn't Legally Exist

https://simpleflying.com/why-commercial-jet-flying-35000-feet-traveling-airspace-doesnt-legally-e...
2•Stratoscope•57m ago•0 comments

$COOKED – cooked or cooking? Fresh Solana memecoin, just launched on pump.fun

https://pump.fun/coin/E9wv3cReZpNmCLUpDsFeyAGkAVaxkfRUTQVdhKUYpump
1•advaithketha•58m ago•0 comments

The New Luddite Movement

https://www.ft.com/content/f5c96fa6-5b9b-4951-b71d-e32b3b57d8df
1•1vuio0pswjnm7•1h ago•3 comments

Ask HN: Looking for experienced web developer to commission

2•marysminefnuf•1h ago•0 comments

Jeremy Scott gets cheer after ripping up AI-written commencement speech

https://www.businessinsider.com/jeremy-scott-fashion-graduation-speech-commencement-ai-student-ba...
3•cdrnsf•1h ago•0 comments

Resident: Vibe coding firmware (our new sandbox library for ESP32 devices)

https://interconnected.org/home/2026/05/20/resident
1•bertwagner•1h ago•0 comments

Crafting Fluid Animations Across Apple Platforms with Phil Zakharchenko [video]

https://vimeo.com/1194916003
1•Austin_Conlon•1h 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.