Viewing profile — stonecolddevin
stonecolddevin
HN member- Joined
- Fri, Dec 15, 2017, 10:11 PM UTC
- HN karma
- 13
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About stonecolddevin
Recent public activity
-
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.
- comment
-
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…
-
comment
Comment #35528866
I am the Walrus.
-
comment
Comment #35214073
Isn't this pretty much what JSON streaming does?
-
comment
Comment #34782233
I've been doing it for almost a year, am I missing something?
-
comment
Comment #32683864
I had no idea this had a name. Sure wish I'd have known this while I was in school.
-
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…
-
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.
-
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…
-
comment
Comment #16283975
I really wish C# had more battle tested linux usage. I really love that language.