how is this a troll? climatologists are making mutually exclusive predictions. No snow? Global warming. Lots of snow? Global warming. Cowboy Neal shits his pants after eating at taco bell? Global warming.
If I predict the saints will win the superbowl but I also predict the colts will win the superbowl, where's the confidence? Last year the climatologists were touting their predictions that washington DC would never see snow again. This year they dug up their predictions that winters will be more severe.
iWorks will be available on day 1. The omni group is porting/rewriting all their business apps for the iPad. Even Microsoft is considering putting office on it. There are a lot of potential business uses for it and the software will either lead the way or follow the money.
I tried running some adwords a couple months ago (google gave me a $100 credit, not my money!). The content networks seemed to be a major waste of money. Lots of clicks, lots of incentive for click fraud, no way to tell why my ads are showing up, no return on investment. With search page ads, i can see what keywords are being used and make sure the ads are relevant. Assuming you're doing a reasonably intelligent campaign, people are searching for what you're advertising.
Every member of a subversive organization, or an organization subject to foreign control, every foreign agent and every person who advocates, teaches, advises or practices the duty, necessity or propriety of controlling, conducting, seizing or overthrowing the government of the United States, of this State or of any political subdivision thereof by force or violence or other unlawful means, who resides, transacts any business or attempts to influence political action in this State, shall register with the Secretary of State on the forms and at the times prescribed by him.
But you're not using force or violence, so no problem, right? But thanks to the McCain-Feingold Campaign Finance Reform (aka the Recumbent Re-election Act), blogging about an candidate within 60 days of an election might be unlawful.
objective c is compiled BUT sending a message / calling a method goes through a runtime system which allows all kinds of awesome shit but is slower than a direct function call or an indirection table ala C++ virtual functions. Best case, compiled java could beat objective c by flattening out method calls.
there were a lot of bugs on the PS3 version. disappearing characters, getting stuck in rocks, walls that you could walk through, VATS mode slowing to a crawl or unable to pick the right target, getting stuck in vats mode while the fight continues, and the entire system hanging. The first few are a problem for all systems.
the ipad won't be available for a couple months and even then it may be another year before the possibilities are more fully explored. It is just a big iPhone, but at the same time, it isn't. Yeah, you can surf the internet while you take a shit or read a book, but I can picture a lot of business uses that are a lot more exciting. iWorks is there. The Omni group will be rewriting all their applications. There will undoubtably be creative audio visual apps.
let's say you might have a cookie or post variable. Maybe it's there, maybe it's not. With perl or javascript, an undefined variable is undef (or undefined). In PHP, it's an error. x = @$_POST['x']; is a shortcut for x = isset($_POST['x']) ? $_POST['x'] : '';
It kind of reminds me of references. Most language designers would pass objects and arrays by reference. But the PHP guys thought (?) it would be better to pass by value.And return by value. Even from constructors. Somebody eventually pointed out that was stupid, so they added references (&). But references aren't pointers to data, they're pointers to an entry in the symbol table or something equally bizarre. PHP 5 got slightly more reasonable so objects are always passed (and returned) by reference.
how is this a troll? climatologists are making mutually exclusive predictions. No snow? Global warming. Lots of snow? Global warming. Cowboy Neal shits his pants after eating at taco bell? Global warming.
If I predict the saints will win the superbowl but I also predict the colts will win the superbowl, where's the confidence? Last year the climatologists were touting their predictions that washington DC would never see snow again. This year they dug up their predictions that winters will be more severe.
for the record, IE also supports VBScript and PerlScript. Maybe you should spend more time with IE.
iWorks will be available on day 1. The omni group is porting/rewriting all their business apps for the iPad. Even Microsoft is considering putting office on it. There are a lot of potential business uses for it and the software will either lead the way or follow the money.
I tried running some adwords a couple months ago (google gave me a $100 credit, not my money!). The content networks seemed to be a major waste of money. Lots of clicks, lots of incentive for click fraud, no way to tell why my ads are showing up, no return on investment. With search page ads, i can see what keywords are being used and make sure the ads are relevant. Assuming you're doing a reasonably intelligent campaign, people are searching for what you're advertising.
Every member of a subversive organization, or an organization subject to foreign control, every foreign agent and every person who advocates, teaches, advises or practices the duty, necessity or propriety of controlling, conducting, seizing or overthrowing the government of the United States, of this State or of any political subdivision thereof by force or violence or other unlawful means, who resides, transacts any business or attempts to influence political action in this State, shall register with the Secretary of State on the forms and at the times prescribed by him.
But you're not using force or violence, so no problem, right? But thanks to the McCain-Feingold Campaign Finance Reform (aka the Recumbent Re-election Act), blogging about an candidate within 60 days of an election might be unlawful.
From what I've read and remember, in ancient Greece, a legislator who sponsored a law which was struck down by the court (??) was fined.
so you've met slashdot editor roblimo.
anyone else get a laugh out of this? (warning! potentially worse than goatse and tubgirl combined)
Shit man, you need to see some of the text-walls that Micheal Crawford has produced. The dude makes Barack "I" Obama seem humble.
ok, it's slow sometimes. Well, do your part. Run a node (and ideally an exit node).
By default they still use gcc though there is an option to use clang (llvm-g++ for c++) or llvm-gcc.
objective c is compiled BUT sending a message / calling a method goes through a runtime system which allows all kinds of awesome shit but is slower than a direct function call or an indirection table ala C++ virtual functions. Best case, compiled java could beat objective c by flattening out method calls.
try shift-f1 (or possibly shift-f3).
smokey the bear was given special protection by law, most likely the presidential seal (and probably other shit) has specific legal protection as well
"losing". Also, "sales"
They've developed a new business model.
1. depend on partners
2. piss off partners
3. ????
I'm glad youtube is now serving videos with the video tag instead of flash.
TOR is your friend. Run a tor exit node (and unsecured wifi) to provide plausibly deniability and help others keep their privacy.
there were a lot of bugs on the PS3 version. disappearing characters, getting stuck in rocks, walls that you could walk through, VATS mode slowing to a crawl or unable to pick the right target, getting stuck in vats mode while the fight continues, and the entire system hanging. The first few are a problem for all systems.
he's a goat, see?
the ipad won't be available for a couple months and even then it may be another year before the possibilities are more fully explored. It is just a big iPhone, but at the same time, it isn't. Yeah, you can surf the internet while you take a shit or read a book, but I can picture a lot of business uses that are a lot more exciting. iWorks is there. The Omni group will be rewriting all their applications. There will undoubtably be creative audio visual apps.
reconnect as needed, but tunnel your ssh over an ssh session which is always active.
Aside from using one specific IDE, he pretty much never uses IDEs. Here are some more for you to practice on:
Aside from tylenol, I pretty much never use drugs.
Aside from kathleen fent, I pretty much never fuck fat girls.
Aside from New Year's eve, I pretty much never get shit faced.
let's say you might have a cookie or post variable. Maybe it's there, maybe it's not. With perl or javascript, an undefined variable is undef (or undefined). In PHP, it's an error. x = @$_POST['x']; is a shortcut for x = isset($_POST['x']) ? $_POST['x'] : '';
It kind of reminds me of references. Most language designers would pass objects and arrays by reference. But the PHP guys thought (?) it would be better to pass by value.And return by value. Even from constructors. Somebody eventually pointed out that was stupid, so they added references (&). But references aren't pointers to data, they're pointers to an entry in the symbol table or something equally bizarre. PHP 5 got slightly more reasonable so objects are always passed (and returned) by reference.
Yeah, this gem stood out when I read about this earlier:
We are able to get new engineers ramped up at Facebook a lot faster with PHP than with other languages, which allows us to innovate faster.
What kind of experience and intellect do they have -- or not have -- if that's an issue?