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:McCarthy the Playmate? on Jenny McCarthy: "I Am Not Anti-Vaccine'" · · Score: 1

    Because if boobs were brains, she'd have three Nobel medecine prizes.

  2. Re:Why is he even excusing himself ? on Heartbleed Coder: Bug In OpenSSL Was an Honest Mistake · · Score: 1

    I totally agree with both of you.
    But the questions he answers isn't : "My toy isn't working as expected. Who wrote this shit?" but "This 'bug' very much looks like an intentional backdoor. Does git blame returns joe@nsa.gov?"

  3. Which luxury yacht after my new project? on Ask Slashdot: Which NoSQL Database For New Project? · · Score: 5, Funny

    "I'm working on a new independent project. It will soon become the new Facebook, and I'll be billionaire next quarter. The only problem is that I don't know which luxury yacht to buy with all this money. I've been looking at Lady Moura, Christina O, Pelorus, Venus and others. What do you recommend? What problems have you run into with the ones you've tried?"

  4. Re:Prophylactic immunization on Isolated Tribes Die Shortly After We Meet Them · · Score: 4, Informative

    +1
    In French Guiana, isolated tribes saw white men coming at them, and basically telling them :
    "Congrats, you're now officialy unemployed French citizens. You don't know what money is, but you'll receive XXX Francs per month from the government. You can go visit the next town, and discover what rum and hookers are. Not much else to do though. kthxbye!"

  5. PARSE ERROR on Online Skim Reading Is Taking Over the Human Brain · · Score: 1

    PARSE ERROR:
    "Michael S. Rosenwald was so disgusted with myself.'
    The brain was not designed for reading Andrew Dillon."

    Wait, what??? Could you please write shorter paragraphs?

  6. Re:Best. Slashdot. Interview. Evar. on Interview: John McAfee Answers Your Questions · · Score: 1

    +1. Very insightful and fun answers.

  7. Re:100% paper on A Rock Paper Scissors Brainteaser · · Score: 4, Informative

    From TFA: "At the start of each round an independent judge flips a fair coin and tells your opponent the result but does not tell you. If the coin came up heads your opponent must play rock."
    The opponent isn't forced to get at least 50% rock after any number of plays.

  8. Re:Sure, but... on How Many People Does It Take To Colonize Another Star System? · · Score: 3, Insightful

    Humans are interesting animals.
    We are still 80% dependent on fossil fuels for our energy needs and have no clue what we could use at this scale when they're depleted.
    But let's worry about what could happen to the sun in 5 billion years!

  9. Re:My question is for Slashdot on Interview: Ask Bruce Perens What You Will · · Score: 1

    You mean like :
    http://interviews.slashdot.org...
    or
    http://features.slashdot.org/s...
    ?

    But to be fair, http://slashdot.org/index2.pl?... is much more "Ask X what you will" than "X answers your questions".

  10. Re:Not only for Tesla or videos on 60 Minutes Dubbed Engines Noise Over Tesla Model S · · Score: 1

    The external speakers aren't for the engine or the driver, it's to let the hot chicks know how much you paid for your car.
    From the above article :
    "Volkswagen previously used a resonator tube similar to the Mustang’s in its GTI but has switched to what it calls a “Soundaktor.” This system is like the M5’s, in that an audio file is stored on the car’s computer and then played during certain throttle applications. Unlike the more selective M5 setup, VW’s broadcasts all the noise from under the hood through a dedicated speaker located near the engine’s throttle body. Soundaktor speakers are currently making noise in the GTI, GLI, and Beetle Turbo."

  11. Not only for Tesla or videos on 60 Minutes Dubbed Engines Noise Over Tesla Model S · · Score: 5, Informative

    It's not only for Tesla, and not just on videos either.
    Engines are getting more efficient and quieter every year, and cars are better insulated as well. Customers are disappointed when they spend big bucks on a car only to find out it doesn't sound like a big old sport car.
    The solution? Manufacturers actually add speakers next to the engine, exhaust and inside the car.
    You sometimes get V8 sound out of a V6 car :)

    http://www.caranddriver.com/fe...

  12. Re:Your only source for safe, cheap, nuclear energ on Vermont Nuclear Plant Seeks Decommission But Lacks Funds · · Score: 1

    Fun fact : what you wrote is utter bullshit.
    Another fun fact : you need to invest more energy in order to get 1kWh worth of oil than 1kWh of solar electricity.

  13. Re:Change on Subversion Project Migrates To Git · · Score: 3, Funny

    Exactly.

    I love git, because all my development repos are self-contained, easy to backup and work perfectly offline.
    "git rebase -i" is just wonderful.

    BUT :
    You want to pull and overwrite your local changes? It's as easy as :

      git add *
      git commit -a -m "auto dev server commit"
      git fetch origin master
      git merge -s recursive -X theirs origin/master

    You want to clone your local repo to a new remote one and use it as origin? Sure :
    #On local machine
    cd foo_project
    git init
    git add *
    git commit -m "My initial commit message"
    #On remote machine (Git remote repository)
    sudo su - git
    cd /usr/local/git_root/
    mkdir foo-project.git
    cd foo-project.git/
    git --bare init
    git config core.sharedrepository 1
    git config receive.denyNonFastforwards true
    find objects -type d -exec chmod 02770 {} \;
    #On local machine, in your git project
    git remote add origin ssh://git@example.com:2227/usr/local/git_root/foo_project.git
    git push -u origin master

    Those are just 2 examples that come often enough to be an annoyance, but not often enough that I can remember them.

  14. Re:KDE, the one we want to love on OpenSUSE To Offer Rolling Release KDE Experience · · Score: 1

    I loved KDE 3.5, and would spend weeks customizing everything to look exactly like I wanted.
    It worked perfectly, I had all the right applications and buttons at the right place.

    I tried 4.5 and newer versions, but with a kid and my day job, I simply don't have time to look through the 1000 menus, tabs and radio buttons.
    So I have to stay with the default config, but it kinda sucks.

    On the other hand, Linux Mint + Mate gets the job done out of the box and it looks decent.

  15. /dev/null ?

  16. News for nerds on Is the Tesla Model S Pedal Placement A Safety Hazard? · · Score: 4, Informative

    Guy cannot drive and trashes expensive car, blames manufacturer.
    News at 11.

    PS: Apparently, "The Model S accelerator pedal is disabled if you press the accelerator pedal and brake pedal simultaneously."

  17. Re:Stop playing golf in a drought on Titanium-Headed Golf Clubs Create Brush Fire Hazard In California · · Score: 1

    +1

  18. Re:Full blown vim in a good IDE:one of my dreams on Neovim: Rebuilding Vim For the 21st Century · · Score: 1

    Yes, but it would also have to be fast.
    When I use Eclipse, Netbeans or Rubymine, I'm both impressed by the IDE features and angry at how sluggish simple operations are in comparison to vim.
    I always fall back to vim.

  19. Obligatory on Oppo's New Phone Hits 538 PPI · · Score: 2
  20. Re:Smelling more fishy every day. on MtGox Finds 200,000 Bitcoins In Old Wallet · · Score: 2

    Exactly.
    - Sorry, we lost $1B
    - But, you owe us $50M
    - What a coincidence! I just found $100M. But I promise you, I don't know where the other $900M are.

  21. Re:Power density? on Could Earth's Infrared Emissions Be a New Renewable Energy Source? · · Score: 2, Informative

    Score 5: Interesting/Insightful. WTF?

    *) Diurnal. Does it mean what you think it means?
    *) Energy received and energy emitted by the Earth aren't equal. You might have heard of global warming.
    *) The energy emitted by the Earth isn't all infrared radiation.( http://en.wikipedia.org/wiki/F... and http://www.eoearth.org/view/ar... )
    *) Temperature doesn't have color, pressure doesn't have speed and energy doesn't have entropy. You can only define entropy for a thermodynamic system (i.e. Earth, or Earth + atmosphere).
    *) Entropy more or less describes the disorder of a system. All oher things being equal, the entropy goes up with the temperature (0 at 0K, higher at 6000K than at 300K)
    *) You're probably talking about exergy : http://en.wikipedia.org/wiki/E...

    Thermodynamics is hard. You have to define everything and understand the underlying mathematical concepts.

  22. 1) Give it to my girlfriend
    2) Make love for two whole minutes
    3) Sleep happily

  23. Re:Think you miss the point on Paris Bans Half of All Cars On the Road · · Score: 2

    I'm not sure Amsterdam and San Francisco are representative cities for either the US or Europe.
    It's like saying : "Take 2 average girls, say, Natalie Portman and Kate Middleton"

  24. Re:Conditions of instability: on Firefox Was the Most Attacked & Exploited Browser At Pwn2own 2014 · · Score: 1

    Pardon my french, but why the f**k do you need 2400 opened tabs for?

  25. Big picture on Ask Slashdot: How Can I Prepare For the Theft of My Android Phone? · · Score: 1