frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Beware the Permanent Periphery

https://asteriskmag.com/issues/15/beware-the-permanent-periphery
1•m-hodges•54s ago•0 comments

Cable Pioneer Bob Miron Dies at 89

https://www.cablefax.com/people/cable-pioneer-miron-dies-at-89
1•indigodaddy•1m ago•0 comments

Muse Glimmer 30B unsloth GGUF format Q4, Q6, Q8 quantizations

https://huggingface.co/unsloth/Muse-Glimmer-30B-GGUF
1•walrus01•1m ago•0 comments

AI Coding and Its Discontents

https://calnewport.com/on-ai-coding-and-its-discontents/
1•champagnepapi•3m ago•0 comments

Pro Jank Footy, the video game taking Australian rules to the world

https://www.theguardian.com/games/2026/aug/11/pro-jank-footy-video-game-australian-rules
1•milderworkacc•7m ago•0 comments

No, local models will not win

https://www.seangoedecke.com/local-models-will-not-win/
1•m0rde•11m ago•0 comments

Chicken Scheme 6.0 Released

https://code.call-cc.org/releases/6.0.0/NEWS
1•eatonphil•11m ago•0 comments

Estimating Branch Probabilities

https://maskray.me/blog/2026-08-09-estimating-branch-probabilities?from_theconsensus=1
1•eatonphil•13m ago•0 comments

Vibebin – code and host with incus containers on your VPS/server

https://GitHub.com/jgbrwn/vibebin
1•indigodaddy•15m ago•0 comments

Tell HN: I Bought a Pocket Notebook

1•Iuz•16m ago•0 comments

The Roboguard Revolution Is Short-Circuiting

https://www.proofnews.org/the-roboguard-revolution-is-short-circuiting/
1•DeepLogin•17m ago•0 comments

Locating a livestreamers geolocation via background noise [video]

https://www.youtube.com/watch?v=SnbkIm56TfI
1•SpyCoder77•18m ago•0 comments

Training AI to Govern for Us

https://freesystems.substack.com/p/training-ai-to-govern-for-us
2•mitchbob•19m ago•0 comments

ICE to Pay LexisNexis Millions for Data to Feed to Palantir

https://www.404media.co/ice-to-pay-lexisnexis-millions-for-data-to-feed-to-palantir/
3•cdrnsf•19m ago•0 comments

Canopy: Grade any website's health in 4 seconds

https://canopystack.dev/
1•jjraxx•20m ago•0 comments

The AI Slop Backlash Is Having an Impact

https://www.wired.com/story/the-ai-slop-backlash-is-actually-having-an-impact/
3•ripe•26m ago•0 comments

Apple Reference Image: authenticate that a photo came from an iPhone camera

https://9to5mac.com/2026/08/10/apple-is-working-on-a-way-to-authenticate-that-a-photo-came-from-a...
2•Barbing•28m ago•0 comments

The End of MacSurf

https://www.patreon.com/posts/166335760
5•mplsllc•31m ago•0 comments

Unifying Workers AI and AI Gateway into a Single AI Control Plane

https://blog.cloudflare.com/workers-ai-gateway-unification/
1•c_f_•34m ago•0 comments

The Closure of the Internet

https://arctotherium.substack.com/p/the-closure-of-the-internet
2•iamnothere•35m ago•0 comments

"Remaining Awake Through a Great Revolution" Commencement Address (1959)

https://kinginstitute.stanford.edu/king-papers/documents/remaining-awake-through-great-revolution...
2•mooreds•42m ago•0 comments

SNAP's New Rules Make Eligible Families Go Hungry [audio]

https://omny.fm/shows/platypus-economics/how-snaps-new-rules-make-eligible-families-go-hungry-the...
1•mooreds•43m ago•0 comments

The Beer Drinker's Guide to XAA

https://thesaml.substack.com/p/the-beer-drinkers-guide-to-xaa
2•mooreds•44m ago•0 comments

Conviction

https://kennethnym.com/blog/conviction/
2•polyphilz•46m ago•0 comments

Nothing failed. That's why no one caught it.

https://miralume.dev/the-architect/nothing-failed
2•Jernesstar•47m ago•0 comments

Expected Log-Return as a Risk Control

https://win-vector.com/2026/08/10/expected-log-return-as-a-risk-control/
1•jmount•47m ago•0 comments

The UK's War on Anonymity Has Come to America

https://www.effort.news/uk-lobby
9•slowin•50m ago•0 comments

Media Offenders

https://www.whitehouse.gov/mediabias/
9•cocacola1•54m ago•3 comments

Bonestell Gallery

https://www.bonestellgallery.com/
2•rienbdj•55m ago•0 comments

People don't hate AI because of Zuck. They hate the version TechCrunch sells

https://runtimewire.com/article/people-don-t-hate-ai-because-of-zuckerberg-they-hate-the-version-...
2•ryanmerket•56m ago•1 comments
Open in hackernews

Show HN: Basht – A bash shell that handles multitasking better

https://github.com/samiam95124/basht
1•samiam95124•1h ago

Comments

samiam95124•50m ago
I adapted the bash shell 5.3 to more easily handle tasking. Each command & has its output gathered into lines and each line is tagged and send to the output with a preamble. The bash input stays on the command line and you can type command lines, select history, anything, even while the background tasks output appears above that:

  [ping:1:2814536:59] 64 bytes from ...: icmp_seq=58 ttl=113 time=28.7 ms
  [bash:0:2814530:9] samiam@samiam-h-pc-2:~/projects/basht$ ll *.md
  [ls:7:2814564:1] -rw-rw-r-- 1 samiam samiam  9790 Aug 10 15:01 basht_plan.md
  [ls:7:2814564:2] -rw-rw-r-- 1 samiam samiam  3921 Aug 10 15:43 README.md
  [ping:1:2814536:62] 64 bytes from ...: icmp_seq=61 ttl=113 time=26.8 ms
  [bash:0:2814530:10] samiam@samiam-h-pc-2:~/projects/basht$
Other that the task adaption, it is stock bash and can be substituted for regular bash.
chmaynard•40m ago
Did you propose adding this capability to bash with the project maintainer(s)? If so, what was their response? If not, why not?
samiam95124•33m ago
I sent the maintainers a message about it yes. I'll leave that up to them how to respond. I can see pros and cons to incorporation. I'll look forward to that discussion. Frankly I'd be thrilled if they did adopt it. In the meantime it's a usable fork of bash.

Thanks for the question.

samiam95124•26m ago
PS this can work with any shell, not just bash.