Live data from Hacker News

Viewing profile — who23

who23

HN member
Joined
Sun, Oct 04, 2020, 9:19 PM UTC
HN karma
4
Public activity
10 items

About who23

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #28024160

    looks like jetbrains mono?

  4. comment
    Comment #27524828

    Super fun! Is there a public repo for the code?

  5. story
  6. 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!

  7. 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…

  8. 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…

  9. 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.

  10. 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.