Live data from Hacker News

Viewing profile — kailanb

kailanb

HN member
Joined
Thu, Feb 09, 2017, 12:10 AM UTC
HN karma
261
Public activity
35 items

About kailanb

developer relations at fastly / glitch

views, opinions, and comments are my own unless explicitly stated otherwise

kailan at enviark dot com

Recent public activity

  1. comment
    Comment #49090523

    Surely you've noticed that the vast majority of engineers are using LLM-powered tooling such as Claude Code to assist their development process nowadays. Adding a Markdown file to …

  2. story
    Google Trends email notifications ending from next month

    I just received this email from googletrends-noreply (AT) google.com --- Hello, We're writing to let you know about some upcoming changes to Google Trends subscriptions. As of 29 O…

  3. comment
    Comment #35698333

    They launched this with one of the most memorable TV adverts of all time, in my opinion: https://www.youtube.com/watch?v=YYEcZh2QtwA

  4. comment
    Comment #35698284

    Transport for London does the same. If you add your (real, CPAN) card number to the "Contactless and Oyster" web service, it will also add all of the DPANs you have tapped in with …

  5. comment
    Comment #34939398

    It’s called out later in the article.

  6. comment
    Comment #34400597

    it's back! worth noting that anyone can remix the project :) https://glitch.com/edit/#!/wobble-clock

  7. story
  8. comment
    Comment #32531580

    The team over at Swift Cloud are making it run on the edge. https://swift.cloud/

  9. story
  10. story
  11. comment
    Comment #31562471

    I recently discovered PocketSmith[0] which is not free nor open-source, but I have found it to be the easiest to keep up to date. It automatically pulls transactions from most bank…

  12. story
  13. comment
    Comment #31398584

    A nice write-up, however it looks to me that the Compute@Edge tests were being run on a free tier service (adding a credit card to Fastly account does not upgrade your service auto…

  14. comment
  15. comment
    Comment #31143115

    Mozilla are not the only ones doing this [0][1]. [0]: https://www.wigle.net/ [1]: https://support.google.com/maps/answer/1725632?hl=en-GB

  16. comment
    Comment #30766200

    Forgive me if I'm misunderstanding, but this looks like an end-user authentication system that you would implement in your own app rather than a corporate directory like Okta. Diff…

  17. story
  18. comment
    Comment #29467914

    Sorry, I was trying to clarify in my comment but failed to put it through clearly. When I say "We ran our own benchmark" I mean Fastly ran a benchmark on a Fastly Compute@Edge serv…

  19. comment
    Comment #29467571

    does the language that you use matter when the real goal is to serve a webpage to the end user in the shortest time possible?

  20. comment
    Comment #29467423

    To clarify, Fastly did not perform any benchmarks on Cloudflare's network. We ran our own benchmark, comparable to the one that Cloudflare ran on our platform, and compared those r…

  21. comment
    Comment #29466654

    Vicious attack? Or defending your place in the market?

  22. comment
    Comment #29466625

    It definitely comes down to the language — JavaScript is an interpreted language, which requires an engine. Rust is statically compiled and runs by itself.

  23. comment
    Comment #29311970

    For context see https://news.ycombinator.com/item?id=29288393

  24. story
  25. comment
    Comment #29288435

    An unfortunate comparison at the start there, considering that the "native" and recommended language for performance on Fastly Compute@Edge is Rust. JavaScript support is in beta. …