frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

WebTUI: Modular CSS Library that brings the beauty of Terminal UI to the browser

https://github.com/webtui/webtui
1•Lwrless•49s ago•0 comments

Show HN: HyperFrames – OSS Agentic HTML Video Framework for Agents

https://miguel07code.dev/writing/hyperframes
1•Miguel07Code•1m ago•0 comments

Framework Laptop 13 Pro: Major Upgrades and Linux Front and Center

https://boilingsteam.com/framework-laptop-13-pro-announced/
3•ekianjo•8m ago•0 comments

How Elon Musk Used SpaceX to Benefit Himself and His Businesses

https://www.nytimes.com/2026/04/24/technology/elon-musk-spacex-loans.html
1•1vuio0pswjnm7•8m ago•0 comments

Starting Sandboxes in Parallel

https://www.tensorlake.ai/blog/starting-1000-sandboxes-in-parallel?trk=feed_main-feed-card_feed-a...
1•gk1•9m ago•0 comments

M5Stack CardputerZero Powered by Raspberry Pi CM0 Launching on Kickstarter Soon

https://www.hackster.io/news/m5stack-unveils-the-cardputerzero-an-all-in-one-pocket-sized-gadget-...
1•Lwrless•10m ago•0 comments

Show HN: SVG Fitter – Rust+WASM Vectorizer

https://svg.axk.sh
1•xlii•11m ago•0 comments

AI Is Cannibalizing Human Intelligence

https://www.wsj.com/tech/ai/is-ai-smarter-than-humans-cyborg-956e0f0e
1•1vuio0pswjnm7•13m ago•0 comments

New Apple support doc: "If you're asked to confirm that you're an adult"

https://support.apple.com/en-us/125662
1•CharlesW•16m ago•0 comments

Bangladesh's gig workers are stuck in gas lines as Iran-U.S. war strains supply

https://restofworld.org/2026/gulf-war-oil-supply/
1•vinnyglennon•16m ago•0 comments

Iran caused more extensive damage to U.S. military bases than publicly known

https://www.nbcnews.com/world/iran/iran-caused-extensive-damage-us-military-bases-publicly-known-...
6•hggh•17m ago•0 comments

Bitburner, a programming-based incremental game

https://bitburner-official.github.io/
1•srcreigh•18m ago•0 comments

The Epistemological Crisis of BCI: Addressing the Infohazard

https://www.reddit.com/r/BCI/s/cmFfu5yDmO
1•Edgemute•20m ago•0 comments

Batteries Included CLI Framework

2•maxalbarello•21m ago•3 comments

Meetings Are Forcing Functions

https://www.mooreds.com/wordpress/archives/3734
2•mooreds•21m ago•0 comments

Talk HN: Hackerchat

https://apps.apple.com/us/app/hc-chat-the-hackernews/id6760586283
1•enyars•22m ago•1 comments

GitHub leaking private repositories and access? [video]

https://www.youtube.com/watch?v=MupI-OgdZik
1•jmount•22m ago•1 comments

How to Attend the Altman vs. Musk Trial

1•major4x•22m ago•0 comments

ShadowStrike-Phantom Open-Source Endpoint Protection Platform

1•Soocile•23m ago•0 comments

Doctors and education experts call for a 5-year AI moratorium in schools

https://fortune.com/2026/04/16/doctors-experts-ai-moratorium-schools/
1•obscurette•23m ago•0 comments

Utah Medical Board urges immediate halt of Doctronic AI prescribing algorithm [pdf]

https://www.fsmb.org/siteassets/communications/doctronic-letter-from-medical-board.pdf
1•randycupertino•25m ago•0 comments

Yalda Hakim on the collapse of 'seeing is believing'

https://www.reuters.com/lifestyle/culture-current/yalda-hakim-collapse-seeing-is-believing-2026-0...
1•dredmorbius•26m ago•0 comments

North Carolina student fights accusation of AI use

https://www.govtech.com/education/k-12/north-carolina-student-fights-accusation-of-ai-use
1•anonymousab•27m ago•0 comments

Shipping the OpenClaw Stack in Public

https://agentbot.sh
1•Agentbot-esky•32m ago•0 comments

The Case for Fixing Everything

https://www.technologyreview.com/2026/04/17/1135408/book-review-stewart-brand-fixing-everything-m...
1•mooreds•32m ago•0 comments

Avoid Shipping Your Org Chart

https://chronicbuildfailure.co/how-to-avoid-shipping-your-org-chart-c086effe751c
1•moooo99•33m ago•0 comments

Show HN: 1gbps Tokenizer written in Assembly. 20x faster than HuggingFace

https://github.com/dogmaticdev/SIMD-Tokenizer
1•dogmaticdev•33m ago•1 comments

Ask HN: Cyberdecks are cool but do they serve a purpose?

2•hamiecod•34m ago•1 comments

AI created SE050 PCB for me and it works, damn (not an electrical engineer)

https://www.etsy.com/listing/4494477464/se050-secure-element-breakout-board
1•alen-z•39m ago•2 comments

RLM ♥ GEPA: You Can Use RLMs to Improve RLMs with GEPA

https://twitter.com/GabLesperance/status/2048072367876735415
1•glesperance•42m ago•0 comments
Open in hackernews

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

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