Slashdot Mirror


User: BlackPignouf

BlackPignouf's activity in the archive.

Stories
0
Comments
1,223
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,223

  1. Re:No surprise, as it cannot perform anymore on Google Go-Playing A.I. Retires To Focus On Energy Conservation And Medicine (engadget.com) · · Score: 1

    And my comment was supposed to be a joke :)

  2. Re:No surprise, as it cannot perform anymore on Google Go-Playing A.I. Retires To Focus On Energy Conservation And Medicine (engadget.com) · · Score: 0

    "anonymous"? The word you're looking for is "ambiguous". Or did you mean "ambidextrous"?

  3. 3D scan of every tree on Earth? Done.
    One DB-query with a few `SELECT`, `COUNT` and `SUMS`? Too hard for Google, sorry!

  4. Re:I have thousands of songs on MP3 Is Not Dead, It's Finally Free (marco.org) · · Score: 1

    Also, depending on the formats, the lossless encoding of a lossy encoding might require more space than a lossless encoding of the original. The lossless encoding has to perfectly describe all the compression artifacts of the lossy encoding.

    The same thing can happen with PNG from a JPG.

  5. Google Loses Top Hardware Executive on Google Loses Top Hardware Executive (bloomberg.com) · · Score: 1

    Google Loses Top Hardware Executive

    If only they had a search engine, they could find this executive again!

  6. Clever claim on 'World's Most Secure' Email Service Is Easily Hackable (vice.com) · · Score: 2

    "Everything else is insecure" is actually a pretty clever claim. It doesn't tell anything about their security.

  7. Re:"visible in small optical telescopes" on Large Near-Earth Astroid Will Fly Past Earth On April 19 (phys.org) · · Score: 4, Insightful

    Are you just trolling? Meteors, as in "shooting stars", are obviously perfectly visible with the naked eye. It's actually much easier without a telescope because they're bright enough, happen kinda randomly and sweep a large part of the sky.

    If you're talking about asteroids, then you're right that you'd need a telescope to see them. You also can see the bright ones with a wide-angle camera and a long time exposure.

  8. +1.
    Coming from Ruby, I have a few WTF moments with Python, but mostly, the syntax is acceptable and it's really easy to get shit done with Python.
    There are so many cool libraries for everything, programming often feels like cheating now.

  9. Re:Because they weren't written in just ten days on RedMonk Identifies 2017's Most Popular Languages: JavaScript, Java, And Python (redmonk.com) · · Score: 3, Informative

    To be fair, in most other languages, 99999999999999999999 == 7766279631452241919

    Which other language, exactly?

    Let's see :
    Not in Ruby.
    Not in Python.
    Not in Java (compiler would complain, needs to be BigInteger).
    Not in C# (same) ...

    Sorry, JS is all alone on the shittyness podium.

  10. Re:Or let them think you're hacking... on The US Waged A Secret Cyber War Against North Korean Missiles (tampabay.com) · · Score: 1

    "arresting suspected traitors".
    Traitors don't get arrested in NK, they get blown away with missiles (http://www.express.co.uk/news/world/576846/Kim-Jong-Un-North-Korea-defence-minister-Hyon-Yong-Chol-executed-missiles).

  11. Re:Doesn't know Fortran on Douglas Crockford Envisions A Post-JavaScript World (infoworld.com) · · Score: 1

    That code running the simulation on the big supercomputer: good chance it's Fortran.

    Or Python. With each year passing, there are fewer reasons to use FORTRAN and many more to use Python. Even on supercomputers.

  12. Re:Javascript really sucks on Douglas Crockford Envisions A Post-JavaScript World (infoworld.com) · · Score: 2

    +1
    I can learn a new language relatively fast. Any language, except for JS.
    This clusterfuck of a language would rather return something than throw an error. Bugs appear apparently out of nowhere, because some data has been passed in the wrong format for the last 10 functions.

    As an example :
        '1' + 0.1 is '10.1'
    but
        '1' - 0.1 is 0.9

    Then comes a JS 'expert' telling you "It's perfectly normal! It's been described in ECMAScript clusterfuck Specification"

    Just for fun :

        Array(16).join("lol" - 2) + " Batman!";

  13. To be fair, why on earth doesn't Python define `.length()`, `.size()` or even `.len()` on strings?

    Nope, it's either :

    Python is object-oriented except when it isn't : len('mystring')

    or

    Remember to bring enough underscores : 'mystring'.__len__()

  14. Re:I'm on Youtube all day on One Billion Hours of YouTube Are Watched Every Day (thenextweb.com) · · Score: 1

    An audiophile friend of mine told me the sound is much cleaner when the hidden tab on firefox displays 4K video.

  15. Re:I'm on Youtube all day on One Billion Hours of YouTube Are Watched Every Day (thenextweb.com) · · Score: 1

    No you don't, at least not with mublock origin.

  16. I'm on Youtube all day on One Billion Hours of YouTube Are Watched Every Day (thenextweb.com) · · Score: 4, Interesting

    I'm on Youtube all day at work, but I don't watch anything, I just listen to the music.

  17. Re:Elon Musk is Delos D. Harriman on SpaceX Plans To Send Two People Around the Moon In 2018 (gizmodo.com) · · Score: 1

    If you have more than $50 million and spend them on coke and hookers, you're just one rich guy amid 60000 others (https://en.wikipedia.org/wiki/Ultra_high-net-worth_individual).

    If you spend those millions on a moon trip, you'll be in history books for a long time.

  18. Re:Elon Musk is Delos D. Harriman on SpaceX Plans To Send Two People Around the Moon In 2018 (gizmodo.com) · · Score: 1

    Richard Branson and Obama.

    They seem to be having fun together (http://edition.cnn.com/2017/02/07/politics/barack-obama-kitesurfing-richard-branson/), and Branson has enough money for both.

  19. Re:we can't even be bothered to get that right.... on SpaceX Plans To Send Two People Around the Moon In 2018 (gizmodo.com) · · Score: 1

    I guess that "roughly 300,000 to 400,000 miles" is the farthest distance they would be from Earth.

    If you jump 50cm high, you don't say you jumped 1m, do you?

  20. Re:Lifestyle disease on Fasting Diet 'Regenerates Diabetic Pancreas' (bbc.com) · · Score: 0

    WTF. Nutrition experts seem to change their mind every 10 years.
    Do we know what's healthy and what's not? Is there any way to be sure?

  21. Re:For variable values of "practical" and "relevan on Google Has Demonstrated a Successful Practical Attack Against SHA-1 (googleblog.com) · · Score: 1

    Would it be possible to tamper a famous git repo (e.g. Linux) by writing a malicious commit with the same hash?

  22. It's not possible to say with 100% certainty if someone died from smoking because everybody dies anyway and some non-smokers also die from lung cancer.

    So smoking is perfectly safe, has no impact on health whatsoever and anybody claiming the contrary has no place in this discussion!

  23. Re:Overpopulation solves itself, but it's messy on Around 2.2 Million Deaths in a Year in India and China From Air Pollution (cnbc.com) · · Score: 1

    Fair points, thanks. It's really a sad truth about the NGO employees.

  24. Re: Spillway was damaged with a bomb, wake up peop on US National Weather Service Suffered 'Catastrophic' Outage; Website Stopped Sending Forecasts, Warnings (miamiherald.com) · · Score: 1

    It's "Dunning-Kruger", not "Dunning-Krugar".
    Thanks, it makes it easier to know which category you fall into ;).

  25. Overpopulation solves itself, but it's messy on Around 2.2 Million Deaths in a Year in India and China From Air Pollution (cnbc.com) · · Score: 1

    That's what happens when people are too stupid to recognize when they should stop having children.

    Whenever I see ads to "feed the poor children" I think that it would be a better idea to send books to women and condoms to men.

    Mod me down if you please. Overpopulation is a very important subject, it will dictate whether our future will be shitty or extra shitty but it's somehow politically incorrect to even mention this topic.