HackerTrans
トップ新着トレンドコメント過去質問紹介求人

httbs

86 カルマ登録 4 年前

投稿

Hacker Fables – A satirical cyberpunk novella you can read as a man page

hacker-fables.onrender.com
4 ポイント·投稿者 httbs·一昨日·1 コメント

The PowerShell Manifesto as Political Rhetoric

medium.com
2 ポイント·投稿者 httbs·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 httbs·昨年·0 コメント

[untitled]

1 ポイント·投稿者 httbs·昨年·0 コメント

Common Lisp in 2055 (Satire)

medium.com
5 ポイント·投稿者 httbs·昨年·0 コメント

Proxy Alice: Predictive Messages for Concealed Communication

sebastiancarlos.com
1 ポイント·投稿者 httbs·昨年·0 コメント

Fired from Meta After 1 Week: Here's All the Dirt I Got

sebastiancarlos.com
76 ポイント·投稿者 httbs·2 年前·20 コメント

Timewarrior – CLI Time Tracker

timewarrior.net
3 ポイント·投稿者 httbs·2 年前·0 コメント

Taskwarrior – CLI Task Management

taskwarrior.org
173 ポイント·投稿者 httbs·2 年前·70 コメント

Webisde: Smalltalk IDE Implemented with React

github.com
2 ポイント·投稿者 httbs·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 httbs·3 年前·0 コメント

Ask HN: Are we upon the convergence of Apache, Nginx and “other”?

5 ポイント·投稿者 httbs·3 年前·8 コメント

Ask HN: Is local website mirroring still relevant?

5 ポイント·投稿者 httbs·3 年前·2 コメント

[untitled]

1 ポイント·投稿者 httbs·3 年前·0 コメント

Ask HN: How to trap SIGTSTP (ctrl-z) in a Bash script?

1 ポイント·投稿者 httbs·3 年前·2 コメント

Groff 1.23 (first release since 2018)

lists.gnu.org
2 ポイント·投稿者 httbs·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 httbs·3 年前·0 コメント

Faster Sorting Algorithm Discovered by Speaking in Tongues

sebastiancarlos.com
1 ポイント·投稿者 httbs·3 年前·1 コメント

New VS Code Extension Replaces Booleans with Toggles

sebastiancarlos.com
1 ポイント·投稿者 httbs·3 年前·1 コメント

[untitled]

8 ポイント·投稿者 httbs·3 年前·0 コメント

コメント

httbs
·一昨日·議論
Hug of dead. Backup here: https://sebastiancarlos.github.io/hacker-fables
httbs
·昨年·議論
Great read
httbs
·昨年·議論
I had a blast reading this, and had some great laughs. Thanks for sharing and making my morning!
httbs
·昨年·議論
Not particularly. Doing stuff with primes is just a common theme for sample functions.
httbs
·2 年前·議論
I draw the line at around 300 lines.
httbs
·3 年前·議論
Yes sorry, I just wanted to come to a place with some experts. I tried some other popular sites with little luck.

Anyway, that works, thanks!

So it seems that trapping SIGTSTP works, so long as the script is currently executing an asynchronous command that is followed by a "wait", at the time when the user presses Ctrl-z. Did I get it right? I need to read a bit on this topic.