Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
divs1210
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
divs1210
4mo ago
Hi, Alex! Happy you find it cool! I will update the Clojure and core.async versions to latest. You're right I forgot to mention the JVM version in the benchmarks. I'll be running fresh benchmarks once the current task I'm wor
2.
▲
Show HN: CSP Benchmarks – Go vs. core.async (Clojure) vs. libgoc (C)
(github.com)
2 points
by
divs1210
5mo ago
|
3 comments
3.
▲
Show HN: Libgoc – Go-like CSP-style HTTP client/server library for C
(github.com)
1 points
by
divs1210
6mo ago
|
0 comments
4.
▲
Libgoc: A Go-style CSP concurrency runtime for C
(github.com)
3 points
by
divs1210
6mo ago
|
1 comments
5.
▲
by
divs1210
6mo ago
Libgoc is a Go-style CSP concurrency runtime for C: threadpools, stackful coroutines, channels, select, async I/O, and garbage collection in one coherent API.
6.
▲
by
divs1210
1y ago
I have a feeling that Half Life 3 will have groundbreaking AI NPCs.
7.
▲
by
divs1210
2y ago
Half Life is my favorite game franchise of all time. Played all the canon games and SO MANY mods. Still obsessed with it.
8.
▲
by
divs1210
2y ago
Neat project! By the way, to see a great example of how a modern game can be made using the classic Half Life engine, look at the fan made game Half Life: Echoes [1]. It actually looks pretty decent, and the gameplay is top notch. [1] http
9.
▲
by
divs1210
2y ago
Same as dynamically typed vs statically typed languages.
10.
▲
by
divs1210
2y ago
Easy to write bugs in unsafe languages like C / C++. Rust makes memory management explicit, hence eliminating those bugs. But it also shows how hard memory management actually is. Systems programming languages like this should be used
11.
▲
by
divs1210
2y ago
Pinewood Derby vibes
12.
▲
by
divs1210
2y ago
A person of culture, I see. Electric Monks were made for a reason. Surprisingly pertinent to the current discussion.
13.
▲
by
divs1210
2y ago
This discussion is seriously lacking in references to Koka language[0]. Koka is memory safe without using traditional GC, has effects, and is pretty cool over all. [0] https://koka-lang.github.io/koka/doc/index.htm
14.
▲
by
divs1210
2y ago
Particle spin explained: Imagine a ball that’s rotating, Except it’s not a ball, and It’s not rotating. (popular particle physics meme) From what I understand of QFT, the Universe is made of fields of different types, and a “fundamental par
15.
▲
by
divs1210
3y ago
Thanks for the explanation. That quote is extremely terse and would have taken a considerable amount of time to understand.
16.
▲
by
divs1210
3y ago
Yes! I have played with Shen before. IIRC the type checker is literally a Prolog.
17.
▲
by
divs1210
3y ago
commenting for future reference. that's a great quote.
18.
▲
by
divs1210
3y ago
The SEC chief is Gary Gensler who used to teach a Cryptocurrency course at Harvard...
19.
▲
by
divs1210
3y ago
what about linux?
20.
▲
by
divs1210
3y ago
Luminus has a successor called Kit.
21.
▲
by
divs1210
3y ago
Are you complaining he used a word you weren't familiar with?
22.
▲
by
divs1210
3y ago
> merely shining a light on the object would give it a nudge so you're saying you would change the outcome by measuring the system?
23.
▲
by
divs1210
3y ago
Hao Wu is an immunologist. I hope he isn't connected to Stanford's Nolan. LK-99 is weirdly connected to UFO lore, so I'd want to be cautious.
24.
▲
Impossible Quantum Drive Scheduled for “Do or Die” October Space Flight
(thedebrief.org)
4 points
by
divs1210
3y ago
|
1 comments
25.
▲
by
divs1210
3y ago
What balderdash.
26.
▲
by
divs1210
4y ago
I didn't know Java had a `function` keyword. That is TS, not Java. Not sure why the gp is calling it Java.
27.
▲
by
divs1210
4y ago
Good point! Maybe a future AI could generate machine code that could be "disasssembled" into higher level languages. Not sure if that would be better.
28.
▲
by
divs1210
4y ago
> No shared mutability. This is an unrealistic constraint; Hard disagree. It is impossible to safely use shared mutable state b/w parallel processes. See how DB isolation levels work - serializable is the only safe way to go if your
29.
▲
by
divs1210
4y ago
Without those lightweight processes that process messages sequentially from their inbox these behaviors won't give the same concurrency guarantees. I don't know why the author is turning this into a competition of whether process
30.
▲
by
divs1210
4y ago
Interesting. Why do you say so?
More ›