Seconding CloudFlare's private CA. It's simpler and arguably more secure (less people to talk to, fewer moving parts, and most importantly, no need for backward compatibility), so there's really no excuse.
It's not that, it's the fact that Google asks you almost never if you're using a Google account. That pretty much gives Google-account-havers a fast pass to the Internet, which gives Google even more power that it…
I wonder what's going to happen to all the incredible Flash media, especially games, produced over the years. I hope someone's archiving them, because I'd hate for us to lose them.
no script support that makes you wait eight seconds in a technology to make things ×faster× isn't really support, is it?
Like parent said, if a page takes 8s to load, I sure as heck don't mind seeing some partial results so I can start reading in those 8s.
No it's not. All the AMP websites I've seen were just as bad as their non-AMP counterparts. Reddit's AMP pages in particular, are slow and immensely frustrating to use.
But how do you know which 1 or 2% of the time it's happening?
Could some rebel make things like fake road bumps that lidars can't pick up, but humans can?
Fair enough, but my main problem with it was that it existed, and then they removed it, which was very sad.
That's how literally every VDOM-based framework looks, including React. Elm isn't special in this regard. It is special in many other regards, however, and I appreciate it for that. It's also interesting as one of the…
Partial evaluation of the viable strikes me as a very elegant idea! That way static dispatch just becomes a special case of virtual dispatch. It also reminds me of devirtualization optimization, and tangentially, how…
Minecraft Java Edition is 100% Java, but it's also notoriously slow, and experiences lag spikes, which are often attributed to garbage collection. I think an OS written in a GC language can certainly have adequate…
C doesn't even assume that code and memory live in the same address space! The portability of standard C is almost as breathtaking as the ease with which you can introduce undefined behavior.
Haskell's IO is literally the idea of sequencing commands reified, though, so the comparison is a bit apples-to-oranges.
Seconding CloudFlare's private CA. It's simpler and arguably more secure (less people to talk to, fewer moving parts, and most importantly, no need for backward compatibility), so there's really no excuse.
It's not that, it's the fact that Google asks you almost never if you're using a Google account. That pretty much gives Google-account-havers a fast pass to the Internet, which gives Google even more power that it…
I wonder what's going to happen to all the incredible Flash media, especially games, produced over the years. I hope someone's archiving them, because I'd hate for us to lose them.
no script support that makes you wait eight seconds in a technology to make things ×faster× isn't really support, is it?
Like parent said, if a page takes 8s to load, I sure as heck don't mind seeing some partial results so I can start reading in those 8s.
No it's not. All the AMP websites I've seen were just as bad as their non-AMP counterparts. Reddit's AMP pages in particular, are slow and immensely frustrating to use.
But how do you know which 1 or 2% of the time it's happening?
Could some rebel make things like fake road bumps that lidars can't pick up, but humans can?
Fair enough, but my main problem with it was that it existed, and then they removed it, which was very sad.
That's how literally every VDOM-based framework looks, including React. Elm isn't special in this regard. It is special in many other regards, however, and I appreciate it for that. It's also interesting as one of the…
Partial evaluation of the viable strikes me as a very elegant idea! That way static dispatch just becomes a special case of virtual dispatch. It also reminds me of devirtualization optimization, and tangentially, how…
Minecraft Java Edition is 100% Java, but it's also notoriously slow, and experiences lag spikes, which are often attributed to garbage collection. I think an OS written in a GC language can certainly have adequate…
C doesn't even assume that code and memory live in the same address space! The portability of standard C is almost as breathtaking as the ease with which you can introduce undefined behavior.
Haskell's IO is literally the idea of sequencing commands reified, though, so the comparison is a bit apples-to-oranges.