HackerTrans
TopNewTrendsCommentsPastAskShowJobs

httbs

86 karmajoined 4 lata temu

Submissions

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

hacker-fables.onrender.com
4 points·by httbs·przedwczoraj·1 comments

The PowerShell Manifesto as Political Rhetoric

medium.com
2 points·by httbs·8 miesięcy temu·0 comments

[untitled]

1 points·by httbs·w zeszłym roku·0 comments

[untitled]

1 points·by httbs·w zeszłym roku·0 comments

Common Lisp in 2055 (Satire)

medium.com
5 points·by httbs·w zeszłym roku·0 comments

Proxy Alice: Predictive Messages for Concealed Communication

sebastiancarlos.com
1 points·by httbs·w zeszłym roku·0 comments

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

sebastiancarlos.com
76 points·by httbs·2 lata temu·20 comments

Timewarrior – CLI Time Tracker

timewarrior.net
3 points·by httbs·2 lata temu·0 comments

Taskwarrior – CLI Task Management

taskwarrior.org
173 points·by httbs·2 lata temu·70 comments

Webisde: Smalltalk IDE Implemented with React

github.com
2 points·by httbs·2 lata temu·0 comments

[untitled]

1 points·by httbs·3 lata temu·0 comments

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

5 points·by httbs·3 lata temu·8 comments

Ask HN: Is local website mirroring still relevant?

5 points·by httbs·3 lata temu·2 comments

[untitled]

1 points·by httbs·3 lata temu·0 comments

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

1 points·by httbs·3 lata temu·2 comments

Groff 1.23 (first release since 2018)

lists.gnu.org
2 points·by httbs·3 lata temu·0 comments

[untitled]

1 points·by httbs·3 lata temu·0 comments

Faster Sorting Algorithm Discovered by Speaking in Tongues

sebastiancarlos.com
1 points·by httbs·3 lata temu·1 comments

New VS Code Extension Replaces Booleans with Toggles

sebastiancarlos.com
1 points·by httbs·3 lata temu·1 comments

[untitled]

8 points·by httbs·3 lata temu·0 comments

comments

httbs
·przedwczoraj·discuss
Hug of dead. Backup here: https://sebastiancarlos.github.io/hacker-fables
httbs
·w zeszłym roku·discuss
Great read
httbs
·w zeszłym roku·discuss
I had a blast reading this, and had some great laughs. Thanks for sharing and making my morning!
httbs
·w zeszłym roku·discuss
Not particularly. Doing stuff with primes is just a common theme for sample functions.
httbs
·2 lata temu·discuss
I draw the line at around 300 lines.
httbs
·3 lata temu·discuss
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.