Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
whiteros_e
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
How GLM built its own inference infrastructure
(z.ai)
399 points
by
whiteros_e
1d ago
|
277 comments
2.
▲
Migrating a Redis Cluster Across Clouds Without Chaos
(charanvasu.com)
1 points
by
whiteros_e
13d ago
|
0 comments
3.
▲
by
whiteros_e
3mo ago
the diagrams look better than what I would draw myself
4.
▲
Rust zero-cost abstractions vs. SIMD
(turbopuffer.com)
2 points
by
whiteros_e
7mo ago
|
0 comments
5.
▲
Replacing Protobuf with Rust
(pgdog.dev)
183 points
by
whiteros_e
8mo ago
|
129 comments
6.
▲
by
whiteros_e
9mo ago
it is indeed a great teacher but there are times where it hallucinates and sticks to the hallucinated content even after several iteration unless human in the loop breaks it. i've wasted hours believing what LLM hallucinated. my learni
7.
▲
Go-Prequel: POC for Google's prequel load balancer
(uds5501.github.io)
1 points
by
whiteros_e
2y ago
|
0 comments
8.
▲
by
whiteros_e
2y ago
I've read somewhere that because of these getter setter patterns, JVM authors had to optimise their JIT to detect and inline those. Related discussion on SO: https://stackoverflow.com/questions/37109924/if-get
9.
▲
by
whiteros_e
2y ago
Dynamic classes cannot be GC'd without the classloader being dereferenced. In this case, if eval used an existing classloader we would end up exhausting metaspace and leading to MaxPermGen exception. Initial Clojure implementation was
10.
▲
Debugging a memory leak in a Clojure service
(charanvasu.com)
73 points
by
whiteros_e
2y ago
|
21 comments
11.
▲
by
whiteros_e
2y ago
The platform was written in Clojure from ground up since the team was small and rest of the company was using Clojure mostly in combination of Java. Now most of the company moved out of Clojure for various reasons but they didn't try t
12.
▲
by
whiteros_e
2y ago
What did you replace it with?
13.
▲
by
whiteros_e
2y ago
Lack of documentation around performance related stuff and high memory usage because of immutable data structure. Otherwise it's great. I try to do it in my free time since most of the clojure services are stable(in terms of features)
14.
▲
by
whiteros_e
2y ago
Not convincing. We are fighting it, so wondering if there is anyone who tried all the options but gave up at the end eventually.
15.
▲
Ask HN: Are there any companies that moved away from Clojure?
11 points
by
whiteros_e
2y ago
|
14 comments