Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Isn't the solution to block Baidu ? (Score 1) 137

Shouldn't we block Baidu and make GitHub unavailable from China ?

You'd have to convince everyone outside china to block Baidu. And as for blocking GitHub for Chinese users, China would love that. The only reason they're not blocking GitHub is that so many Chinese engineers use it. If someone outside China blocked it for them, they'd be killing two birds with one stone: censoring the VPN info and making another country look bad.

Comment Re: Dreamhost (Score 1) 295

I recommend draemhost, too. Been using them for ages for registration, hosting and email. They're cheap and helpful. They don't screw you for late fees or sell your domains if you mess up. The shared hosting isn't screaming fast but apparently you can easily upgrade to shared or dedicated VMS - though I haven't seen the need.

Comment Re:Ahhhh, C++ (Score 1) 757

dude, you're a fucking moron.

moc generates C++ code. gcc generates .as code. they both generate code, and they both use that code as an intermediate form.
mov "converts the output output of the previous step to another logically equivalent form". as does gcc.
with moc, you use a tool (gcc) to include the intermediate form in your final output. with gcc, you use a tool (as/ld) to include the intermediate form in your final output.

Comment Re:Ahhhh, C++ (Score 1) 757

i'm sorry, but most compilers use another language as an intermediate representation. gcc uses several of these, including a couple of abstract trees and platform-specific assembly. c-front used C, as did ghc. moc uses code as an intermediate representation. it's common practice in the industry.
get. over. it.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...