Slashdot Mirror


User: mrflash818

mrflash818's activity in the archive.

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

Comments · 433

  1. We jumped out on Tech Sector Slow To Hire · · Score: 1

    "I'd really like to see someone who can solve trivial problems in java. Maybe our internal recruitment team just sucks, but I just did yet another interview with a candidate who got stuck for almost 3 minutes trying to figure out why eclipse was complaining about their HashMap."

    I would be curious about whether you were hiring someone stating they had years of work experience, or fresh out of school?

    It is my opinion that the employers goal is to get the most work out of an employee at the least cost.

    The employees goal is to get the most reward for the least effort.

    If the expectations for a career in IT is constant downward pressure on salary with simultaneous increases in workload, then the employee (or candidate) should persue Plan B :)

    I did WebSphere (J2EE stuff) for six years. Now I have a nice 3day telecommute job, and kept my salary.

    My colleagues that stayed in IT had the CTO announce huge outsourcing to IBM in the past few years, and people that retire or leave... are not being replaced.

    Might be a good time for others to persue Plan B until the economics of being in IT (or development) improve....

  2. Do not reinvent the wheel... not so easy for me on Programming Things I Wish I Knew Earlier · · Score: 1

    "Don't use Hadoop MapReduce until you have a solid reason why xargs won't solve your problem. Don't implement your own lockservice when Linux's advisory file locking works just fine. Don't do image processing work with PIL unless you have proven that command-line ImageMagick won't do the job. Modern Linux distributions are capable of a lot, and most hard problems are already solved for you. You just need to know where to look."

    Ah, this last sentence is what made it a challenge. You get out of school, where most assignments were to code up projects from scratch, writing it all yourself.

    Now you are a professional, and for me there was so much preexisting stuff _that_I_was_unaware_existed_.

    I knew how to program using the languages and libraries of the language (C, C++, Java). I learned about Design Patterns. Yet it does not seem that there is a way for people to find reference material, or perhaps a catalog, of preexisting libraries or modules, or even other programs that can be used.

    I now know Perl has one (CPAN). I didn't know about it when I was new.
    I know PHP has one (PEAR). I didn't know about it when I was new.
    etc.

    So for the article's point about knowing there are things pre-built to use, like Image Magik: how does the programmer community go about informing each other about creating and using such repositories of preexisting programs, Freshmeat?!

    Example: Maybe I can study the source code of Pidgin (I have) and see they are using gtk, and have a library in libpurple of how the program can interact with IM clients.

    But, are we then supposed to have and find the time to analyse lots of programs, case-by-case to then ferret out the existance of things we can use that preexist?

    I do not think I ever had that much time, unless I never get sleep, and never see my family, and work 20hr days... forever?

  3. dev. staging/qa, live on Should Developers Have Access To Production? · · Score: 1

    I do not think developers need access to the back-end of production servers. Being able to read the production logs, and having produciton code that can spew meaningful errors should be enough.

    Be able to set a debug=true, or --verbose flag in the code, that spews a lot of information, as needed.

    For a mid to large environment, web server type stuff, it is my opinion to go a route like this:

    Ideally have the developer develop as its own version tag (cvs or such) on their work station in isolation, then move to a dev environment to vette out any gotchas.

    Once vetted, then have the frozen tagged updates applied to the staging environment, which should be 'as close to as what is on production' as possible. If all goes well, great: becomes part of next release candidate.

    Put tested release on a subset of production.

    Once that seems to be doing well, then migrate production wide. (Certainly developers should have read access to server logs, as a good prod environment can even send prod logs to be duplicated to somewhere 'safe' for analysis.)

  4. So, basically an adaptive traceroute? on Incorporating Swarm Intelligence Into Computer AI · · Score: 2, Insightful

    Kinda sounds like an adaptive traceroute. Perhaps traceroute was antlike before it became in vogue :)

  5. Depends on the language. In php it would be on US Students Struggle With Understanding of the 'Equal' Sign · · Score: 1

    === to test equality

    I think ADA was := [ http://groups.engin.umd.umich.edu/CIS/course.des/cis400/ada/array_summation.html ]

    Java, C, and C++ use ==

    Shell script, eq. ...If I am remembering correctly :)

  6. Follow the money on Microsoft May Back Off of .NET Languages · · Score: 0, Troll

    In my opinion M$ cash cow is their 'all corporations seem forced to use' OS and their 'all corporations seem forced to use' office suite.

    Anything else, based on the behavior during the company's history, fades away after big announcements that it will be 'the next big thing.'

    Just follow the money.

  7. Computer science is offshoring quite a bit on Steve Furber On Why Kids Are Turned Off To Computing Classes · · Score: 1

    It may be that students are also being informed about all the IT and programming offshoring that takes place.

    Why take classes and study for a profession with currently low job prospects, unless you are in a country that is a popular offshoring provider?

  8. Scary accurate :) on Steve Furber On Why Kids Are Turned Off To Computing Classes · · Score: 1

    I started in 1999, and got paid to do Java (J2EE stuff).

    I wonder what the 'language de jour' is nowadays?

  9. Maybe they are being warned of the long work hours on Steve Furber On Why Kids Are Turned Off To Computing Classes · · Score: 1

    When I started being a professional programmer, I was naive.

    I had no idea how demanding the work was, in terms of hours expected.

    Perhaps they are being informed of more than just how to be a programmer, and therefore choosing other studies and career choices?

  10. Intel settles another unfair competition lawsuit on Dell Settles With the SEC For $100M · · Score: 1

    "Intel Corp (INTC.O) has agreed to stop using threats and bundled prices to hamper competition, settling charges that it illegally abused its market dominance in microprocessors, the Federal Trade Commission said on Wednesday."

    http://www.reuters.com/article/idUSTRE6733I420100804

  11. Sex... or orgasms? on Sex Boosts Brain Growth · · Score: 1

    If geeks are doing a lot of one-handed-typing and the study is really proving high orgasm frequency, then _that_ would prove why /. has such an intellectual discussion range.

    P0RN site ==> /. ==> /. posts ;)

  12. I watched Braddock demo it. on A $20 8-Bit Wikipedia Reader For Your TV · · Score: 1

    It was easy to read the text on a standard (non-HD) TV screen.

  13. Sounds nice, but... on World's Fastest Hybrid OK'd For Production · · Score: 1

    Will it be FlexFuel? :)

  14. That's what makes your AMD chips more affordable. on Dell Settles With the SEC For $100M · · Score: 1

    Yep.

    Now just waiting to see if the ARM netbooks continue to evolve to the point they become widely available, and easy to both install and run Debian on.

    Then the x86 market can be competed with via ARM for netbooks and low power mobile computing.

  15. So tired of Intel and Microsoft on Dell Settles With the SEC For $100M · · Score: 1

    They both get caught.
    They both get punished.

    Yet, they are teflon, and seem to come out unscathed. Still monopolists, too. (sad sigh)

    All I can do is continue to use AMD and Linux, advocate AMD and Linux.

    Wish Intel and Microsoft would fade away....

  16. groklaw is to sco... on Judge Rejects SCO's Motion For a New Trial · · Score: 1

    groklaw is to sco as theoildrum is to bp :)

  17. Re:Groklaw link on Judge Rejects SCO's Motion For a New Trial · · Score: 1

    Agreed!

    Groklaw is the authoritive place for this case, in my opinion.

  18. Not smarter or dumber - but good for research on Does the Internet Make Humanity Smarter Or Dumber? · · Score: 2, Informative

    It is my opinion that the internet does not affect peoples' intelligence at all.

    What I think the internet (in combination with excellent search engines like google) does, and is pretty wonderful at, is making a wide variety of communication and knowledge available at very low cost.

    Examples:
    When I needed to find a procedure on how to change the clutch on my car, a bit of googling, and there was someone that had done it for my model car, step-by-step, with photographs! It _saved_ me.

    Learning that there was an opensource anti-virus software that I could use for my Linux box (clamav) and that it had a M$ port (clamwin).

    news.google.com for learning about things happening as news, globally.

  19. I haven't forgotten the pentium 90 math bug fiasco on Intel Targets AMD With Affordable Unlocked CPUs · · Score: 1

    I haven't forgotten the pentium 90 math bug fiasco.
    http://en.wikipedia.org/wiki/Pentium_FDIV_bug

    I have used AMD exclusively since then, and will continue to do so.

  20. Good news coverage and discussios at theoildrum on BP Prepares Complex "Top Kill" Bid To Plug Well · · Score: 1

    I recommending following the news stories and discussions at the news blog http://theoildrum.com/

    They have some excellent coverage, in my humble opinion.

  21. So, the limit as geekiness approaches infinity... on NIST Releases Updated Handbook of Math Functions · · Score: 1

    ...is procreation probability approaches zero?

  22. The wife factor - so true! on One In Eight To Cut Cable and Satellite TV In 2010 · · Score: 1

    I'd be saving about $300/month, as my wife insists on
    dirrectv and her...
    iPhone with all that extra cost of '3G' and a...
    gym membership that she rarely uses, but we pay for! (aaargh!) :)

    My only 'luxury costs' are dsl (I guess $50/month?) and netflix (gee a whole $10/month).

  23. my kids prefer netflix online on our wii on One In Eight To Cut Cable and Satellite TV In 2010 · · Score: 1

    We have directtv, basic with the extra kids and science channels.

    Personally, I am ready to no longer have dirrectv, as most things I like, I can find on netflix online.

    My kids definitely like watching all the kids and family-friendly shows using netflix online on the wii. It doesn't even need to keep the netflix DVD in the machine, as long as you keep it powered up, so prevents my kids (7yr old and 4yr old) from scratching the disk.

    My wife is the reason we still have dirrecttv. She considers her 'science shows' on mummies (yawn) and such as a 'must have.'

    All this to say: We are pretty close, as a family, to not needing cable tv or satellite tv, thanks to netflix and the internet.

  24. Counter example on SETI To Release Data To the Public · · Score: 1

    It is my opinion that the proof of existance of other sentient communications would be profound, akin to proof of religious dieties existances.

  25. You mean the 'wow signal'? on SETI To Release Data To the Public · · Score: 4, Informative

    You mean the 'wow signal'?

    http://en.wikipedia.org/wiki/Wow_signal