Viewing profile — greybrunix
greybrunix
HN member- Joined
- Thu, Jan 18, 2024, 12:57 AM UTC
- HN karma
- 7
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About greybrunix
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.