alaaibrahim's comments

alaaibrahim | 10 years ago | on: Welcome to the CHIP Operating System

They are distros, they are usually referred to as distros (Although you can claim that they are Operating Systems). And they are definitely not new Operating Systems.

alaaibrahim | 10 years ago | on: Please petition GitHub to support HTTPS on GitHub pages

Yeah, and please send me a free flying car while you are at it.

Obviously everybody would like that, but it's not as easy as it seams. As github pages, technically are virtual domains, they share the same ip with many other pages, if you want to support https, you need to serve either each page on a different ip (not free), or they need a to configure multidomain ssls (which everytime they need to add a new domain, that means they have to reset the certificate for the other domains on the same ip), and I think there is a limit on the number of domains that can share the same ip - citation needed - . And all of this for free.

Want SSL on gh pages, setup a proxy infront of gh pages.

alaaibrahim | 10 years ago | on: To Master Vim, Use It Like Language

Depends on your needs, Pathogen only manages your plugins, but Vundle, will checkout the plugin, install it, and you can update all your plugins from inside vim.

Edit: spelling

alaaibrahim | 11 years ago | on: Improve your touch typing

Thanks for this comment, as I'm learning to touch type, and for me every time I had to type the bottom row with my right hand it feels awkward. This will definitely change the way I learn :-)

alaaibrahim | 11 years ago | on: What's the matter with PGP?

> Now let's ignore the fact that you've just leaked your key request to an untrusted server via HTTP. This is a public Key, so secrecy it's not needed here, also he is providing the Fingerprint on another location, so if there was a MITM attack, it should happen on both twitter (HTTPS) and pgp.mit.edu
page 2