Live data from Hacker News

Viewing profile — mary-ext

mary-ext

HN member
Joined
Sat, Dec 07, 2024, 11:37 PM UTC
HN karma
63
Public activity
41 items

About mary-ext

No profile information was provided.

Recent public activity

  1. comment
    Comment #46776768

    I've noticed that there's a decent amount of people who had benefitted having access to computer and internet really early on that seemed to be pro on banning teen access to social…

  2. comment
    Comment #46582558

    Solid.js and Vue uses these sorts of tricks to shave the amount of bytes from the HTML templates they generate https://github.com/vuejs/core/commit/30dbdc101a48d747b56bcdd...

  3. comment
    Comment #46259638

    are we not reading the same post and comments? the "industry hearsay" from two replies above mine is about deliberate data duplication to account for the spinning platters in HDD (…

  4. comment
    Comment #46231016

    the industry hearsay is about concern of HDD load times tho

  5. comment
    Comment #46144003

    not `__proto__` but likely `constructor`, if you access `({}).constructor` you'd get the Object constructor, then if you access `.constructor` on that you'd get the Function constr…

  6. comment
    Comment #44808885

    also depends on the codebase, if you use frameworks with deep reactivity like Vue, you can't do structuredClone without toRaw (which only works if the object is shallow) as it'd th…

  7. comment
    Comment #44796988

    that said, gorhill has made a decent effort on making most uBlock/Adguard filter rules work within dNR. the only problem is that you just don't have any choice for custom filters, …

  8. comment
  9. comment
    Comment #44424335

    closing open source plugins? which?

  10. comment
    Comment #44070152

    Zod's source code is a bit unwieldy to explain what's going on I feel, so here's a small validation library I wrote that uses the same principle https://github.com/mary-ext/atcute/…

  11. comment
    Comment #44070145

    the solution is to avoid TypeScript eagerly validating the object's value type. eager validation breaks cyclic references.

  12. comment
    Comment #43992205

    it seems worthwhile to only mention it as a sidenote rather than a negative score

  13. comment
  14. comment
    Comment #43668615

    I do wonder if it might have fixed the type complexity issue that has prevented me from exporting Zod schemas from a library, but I suppose I could try finding this out later

  15. comment
    Comment #43668456

    This is awesome, bundle size has been my number one issue preventing me from trying out Zod as v3 shipped with validations that were unnecessary for frontend use but weren't able t…

  16. comment
    Comment #43576756

    I've commented this before, but does this grant an exemption from the automatic purging that ITP does? the wording makes it seem like it does but that just makes their justificatio…

  17. comment
    Comment #43566683

    Never go for ccTLDs for anything critical, since you're practically at the whims of the government controlling it (see: .af ccTLD that the Taliban took over)

  18. comment
    Comment #43566587

    That's pretty much an issue with every LQIP solutions though, including BlurHash and ThumbHash. The only thing that matters is that it's close enough to the real thing, since they'…

  19. comment
    Comment #43543526

    The animations makes it feel slow, the lack of any throttling/debouncing means that my input feels slow too.

  20. comment
    Comment #43505062

    does this grant an exemption from the automatic purging that ITP does? the wording makes it seem like it does but that just makes their justification for ITP all the more baffling

  21. comment
    Comment #43490295

    A vulnerability can be high risk, a vague disclosure means that people can only assume the worst. Maybe don't vaguepost about vuln disclosures

  22. comment
    Comment #43487140

    I don't really understand what this is for then if it doesn't spawn in a minimal frame. This is somehow worse than just having a shortcut to open the app in a regular browser tab.

  23. comment
    Comment #43487040

    I don't really understand this viewpoint, Chrome does show your extensions

  24. comment
    Comment #43456228

    gorhill spoke against these sorts of testing sites back in Oct 2022 https://twitter.com/gorhill/status/1583581072197312512

  25. comment
    Comment #43456177

    I've decided that if I ever had a need to write React apps I would stick to react-router 6.0.0 specifically. I think they did good with v6 despite drastically changing it, but the …