Slashdot Mirror


User: cecom

cecom's activity in the archive.

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

Comments · 300

  1. Re: I don't get it. on Fortnite Star Ninja Says He Raked in Millions of Dollars Last Year (cnet.com) · · Score: 1

    It is a generational thing. It is much easier to watch stuff than to do stuff.

    These days it shocks me to see kids and teens just mindlessly consuming stuff on their laptops all day. They don't code, play games, solve crossword puzzles, etc. They just use their computers to watch. They are the ones watching others play computer games, which, let's admit it, is both totally absurd and also sad.

    They are slowly losing the qualities needed for doing things, which takes effort, dedication, concentration, overcoming adversity, etc, before you get to the payoff of being good at stuff and accomplishing things. It is not easy to even to learn to play Fortnite, but why even try...

    Basically the next generation is doomed when we are no longer there to do their shit for them. I will be laughing from my grave.

  2. Re: In other words... on Microsoft Declines To Make a 64-Bit Visual Studio (uservoice.com) · · Score: 2

    This is absolutely false and I read you other comments on the subject as well. I am not sure whether it is deliberate, but what you are saying is absolute nonsense made to sound credible by inserting a random technical term like "pipeline" here or there. It is sad that the quality of posters on Slashdot has decreased to the point where laughable misinformation is moderated as "informative".

    64 bit code might get slower because pointers occupy more memory. Frequently that is offset by more registers and smart encoding. End of story. What you are saying is wrong.

  3. Re: Give it time on How Long Until We Have a Home Robot That Lives Up To the Hype? · · Score: 1

    Dude, you should go easy on the drugs

  4. The author is easily distracted on What the GNOME Desktop Gets Right and KDE Gets Wrong · · Score: 5, Insightful

    I stopped reading when I reached the point of him complaining that the additional buttons in the login and lock screens are "distracting". That must be some kind of a joke - if your computer is locked or you haven't logged on, then you are not currently using it! How can you be complaining of it being distracting? Are you just staring at the lock screen? The problem with all these moronic reviews is that the reviewers don't actually use computers for a purpose other than reviewing. It creates an absurd situation where the reviews are not only useless, but laughable.

  5. Re: And in other news on Study: Science Still Seen As a Male Profession · · Score: 1

    You are such a sexist pig. Shame on you. (BTW, women are also badly trailing men in other occupations like mining or welding)

  6. Re: Only 4 displays, sticking to AMD. on NVIDIA Launches Maxwell-Based GeForce GTX 980 and GeForce GTX 970 GPUs · · Score: 1

    If you need six displays for software development, something is seriously wrong with you.

  7. Re: FUD from start to finish... on Scotland's Independence Vote Could Shake Up Industry · · Score: 1

    Yep, a kickstarter campaign will work miracles for a medical systems startup. Good one.

  8. Re:The Future's So Bright on Python Bumps Off Java As Top Learning Language · · Score: 2

    Absolutely! OpenSSL should have been written in Python. In fact I am starting a new fork of OpenSSL called PythonSSL - we will be rewriting the codebase in Python to finally improve the performance and get rid of the horrible looseness of the abomination called "static typing" and declaring your variables, replacing it with dynamic typing where bugs are impossible.

  9. Re: Lack of Understanding of Open Source on Google's Definition of 'Open' · · Score: 1, Flamebait

    Pfffft. Who cares? Let's all hate Google. How dare a for profit company not give out everything for free? Those greedy bastards!

    Oh, and Google stole all my personal information by showing me ads when I used the services they provide for free in exchange for showing ads. Google's evilness knows no boundaries!

  10. greengrocer's apostrophe on Tesla's Having Issues Charging In the Cold · · Score: 1

    To the editors: http://en.wikipedia.org/wiki/A...
    http://en.wiktionary.org/wiki/...

    It is either "Tesla is..." or "Teslas".

  11. Re: Dear Anthony on Online Shopping: Hazardous To Junk Food's Health · · Score: 3, Funny

    You are saying "I am a vegan" as if it is a disease and not your own choice. Nobody is forcing you to be a vegan. If there aren't enough vegan products, the solution is simple: don't be one.

    I am in a much more difficult situation myself: I only eat foods which contain meat. I have to tell you, no food producers and no restaurants are sensitive to my needs! Those bastards. I have been asking for meatball bread at my local Safeway for years, but they simply ignore me and laugh at me. Insensitive clods!

  12. Re:I Have a Glass of 2006 Ribera del Duero Here... on Scientist Seeks Investment For "Alcohol Substitute" · · Score: 0

    Really, moron? I happen to be from the Mediterranean...

  13. Re:I Have a Glass of 2006 Ribera del Duero Here... on Scientist Seeks Investment For "Alcohol Substitute" · · Score: 1, Insightful

    Oh, please, spare us the pretentiousness. Of course the main reason people drink is to get intoxicated. That is why wine exists. You may like to pretend that you enjoy it purely for the taste, but that is horseshit. As a society we have cultivated a "taste" for wine/single-malt scotch/whatever simply to justify our alcoholism and to make it more varied and fun.

  14. Re:What do lambdas provide that anon classes do no on Java 8 Developer Preview Released · · Score: 1

    I don't dispute that it is useful, but it is less so than it might appear at first sight. IntelliJ IDEA already could automatically collapse anonymous inner classes into lambdas in the IDE, even with Java 6.

    The huge disappointment is that they *could* have supported real closures, just like C#. I am not aware of a technical reason not to. But they didn't, and the whole hoopla is about a very mild syntactic improvement, just as generics were.

  15. Re:What do lambdas provide that anon classes do no on Java 8 Developer Preview Released · · Score: 1

    Sadly you are wrong. Java8 lambdas offer nothing over anonymous classes because, unlike C#, they only capture read-only variables, exactly as do anonymous classes. It is a sad joke.

  16. Re:Debian is not just binary on Are You Sure This Is the Source Code? · · Score: 1

    You only see buzzwords because you don't understand the technical differences, not because the technical differences are not there. Debian guarantees a fully reproducible build environment. I can rebuild anything in Debian, even the whole distribution, without any special effort and be confident that I will get exactly the same binaries (modulo timestamps and signatures).

    That may or may not be important to you personally, but it is a big deal technically and there is an extraordinary amount of technical details and additional work that goes into achieving it.

  17. Re:Incorrect suppositions. on Are You Sure This Is the Source Code? · · Score: 2

    The whole point is that the distro build is supposed to be 100% reproducible, with the exception of things like timestamps and signatures. And it is with Debian, as he found out. But not the other distros he tried. And that is a real problem.

    Why? naive people might ask. Because that is the only way to verify that a binary is what is claims to be. And is the only way to reliably support and diagnose something. It is shocking how few people on Slashdot realize that.

  18. Re:Why Linux? on GNOME 3.6 To Include Major Revisions · · Score: 1, Insightful

    You don't really realize what a premium experience means... I don't want to restart the OS when I install a browser, for example. Don't get me wrong, the Linux desktop has way too many kinks, but the problem with the Windows mono-culture is that people don't even see the huge problems because they are so used to them.

  19. Re:Spoilers on Scientists Find Gene That Predicts Happiness In Women · · Score: 1

    Science doesn't mean what you think it means. It is funny because you are obviously wrong and blatantly biased, yet you persist. You may not like it, or you may have not experienced it if you are a female (for which I am sorry), but for anyone who is not spending time in their parents basement it is very obvious. The number of independent experiments confirm it.

  20. Re:No offense, but that doesn't sound like a lot on How Intuit Manages 10 Million Lines of Code · · Score: 4, Insightful

    Yeah, right, you wrote, debugged and tested 500 lines per hour for 800 hours... We believe you. Now take your pills, your straitjacket, go back to your room and let the adults talk.

  21. Re:Eastern European Malware on Koobface Malware Traced To 5 Russians · · Score: 5, Informative

    I come from Eastern Europe and I think that it is socially driven. Corruption is so prevalent in absolutely every aspect of life - from traffic tickets to simply buying something in the store. So "white collar" crime like this is socially acceptable.

    It is most definitely not economically driven - in Eastern Europe there is a huge hunger for competent developers, so unless Russia is an exception (I doubt it), it is easy to find a legal well paying programming job.

    Full disclosure: I left Eastern Europe a long time ago and I am not Russian, but I am extrapolating from my own country.

  22. Re:Don't Fly on Women Arrested For Refusing TSA Search of Children · · Score: 1, Insightful

    The "porno scanners"? Give me a break. You are so scared that somebody is going to see your naked body? Big whoop. What are you ashamed of? This is getting ridiculous.

    While I personally do think that the TSA is ridiculously ineffective and this is security theater, I don't get why most Americans are so ashamed of their bodies. It is ... unnatural for lack of a better words. It reminds me of the idiocy surrounding Janet Jackson's nipple. The whole world was laughing. Duh, she is a woman - she has nipples. My mother has them too.

    I remember in Europe little girls and boys as old as 5-6 years old used to run completely naked on the beach. Of course in the USA that would be considered "perversion", I guess. The perversion is in fact the exact opposite.

  23. Re:My experience confirms it on Android Phones More Prone To Hardware Problems · · Score: 1

    It isn't that, I think. The phone is ringing, but the screen remains black so there is no way to answer. Often I have another problem - it can't hang up; just locks up there and only removing the battery fixes it.

    In a strange way it is by far the best phone I have ever had, and by far the most unreliable one :-)

  24. My experience confirms it on Android Phones More Prone To Hardware Problems · · Score: 1, Interesting

    I love my Nexus One, but I have to say the statistics are probably true. I have to reboot it a couple of times per week - the touch screen stops working, or the screen just turns black when I am receiving or making a call. Sometimes I have to resort to removing the battery. A co-worker with a Nexus One is having similar problems, so it is not that my specific device is defective.

    As much as I hate Apple, my wife's IPhone 3GS hasn't had any problems whatsoever and she's had it for longer.

  25. Re:Standard modus operandi on The Longhorn Dream Reborn · · Score: 1

    No, no, you don't understand. Microsoft does this because they care! Ask any Windows developer :-)

    Seriously though, objectively speaking, no matter how ridiculous this technology churn seems to us looking from outside of the Microsoft universe, it does keep people perpetually employed. It feeds not only Microsoft but a huge ecosystem of businesses, consultants, IT experts, MCEs, support stuff, technical book authors, administrators, etc. It is great!

    It may look inefficient, but if it was really inefficient, would it continue to exist and be successful in a market-driven economy? Well, of course market rules wouldn't apply if there was a monopolist in the room :-)

    Just to show how objective I can be, the constant API churn of the Linux kernel acts in much the same way. And it sucks.