frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MacBook Neo Is So Popular That Apple Doubled Production

https://www.macrumors.com/2026/06/03/macbook-neo-production-doubled-says-kuo/
1•tosh•21s ago•0 comments

Meta Business Agent

https://about.fb.com/news/2026/06/meta-business-agent/
1•ChrisArchitect•34s ago•0 comments

Inside Meta's attempts to play catch-up with AI

https://arstechnica.com/ai/2026/06/inside-metas-attempts-to-play-catch-up-with-ai/
1•pseudolus•46s ago•0 comments

Apple Announces Europe's First Developer Center

https://www.macrumors.com/2026/06/03/apple-announces-first-developer-center-in-europe/
1•tosh•1m ago•0 comments

Five Stages of Building with LLMs

https://llmfn.com/signals/fivestages
1•bargavas•1m ago•0 comments

A Visual Guide to Gemma 4 12B

https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-gemma-4-12b
1•yurivish•1m ago•0 comments

Framework Laptop 13 Pro Deep Dive – LPCAMM2

https://frame.work/blog/framework-laptop-13-pro-deep-dive-lpcamm2
1•allddd•3m ago•0 comments

AI costs how much? GitHub Copilot users react to new usage-based pricing system

https://arstechnica.com/ai/2026/06/ai-costs-how-much-github-copilot-users-react-to-new-usage-base...
1•ceejayoz•3m ago•0 comments

I made a streaming feature where you can predict what happens during the stream

https://polybets.fun/go-live
1•realJared54•3m ago•0 comments

The SSRI Debate Flares Again

https://www.psychologytoday.com/us/blog/the-biology-of-human-nature/202606/the-ssri-debate-flares...
1•lovestory•3m ago•0 comments

Ecdsa Fail Challenge

https://github.com/ecdsafail/ecdsafail-challenge
1•aburan28•4m ago•0 comments

Show HN: Erebus, A VPN client that runs rootless in user space

https://margaine.com/erebus/
2•tlar•4m ago•0 comments

Show HN: PersonalPod – Saving my long-distance relationship with a podcast

https://personal-pod.com/
1•smarterhome•5m ago•0 comments

WebSSH: A modern, feature-rich web-based SSH terminal with SFTP file manager

https://github.com/bifrost0x/webssh
1•indigodaddy•7m ago•0 comments

My Coding Setup

https://theoo.dev/notes/4
1•speckx•8m ago•0 comments

New Texas Instruments 5532 chips are not the 5532's we've used for decades

https://groupdiy.com/threads/the-new-ti-5532-chips-are-not-5532s-weve-used-for-decades.93707/
3•SpikedCola•8m ago•0 comments

Show HN: Nutrepedia – nutrition info in 29 locales built with Clojure and Htmx

https://nutrepedia.com/en-us/
1•llovan•8m ago•0 comments

GitLab cuts 14% of staff as it scales its platform to serve AI workloads

https://techcrunch.com/2026/06/03/gitlab-cuts-14-of-staff-as-it-scales-its-platform-to-serve-ai-w...
3•01-_-•8m ago•0 comments

Tidal Wave: CachyOS Is Now Bigger Than Arch Linux Ever Was

https://boilingsteam.com/tidal-wave-cachy-os-is-now-bigger-than-arch-linux-ever-was/
3•ekianjo•9m ago•0 comments

DrakoFlow – A serverless, open-source text-to-diagram tool

https://github.com/pazvanti/DrakoFlow
1•pazvanti•9m ago•0 comments

Amazon-owned Ring should pay Americans for scanning their faces, lawsuit says

https://arstechnica.com/tech-policy/2026/06/amazon-owned-ring-should-pay-americans-for-scanning-t...
3•01-_-•9m ago•1 comments

Show HN: Agent-browser-shield – free extension to protect AI agents on the web

https://github.com/pixiebrix/agent-browser-shield
4•tschiller•10m ago•1 comments

Nvidia: Nemotron 3 Super

https://developer.nvidia.com/blog/introducing-nemotron-3-super-an-open-hybrid-mamba-transformer-m...
1•tosh•11m ago•0 comments

Today a crazy quantum story just got wilder

https://twitter.com/drakefjustin/status/2061793725299224676
2•Anon84•12m ago•0 comments

NPM-Scan: Detecting Supply Chain Attacks (100% Validation on Real Campaigns)

https://www.npmjs.com/package/@lateos/npm-scan
1•lateos-ai•13m ago•0 comments

'Close to the Terminator narrative': the dawn of self-improving AI

https://www.ft.com/content/7cc7800f-18ed-47d8-9539-221ae3e16182
2•aanet•14m ago•1 comments

AI Delegation Starts with Inspectable Work

https://deviantabstraction.com/2026/06/02/audit-test-automate-how-we-decide-what-ai-can-own/
1•top256•15m ago•0 comments

Renowned Warhammer Artist, John Blanche, Passes Away

https://www.ontabletop.com/warhammer-40k/renowned-warhammer-artist-john-blanche-passes-away/
1•bushwart•16m ago•1 comments

FIA Operating Systems FiaPhy Dtdss Algorithm

https://ui.adsabs.harvard.edu/abs/arXiv:2604.15352
1•openrockets•17m ago•0 comments

Resource consumption of AI: The insatiable industry and its costs

https://algorithmwatch.org/en/climate-ai/
1•fodmap•17m 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.