Show Navigation
Conversation
Notices
-
@moonman There are multiple ways of solving this without using public key cryptography. I support using OpenPGP to sign your accounts etc, but there's a huge problem if you lose your keys (or someone steals them). Another approach …
-
@verius In the case of a malicious server publishing false aliases neither of the other profiles you use (previously stored with remote nodes as verified/recognized as "yours") would acknowledge the newly added alias and thus the t…
-
@verius @jackmcbastard The methodology with a decentralised authorisation system doesn't require private keys and can rely solely on trustworthiness derived from a social graph.
-
@kevinmarks But rel="me" is only for HTML and microformats, right?
Oh and I'll get right on that stuff for !qvitter now :)
-
@kevinmarks PS. I love the fact that you have an image upload service focused on #SVG. Marvellous.
-
@hannes2peer Thanks, I'll remember that! But for now I think the rel="me" thing will do fine, I'll see what I can do about the h-card later this week.
-
@hannes2peer Phew, I thought you had uncovered my secret identity "Line 653".
-
@kevinmarks Minifying javascript is evil. No wonder Google suggests it!
-
@gjchen Yeah, minifying (if it's actually supposed to do any good) also makes the code unreadable by changing variable names to shorter ones, removing comments etc... Evil! Javascript is bad enough as it is in readable form.
-
@mikael Yeah, as soon as we can get a fulltime client developer on the job, no problem. And we also manage to solve the problem with multiple keys + UI which noone's does since OpenPGP projects started trying. And we get people to stop using the web interface ;)
-
@litox ...but how do I know that your _new_ key is really _you_? :) Might as well be someone who hacked the server and just _says_ it's the new you!
-
@netmackan Minifying still makes debugging for endusers extremely hard. Even with webmaster tools etc. in the browser. :]