Live data from Hacker News

Viewing profile — kentor

kentor

HN member
Joined
Sat, Jun 08, 2013, 8:05 PM UTC
HN karma
466
Public activity
118 items

About kentor

https://kentor.me/ https://github.com/kentor

Recent public activity

  1. comment
    Comment #41795339

    The logo is not as cute, sad :(

  2. comment
    Comment #41388113

    Just replaced Firebase with this in my personal notes app. Also removed redux along the way :) This is great!!

  3. comment
  4. 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…

  5. comment
    Comment #33091636

    He's a native speaker, just spent too much time around people with broken English recently.

  6. 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

  7. comment
    Comment #31308483

    Video is cut off on mobile

  8. 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…

  9. story
  10. comment
    Comment #27440083

    Is there a way to play at 2x speed? Edit: Oh they're on the overcast app, which allows playing faster.

  11. story
  12. comment
    Comment #27231034

    The 3b1b video was mind blowing. Link: https://www.youtube.com/watch?v=spUNpyF58BY

  13. 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…

  14. 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.

  15. 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.

  16. comment
    Comment #19884434

    Mutable strings was a mistake.

  17. 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.

  18. 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…

  19. comment
    Comment #15836114

    Maybe if it weren't plural. You're way over thinking things.

  20. story
  21. story
  22. comment
    Comment #14983507

    Still no support for 4 column panes :\

  23. comment
    Comment #14975610

    Even a thin doctor who stays thin with a terrible diet?

  24. 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

  25. comment
    Comment #14907157

    if you have yarn run yarn why crossenv to see if you have it in your dependency tree