Viewing profile — kailanb
kailanb
HN member- Joined
- Thu, Feb 09, 2017, 12:10 AM UTC
- HN karma
- 261
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About kailanb
views, opinions, and comments are my own unless explicitly stated otherwise
kailan at enviark dot com
Recent public activity
-
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 …
-
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…
-
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
-
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 …
-
comment
Comment #34939398
It’s called out later in the article.
-
comment
Comment #34400597
it's back! worth noting that anyone can remix the project :) https://glitch.com/edit/#!/wobble-clock
- story
-
comment
Comment #32531580
The team over at Swift Cloud are making it run on the edge. https://swift.cloud/
- story
- story
-
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…
- story
-
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…
- comment
-
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
-
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…
- story
-
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…
-
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?
-
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…
-
comment
Comment #29466654
Vicious attack? Or defending your place in the market?
-
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.
-
comment
Comment #29311970
For context see https://news.ycombinator.com/item?id=29288393
- story
-
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. …