Live data from Hacker News

Viewing profile — kevinmcconnell

kevinmcconnell

HN member
Joined
Mon, Nov 15, 2010, 1:34 AM UTC
HN karma
313
Public activity
96 items

About kevinmcconnell

Kevin McConnell

Recent public activity

  1. comment
    Comment #30530004

    > The server rendered app will ALWAYS have to wait at least 1xRTT for every new render. The SPA does not. Not necessarily. I think you're conflating caching/fetching and rendering …

  2. comment
    Comment #30511657

    > so it breaks the pure function assumption right there There's no pure function assumption being broken here. React is a framework for rendering UI from state and coordinating upd…

  3. comment
    Comment #29643493

    Ah right, my mistake. I’m used to DATEDIFF on other platforms meaning the interval between two dates, and misread.

  4. comment
    Comment #29643321

    You can find the difference between dates by subtracting one from the other, the same way you’d find the difference between two numbers. That’s why there’s no need for a function t…

  5. comment
    Comment #29471906

    > It feels like a lot of these freelancing micro-entrepreneurship perspectives sort of ignore this aspect. It's hard to imagine people still doing it when they're 50. Why do you sa…

  6. comment
    Comment #29470340

    Oh cool, that looks really interesting! I hadn't seen it before, but will definitely try it out. Thanks for sharing.

  7. comment
    Comment #29470334

    > By the way, the link to the Spell Right extension actually links to the AsciiDoc extension. D'oh! :) Thanks! I've fixed it.

  8. comment
    Comment #29460021

    Ah yes, you're right! Thanks, I'll fix that.

  9. comment
    Comment #29444585

    I used Asciidoctor. It's mostly the default theme, but I tweaked a few things about it. If you're interested in the details, I wrote a blog post that goes into it a bit more: https…

  10. comment
    Comment #29442832

    I found usually they'd be on the order of a few hundred milliseconds. They tend to be quicker if you have more memory allocated to your function (because the additional CPU power h…

  11. comment
    Comment #29442706

    What I've started doing (and how I cover it in the book) is using the CDK to build and deploy the Lambda code. The `GoFunction`[0] construct handles building and deploying the code…

  12. comment
    Comment #29442631

    Thanks! And that's a good point about EFS, it's something I've found very useful too. I'm planning to add some updates to the book, so I'll put it on my list of things to include. …

  13. comment
    Comment #29441306

    I forgot URLs don't become links in the submission text, so here's a clickable one :) https://kevinmcconnell.gumroad.com/l/lambda-go-book/hn

  14. story
    Show HN: I wrote a book about using Lambda with Go

    Hi HN! During the last few years, I worked on a few applications built with Go, running on AWS Lambda. As I got to know the platform better, I started to find Go & Lambda to be a r…

  15. story
  16. story
  17. comment
    Comment #29344206

    I'm seeing that now too. Refreshing the page seems to make it load properly (for me, at least) so, while not ideal, at least there is a way to work around the problem.

  18. comment
    Comment #29340449

    Also, full disclosure (and shameless self-promotion;)), I have a deal listed in that collection. My book "Make the most of AWS Lambda with Go" is 50% off with this link: http://kev…

  19. comment
    Comment #29340431

    There's a collection of deals from indie makers, collected by Marie Ng, at https://indiemakerblackfri.glide.page/dl/d0a5f4/s/d0a5f4 And the Twitter thread where it started: https:/…

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

    Oops, link seems to have lost part of its path. Should be https://www.kevinwmcconnell.com/aws/faster-referer-service-c...

  23. story
  24. story
  25. comment
    Comment #29162920

    I think you could run this service on CloudFront Functions, if you didn't mind using a Refresh header instead of the meta tag. (CloudFront Functions can't generate body content, bu…