Viewing profile — _steady
_steady
HN member- Joined
- Sun, Sep 08, 2019, 3:49 PM UTC
- HN karma
- 65
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About _steady
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #42505195
oh wow that's a lot like a maximally extended penrose diagram
-
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)
-
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.
-
comment
Comment #37447455
And on this farm he had OCaml. Ei Eio.
-
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…
-
comment
Comment #36596978
Yes I could
-
comment
Comment #35571234
https://heardledecades.com/ you're welcome!
-
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 …
-
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.
-
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…
-
comment
Comment #32605471
Curricula
-
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
-
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…
- comment
-
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}`} ); } ```