Well, a lot of articles on "how to make money with Open Source" mention using Software-as-a-Service, which is what a cloud app is. That's what I was trying to get at with my comment - that makes sense on one level for Open Source, as a way to make money. On the other hand, I have a virulent hatred for the push toward cloud apps which has been going on for years.
Yes, that's what I was implying. This also means it is important to have American antivirus companies around too, because there is a lot of cybercrime in Russia.
If I remember correctly, Flame was first identified by Kapersky, a Russian company. In this age wherein the US Government has a cyber-warfare division, it seems as though a large amount of the interesting, practical work in Computer Security is moving to Russia.
So instead of having migration costs, just charge your customers for your migration! Think about it - if you go to the bank, the teller tells you that it will cost you $2,000 to withdraw money because the system in which they store your account info is still on Windows ME! It sounds glorious. I am doing this immediately.
Oh, wait, no. I only work on ancient systems. Whoops.
Think about what could be made if, instead of burning all of this money for a Pyrrhic victory against each other, Google and Apple spent all of that money on development. That would be nice. That would be neighborly.
Apple, Google: Listen to Mr. Rogers's ghost. Why won't you be each other's neighbors?
If I'm multitasking, it usually means that one of the activities I am doing is extremely inane. I'd like to see a comparison of how well people focus when they multitask, when the task is extremely inane and for a long period of time. Say, eight hours.
I was thinking about this originally in January of 2011, and I think I remember finding people mentioning XHR but not finding anything beyond scant mentions. No good "what is this and how do I do" documentation. I was originally thinking a DH key exchange, but that requires you to store it each session, which means each session is vulnerable to MitM, or to use HTML5 things that were not widespread two years ago.
The server can't decrypt the page for you. That would eliminate the entire point of encrypting the page in the first place. The server encrypts the page and gives it to you, then your browser decrypts it using this interface specified by the W3C. Are you actually dumb, or is that just a hobby?
Chrome will probably put in an update which contains this when nobody's looking. Firefox will update two weeks after Chrome. And IE will take another two years, and their interface for it will be completely broken. Opera will have already had it implemented a month before everybody else, but nobody cares because nobody uses Opera.
It was because NearlyFreeSpeech doesn't support HTTPS, and I wanted to implement some sort of encryption. So, I figured that my server could encrypt pagelets and send them, and then the client could use a previously-established key to decrypt the pagelets, attaching them to the DOM structure in a logical way. The problem is, since JavaScript explicitly disallows XSS, I couldn't figure out a way to contact a separate key authority server. This meant that however I did it, I'd be (more) vulnerable to a man-in-the-middle attack.
Looking this over, it looks like this specification doesn't solve that issue. I know that key authorities can be compromised, but it's better to require two points of failure rather than one.
I mean, remember when Oracle acquired Java from Sun? That was awesome, right? I mean, I'm sure that Dice is buying Slashdot and SourceForge out of the goodness of their hearts, rather than trying to turn them into profit-making machines. Right?
Some rogue programmer often makes it his or her holy mission to force everybody to use the software the same way that THEY USE IT. This means that something I've used for a while might suddenly lose functionality in the name of a "bugfix". Also, these programmers almost never consult usability groups in order to figure out how peopole ACTUALLY use the software.
And yes, I realize that this is going to be -1 (troll) within a ten minutes. I do not care.
I loathe watching videos. Hate hate hate. Videos are not effective for general learning. And I know, some people "have different learning styles", but everybody and their brother thinks that it's a good idea to make invariably-shitty videos about things that people want to learn. I want to read something with pictures. I don't want to watch a damn video.
Well, a lot of articles on "how to make money with Open Source" mention using Software-as-a-Service, which is what a cloud app is. That's what I was trying to get at with my comment - that makes sense on one level for Open Source, as a way to make money. On the other hand, I have a virulent hatred for the push toward cloud apps which has been going on for years.
...it's not a subscription-based model like the new Microsoft Office products. SICK BURN.
Yes, that's what I was implying. This also means it is important to have American antivirus companies around too, because there is a lot of cybercrime in Russia.
If I remember correctly, Flame was first identified by Kapersky, a Russian company. In this age wherein the US Government has a cyber-warfare division, it seems as though a large amount of the interesting, practical work in Computer Security is moving to Russia.
So instead of having migration costs, just charge your customers for your migration! Think about it - if you go to the bank, the teller tells you that it will cost you $2,000 to withdraw money because the system in which they store your account info is still on Windows ME! It sounds glorious. I am doing this immediately.
Oh, wait, no. I only work on ancient systems. Whoops.
...is apparently running for Senate. According to my sources, that's enough money to buy 4.8 million gold!
get back in the car, this Safari is over!
Think about what could be made if, instead of burning all of this money for a Pyrrhic victory against each other, Google and Apple spent all of that money on development. That would be nice. That would be neighborly.
Apple, Google: Listen to Mr. Rogers's ghost. Why won't you be each other's neighbors?
Really? Last numbers I saw put the iPhone ahead of Android. Anyone have numbers on this?
Does it still break integration with VirtualBox?
I would have thought that Virgin would be less vulnerable to penetration.
If I'm multitasking, it usually means that one of the activities I am doing is extremely inane. I'd like to see a comparison of how well people focus when they multitask, when the task is extremely inane and for a long period of time. Say, eight hours.
Did I wander onto 4chan? This is trolls, trolling trolls!
I was thinking about this originally in January of 2011, and I think I remember finding people mentioning XHR but not finding anything beyond scant mentions. No good "what is this and how do I do" documentation. I was originally thinking a DH key exchange, but that requires you to store it each session, which means each session is vulnerable to MitM, or to use HTML5 things that were not widespread two years ago.
Oh, derp. I don't know what I was thinking, then.
I love how it was upmodded as insightful, but it's really just dumb humor.
The server can't decrypt the page for you. That would eliminate the entire point of encrypting the page in the first place. The server encrypts the page and gives it to you, then your browser decrypts it using this interface specified by the W3C. Are you actually dumb, or is that just a hobby?
Chrome will probably put in an update which contains this when nobody's looking. Firefox will update two weeks after Chrome. And IE will take another two years, and their interface for it will be completely broken. Opera will have already had it implemented a month before everybody else, but nobody cares because nobody uses Opera.
No it doesn't. It's just for crypto between server and client.
It was because NearlyFreeSpeech doesn't support HTTPS, and I wanted to implement some sort of encryption. So, I figured that my server could encrypt pagelets and send them, and then the client could use a previously-established key to decrypt the pagelets, attaching them to the DOM structure in a logical way. The problem is, since JavaScript explicitly disallows XSS, I couldn't figure out a way to contact a separate key authority server. This meant that however I did it, I'd be (more) vulnerable to a man-in-the-middle attack.
Looking this over, it looks like this specification doesn't solve that issue. I know that key authorities can be compromised, but it's better to require two points of failure rather than one.
I mean, remember when Oracle acquired Java from Sun? That was awesome, right? I mean, I'm sure that Dice is buying Slashdot and SourceForge out of the goodness of their hearts, rather than trying to turn them into profit-making machines. Right?
...right guys?
...and Gnome in specific.
Some rogue programmer often makes it his or her holy mission to force everybody to use the software the same way that THEY USE IT. This means that something I've used for a while might suddenly lose functionality in the name of a "bugfix". Also, these programmers almost never consult usability groups in order to figure out how peopole ACTUALLY use the software.
And yes, I realize that this is going to be -1 (troll) within a ten minutes. I do not care.
I loathe watching videos. Hate hate hate. Videos are not effective for general learning. And I know, some people "have different learning styles", but everybody and their brother thinks that it's a good idea to make invariably-shitty videos about things that people want to learn. I want to read something with pictures. I don't want to watch a damn video.
At least we know for sure that we don't need to deal with Creepers.
Is it gonna be a tablet? A phone? A prosthetic limb? The iShinny, the new iProsthetic iLimb from Apple.