Viewing profile — who23
who23
HN member- Joined
- Sun, Oct 04, 2020, 9:19 PM UTC
- HN karma
- 4
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About who23
No profile information was provided.
Recent public activity
-
comment
Comment #33249003
For clarity, the author did say in another comment that for Windows they plan to implement system API calls to watch files instead of manually scanning the filesystem. For macOS an…
-
comment
Comment #28024176
after a little digging it looks like a custom font called 'Simple Console', though it's not available anywhere I can find other than through the website (which states it's licensed…
-
comment
Comment #28024160
looks like jetbrains mono?
-
comment
Comment #27524828
Super fun! Is there a public repo for the code?
- story
-
comment
Comment #25312638
Hey I'm the author - I did not know about this! I suppose I should have guessed somebody made a shell script linter at some point though. Very useful!
-
comment
Comment #25312612
Hey I'm the author. Yes, as far as I know it's just sugar for opening a socket, and there's almost never a file that exists. To treat it as a file, you need to assign a file descri…
-
comment
Comment #25312595
Hey I'm the author. Yeah, I stumbled on this while doing a little research into zsh socket capabilities, but I decided to exclude it because the post was more about network sockets…
-
comment
Comment #25312579
Hey I'm the author. Bash treats 0 exit codes as a success, so the "server up" echo runs if the connection is made.
-
comment
Comment #25312570
Hi I'm the author! Yes, I wrote this code quite quickly and when I originally posted this on reddit someone pointed out my mistake. The more you know, I suppose.