Live data from Hacker News

Viewing profile — ishitatsuyuki

ishitatsuyuki

HN member
Joined
Fri, Dec 16, 2016, 4:19 AM UTC
HN karma
512
Public activity
83 items

About ishitatsuyuki

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38999703

    GCP patched a similar loophole [1] in 2023 presumably because some of their customers were abusing it. I'd expect AWS to do the same if this becomes widespread enough. [1]: https:/…

  3. comment
    Comment #38442919

    macOS has native password autofill which opens the Keychain experience to 3rd party password managers. Unfortunately browser support is limited to Safari (even though the API itsel…

  4. comment
    Comment #37143841

    Unfortunately, removal of PIIs also means less data/cues for hard-to-diagnose bugs (it can even range to CPU bugs like [1]). For Firefox, potentially PII-containing memory dumps ar…

  5. comment
    Comment #34802288

    IMHO, perf's decision to write whole stacks directly to the disk and unwinding them as a post-process is a really bad design. It wastes disk space, and as the author pointed out, i…

  6. comment
    Comment #33571676

    It is… not? It simply invokes the unwinder / exception handler, like _Unwind_RaiseException. For normal exceptions, no signals are involved. You can get an idea of what is executed…

  7. comment
    Comment #33530876

    Serif mentioned on Twitter that the decision is partly driven by the absence of upgrading pricing options in third party app stores. https://twitter.com/affinitybyserif/status/1590…

  8. story
  9. comment
    Comment #32079720

    Rellic [1] implements an algorithm that generates goto-free control flows (citation in README), which would be a significant improvement against what Ghidra/IDA generates currently…

  10. comment
    Comment #31964478

    > poor support for style libraries like tailwind Can't relate. Tailwind works fine with anything that supports PostCSS. I run it with Vite and there's zero issues. > the state mana…

  11. comment
    Comment #31081637

    This should be (2013).

  12. comment
    Comment #30701328

    Carbon is absolutely amazing. They are using a very flat style in pursuit of a modern corporate brand, just like a lot of other tech companies today, but the design also incorporat…

  13. comment
    Comment #30578853

    Funny that the subgrid example actually has a screenshot from a browser that doesn't support subgrid: https://github.com/GoogleChrome/web.dev/issues/7453 Well, that does say someth…

  14. comment
    Comment #29877430

    Author here. Your understanding is right, and I meant that old congestion control algorithms was only using the information of packet losses.

  15. comment
    Comment #29876140

    Input lag has nothing to do with network ping. Input lag is the time between you perform the action and the computer shows that on screen. It depends on your frame rate, refresh ra…

  16. story
  17. story
  18. story
  19. comment
    Comment #29160552

    I wondered what they have meant when they said "Provides especially clear text quality (via our text-specialized rendering methodology)". Looking at their README [1], it looks to b…

  20. comment
    Comment #28876277

    Vector graphics are much more complicated than raster images. They have to be drawn sequentially (to not mess up draw and blending order), mostly on CPU with the current software s…

  21. comment
    Comment #28800575

    Analog distortion of signals also affects the phase. A digital filter might or might not compensate for it, but it's not always bad. Also, human ears tend to be more sensitive to a…

  22. story
  23. comment
    Comment #28783629

    I don't get how they could get a chart that is so hilariously bad into a technical post. No numbers & no tick labels. It only shows that newer = better, which is pretty much obviou…

  24. comment
    Comment #28760298

    Short, clear, and pragmatic. This is the kind of post I'd love to see every day.

  25. comment
    Comment #27456934

    Things like infinite scroll and autoplay should come with an option to turn them off and I think that’s well presented. Those are kind of dark patterns after All. Though, Apple pro…