Slashdot Mirror


User: doti

doti's activity in the archive.

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

Comments · 774

  1. Re:Will you marrie me? on Astronaut Snaps Epic Star Trek Selfie In Space · · Score: 1

    Well.... perhaps some men can just admire what she's achieved rather than think about having sex with her.

    Well, I certainly did. I just chose to keep it for myself. Until now.

  2. Re:So? on NVIDIA's New GPUs Are Very Open-Source Unfriendly · · Score: 1

    Please do not feed the trolls.

  3. Re:In summary on GCC 5.0 To Support OpenMP 4.0, Intel Cilk Plus, C++14 · · Score: 1

    How does Cilk compare to OpenMP?

  4. Re:Cool to hear I guess on GCC 5.0 To Support OpenMP 4.0, Intel Cilk Plus, C++14 · · Score: 1

    Here where I work we compile with both, gcc for the production release, clang for extra warning checking.

  5. Re:useless plastic junk on New Molecular 3D Printer Can Create Billions of Compounds · · Score: 1

    "Without chemicals, he points"

  6. Re:Bad idea on Snowden Reportedly In Talks To Return To US To Face Trial · · Score: 1

    s/face trial/receive a medal/

  7. Re:Just turn off the Smart TV features on Ask Slashdot: Affordable Large HD/UHD/4K "Stupid" Screens? · · Score: 1

    Oh yeah, when some dumb shit company who's core business is putting those retards into cubicles bought it.

    head to http://soylentnews.org/ and be happy

  8. Re:Evidence for the assertion ? on Pilot's Selfies Could Have Caused Deadly Air Crash · · Score: 1

    "Could Have Caused". I see nothing poorly written in that.

    And yes, taking a selfie while doing tasks that require your attention definitely can cause something.

  9. racists! on Geminid Meteor Shower This Weekend · · Score: 1

    As usual, no info for residents of the southern hemisphere.

  10. Re:FOSS solution available on BitTorrent Unveils Sync 2.0 · · Score: 1

    Nice, but... do they have an Android app too?

  11. Re:only thing I care about on Multi-Process Comes To Firefox Nightly, 64-bit Firefox For Windows 'Soon' · · Score: 1

    1: I use Flashblock for that. There's probably some equivalent for Java, but I don't even have the Java plugin installed.

  12. Well, you have mine. on Linus Torvalds: 'I Still Want the Desktop' · · Score: 2

    My desktop computer at home is running Linux for more than a decade now.

  13. C++ set in stone on C++14 Is Set In Stone · · Score: 3, Funny

    now we just need to throw the stone in the Marina Trench.

  14. Re:Still... on C++14 Is Set In Stone · · Score: 1

    And also the bool type, and the ability to declare variables after the beginning of a function.

  15. Re:There's nothing wrong with Perl ... on Perl Is Undead · · Score: 1

    Exactly this. Don't blame the tool: blame the atrocious misuse of it.

    Like, writing a photo management application in Perl?

  16. Re:The Flaw Lurking Deep in Slashdot Beta on The Flaw Lurking In Every Deep Neural Net · · Score: 4, Informative

    SoylentNews is the replacement for /.

    reddit is of another kind.

  17. Re:One word answer: on Is Bamboo the Next Carbon Fibre? · · Score: 1
  18. Re:Negative Effects... on Is Bamboo the Next Carbon Fibre? · · Score: 3, Insightful

    That looks sensationalist. Why then earth is not covered with bamboo?

    It think it depends on the species of bamboo, and the species they're competing against.

    I frequently visit a place with tropical forest near Rio since 1992, and there are some bamboo here and there, some of different species, and they stay pretty much the same size. They will only spread around if you make room for it by cutting nearby trees.

    There is a smaller species that do spread around quickly, but still can't penetrate the established forest.

  19. Re:Prelude to nanolathing on Foam-Spraying Quadcopter Becomes a Flying 3D Printer · · Score: 1

    By far the best RTS ever.

  20. Re:Six whole points?! on Single Gene Can Boost IQ By Six Points · · Score: 3, Funny

    Yeah, but it's six points for a single gene.

    If you buy 100 of those genes you get 600 points! You'll became a geneius.

  21. Re:It's a turd that's slowly being polished on C++ and the STL 12 Years Later: What Do You Think Now? · · Score: 1

    Lack of openess.

    From Walter Bright, creator of D (emphasis mine):

    My natural tendency is to work solo on things. My work performance reviews at the various jobs I've had usually included comments like "Walter needs to learn to work better with others." My desire to control everything nearly wrecked the D community at one point, and I've had to change.

    Source:
    http://www.drdobbs.com/archite...

  22. Re:One question on After a Long wait, GNU Screen Gets Refreshed · · Score: 1

    For richer syntax highliting, and more options for Vim colorschemes.

  23. Re:It's a turd that's slowly being polished on C++ and the STL 12 Years Later: What Do You Think Now? · · Score: 1

    D *is* neat.

    The only problem is lack of momentum.

  24. Re:One question on After a Long wait, GNU Screen Gets Refreshed · · Score: 1

    Does it finally support 256 colors while running a screen inside a screen?

    I usually use two levels of screen, the top level has a screen for each project I'm working on, and the second level has some shells for each project (basically the first one is the editor, the second one is for building/testing, etc).

  25. Re:most useful? on After a Long wait, GNU Screen Gets Refreshed · · Score: 3, Interesting

    I hear tmux is more "modern", but I still use screen because, well, I'm used to it, and it works.

    What tmux does that screen doesn't?