Live data from Hacker News

Viewing profile — greybrunix

greybrunix

HN member
Joined
Thu, Jan 18, 2024, 12:57 AM UTC
HN karma
7
Public activity
3 items

About greybrunix

No profile information was provided.

Recent public activity

  1. comment
    Comment #39345110

    I can't help but agree with this post. In fact, my university makes it a standard to teach Functional Programming via Haskell, it makes sense. The trend in programming language des…

  2. comment
    Comment #39344996

    One thing I cannot live without: The Emacs-like Scratch buffer. it's quite simple to do in vimscript: function Newscratch() execute 'tabnew ' setlocal buftype=nofile setlocal bufhi…

  3. comment
    Comment #39087990

    I think the point is that a socket is doing both reading and writing using the same file descriptor, which is counterintuitive.