Live data from Hacker News

Viewing profile — iamakulov

iamakulov

HN member
Joined
Wed, Nov 23, 2016, 7:41 AM UTC
HN karma
251
Public activity
37 items

About iamakulov

React / web performance engineer. Currently, a Staff Performance Engineer at Framer. Previously, a solo web perf consultant (Google, Restream, Toggl, etc). https://twitter.com/iamakulov

Recent public activity

  1. comment
    Comment #36685917

    > It also seems to be a metric that is very easily gamed. Fun fact: the current JS-specific metric (which is being fazed out) is First Input Delay, and it was explicitly designed t…

  2. comment
    Comment #36685799

    Isn’t that tweet talking about 2.4s for Largest Contentful Paint? It mentions 0.9 for FCP being fast, which I agree is pretty reasonable.

  3. comment
    Comment #36685676

    This is correct (source: working in web perf for 5 years). INP is the time between you click/press a key/etc and the moment the next paint happens. It’s only measured for on-page i…

  4. comment
    Comment #36544980

    Bun’s blog post doesn’t explicitly mention Deno’s “CommonJS is hurting JavaScript” post, but it feels like a response to that. Deno discussion: https://news.ycombinator.com/item?id…

  5. story
  6. comment
    Comment #36204853

    Relevant thread, for those who’re curious: https://bugs.chromium.org/p/chromium/issues/detail?id=117805...

  7. comment
    Comment #36204793

    Not really. AFAIK (correct me if I’m wrong!) first-party and third-party codecs in media players are kinda equal: you load a file, and the media player picks which codec to delegat…

  8. story
  9. comment
    Comment #33883447

    Hey HackerNews! This fall, I was lucky to help Causal (a web spreadsheet for forecasting) with speeding up their frontend app. Here are some of my favorite findings: - Turns out wh…

  10. story
  11. comment
    Comment #33656498

    Modern Yarn supports `yarn patch`: https://yarnpkg.com/cli/patch . For Yarn 1.x and npm, I’ve used https://www.npmjs.com/package/patch-package which also works well.

  12. comment
    Comment #33656190

    (Co)author here - happy to answer any questions :) - This was a v fun (and challenging, due to Causal's scale!) project to do - Most optimizations we’ve implemented were (very effe…

  13. story
  14. comment
    Comment #23338915

    Hey Hacker News! I’m a long-time user of Notion (an advanced note-taking app). Notion’s web app has been quite slow for me, so I decided to reverse-engineer it and see why. Here’s …

  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #19409360

    So, a couple months ago, I discovered a way to make a text that uses Google Fonts render faster. In slow connections, that might give a boost of 1-3 seconds. Recently, I released t…

  21. story
  22. comment
    Comment #19220529

    So, a few weeks ago, I discovered a way to make a text that uses Google Fonts render faster. In slow connections, that might give a boost of 1-3 seconds. Some backstory: * When you…

  23. story
  24. comment
    Comment #18344630

    Hey, I’m the author or the article. Kudos for the great work, really like the new site!

  25. comment
    Comment #18332753

    So, in summer, I gave an introductory talk into web performance. This is its textual version :) The talk includes 94 slides with text about: — why web performance matters — how to …