Slashdot Mirror


User: sapgau

sapgau's activity in the archive.

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

Comments · 566

  1. Re:Define what "close" means on How Close Is Iran, Really, To Nuclear Weapons · · Score: 1

    But... are you saying he is wrong?
    I would need to do some serious googling to confirm it...

    Or he trolled harder than you?

  2. Re:What about Save As PDF on Firefox 19 Launches With Built-In PDF Viewer · · Score: 3, Insightful

    +1
    I've been using PDFCreator for years now.

  3. Re:See ya, Slashdot. on Reasons You're Not Getting Interviews; Plus Some Crazy Real Resume Mistakes · · Score: 1

    I'm another clueless slashdoter in agreement with the parent post...

    *shrugs*

  4. Re:in summary... on Reasons You're Not Getting Interviews; Plus Some Crazy Real Resume Mistakes · · Score: 1

    Well said... is not what we want to hear but the truth is we need to "align" our resumes for an easy match past HR

  5. Re:"some of the things on the list" on Reasons You're Not Getting Interviews; Plus Some Crazy Real Resume Mistakes · · Score: 1

    From experience, if you are applying for a job on the West Coast you will look more believable if you do NOT wear a suit.
    The rest of the world most likely will expect you to dress up as usual.

  6. Re:The summary is misleading a best on Computers Shown To Be Better Than Docs At Diagnosing, Prescribing Treatment · · Score: 1

    The other question is if this AI "Doctor" be required to purchase malpractice insurance.
    Who is liable? The owner of the AI or the maker/designer?

  7. Exploitable system on Computers Shown To Be Better Than Docs At Diagnosing, Prescribing Treatment · · Score: 1

    So if I just get interviewed by a nurse that will enter my "symptoms" into the diagnosing computer I could game the system to prescribe pain medication and opiates...

    Profit!!

  8. Re:Hello grandpa! on Ask Slashdot: Programming / IT Jobs For Older, Retrained Workers? · · Score: 1

    Well I understand the negative reaction. We have to accept that programming has become a profession. What this should mean is that there should be a career/education path commonly accepted to achieve this. Unfortunately this path now requires years to learn and practice.

    The negative reaction is when people think they can just "pick it up" and probably in a few months start cashing some pay cheques.
    Is like saying you helped to cure your grandson from a bruise and placed a bandaid and now you are thinking of becoming a doctor. Comments from doctors would be similar.

    But even among seasoned programmers they find it hard to accept they are professionals and don't realize that the specialized knowledge they have came from years of practice and research. Many professional programmers get kicked around by their managers because of this perception of programming being just banging the keyboard until something comes out.

    My response to the original poster is to do some research first and decide in what he/she wants to specialize. I don't think anything today can compare to QBasic and MS Dos batch files, code complexity is the norm and data privacy responsibilities have legal consequences. So either he is trolling or was lazy and just figured the easiest thing was to fire a question to trusty old Slashdot.

  9. Re:Definition of a cap on Senators Seek H-1B Cap That Can Reach 300,000 · · Score: 1

    +1

  10. Re:Definition of a cap on Senators Seek H-1B Cap That Can Reach 300,000 · · Score: 1

    Working to death is a bit harsh. What is more realistic is working past our "retiring" age.
    With no retiring savings and possibly almost no pension to support us even with a frugal lifestyle, we will be forced to work hoping that our mind and body remain healthy.

  11. Re:Hate to say this but: It's because of self-este on If Tech Is So Important, Why Are IT Wages Flat? · · Score: 1

    Indeed

  12. Re:It's extremelly hard to value an IT worker on If Tech Is So Important, Why Are IT Wages Flat? · · Score: 1

    +1 Interesting

  13. Re:Work for smaller firms on If Tech Is So Important, Why Are IT Wages Flat? · · Score: 1

    +1 Well said

  14. Re:Don't trust hardware you don't own. on Attack Steals Crypto Key From Co-Located Virtual Machines · · Score: 1

    Perfectly said but, when you are giving away the keys you are trusting your cloud provider 100%.

    When your boss asks you, are we 100% sure that we can trust the cloud what would you say?

    The government/hacker group can come to your cloud provider and shut you down base on something done without warning. Usually done by one of your employees, or the cloud provider employees. Probably they were hosting something illegal/controversial in your cloud space without you knowing. How do you recover? How do you setup gigabytes of data and code on another server in a short time?

  15. Re:What is there to dispute? on What's the Shelf Life of a Programmer? · · Score: 1

    So... you stick to java?

  16. Re:What is there to dispute? on What's the Shelf Life of a Programmer? · · Score: 1

    Wow I'm 40ish and using Java so I guess I'm with the in crowd.
    Where are those cute female java coders? I want to teach them how to catch exceptions properly

  17. Re:Young people thinking they know everything? on What's the Shelf Life of a Programmer? · · Score: 1

    You sound young!

  18. Re:But what is "staying up to date"? on What's the Shelf Life of a Programmer? · · Score: 1

    So true.

    When working on a new project I set the objectives and the architecture and then force my way through looking how to design and implement it.
    Sometimes is PHP, sometimes is Java but I know when something has to work and I just research/google the missing part.

    Keeping an open mind and making the right design decisions comes with experience.

  19. Re:New Godwin's Law Required on What's the Shelf Life of a Programmer? · · Score: 1

    Or if they think assembler is perfectly fine compared to all those sugar coated languages.

  20. Re:Don't trust anyone under 30... on What's the Shelf Life of a Programmer? · · Score: 1

    If I may borrow that metaphor then as long as the Rolling Stones are still touring...
    Come on Mick, one more gig!!

  21. Re:This is how the Y2K to H1B deluge happened. on What's the Shelf Life of a Programmer? · · Score: 1

    lol
    Cool story... bro.

  22. Re:Old Coders on What's the Shelf Life of a Programmer? · · Score: 1

    Reads.
    Wipes eyes.
    Re-reads....
    75 years old?? O.o

  23. Re:One reason comes to mind .. ego! on What's the Shelf Life of a Programmer? · · Score: 1

    Well said.

  24. Re:software patterns don't change on What's the Shelf Life of a Programmer? · · Score: 1

    True, but I worked with some great math people that wrote terrible code. Almost like trying to make java look like fortran. It was hell maintaining their code.

  25. If you are a procedural programmer... on What's the Shelf Life of a Programmer? · · Score: 1

    Amazingly there are a lot of procedural programers out there that still have to bend their minds around Object Oriented Development.
    You can take the courses for java, C# and other OOP languages but you will be left wondering why all the trouble to apparently do the same thing.

    You need to read "Object-oriented Software Construction" by Bertrand Meyer
    Written at the beginning of the OO methodologies (circa 1998)

    It was required reading when I was in University and many concepts he explains in his book are very valid today.