Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
THBC
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
THBC
2y ago
”every pointer is simply adding a dimension to the data.” No, it’s not. The concept of having a pointer to a pointer has nothing to do with the concept of dimensionality. You must be thinking of lists of lists (of lists…), which can be impl
2.
▲
by
THBC
2y ago
Holodeck is just around the corner
3.
▲
by
THBC
2y ago
Probably written by a language model
4.
▲
by
THBC
2y ago
Ah, configurable data loss.
5.
▲
by
THBC
2y ago
M/S Local Minimum
6.
▲
by
THBC
2y ago
Just make some of your relationship arrows longer by adding more dashes.
7.
▲
by
THBC
2y ago
What? In JS async/await is _literally_ syntactic sugar for returning/thening promises.
8.
▲
by
THBC
2y ago
const value1 = await task1(init); const value2 = await task2(value1);
9.
▲
by
THBC
2y ago
That’s not ”raw Promise” syntax, that’s Thenable syntax. Compare with const myPromise = new Promise((resolve, reject) => resolve(”foo”)); Afterwards either try-catch await myPromise, or use myPromise.then().catch()
10.
▲
by
THBC
2y ago
It’s only the irreversible MAOIs that get a bad rap for being somewhat incompatible with certain foods and other medicines. These MAOIs are reversible, i.e. they will release from their substrate (the MAO enzymes) after some time. Irreversi
11.
▲
by
THBC
2y ago
Number is not semantically compatible with raw 64-bit integer, so you might as well wish for a native const counter = UInt64(42); The current state of the art is const counter = BigInt.asUintN(64, 42);
12.
▲
by
THBC
2y ago
This seems like an opaque supply chain attack waiting to happen.
13.
▲
by
THBC
2y ago
The Harmala family of alkaloids is indeed psychoactive. They are found not only in Ayahuasca ingredient Banisteriopsis caapi vine, but also in tobacco smoke and brewed coffee. Those are the two most common sources in the human diet. Right b