Slashdot Mirror


User: Nerdfest

Nerdfest's activity in the archive.

Stories
0
Comments
3,562
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,562

  1. Re:How is this legal? on Employers Switching From Payroll Checks To Prepaid Cards With Fees · · Score: 0

    Clerical workers should not have better wages and retirement packages than engineers.

    Which is unfortunately what happens when unions are involved. People say "well, then maybe engineers should unionize". I'd hate to see what happened to innovation and responsibility over the long term if it happened to any large degree,

  2. Re:How is this legal? on Employers Switching From Payroll Checks To Prepaid Cards With Fees · · Score: 1

    I should state that this really only apples to public sector. If private sector companies have unions but are not forced to, competition will sort things out.

  3. Re:How is this legal? on Employers Switching From Payroll Checks To Prepaid Cards With Fees · · Score: 0

    Yes. the people in unions making high wages for menial jobs and driving up the cost of living for others. The problem I have with unions is that they (tend to) break the supply and demand relationship that normally occurs. Normally, wages are determined by the number of people available for a job and the amount of skill or training required to do it. The typical union breaks that and you get things happening like bus drivers being paid more than nurses or police, purely because they've gone on strike and held the public hostage, where others can't. A very large number of people wanting these jobs at these wages should drive down the wage, but of course it doesn't. It breaks basic economics and everyone (except the bus drivers) suffers for it.

  4. Re:How is this legal? on Employers Switching From Payroll Checks To Prepaid Cards With Fees · · Score: 1, Insightful

    Having a lot of unions also tends to raise the cost of living for everyone.

  5. Re:As a concerned Canadian on WA Post Publishes 4 More Slides On Data Collection From Google, Et Al · · Score: 1

    How would you suggest these people be punished? They're in government positions and have violated the constitution of the country and acted against the interests of the populace. Serious question.

  6. Re:As a concerned Canadian on WA Post Publishes 4 More Slides On Data Collection From Google, Et Al · · Score: 2

    ... and go where? Assuming it's true, all of the big players are there. Anyone who gets big enough will just get added to the list. I block javascript and cookies for the most part and encrypt any data I want kept save if I put it in 'cloud' storage. I'm not even sure if these companies had any way to refuse or warn the public about this, but I'm disappointed that someone didn't pull a 'Snowden'. The real problem here is not the companies, it's the government. People need to go to prison for this, from the FBA/CIA all the way up to the Whitehouse.

  7. Re:Well that validates the 'weasel word' disclaime on WA Post Publishes 4 More Slides On Data Collection From Google, Et Al · · Score: 1

    ... and to the person that said the devices were in ISPs, it's unlikely because of the prevalence of SSL. The equipment would need to be behind the company firewalls.

  8. Re:Sheeple follow their games on You Will Get DirectX 11.2 Only With Windows 8.1 · · Score: 1

    If they don't do it, they're almost guaranteed to lose.

  9. Re:wait what? on L.A. School District's 30,000 iPads May Come With Free Lock-In · · Score: 1, Insightful

    Free Macs for the staff for buying Apple probably.

  10. Re:Crippled crap... on L.A. School District's 30,000 iPads May Come With Free Lock-In · · Score: 0

    Maybe they will, but of course, then they'll need to buy a developer licence, and a Mac. The title of this thread is at least half correct; iPads are very much crippled, and most of it is very much by design.

  11. Re:For those of you like me who don't have a clue. on World's First Tizen Tablet · · Score: 2

    Aren't they releasing stock Android versions of the S4? People do miss 'real' Android. The Samsung skin takes away far more value than it adds, in my opinion, and obviously many others as well.

  12. Re:DRM is here to stay on Reject DRM and You Risk Walling Off Parts of the Web, Says W3C Chief · · Score: 0

    That puts up a pretty severe barrier to entry for any non-incumbent. Microsoft and Apple will certainly support it (note: that's normally a very bad thing)

  13. Walling off on Reject DRM and You Risk Walling Off Parts of the Web, Says W3C Chief · · Score: 5, Insightful

    Weasel words. Walling off content is effectively the same thing.

  14. Re:Really? on Review: Oracle Database 12c · · Score: 0

    Actually, you'll have a lot of trouble doing that with Oracle.

  15. Re: Nothing does on Join COBOL's Next Generation · · Score: 1

    It's not integer, but characters. A 2 byte int would have let them avoid problems for another 60K years or so.

  16. Re:Nothing does on Join COBOL's Next Generation · · Score: 1

    The really funny thing about this is that one of Grace Hopper's famous quotes is "The most damaging phrase in the language is: We've always done it this way", the mantra of many COBOL shops.

  17. Re:Nothing does on Join COBOL's Next Generation · · Score: 1

    Yes, but like a few other languages, COBOL makes writing bad code easy. A good language should make writing *clean* code easy.

  18. Re:Nothing does on Join COBOL's Next Generation · · Score: 1

    I've worked with everything from machine language and microcode to Ruby. My dislike for COBOL comes from working with COBOL.

  19. Re: Nothing does on Join COBOL's Next Generation · · Score: 1

    Come on, how are they going to create the next Y2K fiasco with that kind of thinking.

  20. Re:Nothing does on Join COBOL's Next Generation · · Score: 3, Insightful

    It may be possible, but you shouldn't have to bend or force the language to make it do the right thing. A language should make doing things the "right" way easy.

  21. Re:Nothing does on Join COBOL's Next Generation · · Score: 2

    COBOL was breated not to be the perfect language for business, but to be a language that was easy enough for an average 'business-person' that was not a programmer, to write programs. The end result unfortunately was that lots of average 'business-people' wrote software. In general, it ended up being a tangled mess that is still (barely) running many years later and few know how to maintain or replace it. Be careful what you wish for,

  22. Re:Nothing does on Join COBOL's Next Generation · · Score: 4, Insightful

    I will also add that the reason it's so hard to get rid of is that most software written in COBOl tends to be a tangled mess that can't be easily split up and decoubled, replacing parts with more modern, usable languages. It tends to be an all or nothing venture. It has very little, if anything to do with it being the best language for the job.

  23. Re:Nothing does on Join COBOL's Next Generation · · Score: 3, Interesting

    If you mean solving business-related information technology problems in a concise and maintainable way, I think you're very, very wrong. COBOL is a horrible, wordy language. If you mean wearing out developer's keyboards, you are more correct. COBOL is too verbose to be easily legible. I'm of the opinion that there is an ideal level of information density when it comes to conveying the intent of a piece of software. At one end is assembly, and at the other is COBOL. neither are good. C approaches it from one end and probably something like Python from the other. Both are for more usable, maintable, and flexible languages.

    I'm of the opinion that if you enjoy writing code in COBOL you either haven't used anything else or you're a masochist.

  24. Re:It's not the layoffs on Perspectives On the Latest IBM Layoffs · · Score: 3, Interesting

    If you're still buying software or services from IBM, you deserve what you get, and vice-versa.

  25. Re:Meh on Google Preparing "Google Mine" For Organizing and Sharing Your Stuff On Google+ · · Score: 4, Informative

    I'll assume that since you're not an AC this is a serious complaint and not FUD. You can stop the "auto-backup" of all photos under Settings/Accounts/Google/Google+/Camera & Photos/Auto-Backup ... just set it to "Off". Here's hoping this doesn't get modded down as well. I've just about had it with the various FUD and astro-turfing campaigns going on right now.