Live data from Hacker News

Viewing profile — _steady

_steady

HN member
Joined
Sun, Sep 08, 2019, 3:49 PM UTC
HN karma
65
Public activity
16 items

About _steady

No profile information was provided.

Recent public activity

  1. comment
    Comment #44187632

    this is a glib version of exactly what i agree with. a human doesn't do the maximal efficiency with the inputs its given, but has a high number of varied inputs that allow the mult…

  2. comment
    Comment #42505195

    oh wow that's a lot like a maximally extended penrose diagram

  3. comment
    Comment #40413710

    Really reminders me of the following phrase: "When the work is done, it is forgotten. That is why it lasts forever." - Tao Te Ching (Chapter 2)

  4. comment
    Comment #37941436

    It does say it only asks for your email (read) privileges tbf, but yeah I didn't bother either after that step.

  5. comment
    Comment #37447455

    And on this farm he had OCaml. Ei Eio.

  6. comment
    Comment #37381301

    I hate the title of this. the quotes do so much heavy lifting. I was hoping for a post about removing Svelte and embracing the simplicity of vanilla javascript. Nothing against sve…

  7. comment
    Comment #36596978

    Yes I could

  8. comment
    Comment #35571234

    https://heardledecades.com/ you're welcome!

  9. comment
    Comment #34654763

    Loads of chat about remembering logs etc, I was expecting to see more number theory here as it’s a really lovely and applicable part of maths. (As far as doing the calc, I thought …

  10. comment
    Comment #33627267

    IMO got is intuitive and easy to use therefore the title is subjective and incorrect. Please update to be less of an opinion.

  11. comment
    Comment #32840253

    Hey! love the thing. Quick suggestion to the README on the section "Relative navigating and moving" It looks like I have to press H <-, to move left - I am assuming that I can do e…

  12. comment
    Comment #32605471

    Curricula

  13. comment
    Comment #31364542

    As someone who doesn't like to watch videos, i'd have loved some text content on this or any page explaining the proposition

  14. comment
    Comment #30624700

    Water is 27x more thermally conductive than air, so standing in water burns 27x more calories than air of the same temperature. So, go cold water swimming! (Plenty of normal health…

  15. comment
  16. comment
    Comment #25849435

    nice site could do with taking out your console.logs ```export default function KeyChar(props: any) { console.log(props); return ( {`${props.keyChar}`} ); } ```