Live data from Hacker News

Viewing profile — joelfolksy

joelfolksy

HN member
Joined
Sat, Dec 22, 2018, 7:49 PM UTC
HN karma
109
Public activity
56 items

About joelfolksy

No profile information was provided.

Recent public activity

  1. comment
    Comment #37945139

    At least a few of us developers don't use c/c++...

  2. comment
    Comment #32632028

    I'm only an amateur, but I doubt there are string players that "learn" equal temperament. I have no idea how I would find 440 * (2^(1/12) ^ n) Hz, for any n not a multiple of 12, i…

  3. comment
    Comment #31201408

    I hear you. People keep saying Spanish is an easier language than English, but yesterday I pulled up an article written in Spanish and I couldn't even read the first word.

  4. comment
    Comment #29332937

    Is there a single statement about C# in this piece that isn't a complete falsehood?

  5. comment
    Comment #29332885

    Why do you much prefer func changeName(p *Person) { p.firstName = "Bob" } to void changeName(ref Person p) { p.firstName = "Bob"; } ?

  6. comment
    Comment #29332717

    Yep. His claims about C# are so egregiously wrong that the entire piece can safely be dismissed.

  7. comment
    Comment #29229892

    I had the same problem with Go. For years I couldn't figure out what I was doing to offend people.

  8. comment
    Comment #28295570

    "( avx, Intrinsics, etc ... )" I have to give you credit for trying to apply the Rule of Three to a single criticism. Of course, I don't really understand how the fact that someone…

  9. comment
    Comment #27762129

    Is this a parody? Most of the Go players I've met are thoughtful and well-adjusted - they don't resemble this stereotype at all.

  10. comment
    Comment #27663599

    Why are you using "American milk chocolate" as a synonym for "Hershey's"?

  11. comment
    Comment #27663528

    ""Paella" in the US (and much of non-mediterranean Europe) generally implies shellfish." Interested in how you came to that conclusion. All of the restaurants near me that serve pa…

  12. comment
    Comment #27663391

    "The proof that JS is actually pretty good is that it has been used to build so many things." [French Narrator] 5 minutes later... "I'm not using popularity as the metric."

  13. comment
    Comment #27394147

    Math classes are taught by the Math department.

  14. comment
    Comment #27052448

    Sigh. Yes, tell us more about why the style you've written 3-4 orders of magnitude more code in is inherently simpler/clearer.

  15. comment
    Comment #27052176

    This argument doesn't really have any content, because people who advocate for programming with higher order functions would not agree that such code is more clever; in fact, they …

  16. comment
    Comment #26998006

    True. Of course, that only scratches the surface of why it's a terrible job. In many locales, policies that cover commercial driving are prohibitively expensive, and the majority o…

  17. comment
    Comment #26793973

    Suicides decreased in 2020, btw: https://www.axios.com/suicide-decreased-in-2020-pandemmic-me... .

  18. comment
    Comment #26676088

    I can't help but think that if we all had that mindset, we'd still be programming in assembly. People who don't care enough to criticize the status quo don't put forth the effort n…

  19. comment
    Comment #26676046

    Indeed. Ironically, the only reason we're in a thread talking about Go is years of "Go is so much simpler than language X" propaganda, without which it would have never gained such…

  20. comment
    Comment #26622486

    It seems like there are basically two types of programmers: those that think that programming languages are "done," and those that disagree. To the former type, any modern language…

  21. comment
    Comment #26556013

    What a great quote. Next time my wife criticizes me, I'm going to say, "Babe, there are only two kinds of men: the ones their spouses complain about and the ones that aren't marrie…

  22. comment
    Comment #26226531

    Since simpler languages are easier to work with, let's just remove goroutines and channels from Go. Then all these problems will just go away.

  23. comment
    Comment #26226163

    "A simple language is easier to read." "A simple language builds simple software". It's become a cliche to bring up brainfuck here, but it really is a direct refutation of these id…

  24. comment
    Comment #23285142

    What would you all recommend for someone who just wants to maximize the performance of his IDE (.NET in Visual Studio)? I get that going 3900X will give me the fastest compile time…

  25. comment
    Comment #22712609

    Do you find it easier to read or to understand ? I find Brainfuck code incredibly easy to read (there are only eight characters/commands in the language!) but almost impossible to …