Live data from Hacker News

Viewing profile — THBC

THBC

HN member
Joined
Tue, Jul 30, 2024, 6:37 AM UTC
HN karma
22
Public activity
15 items

About THBC

No profile information was provided.

Recent public activity

  1. comment
  2. 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 …

  3. comment
    Comment #41375892

    Holodeck is just around the corner

  4. comment
    Comment #41351783

    Probably written by a language model

  5. comment
    Comment #41345334

    Ah, configurable data loss.

  6. comment
    Comment #41314194

    M/S Local Minimum

  7. comment
    Comment #41280350

    Just make some of your relationship arrows longer by adding more dashes.

  8. comment
    Comment #41242592

    What? In JS async/await is _literally_ syntactic sugar for returning/thening promises.

  9. comment
    Comment #41240186

    const value1 = await task1(init); const value2 = await task2(value1);

  10. 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…

  11. comment
  12. 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 …

  13. 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…

  14. comment
    Comment #41113867

    This seems like an opaque supply chain attack waiting to happen.

  15. 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…