Feed aggregator
Show HN: CrossPlay - Games, puzzles and tools for your e-reader
Article URL: https://crossplay.ma-r-s.com
Comments URL: https://news.ycombinator.com/item?id=49217068
Points: 1
# Comments: 0
Detecting breaking API changes in Go with golang.org/x/exp/cmd/apidiff
Article URL: https://medium.com/dev-genius/detecting-breaking-api-changes-in-go-with-apidiff-bd608bbc7996
Comments URL: https://news.ycombinator.com/item?id=49217063
Points: 1
# Comments: 0
How to Survive an Infestation of Toxic Caterpillars
Article URL: https://www.newyorker.com/science/elements/how-to-survive-an-infestation-of-toxic-caterpillars
Comments URL: https://news.ycombinator.com/item?id=49217060
Points: 1
# Comments: 0
MacSurf and the State of AI Assisted Projects
Article URL: https://www.patreon.com/MacSurf/posts/macsurf-state-of-166060679
Comments URL: https://news.ycombinator.com/item?id=49217059
Points: 1
# Comments: 0
Tucows
Article URL: https://en.wikipedia.org/wiki/Tucows
Comments URL: https://news.ycombinator.com/item?id=49217046
Points: 2
# Comments: 0
Show HN: Jobman – nohup with retries, timeouts, and dependencies
I've long used nohup for background processes that I want to run independently of the terminal. These types of jobs are usually long-running, sometimes launched over an SSH connection, and often have dependencies on other jobs.
I built Jobman to combine the simplicity of nohup with features I previously wrote one-off shell scripts for, including: - retries - timeouts - dependencies between jobs - email or webhook notifications on completion or failure - separate stdout and stderr logging with a combined observed-order view
Jobman does this with a small per-job supervisor process; there's no shared daemon to run. It uses SQLite for job and run metadata and plain files for log storage. It's intended to be a local, per-user tool, not a system-wide or distributed scheduler.
Jobman is written in Go and has releases available for Linux, macOS, and Windows.
Here's an example session using Jobman to launch a Python script, examine its logs, and check its status:
$ jobman run --name import-data --retries 3 --run-timeout 30m \ --retry-timeouts -- python3 ./import_data.py 019fddfe-23bb-732d-a869-2aaee43c03d7 $ jobman logs --follow import-data Starting import... Imported batch 1/3. Imported batch 2/3. ^C $ jobman status import-data 019fddfe-23bb-732d-a869-2aaee43c03d7 import-data running Above, the Ctrl-C stopped `logs --follow`, while the Python process continued under Jobman.
Do you see Jobman replacing any combinations of tools you currently use (nohup, tmux, screen, systemd-run)? If Jobman looks useful to you, let me know what types of jobs you would use it for.
Comments URL: https://news.ycombinator.com/item?id=49217022
Points: 1
# Comments: 1
Working on Economics with Fable 5
Article URL: https://wilsoniumite.com/2026/08/03/working-on-economics-with-fable-5/
Comments URL: https://news.ycombinator.com/item?id=49217001
Points: 2
# Comments: 0
Chernobyl's Robots, or the Hackathon from Hell
Article URL: https://hackaday.com/2026/08/07/chernobyls-robots-or-the-hackathon-from-hell/
Comments URL: https://news.ycombinator.com/item?id=49216998
Points: 1
# Comments: 0
Target Is Slicing Open Pokémon Card Boxes Before They're Sold to Deter Scalpers
U.S. Department of Energy Launches the Genesis Open Models Initiative
Article URL: https://genesisopenmodels.anl.gov/
Comments URL: https://news.ycombinator.com/item?id=49216946
Points: 3
# Comments: 0
Cowchat – Let Claude, Codex, and other agents talk to each other locally
Article URL: https://cowchat.cowboy.inc/
Comments URL: https://news.ycombinator.com/item?id=49216941
Points: 1
# Comments: 0
Musk Refuses Ukrainian Request to Enable Starlink for Deep Strikes Inside Russia
Not-So-Kosher Slaughterhouse
Article URL: https://rumble.com/v798evg-secret-kosher-slaughterhouse-exposed-in-england-sickening-investigation.html
Comments URL: https://news.ycombinator.com/item?id=49216936
Points: 1
# Comments: 0
Show HN: Samudra Manthana, an asymmetric strategy board game in the browser
Article URL: https://mighty840.itch.io/samudra-manthan
Comments URL: https://news.ycombinator.com/item?id=49216530
Points: 1
# Comments: 0
In-terminal browser: do Kitty animation deltas beat full-frame updates?
Article URL: https://www.reddit.com/r/browsers/comments/1vidk09/interminal_browser_do_kitty_animation_deltas_beat/
Comments URL: https://news.ycombinator.com/item?id=49216529
Points: 1
# Comments: 0
Metabase – Please Upgrade Now
Article URL: https://www.metabase.com/blog/security-update
Comments URL: https://news.ycombinator.com/item?id=49216516
Points: 1
# Comments: 0
A shell exclamation mark is not for yelling. Be lazy
Article URL: https://refp.se/articles/your-shell-and-the-lazy-exclamation-mark
Comments URL: https://news.ycombinator.com/item?id=49216487
Points: 1
# Comments: 0
Will Your First Home Robot Have Legs or Wheels?
Article URL: https://itcanthink.substack.com/p/will-your-first-home-robot-have-legs
Comments URL: https://news.ycombinator.com/item?id=49216483
Points: 1
# Comments: 0
