Unfortunately I don't think the act as written would apply to iMessage. Seems like section 4e: > Exemption for certain services.—The obligations under this section shall not apply to a product or service by which a…
They absolutely are. Apple makes money from the iOS ecosystem in two ways: through device sales, and through App Store purchases. I'd agree that iOS is an example of a restrictive platform, in that ~30% of all revenue…
So I am, thanks!
This seems a little far-fetched. There's a great quote from someone whose name escapes me right now, about the definition of a platform being when revenue generated by software running on the device far outpaces revenue…
Good to know - I haven't been keeping up with this thread. I'll have to check out linkerd, thanks for the rec!
Interesting - if you don't mind indulging me a little, it was surprising to me that you chose kubernetes as the first implementation for this standard. After all, if a large part of OAM's functionality is provided by…
Virtual Server Instances - VMs :)
Dapr looks like Microsoft's answer to Istio - anecdotally, I've never gotten Istio to work (as recently as a few months ago) so I'll have to give this one a try at some point to see if they've done a better job. OAM…
I've actually had the opposite experience - it was easy enough to download/set up, and then it was just a matter of getting the letsencrypt daemon on the box to manage certs. That said, I went in with pretty low…
Agreed on the point of the experiment, but I can only influence my own behavior :) You'll notice that I'm only deleting the score node, and leaving the number of comments, post age, and author intact. Those add…
Nice! I don't use stylus, but it's definitely good to have options for those who do
I took 5 minutes and wrote this as a userscript: // ==UserScript== // @name Remove HN Scores // @version 1 // @grant none // ==/UserScript== nodes = document.querySelectorAll(".score"); for (x = 0; x < nodes.length;…
Unfortunately I don't think the act as written would apply to iMessage. Seems like section 4e: > Exemption for certain services.—The obligations under this section shall not apply to a product or service by which a…
They absolutely are. Apple makes money from the iOS ecosystem in two ways: through device sales, and through App Store purchases. I'd agree that iOS is an example of a restrictive platform, in that ~30% of all revenue…
So I am, thanks!
This seems a little far-fetched. There's a great quote from someone whose name escapes me right now, about the definition of a platform being when revenue generated by software running on the device far outpaces revenue…
Good to know - I haven't been keeping up with this thread. I'll have to check out linkerd, thanks for the rec!
Interesting - if you don't mind indulging me a little, it was surprising to me that you chose kubernetes as the first implementation for this standard. After all, if a large part of OAM's functionality is provided by…
Virtual Server Instances - VMs :)
Dapr looks like Microsoft's answer to Istio - anecdotally, I've never gotten Istio to work (as recently as a few months ago) so I'll have to give this one a try at some point to see if they've done a better job. OAM…
I've actually had the opposite experience - it was easy enough to download/set up, and then it was just a matter of getting the letsencrypt daemon on the box to manage certs. That said, I went in with pretty low…
Agreed on the point of the experiment, but I can only influence my own behavior :) You'll notice that I'm only deleting the score node, and leaving the number of comments, post age, and author intact. Those add…
Nice! I don't use stylus, but it's definitely good to have options for those who do
I took 5 minutes and wrote this as a userscript: // ==UserScript== // @name Remove HN Scores // @version 1 // @grant none // ==/UserScript== nodes = document.querySelectorAll(".score"); for (x = 0; x < nodes.length;…