HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kailanb

no profile record

投稿

Google Trends email notifications ending from next month

2 ポイント·投稿者 kailanb·2 年前·1 コメント

Microsoft subdomain takeover

cseo-coherence.microsoft.com
271 ポイント·投稿者 kailanb·4 年前·66 コメント

Identifying ad fraud on Twitter [thread]

twitter.com
3 ポイント·投稿者 kailanb·4 年前·0 コメント

The next frontier after remote work is async

levels.io
4 ポイント·投稿者 kailanb·4 年前·0 コメント

Cloudflare publishes flawed competitor benchmarks, again

twitter.com
2 ポイント·投稿者 kailanb·4 年前·0 コメント

Atlassian drops native Jira app for macOS, upsetting users

community.atlassian.com
5 ポイント·投稿者 kailanb·4 年前·2 コメント

Cloudflare publishes flawed competitor benchmarks

twitter.com
25 ポイント·投稿者 kailanb·5 年前·3 コメント

Security researcher penalised $3750 by Facebook for verifying vulnerability

philippeharewood.com
46 ポイント·投稿者 kailanb·5 年前·3 コメント

コメント

kailanb
·3 年前·議論
They launched this with one of the most memorable TV adverts of all time, in my opinion: https://www.youtube.com/watch?v=YYEcZh2QtwA
kailanb
·3 年前·議論
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 on their network as separate cards.
kailanb
·3 年前·議論
It’s called out later in the article.
kailanb
·3 年前·議論
it's back!

worth noting that anyone can remix the project :) https://glitch.com/edit/#!/wobble-clock
kailanb
·4 年前·議論
The team over at Swift Cloud are making it run on the edge.

https://swift.cloud/
kailanb
·4 年前·議論
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 banks and credit providers, which I've been unable to replicate with other solutions.

[0]: https://www.pocketsmith.com/
kailanb
·4 年前·議論
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 automatically, I know because I work at Fastly).

I'd love to see results from the same tests run on the full version of the platform.
kailanb
·4 年前·議論
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
kailanb
·4 年前·議論
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. Different use cases.
kailanb
·5 年前·議論
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 service.
kailanb
·5 年前·議論
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?
kailanb
·5 年前·議論
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 results to the ones that Cloudflare published as part of the original blog post.

The Cloudflare terms prohibit benchmarking without their explicit permission.
kailanb
·5 年前·議論
Vicious attack? Or defending your place in the market?
kailanb
·5 年前·議論
It definitely comes down to the language — JavaScript is an interpreted language, which requires an engine. Rust is statically compiled and runs by itself.
kailanb
·5 年前·議論
For context see https://news.ycombinator.com/item?id=29288393
kailanb
·5 年前·議論
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.

Try the experiment again with a Rust service compiled to WebAssembly and I'm sure the results will speak for themselves.
kailanb
·5 年前·議論
I am a big fan of Fig. Some of my favourite specs are `docker` and `git`. No longer do I need to list containers or commits before performing an action, the autocomplete provides all of these values for me.

I'm excited to see more command-line tools provide metadata about commands close to the source code. Our CLI at Fastly provides JSON output in the help command, so it was really easy to generate a Fig spec automatically: https://github.com/kailan/figly