Slashdot Mirror


User: CFBMoo1

CFBMoo1's activity in the archive.

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

Comments · 783

  1. As time goes on... on Ask Slashdot: How To React To Coworker Who Says My Code Is Bad? · · Score: 1

    I've come to realize that the code I wrote years ago could have been done better. There might be some truth to his words but he might not realize yet that as time goes on you get new deadlines, projects, etc that can keep you from going back and changing things. This is especially true if those things are working fine the way they are so why fix what isn't broken?

    Note: This isn't saying that you never have to go back and fix things, just that the time isn't always there when you'd like it to be. One of many reasons why that person is at your desk since they got fewer deadlines and more time so to speak as the new guy.

  2. Today vs. Yesterday on Better Tools For Programming Literacy · · Score: 1

    Today

    Setting up Java..
    1. Download the JDK, not JRE.
    2. Run the JDK installer.
    3. Setup the class path.
    4. Install an IDE and make sure it see's the JDK.
    5. Install ANT. (optional)
    6. Learn how to setup ANT build.xml files. (optional)
    and/or...
    5 or 7. Figure out how to compile with the command line.
    6 or 8. Start coding.

    Back in the day...
    1. Start up the computer.
    2. Type Basica at the command prompt.
    3. Start coding.

    Which is less scarier for a new person to get started in?

  3. Unity on Hands On With Ubuntu For SmartPhones · · Score: 2

    Tablets and phones are where Unity should be, it seems like it would function best on those devices.

  4. Neat Video on Google Engineer Shows How To Forge Swords and Knives · · Score: 1

    The video and process was neat to watch, however part of me would have been way more impressed if he didn't use modern tools to make the knife because Vikings were certainly known for their pneumatic hammers and digital ovens. :)

  5. Windows 8 on Windows 8 Even Less Popular Than Vista · · Score: 2

    I have it running on a VM right now at work to look it over and I tried using it a bit but the constant switching from tiles to standard desktop was too much for me. If I took over for Balmer on Windows I'd scrap 8 all together and just take Windows 7 and start cleaning that up big time so it runs even faster and is easier to use then it already is.

    Usually I go out and buy a new version of Windows to look things over before upgrading family. This time I'm glad I didn't and even my family from what I told them don't want to touch it with a ten foot pole since it changes things so drastically.

  6. Here's an idea... on White House Must Answer Petition To 'Build Death Star' · · Score: 1

    Send the petition to the Chinese and see how they react. It's not like they'd actually think we'd believe that Kim Jung Un is the sexiest man alive or that the Australian Prime Minster knows the end of the world is coming.

  7. Re:Won't happen on Microsoft Urges Businesses To Get Off XP · · Score: 1

    I think people noticed that hospitals don't want to invest in keeping equipment up to date. At least the virus guys did anyway.

    http://www.technologyreview.com/news/429616/computer-viruses-are-rampant-on-medical-devices/

  8. Simple Solution on FTC Offers $50,000 For Best Way To Stop Robocalls · · Score: 0

    Well we have privatized prisons now so it's easier to compete with places like China. Lets toss them in there for a while and let them live off 10-15 cents an hour. Lovely incarceration rate we have in the USA by the way.

  9. Nothing different from before... on OpenOffice Is Now, Officially, Apache OpenOffice · · Score: 1

    * Emacs vs. VI
    * Windows vs. Linux vs. Mac
    * Debian vs. Redhat vs. Suse vs. etc.
    * Gnome vs. KDE vs. XFCE vs. etc.

    And now for your geek fighting pleasure!

    * Libre Office vs. Open Office!

    Let the battle begin!

  10. America is being had... on GAO Slams DHS Over BioWatch Biological Defense System · · Score: 5, Insightful

    I'm really looking forward to the day when America stops treating terrorists like terrorists and just treats them as common criminals. Then maybe this whole terrorist boogie man boondoggle can go away finally. It'd sure kill the romance of a terrorist as being something more then a common thug or crook.

  11. Example... on Comments On Code Comments? · · Score: 1

    FUNCTION fx_get_bar_from_foo
    (
        p_foo IN MYTABLE.MY_FIELD%TYPE
    ) RETURN MYTABLE.MY_FIELD2%TYPE
    /**
    * This sample function is only an example with comments.
    * It may be right or it may be wrong but the comments in here
    * allow me to come back years later and understand what I did.
    * Yes it's a bastardization of Java and PL/SQL. Plus people
    * at work love my code so far so I must be doing something right.
    *
    * @PARAM p_foo IN MYTABLE.MY_FIELD%TYPE my FOO field.
    *
    * @RETURN MYTABLE.MY_FIELD2%TYPE my BAR result.
    */

        -- Variables.
        v_return MYTABLE.MY_FIELD2%TYPE = NULL;

        -- Cursors.
        ...

    BEGIN
        -- Check the parameter passed in.
        IF NOT p_foo IS NULL THEN
          -- Must be good, process it.
          SELECT
        MY_FIELD2
          INTO
        v_return
          FROM
        FOOBARS
          WHERE
        MY_FIELD = p_foo;

          -- Check it against the magic cursor.
          ...

          -- Log the request.
          ...
        END IF;

        -- Return it.
        RETURN v_return;
    EXCEPTION
        WHEN OTHERS THEN
          -- This isn't good, log and return nothing.
          ...
          RETURN NULL;
    END fx_get_bar_from_foo;

    -- Use a good editor, either an IDE like eclipse or something like Notepad++, Kate, or Gedit.
    -- Easter Egg Comment: The yoke is on you!

  12. Apple killed the linux desktop? on How Apple Killed the Linux Desktop · · Score: 1

    News to me since my laptop at work runs it and I use it at meeting and other things to get stuff done. When it's not letting me do worky things I have it pumping out streaming media and video like a champ.

  13. Gaming... on Are You Gaming For the Right Reasons? · · Score: 2

    I have a paycheck, a house to live in that is paid for, and no debt. I may not have a wife and kids but that isn't as big of a deal really since I'm surviving. I think my gaming is just fine.

  14. re: What Developers Can Learn From Anonymous on What Developers Can Learn From Anonymous · · Score: 1

    For all we know the developers could already be anonymous since we don't have an exact list of who anonymous is and the public arrests may have been just sacrificial lambs so to speak.

  15. Re:No, seriously on Designer Jon McCann: "More Optimistic About GNOME Than In a Long Time" · · Score: 1

    My mother started out on Windows XP. She did things she never did before and she's in the same age bracket as your mother. Windows 7 rolled along and it took her a while to re-learn where everything was again. I showed her a picture of Windows 8 and she said, "Why do people have to change things? It works fine as it is, why change it? Now I'm going to have to relearn everything again."

    Lets see how your mother does in Gnome 4. I got a feeling if they change things drasticly again she'll be making the same comments my mother did.

  16. Absolutely not.. on Are 12-16 Hour Workdays Productive? · · Score: 1

    I work to live, not live to work. I'm sure you can find some other person out there willing to put in double shift type work and not complain. I have better things to do with my health then beat it in to the ground working insane hours like that on a regular basis.

  17. Maybe Debian realizes... on Debian Changes Default Desktop From GNOME To XFCE · · Score: 1

    Gnome is going it's own way and that might not fit with what Debian wants to do.

    http://tech.slashdot.org/story/12/08/08/1323228/gnome-developers-lay-out-plans-for-gnome-os

  18. Re:Brace yourselves on Windows 8 Is Ready · · Score: 3, Funny

    "Everyone on slashdot is about to become a UI expert."

    I'll have you know sir that not only do I have 40 years of UI experience but also AOEs as well. So I'm more then qualified to talk about vowels. Now consonants on the other hand I'm always QQ'n about.

  19. Re:What do they have to bring to the table? on Microsoft To PC and Tablet Makers: You're Not Our Future · · Score: 1

    "Have you ever heard of, oh, say, Dropbox? Owncloud? (and probably tons of others.)"

    Yes a ton others like Megaupload, amazing what happened to them. Makes me all warm and fuzzy about putting my stuff in the cloud when I think of people in general and what can happen to a business in the wink of an eye.

  20. Simple really... on Ask Slashdot: What's Your Beef With Windows Phone? · · Score: 1

    Since I run both Windows and Linux at home my beef is the fact that their phone interface is spreading to my desktop. It's the same basic problem I have with Gnome 3 and Unity on Ubuntu which made me switch to Xubuntu. I want a Desktop interface for my desktop systems. If I was looking for a tablet or phone interface I'd be happy as a clam right now.

  21. It's purrrrfect.... on Artist's Catcopter Causes a Stir · · Score: 1

    I want one for the cube farm I'm in.  :)

  22. I say gents! on Andromeda On Collision Course With the Milky Way · · Score: 1

    I find the whole concept of Andromeda colliding with the Milkyway smashing!

  23. How about... on Ask Slashdot: What If Intellectual Property Expired After Five Years? · · Score: 1

    Computer software products have a 5 year limit after it is released. If it's made public before release (outside the company employees) they have 2 years to release it and then 5 years of regular protection. In order to get the protection you must submit all source code and materials to make the product and after the 5 year period it's available for download from the Library of Congress or something. Full new versions of software products can be submitted for another 5 years protection but not patches and service packs..

    People will have to innovate then in order to beat out the competition and keep raking in the cash instead of sitting on things forever and ever.

  24. Re:Obama knows how to play politics if anything. on GOP Blocks Senate Debate On Dem Student Loan Bill · · Score: 1

    "taking care of her" > "taking care of my mother"

    Sorry, bad edit job.

  25. Re:Obama knows how to play politics if anything. on GOP Blocks Senate Debate On Dem Student Loan Bill · · Score: 4, Interesting

    "I have to pay to subsidize social security and medicare, neither of which I will ever see, because they are both projected to go broke before I ever collect a cent, and fixing them is a political third rail."

    I feel the same way but after my father died of a heart attack after working an 11 hour day in a boiler factory I figure it's money well spent since those things are taking care of her since he's gone. It's not as good as what he used to get for health insurance but it's better then nothing for a woman who's had 18 major operations in her life.

    I can't use my insurance on her like her and Dad used theirs on me when I was little so that's all there is. If that stuff lasts till she passes on I'll be satisfied even if there isn't anything left for me.