Viewing profile — kevinmcconnell
kevinmcconnell
HN member- Joined
- Mon, Nov 15, 2010, 1:34 AM UTC
- HN karma
- 313
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About kevinmcconnell
Recent public activity
-
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 …
-
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…
-
comment
Comment #29643493
Ah right, my mistake. I’m used to DATEDIFF on other platforms meaning the interval between two dates, and misread.
-
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…
-
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…
-
comment
Comment #29470340
Oh cool, that looks really interesting! I hadn't seen it before, but will definitely try it out. Thanks for sharing.
-
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.
-
comment
Comment #29460021
Ah yes, you're right! Thanks, I'll fix that.
-
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…
-
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…
-
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…
-
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. …
-
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
-
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…
- story
- story
-
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.
-
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…
-
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:/…
- story
- story
-
comment
Comment #29175349
Oops, link seems to have lost part of its path. Should be https://www.kevinwmcconnell.com/aws/faster-referer-service-c...
- story
- story
-
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…