Slashdot Mirror


User: jfbilodeau

jfbilodeau's activity in the archive.

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

Comments · 254

  1. Re:Yep on Is Modern Linux Becoming Too Complex? · · Score: 1

    I second that!

  2. Re:Complex and SLOW on Is Modern Linux Becoming Too Complex? · · Score: 1

    The keyword in here might be 'Ubuntu'. I've never found Ubuntu to be particularly fast.

    But honestly, if you going through the effort of installing/using bash, ssh, python, on Windows, how much are you relying on the GUI?

  3. The public thinks? on The Gap Between What The Public Thinks And What Scientists Know · · Score: 2

    That's news to me. I didn't think the public could think :P

  4. Only UNREGULATED devices are banned on South Korea Bans Selfie-Stick Sales · · Score: 1

    Misleading title. From TFA:

    "Because they use Bluetooth, the devices are considered to be a "telecommunication device" and must be tested and registered with the South Korean agency that oversees such gadgets, an official at the Central Radio Management Office told the AFP newswire."

  5. Re:Yo, its 2014! on Is Ruby On Rails Losing Steam? · · Score: 2

    Ruby On Rails originated in 2003. The crash of the global economy followed.

    So...RoR crashed the economy then?

  6. Re:Better go kick WSUS into a sync... on Microsoft Releases Out-of-Band Security Patch For Windows · · Score: 2, Insightful

    Damned if you do, damned if you don't. Welcome to Windows.

    FTFY ;)

  7. Re:Isn't Go 11 years old? on Five Years of the Go Programming Language · · Score: 1

    There's Go! and there's Go

    Seems pretty obvious to me :P.

  8. Re:This is probably a very silly question ... but on Mathematical Proof That the Universe Could Come From Nothing · · Score: 1

    ^^^ Citation required

  9. Re:To What End? on Mathematical Proof That the Universe Could Come From Nothing · · Score: 2

    I, for one, am thankful that people through history pursued 'pointless' research such as the motion of the heavenly spheres, the strange phenomenon known as electricity and though experiment involving looking at one self in a mirror approaching light speed.

  10. Re:Yesbut does it run Linux on CNN Anchors Caught On Camera Using Microsoft Surface As an iPad Stand · · Score: 1

    Something like a Surface Pro is useful for its convenience, not its raw power, right?

    What conveniences? The OS or the keyboard?

    Since the Surface Pro is limited to Windows, that flushes 'convenience' down the tube. On the other hand, if you are referring to keyboard/trackpad, I already have tablets and ultralite that do not have Windows on them. I don't see the convenience there.

    If I offered you a Surface that will be a total hassle to work with Linux, or a Surface that was a bit slower but would work in Linux without a hitch, wouldn't you take the latter?

    Hassle has never stopped me from using Linux. Now let me be clear that I am not generalizing and speaking strictly for myself: I use Linux because I like being in control of my PC. I'm a professional developer and I dream in C/C++. No matter the hassle, I like to ensure that my computer (table or otherwise) runs the way I like--and that's usually close to the metal.

    Again, the above statement is _not_ a generalization but my personal preference. I realize this is not what the vast majority of user wants.

    However, this said, I would like to know why someone would want to run Linux as their primary OS in a virtualized sandbox under Windows. Seems like an expensive--and limiting way to run Linux.

  11. Re:I have an idea on CNN Anchors Caught On Camera Using Microsoft Surface As an iPad Stand · · Score: 2

    IQ test != IT savviness

    Most people probably have no idea what a MicroSD and would probably want to steer clear of it. (A micro sexual disease??? Is that like Ebola???)

  12. Re:Yesbut does it run Linux on CNN Anchors Caught On Camera Using Microsoft Surface As an iPad Stand · · Score: 1

    I don't have a problem running Linux on tablet. What WM are you using?

  13. Re:Yesbut does it run Linux on CNN Anchors Caught On Camera Using Microsoft Surface As an iPad Stand · · Score: 1

    Hyper-V to run Linux? Sure! Let me spend $$$$$$$$$$ on a tablet just to virtualize my favourite OS and get access to a tiny fraction of what the hardware offers. There are cheaper tablets out there where I can natively install Linux AND get uncompromised access to hardware.

    The reality is some people don't want Windows on a tablet (or other computers for that matter).

  14. Re:News for Nerds? on Tim Cook: "I'm Proud To Be Gay" · · Score: 1

    "acceptance into society" isn't a right.

    Obviously. They are being discriminated against and in many places, do not share the same rights and privilege as the rest of society.

  15. Re:He believes in God? on Tim Cook: "I'm Proud To Be Gay" · · Score: 2

    Wow. I've known LGTB individual for years, and the lifestyle that you describe is completely new to me. I've don't know a single person that is being a pervert, anal sex, drugs, rape, life constantly centered around sex, acting crazy, misoginy, low morals, irresponsibility, polyamory, huge vector of STDs, generally distrustful, known to play the victim, and the worst of all pederasty. Where did you get this from?

    tl;dr: citation, please.

  16. Re:News for Nerds? on Tim Cook: "I'm Proud To Be Gay" · · Score: 4, Insightful

    Gays are equal to straights and should have the same rights.

    That's the whole problem. They do not have the same rights everywhere. I think it's important for GLBT to allow themselves to be seem for who they are to continue to ease their acceptance in society.

  17. Yay! Another Unix! on Windows 10 Gets a Package Manager For the Command Line · · Score: 4, Funny

    Now that Windows is kinda-sorta-Unix-like, should it be on DistroWatch.com? </sarcasm>

  18. Re:Welcome to America! on CBC Warns Canadians of "US Law Enforcement Money Extortion Program" · · Score: 3, Insightful

    What?

  19. I, for one, and thankful for Stallman on Stallman Does Slides -- and Brevity -- For TEDx · · Score: 5, Insightful

    I will be snide and I will not post as AC. There are too many comments labelling Stallman as a uncompromising, communist, extremist, liberal, etc... Though it may be true, without his uncompromising stance on freedom, would we have GNU/Linux? Would the Open Source movement even exists?

    Sure, there would be source code out there on the web, and the BSDs would probably exists, but he's fighting to ensure that we do not lose the very freedoms that we enjoy with (forgive the term) FLOSS software.

    Yes, I run a Linux distro with non-free warts (Mint), I use proprietary software (Steam). But for the most part, I'm in control of my computer, and quite thankful of that. I may not live in the 'ideal' free world of Stallman, but without folks like Stallman and their extreme position on freedom, I suspect the world of computers would be much more closed.

    Thank you Richard Stallman for your fight.

  20. Re:+ operator for string concat? on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    I beg to differ ;)

    int x1 = 10;
    int x2 = 20;

    String message = "Total: " + x1 + x2;

  21. + operator for string concat? on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 3, Informative

    How is that a language quirk for JavaScript? The + operator has been used for string concatenation in a number of programming languages (C++, Java, Python...) long before JavaScript. It is still implemented as such in newer programming languages like C#.

  22. Re:taxi? or limo? on Uber Demonstrations Snarl Traffic In London, Madrid, Berlin · · Score: 1

    ...or is it a third type of service?

  23. 200,000 Euros? on Uber Demonstrations Snarl Traffic In London, Madrid, Berlin · · Score: 3, Insightful

    Maybe the problem is not with Uber, but with the cost of being licensed. Is ~200,000 Euros really justified?

  24. He's not the only one... on Game of Thrones Author George R R Martin Writes with WordStar on DOS · · Score: 1
  25. YAY on GOG.com To Add Linux Support · · Score: 1

    YAYAYAYAYAY!!!!!

    That's all