Live data from Hacker News

Viewing profile — stonecolddevin

stonecolddevin

HN member
Joined
Fri, Dec 15, 2017, 10:11 PM UTC
HN karma
13
Public activity
11 items

About stonecolddevin

hello.

Recent public activity

  1. comment
    Comment #40486577

    this is fine when you're a junior learning but it's asking to get shit dumped on you later on. I think it's a good idea to pick a lane later on in your career and settle into it.

  2. comment
  3. comment
    Comment #39531935

    Testcontainers is great. It's got seamless junit integration and really Just Works. I've never once had to even think about any of the docker aspects of it. There's really not much…

  4. comment
    Comment #35528866

    I am the Walrus.

  5. comment
    Comment #35214073

    Isn't this pretty much what JSON streaming does?

  6. comment
    Comment #34782233

    I've been doing it for almost a year, am I missing something?

  7. comment
    Comment #32683864

    I had no idea this had a name. Sure wish I'd have known this while I was in school.

  8. comment
    Comment #31842190

    I personally almost always use loops (in Java) unless I know the dataset being dealt with is small, unless I'm writing stuff in Scala where maps and flatMaps are first class, but d…

  9. comment
    Comment #28374692

    They're hyperbolic and don't actually give you any useful information on why they're "harmful" or what's wrong with the subject being discussed.

  10. comment
    Comment #20035632

    If you're using Postgres, you can use recursive queries using common table expressions. Disqus implemented this sort of thing 10 years ago: https://pastebin.com/Fe2twMRr (I can't f…

  11. comment
    Comment #16283975

    I really wish C# had more battle tested linux usage. I really love that language.