Live data from Hacker News

Viewing profile — fjwufjfa

fjwufjfa

HN member
Joined
Thu, May 08, 2025, 7:30 PM UTC
HN karma
6
Public activity
2 items

About fjwufjfa

No profile information was provided.

Recent public activity

  1. comment
    Comment #43968597

    It's easier to reason in FP plus the python paradox [1] [2]. [1]: https://www.paulgraham.com/pypar.html [2]: https://blog.janestreet.com/why-ocaml/

  2. comment
    Comment #43946513

    > try (BufferedReader reader = new BufferedReader (new FileReader (filePath) )){ won't FileReader leak if the BufferedReader constructor throws?