my grandfather emigrated to south America luckily just before WW2. he made contacts and proceeded to bring the most family he could.
seems like what I would do too. But you are welcome to interpret it with as much hate and ignorance as you can.
google does the exact same with their Chromebook login. Windows does let you use a regular username/password untied to the cloud. I did it first thing.
however there are now many new ways to write programs (like browser extensions and mobile apps), which provide oportunities for new ideas and where you could be the first with the idea.
personally ive written a free 5-star chrome extension for the past two years which is used by thousands and is a chrome editors choice, all in my free time. its one of the 4 featured if you google "chrome extensions" and enter the first search result.
Yea of course you wouldnt confess if you knew how the police found him. Im sure when they interviewed him they didnt tell him how they found a match and instead implied something (ie security camera video etc) that made him confess to lower his charges.
Can be done with any of the cloud providers. They just chose azure but doesnt mean it can "only" be done with it like they say in the slashvertisement.
I agree. Look up about compiler differences between c and fortran. Fortran allows the compiler to better know about things like if a variable can be put in a register or not because maybe some other thread has its address and might change it or whether it can auto paralellize some array processing etc.
i love c/c++ and ive done large systems on both but for specific routines fortran rules.
I dont see anyone commenting on probably the most important reason that sites are down: theres no one arround to keep them safe and patched or to monitor intrussion atrempts.
two years ago I posted here how while waiting on a bank in Peru I played with a terminal that was there to show the bank website. In 5 minutes I was able to get into their WAN just by clicking arround. I could see all the networks inside, and inside that I could see the individual machines which has excel files and such.
I inmediatelly reported it to the manager. In the US that could have gotten me arrested. I took a pic as a souvenir, which I still have.
A month later I was there again and noticed that they had simply disabled right-click on the browser (it was one of the steps that I reported). After 10 min I was able to get into the network again. Told again the manager.
Two years later (last week) I noticed that they still hadnt fixed it. Didnt say anything this time, but left the network screen open.
Yes, jokes appart of course the cloud can replace the need for more RAM, just doesnt act as RAM simply reduces the need for it in many cases.
Back in the day for you needed extra ram to run a complex program that say, did calculations or transformed a video or image.
These days many of these programs are moving to the cloud. You can edit images and videos from your browser and all the hard cpu/ram intensive work gets done on the cloud.
Take a look for example at Google's chrome experiment using Google Cloud Compute backends. It does a graphics intensive transformation of any web page, and then lets you 3d-navigate the web page using your phone as a wireless controller.
http://www.chromeexperiments.com/detail/world-wide-maze/
There is probably a good reason for not allowing more than 50% full.
For example assuming the firmware never gets larger than 50%, you have the other 50% as guaranteed space to write the new firmware version. Simply patching firmware is dangerous because of a power failure leaving you in the middle of the patch.
Instead, you write the entire new version on the other 50% and then jump to the new firmware without possibility of partial writes.
Of course, the bricking part is not the best way to handle it.
Where does the submitter got that "Currently cloud providers round an instance uptime to the full hour when calculating charges."?? Totally bogus.
For example Google App Engine maintains an unused, idle instance for "only" 15 minutes and thats what you get billed, not a "full hour" as is claimed here.
If you have high load its irrelevant when the instance shuts down. If you have little load it might matter but you will save little since you consume little to begin with.
I was an international student at an ivy league. **By far** the smartest guys were the international students, they raised the bar a lot in all my science classes (I majored in CS) and also literature/arts.
I payed full price, no financial aid.
I also stayed for many years after and payed *lots* of taxes.
Think about it, the US gets the very best from Europe/Asia selected from a pool of millions of people, many more than the pool in the US. For free. Are you really complaining?
As a kid I learned Basic before learning english. Language was not a barrier at all.
the only prpblem is that i would say "If we go out THEN lets GOTO the movies" and 30 years later i still think of those keywords first in a code context.
According to wikipedia on cell reprogramming, these gene expression changes are erased from offspring:
"After fertilization the paternal and maternal genomes are once again demethylated and remethylated (except for differentially methylated regions associated with imprinted genes). This reprogramming is likely required for totipotency of the newly formed embryo and erasure of acquired epigenetic changes."
See http://en.wikipedia.org/wiki/Reprogramming
yes I had that [norton?] antifreeze program too over 15 years ago. It gave you the option to jump out of an infinite loop (at your own risk) and most of the time that was good enough to unfreeze the entire (16 bit) computer, save your files.
They had a "Report" button months ago. I just checked and they still have it, so I guess that wasnt working well.
Besides, it would at most only ban that IP and not the user, since there is no user/login on the site (which is one of its features, of course)
I am a "vegetarian" that eats fish and seafood for exactly that reason.
Its NOT about how the animal dies. Most animals have always died in horrible ways killed slowly by predators.
ITS ABOUT HOW THEY LIVE their entire lives, not about how they die in the last minutes of their lives.
Im sure the fish I eat had a full, free life, had sex, kids, etc and wandered arround in open seas until it was killed. *Being killed is part of normal life*
On the other hand, suffering through your entire life being treated horribly, abused and possibly in a cage all your life (and who knows what they feed them), is just so horrible to me, that I cant understand why most people simply close their eyes to that huge issue and think that its fine to eat whatever they want. I wont go on coz this is almost offtopic, but ive convinced many people to stop eating cows and chicken with just this argument.
Just think about all the suffering that u are made of i.e. what you eat and what you cause.
Its NOT the fault of the factories that grow and mistreat the animals, its YOUR fault for financing them and asking them to give you that.
(and yea, i know that some seafood is farmed, but I avoid that too.)
Ok, I also use "if (!ptr)", but what I meant is that is "more" correct because the algorithm would be more easily portable to another language. Of course it will always work in C because it guarantees NULL===0. But writting (!p) involves a hidden cast to a boolean operator, while (p!=NULL) does not, and it ports to other languages.
my grandfather emigrated to south America luckily just before WW2. he made contacts and proceeded to bring the most family he could. seems like what I would do too. But you are welcome to interpret it with as much hate and ignorance as you can.
google does the exact same with their Chromebook login. Windows does let you use a regular username/password untied to the cloud. I did it first thing.
however there are now many new ways to write programs (like browser extensions and mobile apps), which provide oportunities for new ideas and where you could be the first with the idea. personally ive written a free 5-star chrome extension for the past two years which is used by thousands and is a chrome editors choice, all in my free time. its one of the 4 featured if you google "chrome extensions" and enter the first search result.
malloc and free do not cause stack overflow but heap memory full errors.
Hopefully they wont pay this guy: "Saudi Cleric Reveals The Sun Rotates arround the Earth" http://www.huffingtonpost.co.u...
Yea of course you wouldnt confess if you knew how the police found him. Im sure when they interviewed him they didnt tell him how they found a match and instead implied something (ie security camera video etc) that made him confess to lower his charges.
Can be done with any of the cloud providers. They just chose azure but doesnt mean it can "only" be done with it like they say in the slashvertisement.
I agree. Look up about compiler differences between c and fortran. Fortran allows the compiler to better know about things like if a variable can be put in a register or not because maybe some other thread has its address and might change it or whether it can auto paralellize some array processing etc. i love c/c++ and ive done large systems on both but for specific routines fortran rules.
I dont see anyone commenting on probably the most important reason that sites are down: theres no one arround to keep them safe and patched or to monitor intrussion atrempts.
I think you should revise point #1. Im a vegetarian too, and Ive seen many studies like this one: http://www.webmd.com/heart-disease/news/20130508/fish-oil-supplements-dont-protect-against-heart-trouble-study where it shows that fish oil supplements are not effective. You need to eat more of the fish to get the actual effects.
two years ago I posted here how while waiting on a bank in Peru I played with a terminal that was there to show the bank website. In 5 minutes I was able to get into their WAN just by clicking arround. I could see all the networks inside, and inside that I could see the individual machines which has excel files and such. I inmediatelly reported it to the manager. In the US that could have gotten me arrested. I took a pic as a souvenir, which I still have. A month later I was there again and noticed that they had simply disabled right-click on the browser (it was one of the steps that I reported). After 10 min I was able to get into the network again. Told again the manager. Two years later (last week) I noticed that they still hadnt fixed it. Didnt say anything this time, but left the network screen open.
Yes, jokes appart of course the cloud can replace the need for more RAM, just doesnt act as RAM simply reduces the need for it in many cases. Back in the day for you needed extra ram to run a complex program that say, did calculations or transformed a video or image. These days many of these programs are moving to the cloud. You can edit images and videos from your browser and all the hard cpu/ram intensive work gets done on the cloud. Take a look for example at Google's chrome experiment using Google Cloud Compute backends. It does a graphics intensive transformation of any web page, and then lets you 3d-navigate the web page using your phone as a wireless controller. http://www.chromeexperiments.com/detail/world-wide-maze/
There is probably a good reason for not allowing more than 50% full. For example assuming the firmware never gets larger than 50%, you have the other 50% as guaranteed space to write the new firmware version. Simply patching firmware is dangerous because of a power failure leaving you in the middle of the patch. Instead, you write the entire new version on the other 50% and then jump to the new firmware without possibility of partial writes. Of course, the bricking part is not the best way to handle it.
Where does the submitter got that "Currently cloud providers round an instance uptime to the full hour when calculating charges."?? Totally bogus. For example Google App Engine maintains an unused, idle instance for "only" 15 minutes and thats what you get billed, not a "full hour" as is claimed here. If you have high load its irrelevant when the instance shuts down. If you have little load it might matter but you will save little since you consume little to begin with.
I was an international student at an ivy league. **By far** the smartest guys were the international students, they raised the bar a lot in all my science classes (I majored in CS) and also literature/arts. I payed full price, no financial aid. I also stayed for many years after and payed *lots* of taxes. Think about it, the US gets the very best from Europe/Asia selected from a pool of millions of people, many more than the pool in the US. For free. Are you really complaining?
As a kid I learned Basic before learning english. Language was not a barrier at all. the only prpblem is that i would say "If we go out THEN lets GOTO the movies" and 30 years later i still think of those keywords first in a code context.
According to wikipedia on cell reprogramming, these gene expression changes are erased from offspring: "After fertilization the paternal and maternal genomes are once again demethylated and remethylated (except for differentially methylated regions associated with imprinted genes). This reprogramming is likely required for totipotency of the newly formed embryo and erasure of acquired epigenetic changes." See http://en.wikipedia.org/wiki/Reprogramming
yes I had that [norton?] antifreeze program too over 15 years ago. It gave you the option to jump out of an infinite loop (at your own risk) and most of the time that was good enough to unfreeze the entire (16 bit) computer, save your files.
Better send it on WHITE font (with deep black background of course)
They had a "Report" button months ago. I just checked and they still have it, so I guess that wasnt working well. Besides, it would at most only ban that IP and not the user, since there is no user/login on the site (which is one of its features, of course)
It didnt take them 500 years. If you RTFSummary, it says the bones were found in 1995.
Reformatting the hard disk is not enough. The rootkid could hide on some device's firmare or even the graphics card memory. http://www.eweek.com/c/a/Security/Black-Hat-Demonstrations-Shatter-Hardware-Hacking-Myths/
is another way to say it.
I am a "vegetarian" that eats fish and seafood for exactly that reason. Its NOT about how the animal dies. Most animals have always died in horrible ways killed slowly by predators. ITS ABOUT HOW THEY LIVE their entire lives, not about how they die in the last minutes of their lives. Im sure the fish I eat had a full, free life, had sex, kids, etc and wandered arround in open seas until it was killed. *Being killed is part of normal life* On the other hand, suffering through your entire life being treated horribly, abused and possibly in a cage all your life (and who knows what they feed them), is just so horrible to me, that I cant understand why most people simply close their eyes to that huge issue and think that its fine to eat whatever they want. I wont go on coz this is almost offtopic, but ive convinced many people to stop eating cows and chicken with just this argument. Just think about all the suffering that u are made of i.e. what you eat and what you cause. Its NOT the fault of the factories that grow and mistreat the animals, its YOUR fault for financing them and asking them to give you that. (and yea, i know that some seafood is farmed, but I avoid that too.)
Ok, I also use "if (!ptr)", but what I meant is that is "more" correct because the algorithm would be more easily portable to another language. Of course it will always work in C because it guarantees NULL===0. But writting (!p) involves a hidden cast to a boolean operator, while (p!=NULL) does not, and it ports to other languages.