Slashdot Mirror


User: dwpro

dwpro's activity in the archive.

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

Comments · 822

  1. I agree with nearly all of your comment, but I take issue with the North Korean bit, particularly the statement "aren't a nice government." That is a tremendous understatement and an injustice to the human rights travesty that is North Korea. I _hate_ Sony and have little tolerance for this sort of governmental overreach, if this helps the plight of the average North Korean it would give me pause.

  2. Re:Waste of time and money on Undersized Grouper Case Lands In Supreme Court · · Score: 1

    Whoever knowingly alters, destroys, mutilates, conceals, covers up, falsifies, or makes a false entry in any record, document, or tangible object with the intent to impede, obstruct, or influence the investigation or proper administration of any matter...

    I think this falls squarely in the conceal/cover up arena when said evidence is tossed into the ocean.

  3. Re:You need enough rope to hang yourself on The Effect of Programming Language On Software Quality · · Score: 1

    people who use dynamic languages often find after a while that simple type errors actually happen to be quite a rare occurrence unless you're a total pig

    Hah! Yeah right. I guess it's just the "pig" programmers who can't remember to mentally evaluate the type of each variable at each and every operation in code while they work. What sloths they must be.

  4. Re:There's a clue shortage on The Great IT Hiring He-Said / She-Said · · Score: 1

    I agree that 3 vs 5 years of experience in something used primarily if not exclusively 40hrs a week would probably not merit a great deal of additional value, and diminishing returns from there. However, it seems quite the norm to claim years of experience for things we use partially or intermittently quite generously. Never do I find years of experience in products listed to add up to the total of years they've been in the industry on a resume.

  5. Re:There's a clue shortage on The Great IT Hiring He-Said / She-Said · · Score: 1

    You're right in theory, but in this industry it's rare to do only one thing, and 40% more time of exposure to a product probably means you're more intimate with both this product and other related products/scenarios. I have about a decade in the industry now doing roughly similar things, the 10 year version of me is leaps and bounds above the 5 year me in terms of value. It's easy to see in interviews who has been in the trenches and who has not, and x number of years is often an indicator.

  6. Re:So... on Microsoft Enters the Wearables Market With 'Band' · · Score: 1

    They should use "the shape I'm in", but knowing MS they'll probably use "the weight" instead.

  7. Re:Redistribution of wealth is theft on Statisticians Study Who Was Helped Most By Obamacare · · Score: 1

    You wouldn't have to work so hard if you bothered to use all the services provided to you for free. If you didn't have to build your own roads, educate your own workforce, inspect your own food, maintain your own currency, etc. You could afford some the awesome luxuries afforded by "wealth redistribution" and your bootstraps wouldn't be so worn from all the pulling.

  8. Re:Git Is Not The Be All End All on Help ESR Stamp Out CVS and SVN In Our Lifetime · · Score: 1

    A single point of failure is a big problem.

    Obviously, that's why you back it up and have fail-over if that's necessary. A single source of truth is a big plus, as is being able to use that single source of truth for code migrations to environments, history for audits, etc.

    The second biggest advantage is that backups are completely free.

    Nothing in this world is free. Using developer machines for backup isn't an optimal (or, IMO tenable) solution if you're serious about business continuity.

  9. Re:I live in the Northeast part of Austin... on Google Fiber To Launch In Austin, Texas In December · · Score: 1

    South Austinite here. I find it laughable you'd blame us for gobbling up the budget. How's that $105 million commuter rail? I hope it's not too crowded.

  10. Re:Perl and VBA will live for a long while yet on Goodbye, World? 5 Languages That Might Not Be Long For This World · · Score: 1

    damn, slashcode ate my chars, VBA <> VB.net

  11. Re:Perl and VBA will live for a long while yet on Goodbye, World? 5 Languages That Might Not Be Long For This World · · Score: 1

    you mean, VBA VB.net.

  12. Re:Barney on Texas Ebola Patient Dies · · Score: 2

    I know you're a highfalutin yank and all, but I wonder what you'd think if I'd made the same ignorant assumptions about hippie communes with holistic remedies and chakra massage to cure Ebola if the outbreak had started in New York.

  13. Coffea canephora = robusta = less important on Scientists Sequence Coffee Genome, Ponder Genetic Modification · · Score: 1

    For we many coffee snobs, changes to robusta beans won't affect us much, except for a few espresso blends. Until they genetically modify robusta to the equal of arabica, that is.

  14. McCain is 78 years old, and while Biden may have some awkward moments he's nowhere near as honest to goodness ignorant as Palin was. Nothing was manufactured about how little she knew about relevant issues. I just went and reviewed some of the transcripts of her early interviews...so painful. Regardless, the republicans running a disconnected financier in '12 while the US was still recovering from a devastating financial crisis was brain dead.

  15. Re:Putin is the most out of control leader on Invasion of Ukraine Continues As Russia Begins Nuclear Weapons Sabre Rattling · · Score: 1

    You mean the Iraq led by a demonstrably psychopathic leader who had previously invaded Kuwait and and gassed the Kurdish in an attempted genocide and had thrown out the UN weapon inspectors out of the country 3 years prior? Yeah, that sounds comparable to this invasion.

  16. I don't see the fall of Yanukovych as a coup where the US had any major involvement. Are you suggesting the majority of the Ukrainians didn't want to join the EU? I saw the coup as more driven by the violent overreaction of Yanukovych to the protests rather than any foreign involvement, but I'd be happy to be informed otherwise. It's not worth debating the annexation argument, false equivalency.

  17. Re:A modern solution on Invasion of Ukraine Continues As Russia Begins Nuclear Weapons Sabre Rattling · · Score: 1

    Well of course he has a stronger influence than Ukraine over the "rebels" he reinforces with military equipment and personnel. The fact that you see this as an attempt to "defuse" a situation he created whole cloth is beyond discouraging.

  18. Re:Where are these photos? on Reported iCloud Hack Leaks Hundreds of Private Celebrity Photos · · Score: 1

    Privacy isn't about looking the other way when someone posts nabbed nudie pics. If the bank isn't securing your bank box from the public and your love letters from high school get out, that isn't a privacy issue, it's a security issue. That would be unrelated to the NSA getting backdoor access to go through your bank box from the bank with no oversight.

  19. agility is more important than control on Ask Slashdot: What Do You Wish You'd Known Starting Out As a Programmer? · · Score: 1

    Fresh out of college I was confident that things like GUIs are optional and code generation was a fad, and that the latest versions of frameworks weren't worth using until they'd been released for at least a year (I probably read too much /.). After some time I found that laboriously written code that would later be rendered broken or inferior when technology advanced, and new tools could automate what my code did, but often quicker, better, or in a more maintainable way. People around me were frequently mentioning new tools, but I was too hard-headed to listen. I could have saved myself tons of work on code that later became a burden to the organization. Don't be afraid to experiment with tools and techniques that will save you time, you don't need to have control of everything.

  20. Re:Insignificant...unless you're the bird on Solar Plant Sets Birds On Fire As They Fly Overhead · · Score: 1

    4. Birds need some predators, we have many cats in my neighborhood and yet the pigeons and doves are legion.

  21. Re:Two things.... on Apple's App Store Needs a Radical Revamp; How Would You Go About It? · · Score: 1

    Every retail market is different, there is no standard. Brick and mortar overhead should not be compared to hosting a web service in terms of what constitutes a justifiable markup.

  22. Re:Just like C then? on Oracle Hasn't Killed Java -- But There's Still Time · · Score: 1

    personally, I _love_ some of the innovations in the languages and platforms I've seen in my programming career that serve to reduce boilerplate/bloat and insert, standardize, and support useful libraries into the core language. Java will assuredly lose market share if Oracle doesn't provide good stewardship over the language and do all it can to augment the tooling, or competitors that provide a better programming experience will supplant them.

  23. Re:Pft on The Daily Harassment of Women In the Game Industry · · Score: 3, Interesting

    I found nothing definitive, but here's what I gather (using US as baseline since we're talking American football):

    Women weight: 163 lbs Bench Press (untrained): 80 lbs Bench Press (novice): 90 lbs Men weight: 163 lbs Bench Press (untrained): 135 lbs Bench Press (novice): 175 lbs Linebacker weight: 245 lbs Bench Press: 370 lbs

    My results are inconclusive but my best guess is that linebackers are modestly larger and stronger ((26% & 111%) proportionally to average men, versus men to women (18% & 94%).

    Sources:
    http://en.wikipedia.org/wiki/B...
    http://www.exrx.net/Testing/We...
    http://wiki.answers.com/Q/What...
    http://sports.espn.go.com/nfl/...

  24. Re:The same way many global warming papers got pub on How Did Those STAP Stem Cell Papers Get Accepted In the First Place? · · Score: 1

    I don't think I've ever heard of a reviewer actually attempting to replicate research themselves as part of the peer-review process.

    My wife actually had a reviewer go out into the bush and collect data to counter one of her assumptions, despite numerous publications making the same assumption. Some people just can't help themselves.

  25. I do, but I learned to code on ultrasparcs in the computer lab, so vim was about all that would run. I probably never gave emacs a fair shake in later days, but I never saw a compelling reason to switch and enjoy the benefits of vim (I'm a minimalist at heart). I almost always have an instance of gvim running for quick data manipulation beside visual studios in my daily grind, in addition to the vsvim plugin for visual studios. Age 33.