Slashdot Mirror


User: CurunirAran

CurunirAran's activity in the archive.

Stories
0
Comments
44
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 44

  1. Re:Reaffirms my theory on Scientists Take Most Accurate Reading Yet of Universe's Cooling · · Score: 2

    Yeah, heat death is most probably how the world will end, unless some radical new insight is thought up.

  2. Re:oh get real... on CTO Says Al-Khabaz Expulsion Shows CS Departments Stuck In "Pre-Internet Era" · · Score: 2, Interesting

    The CTO said what he said because the department TRULY is out of touch with the real world if it believes that hacking is an 'extreme example' of 'behavior that is unacceptable in a computing professional'.

    Hackathons, which involve unusual solutions to problems, often using hidden, undisovered features of various products, are becoming increasingly popular, and often you'll have BIG companies sponsoring these same competitions.

    Moreover, the dept is wrong in its comment because CS as a profession is rather different from software engineering. I don't think formulating more efficient algorithms and solving various mathematical problems (basically CS RESEARCH) has much in common with do with software engineering. In fact, I'd rather that my employee found a problem with my system than an end user doing so.

  3. Re:Makes no sense. on French Telecom Claims To Have Forced Google To Pay For Traffic · · Score: 1

    I was calling out the ISPs for their poor service, not Google.

  4. Re:Makes no sense. on French Telecom Claims To Have Forced Google To Pay For Traffic · · Score: 1

    Sadly this model does not look like changing any time soon.

  5. Makes no sense. on French Telecom Claims To Have Forced Google To Pay For Traffic · · Score: 5, Insightful

    The Internet IS DATA. I don't get ISPs. They provide low quality service at exorbitant prices, and then complain about clients using their services.

  6. Metal Chains on Ask Slashdot: Anti-Theft Devices For Luggage? · · Score: 1

    In India, we use metal chains to attach the luggage to some solid fixture. This, along with locking the luggage (obviously) mostly deters any opportunistic thieves.

  7. Re:really creepy on Kim Dotcom Reveals Mega Will Offer 50GB of Free Storage · · Score: 1

    312,000 million is a large number of people for any country to have. ;-) Also, how does Bollywood come into this discussion? That's the Indian film industry.

  8. Re:Can we speak in clear terms? on US Educational Scores Not So Abysmal · · Score: 1

    Isn't that what's actually happening now? ;-)

  9. Re:What do scientists know about politics?` on Why Scientists Should Have a Greater Voice On Global Security · · Score: 1

    Actually scientists have to make compromises ALL the time. Lack of funding, meeting grant requirements, etc. all force them to compromise in a certain manner, say on work hours, or overtime, w/e, while ensuring that the quality of their output is NOT compromised. Which is exactly what most politicians fail to do. They compromise on the output, while extracting huge sums of money from taxpayers, thus making scientists better policy makers than politicians. Moreover, science, by nature, is ever changing, and a scientist HAS to be open to different viewpoints, which is more than can be said of any politician.

  10. Re:Lag is not in the start/stop of an app on The Android Lag Fix That Really Wasn't · · Score: 1

    Actually, when you have just a a couple of apps open at the same time on a iPod Touch on iOS4, say Safari and a game in, say Temple Run in the background, I notice significant lag when Safari renders webpages. In fact, even when I don't have any any other app open, just a couple of heavy pages, Safari lags. A lot. I take good care of my device, and ensure that memory usage isn't high by clearin RAM through SbSettings. Scrolling the through the song list on the music player on a touch is certainly laggy when you have 1000+ songs. I have experienced lag firsthand on iOS devices, and on poorly designed Android devices. As I said, there is no perfect OS. iOS devices, by virtue of their powerful GPUs, make iOS feel smooth, but when the system is strained just a little, you do notice the lag.

  11. Re:Does it matter? on The Android Lag Fix That Really Wasn't · · Score: 5, Insightful

    Having spent significant time with iOS devices, I can safely say that the notion that they do not lag is FALSE. Having just installed iOS 6 on an iPhone 4, the lag between just opening and closing basic applications is definitely noticeable. Hell, even my father's iPad 2 lags, and it runs on iOS 4!

    My S2 Skyrocket, on the other hand, runs Jellybean 4.1.2 just fine, and cases of lag are rare, if any.

    The fact is, all devices, get laggy with use, and your bias against Android makes you ignore the lag that the shiny animations of iOS induce.

    There is no perfect, lag-free device.

  12. Re:Nintendo trying hard on Game Receives First R18+ "Adults Only" Classification In Australia · · Score: 0

    That was meant to be 'its', before any Grammar Nazis appear.

  13. Nintendo trying hard on Game Receives First R18+ "Adults Only" Classification In Australia · · Score: 0

    Seems like Nintendo's trying hard to interest the adult gamers in it's consoles.

  14. Re:I dunno... on Ask Slashdot: Are Timed Coding Tests Valuable? · · Score: 1

    #include <stdio.h>

    int main(int argc, char *argv[])
    {
        int i = 1;
        for(i = 1; i <= 100; i++){
            if(i % 15 ==0)
                printf("fizzbuzz\n");
            else if(i % 3 == 0)
                printf("fizz\n");
            else if(i % 5 == 0)
                printf("buzz\n");
            else
                printf("%d\n", i);
        }

        return 0;
    }

  15. Re:Exploding heads on 2012 Patent Rankings: IBM On Top, Google Spikes · · Score: 1

    Actually, it makes a lot of sense, because Google is involved in a larger number of technologies, such as mapping, search, big data and so on. Apple, meanwhile, focus mainly on hardware. Makes sense really.

  16. Well the name fits. on Asteroid Apophis Just Got Bigger · · Score: 1

    Apophis was a large evil Egyptian snake demon that opposed order, and wanted to eat the sun.

  17. Putting on weight. on Standard Kilogram Gains Weight · · Score: 1

    Well obesity is now a major problem in most developed countries, so no surprise here.

  18. Re:Tainted evidence on Anonymous Helps Find Evidence In Gang Rape Case · · Score: 3, Insightful

    But sadly most police forces are actually incapable of gathering such evidence,

  19. Re:Tainted evidence on Anonymous Helps Find Evidence In Gang Rape Case · · Score: 1

    Actually, wouldn't the evidence just be rejected, instead of the case being dropped entirely?