Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mary-ext
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
mary-ext
8mo ago
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 media, is there a reason why? the social media of
2.
▲
by
mary-ext
8mo ago
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.
▲
by
mary-ext
9mo ago
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 (which isn't entirely correct, as the team on
4.
▲
by
mary-ext
9mo ago
the industry hearsay is about concern of HDD load times tho
5.
▲
by
mary-ext
10mo ago
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 constructor the one problem I haven't understood is
6.
▲
by
mary-ext
1y ago
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 throw on proxy objects. Svelte has `$state.snapshot(
7.
▲
by
mary-ext
1y ago
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, it relies on prebaked resources.
8.
▲
by
mary-ext
1y ago
closing open source plugins? which?
9.
▲
by
mary-ext
1y ago
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/blob/596e023bc
10.
▲
by
mary-ext
1y ago
the solution is to avoid TypeScript eagerly validating the object's value type. eager validation breaks cyclic references.
11.
▲
by
mary-ext
1y ago
it seems worthwhile to only mention it as a sidenote rather than a negative score
12.
▲
by
mary-ext
1y ago
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
13.
▲
by
mary-ext
1y ago
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 to be treeshaken.
14.
▲
by
mary-ext
1y ago
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 justification for ITP all the more baffling
15.
▲
by
mary-ext
1y ago
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)
16.
▲
by
mary-ext
1y ago
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're meant to serve as placeholders.
17.
▲
by
mary-ext
1y ago
The animations makes it feel slow, the lack of any throttling/debouncing means that my input feels slow too.
18.
▲
by
mary-ext
1y ago
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
19.
▲
by
mary-ext
1y ago
A vulnerability can be high risk, a vague disclosure means that people can only assume the worst. Maybe don't vaguepost about vuln disclosures
20.
▲
by
mary-ext
1y ago
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.
21.
▲
by
mary-ext
1y ago
I don't really understand this viewpoint, Chrome does show your extensions
22.
▲
by
mary-ext
1y ago
gorhill spoke against these sorts of testing sites back in Oct 2022 https://twitter.com/gorhill/status/1583581072197312512
23.
▲
by
mary-ext
1y ago
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 v7+ smells like trouble.
24.
▲
by
mary-ext
1y ago
right, then the claim of this being caused by "AI companies" feels a lot more dubious because at least this time the perpetrator has just been this one customer on Alibaba Cloud, and we don't actually know what they're u
25.
▲
by
mary-ext
1y ago
honestly didn't know hr actually stood for that, huh
26.
▲
by
mary-ext
1y ago
I do wonder if it's a customer on Alibaba Cloud that's doing all this or if it's entirely Alibaba's own doing that's been wrecking havoc on everyone's sites (mine included) I don't really like blocking an
27.
▲
by
mary-ext
1y ago
To be fair, Bluesky hasn't done a great job advertising the fact that you can buy domains from them. It's not even promoted in the app, they only promoted it in a blog post and then never again. https://bsky.social/
28.
▲
by
mary-ext
2y ago
rather worried that it's going to go the same fate as ShareDrop ( https://github.com/ShareDropio/sharedrop ) and Snapdrop ( https://github.com/SnapDrop/snapdrop ) where they recently got taken ov
29.
▲
by
mary-ext
2y ago
See this issue talking about WireGuard and F-Droid. https://gitlab.com/fdroid/fdroiddata/-/issues/3110 OpenAPK here seems to be linking directly to official binary downloads, whereas F-Droid insists on b
30.
▲
by
mary-ext
2y ago
the decision to stick with WebKit for Linux is interesting, I haven't had a good time with WebKitGTK as it provides a subpar experience, so I wonder if Orion is going to be different in this regard
More ›