Viewing profile — geelen
geelen
HN member- Joined
- Sat, May 01, 2010, 5:33 AM UTC
- HN karma
- 1,748
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About geelen
No profile information was provided.
Recent public activity
-
comment
Comment #42241483
Same issue here. Is it geolocked maybe?
-
comment
Comment #31342027
> We are also very excited about D1 as a way to bring a subset of data closer to users in order to deliver faster experiences. We hope this will be a way to bring the benefit of ed…
-
comment
Comment #31341439
Yeah, so you can always opt-in to strong consistency by transferring execution to the primary (see the "Embedded Compute" section of the blog). Then it's pretty much exactly the sa…
-
comment
Comment #29868525
Yes, which is why Pages has some dedicated logic to help preserve assets that were "seen in the last version now gone". Unfortunately, the "cache everything" setting at the CDN ove…
-
comment
Comment #25091839
I have not! It was never such a pressing issue that I investiaged a dedicated solution. But given that we're already using Cloudflare, and that this is a solution to a much bigger …
-
comment
Comment #25085602
Beta invites are definitely flowing now, but I'd recommend pinging someone on Twitter or elsewhere with a quick description of what you're going to build. I think they had so many …
- story
-
comment
Comment #23703464
This is more a discussion topic, really interested if someone can explain to me how this email looks legitimate (beyond the information in the replies already)
- story
- story
- story
- story
- story
-
comment
Comment #9367885
Holy shit that's perfect. Gonna need to do some work to make sure it performs ok as you type, but that's just the sort of thing I was looking for!
-
comment
Comment #9366769
Yep! I really wanted this, but it's a bit more work. HTML5 canvas has a `measureText` method but it only returns width, so there's a few cases where the text will escape the box. T…
- story
- story
-
comment
Comment #8274619
Well, the problem with having foo and foo--bar but not both is that contextual overrides become a problem. Having both of them solves that but clutters things up. This is a techniq…
-
comment
Comment #8274131
You can definitely do this, though I think "data-am-" is better to avoid conflicts. React ignores unexpected attributes at the moment, but can't forever with Custom Elements (since…
- story
-
comment
Comment #7439629
No good reason. I'm going to experiment with toggling the element's style instead of adding a class. But because of the way GIFs are rendered, that's an O(n) task on every frame (s…
-
comment
Comment #7439540
Nope, has to be triggered by a user action (like a tap), and can only play full screen. Also, if you loop a video, the control bars flash up then fade away each time it loops.
-
comment
Comment #7439497
Nah man GIFs are my spirit animal
- story
- story