Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re: Its easier now (Score 2) 114

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.

Comment Re: FORTRAN (Score 1) 465

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.

Comment Re:Diet and laziness (Score 1) 707

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.

Comment Easy to hack into international banks (Score 5, Interesting) 196

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.

Comment Re:The Cloud is RAM, apparently (Score 1) 564

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/

Comment Re:more than 50 per cent full = fail is bad (Score 2) 74

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.

Comment Bogus summary (Score 1) 201

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.

Comment They contribute a lot to the US students (Score 1) 689

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?

Slashdot Top Deals

"In matters of principle, stand like a rock; in matters of taste, swim with the current." -- Thomas Jefferson

Working...