Viewing profile — THBC
THBC
HN member- Joined
- Tue, Jul 30, 2024, 6:37 AM UTC
- HN karma
- 22
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About THBC
No profile information was provided.
Recent public activity
-
comment
Comment #41431267
[dead]
-
comment
Comment #41384623
”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 …
-
comment
Comment #41375892
Holodeck is just around the corner
-
comment
Comment #41351783
Probably written by a language model
-
comment
Comment #41345334
Ah, configurable data loss.
-
comment
Comment #41314194
M/S Local Minimum
-
comment
Comment #41280350
Just make some of your relationship arrows longer by adding more dashes.
-
comment
Comment #41242592
What? In JS async/await is _literally_ syntactic sugar for returning/thening promises.
-
comment
Comment #41240186
const value1 = await task1(init); const value2 = await task2(value1);
-
comment
Comment #41240170
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 myPromis…
-
comment
Comment #41145238
[dead]
-
comment
Comment #41113964
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 …
-
comment
Comment #41113917
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 = Bi…
-
comment
Comment #41113867
This seems like an opaque supply chain attack waiting to happen.
-
comment
Comment #41106595
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. Thos…