Viewing profile — kentor
kentor
HN member- Joined
- Sat, Jun 08, 2013, 8:05 PM UTC
- HN karma
- 466
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About kentor
Recent public activity
-
comment
Comment #41795339
The logo is not as cute, sad :(
-
comment
Comment #41388113
Just replaced Firebase with this in my personal notes app. Also removed redux along the way :) This is great!!
- comment
-
comment
Comment #33092287
chess.com's 72-page report[0] alluded to this video, and I'm glad this is what they had to say: "We have concluded that the methodology and the underlying tools used in those analy…
-
comment
Comment #33091636
He's a native speaker, just spent too much time around people with broken English recently.
-
comment
Comment #31917510
I was pleasantly surprised to find that they finally dogfood Fresh for https://deno.land/ Source can be found here https://github.com/denoland/dotland
-
comment
Comment #31308483
Video is cut off on mobile
-
comment
Comment #30077667
I've recently used Deno to implement a couple of bots for a small discord channel, namely webhook handlers for Discord Slash Commands and Twitch's EventSub. It's honestly been amaz…
- story
-
comment
Comment #27440083
Is there a way to play at 2x speed? Edit: Oh they're on the overcast app, which allows playing faster.
- story
-
comment
Comment #27231034
The 3b1b video was mind blowing. Link: https://www.youtube.com/watch?v=spUNpyF58BY
-
comment
Comment #27171658
Why hate JSX? There are lots of benefits to it, like debuggability and variable scoping rules are exactly those of javascript. Templating languages, on the otherhand, are not debug…
-
comment
Comment #27168312
That is just javascript trivia that one rarely encounters in real code, and shouldn't be used to dismiss the entire language.
-
comment
Comment #20236716
My view is you define methods with parameters, you call methods with arguments. `ArgumentError` is consistent with an error during call time.
-
comment
Comment #19884434
Mutable strings was a mistake.
-
comment
Comment #19531382
"const a = {}" disallows reassignment to "a" but still allows you to mutate the object e.g. "a.b = 1". The const context does not allow you to mutate the object.
-
comment
Comment #16346322
I wrote one for node: https://github.com/kentor/tiny-ssg No "configuration". All code. You have to assemble the libraries from npm to make anything useful out of it though. Good lu…
-
comment
Comment #15836114
Maybe if it weren't plural. You're way over thinking things.
- story
- story
-
comment
Comment #14983507
Still no support for 4 column panes :\
-
comment
Comment #14975610
Even a thin doctor who stays thin with a terrible diet?
-
comment
Comment #14971433
VSCodeVim is atrocious in handling multiple cursors amVim does it better, but is missing ; for repeating the last t or f command
-
comment
Comment #14907157
if you have yarn run yarn why crossenv to see if you have it in your dependency tree