Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stonecolddevin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
stonecolddevin
2y ago
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.
▲
by
stonecolddevin
2y ago
Ok
3.
▲
by
stonecolddevin
3y ago
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 to it.
4.
▲
by
stonecolddevin
3y ago
I am the Walrus.
5.
▲
by
stonecolddevin
4y ago
Isn't this pretty much what JSON streaming does?
6.
▲
by
stonecolddevin
4y ago
I've been doing it for almost a year, am I missing something?
7.
▲
by
stonecolddevin
4y ago
I had no idea this had a name. Sure wish I'd have known this while I was in school.
8.
▲
by
stonecolddevin
4y ago
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 diving into Scala is its own can of worms.
9.
▲
by
stonecolddevin
5y ago
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.
▲
by
stonecolddevin
7y ago
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 find the original talk for some
11.
▲
by
stonecolddevin
9y ago
I really wish C# had more battle tested linux usage. I really love that language.