Viewing profile — tunetheweb
tunetheweb
HN member- Joined
- Mon, Mar 26, 2018, 5:13 PM UTC
- HN karma
- 89
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About tunetheweb
No profile information was provided.
Recent public activity
-
comment
Comment #41529673
Site owner here! Even if it did take that long, browsers are clever enough not to wait until all the HTML is fetched as HTML can be processed in a streaming fashion. You can see he…
- story
-
comment
Comment #32987785
2022 edition of the Web Almanac (HTTP Archive’s annual state of the web report) has just been released.
- story
-
comment
Comment #28782176
https://github.com/dense-analysis/ale/pull/3927
-
comment
Comment #28779538
Seems like a good thing to check for! So we added a rule for this: https://github.com/sqlfluff/sqlfluff/pull/1527 Including autofixing if wanted. Will be in the next release.
-
comment
Comment #28776289
There already is a VS Code extension for this: https://marketplace.visualstudio.com/items?itemName=dorzey.v... https://github.com/sqlfluff/vscode-sqlfluff
-
comment
Comment #28775694
Looks like we didn't support SETOF. Added this here: https://github.com/sqlfluff/sqlfluff/pull/1522 Demonstrating how easy it is to add this sort of thing to the project thanks to …
- story
- story
-
comment
Comment #22396714
They’ve been proposed!: https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-dat... You can already do this with JavaScript now: https://developer.mozilla.org/en-US/docs/Web/AP…
-
comment
Comment #22396224
From the post: “That leads nicely into the privacy implications of using third-party CDNs. You have no idea what sort of tracking they are doing to your users by using them, rather…
-
comment
Comment #22110007
Is any site using this? It requires a special certificate and signing your content (which admittedly Cloudflare will take care of for you) but even then it’s only for Chrome and Fi…
- story
- story
- story
-
comment
Comment #19713958
> But why is CSP harder to test than any other client-side change, like rewriting your login page/component? Maybe not so much now. But when I wrote that post there were lots of bu…
-
comment
Comment #19712115
Yeah I was trying to figure out what to do with that one. In the end I “corrected” it as suggested but could have gone either way depending whether Manning is a singular company or…
-
comment
Comment #19710966
OP here and I disagree. Implementing a CSP for a page is hard (given the many different browsers), implementing it for a site is really hard! And yes it does pretty much need to be…
-
comment
Comment #19710944
As others have pointed out, this post is from 2015 and a lot has changed since then. I've added an updated section at the end, to clarify my thoughts since then (mostly unchanged t…
-
comment
Comment #19710804
Thanks fixed. This is why I need editors :-)
- story