Live data from Hacker News

Viewing profile — pizzeriafrida

pizzeriafrida

HN member
Joined
Tue, Apr 06, 2021, 4:41 PM UTC
HN karma
72
Public activity
14 items

About pizzeriafrida

No profile information was provided.

Recent public activity

  1. comment
    Comment #29800449

    I wouldn't say those doses are micro. 25mg of psilocybin is equivalent to almost 3 grams of mushrooms.

  2. comment
    Comment #29257888

    I feel the same way, but also understand what folks are saying in the replies to this, but I'm more coming at it from an API standpoint preferring something like https://github.com…

  3. comment
    Comment #29176668

    Translating a dose in mg to the equivalent amount of dried mushrooms you would likely come across recreationally is quite difficult, but I believe 25mg equates to something like 4-…

  4. comment
    Comment #29176533

    There was a great interview between Peter Attia and David Nutt on the research and effectiveness of psychedelics on various disorders https://peterattiamd.com/davidnutt/ He touches…

  5. comment
    Comment #28632003

    This is where I'm at with it. "Develop apps like you do now, with a centralized app db, but now the app db (in the browser, most likely a giant Map) is an actual database with a so…

  6. comment
    Comment #28631986

    It does seem a bit convoluted after going through it a couple of times, but I'm down to try it if my reagent React interop still works, e.g. `[:> MyJsComponent {...}]`. I would say…

  7. comment
    Comment #27106391

    I had a great time pairing with a few individuals from my past, and I'd describe the sessions as playing a coop game with friends. It was fun to team up and figure out a problem an…

  8. comment
    Comment #27031932

    > use of Hooks, which are well-known not to be the best solution to the problem of state management within React. I swear the introduction of Hooks threw such a monkey wrench into …

  9. comment
    Comment #26732193

    core.async is great, but admittedly I haven't needed to reach for it on the client (when building SPAs). I'm not sure if it's because re-frame is the focus for event driven workflo…

  10. comment
    Comment #26714589

    Since this thread/Clojurescript is getting some love I'd like to express something to a hopefully receptive audience: There was a point where Clojurescript and Javascript sort of w…

  11. comment
    Comment #26714414

    I just saw the original developer is now focusing on a fork of ocaml's bucklescript so I'm not sure how much more work it's going to have.

  12. comment
    Comment #26714380

    Yea it's funny how much is in there, between it and the Clojure standard library you basically don't need to go searching for third party libraries. I needed a debounce the other w…

  13. comment
    Comment #26714305

    Absolutely, shadow-cljs is all you need, it's not coupled to the Clojure ecosystem, it uses NPM. I'm actually working on a project that uses clojurscript on the backend which is ju…

  14. comment
    Comment #26714272

    The question is funny because on the the list of advantages that Clojurescript offers the syntax / language is quite low on the list imo. Clojurescript has the best client-side bui…