Viewing profile — sloonz
sloonz
HN member- Joined
- Mon, Mar 26, 2018, 9:45 AM UTC
- HN karma
- 6
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About sloonz
No profile information was provided.
Recent public activity
-
comment
Comment #32910574
> so what harm is there in one codepoint no one will ever need? Fonts bloat (do you want a font with 1 million characters in it ? I don’t. Do you want to have to install 1000 fonts…
-
comment
Comment #21743244
The dot one line above is the better style. Change my mind. Pasting check() .then() in node REPL gives : > check() undefined > .then() Invalid REPL keyword Pasting check(). then() …
-
comment
Comment #21743124
check() .then(result => { if (result) { // set state to finished } check() .then(result => { if (result) { // set state to finished } check() .then(result => { if (result) { // set…
- comment
-
comment
Comment #16882934
> 3. People star it > 4. It has traction ie >10k downloads preferably >50k Why ? Your home-made code probably don't check those boxes.
- story