Viewing profile — jaffathecake
jaffathecake
HN member- Joined
- Wed, Jul 08, 2009, 3:46 PM UTC
- HN karma
- 2,726
- Public activity
- 432 items
- HN profile
- View on Hacker News ↗
About jaffathecake
No profile information was provided.
Recent public activity
-
comment
Comment #49241314
The solution in the post is 4 lines: (bold icon) Bold (⌘B) Only one of those lines is the tooltip element. If you're comparing to the title attribute, it's one additional line, and…
-
comment
Comment #49241269
Unstylable, incorrect semantics, doesn't appear on hover, only supports text content.
-
comment
Comment #49241250
Thank you! I switched from Prism to https://shiki.style/ recently to enable that, and allow VSCode-style wrapping (where it wraps to the indent, rather than the start of the line).…
- story
-
comment
Comment #48630256
> So websites can now nag users to allow access to the root of their local disk No, Chrome doesn't allow this. Here's a simple demo: https://output.jsbin.com/kekekac/quiet - note t…
-
comment
Comment #47972131
> The user agent is the proper channel for the agency Jake is seeking here. Theres nothing preventing the user & their user agent from negotiating what model they use. This isn't h…
-
comment
Comment #47963401
Yes! It might lie or hallucinate. But also, all browsers claim to be "Mozilla/5.0" in their user agent string. It's a very similar problem.
-
comment
Comment #47963360
It's fun that I get to be called both "anti-AI" and an "AI shill" by people on the internet depending on the day of the week.
-
comment
Comment #47963246
Thank you for posting this. On interoperability, time will tell I guess. I've only been working on Firefox for a few months, but general interop issues are way worse than I realise…
-
comment
Comment #47961125
Aww thanks for saying that! I've been doing little videos on https://www.youtube.com/@FirefoxWebDevs (and accounts of the same name, pretty much everywhere). Although they're desig…
-
comment
Comment #47960876
Agreed. Maybe Google will propose a CSS text formatting property that cannot be used on paragraphs that are critical of the US administration. Like, that sounds daft, but it's not …
-
comment
Comment #47960728
I think the objection here is unrelated to the love or hate of LLMs. It's about the viability of this particular proposed open web API. I personally use LLMs for coding assistance,…
-
comment
Comment #47960547
Aww thanks! To be fair I didn't toe the party line when I was at Google (imo). Although, that caused me increasing amount of grief internally, until I left. From what I hear, thing…
-
comment
Comment #47960390
Sigh, when I posted this, I linked to https://github.com/mozilla/standards-positions/issues/1213#i... (which was posted 11 hours ago). Unfortunately someone changed the link.
-
comment
Comment #47960385
When I posted this, I linked to the latest statement https://github.com/mozilla/standards-positions/issues/1213#i... , which is the content relevant to the title (the details of ou…
-
comment
Comment #47960302
The Chrome model requires either "16 GB of RAM or more and 4 CPU cores or more" or "Strictly more than 4 GB of VRAM", and "22 GB of free space" (it uses around 4.4GB but it doesn't…
-
comment
Comment #47960139
The rate of model development is an issue here. Once there are many cross-origin models, it becomes a fingerprinting vector. Also even the small models are many GBs.
- story
-
comment
Comment #47321697
A lot. My scores: - 0.0028 on my MacBook pro screen - 0.0045 on my Dell monitor - 0.0033 on my Pixel 10 pro And those scores are pretty consistent.
-
comment
Comment #47321217
The associated deep-dive article is great https://www.keithcirkel.co.uk/too-much-color/
-
comment
Comment #47137913
fwiw, if you serve your page with: Content-Security-Policy: require-trusted-types-for 'script' …then it blocks you from passing regular strings to the methods that don't sanitize.
-
comment
Comment #46037944
Fwiw, JPEG XL takes around 2.5x the time to decode as an equivalent AVIF, and has worse compression https://jakearchibald.com/2025/present-and-future-of-progres...
- story
-
comment
Comment #45641614
I know this isn't quite what you mean, but when you first hit the page, the list is in a random order, but it's then stable across reloads. I considered the 'vs' approach, but I wo…
-
comment
Comment #45634037
Author of the app here. This was quickly thrown together, and something we'd like to improve on next year. Any & all feedback is welcome. We've already been looking at the results,…