Slashdot Mirror


Trump Orders Government To Stop Work On Y2K Bug, 17 Years Later (bloomberg.com)

The federal government will finally stop preparing for the Y2K bug, seventeen years after it came and went. Yes, you read that right. Bloomberg reports: The Trump administration announced Thursday that it would eliminate dozens of paperwork requirements for federal agencies, including an obscure rule that requires them to continue providing updates on their preparedness for a bug that afflicted some computers at the turn of the century. As another example, the Pentagon will be freed from a requirement that it file a report every time a small business vendor is paid, a task that consumed some 1,200 man-hours every year. Seven of the more than 50 paperwork requirements the White House eliminated on Thursday dealt with the Y2K bug, according to a memo OMB released. Officials at the agency estimate the changes could save tens of thousands of man-hours across the federal government. The agency didn't provide an estimate of how much time is currently spent on Y2K paperwork, but Linda Springer, an OMB senior adviser, acknowledged that it isn't a lot since those requirements are already often ignored in practice.

245 of 460 comments (clear)

  1. What about the Y2K38 bug? by Anonymous Coward · · Score: 1

    It's almost here!

    1. Re: What about the Y2K38 bug? by Anonymous Coward · · Score: 3, Insightful

      That's on the desktop, of course. Amongst the serious computers Linux has, what, maybe 50% of the market share?

      I suppose Android's been fixed.

    2. Re: What about the Y2K38 bug? by Aighearach · · Score: 2

      No no no. Simply switching to a 64 bit linux will be enough for linux users to avoid the bug; a switch most already made.

      The problem is going to be appliances, not just linux but *BSD too. And combined, the *nixes make up the majority of appliance computers, and many are 32 bit.

      All sorts of things from routers to air conditioners might stop working. Or at least, operate at the wrong times until somebody changes the date.

    3. Re:What about the Y2K38 bug? by Cipheron · · Score: 5, Informative

      Y2K38 bug already leaked over into politics:

      http://www.cnsnews.com/news/ar...

      “I asked CBO to run the model going out and they told me that their **computer simulation crashes** in 2037 because CBO can’t conceive of any way in which the economy can continue past the year 2037 because of debt burdens,” said Ryan."

      So the CBO's forecase software could get *up* to 2037, but not past it, i.e. it couldn't compute figures for 2038. What's the more logical explanation, a "does not compute" error, or that they were using Unix 32 bit time?

    4. Re: What about the Y2K38 bug? by OrangeTide · · Score: 1

      Windows used to blow up after 49.7 days.

      There are millions of embedded devices using Unix Epoch and a 32-bit signed value. Y2038 is a much bigger problem than Y2K, and now that we use security certificates just about everywhere, you'll find a lot of inaccessible devices that think they have certificates that are too far in the past.

      We're pretty much doomed. I recommend investing in Amish technology like horse carriages and chicken feed.

      --
      “Common sense is not so common.” — Voltaire
    5. Re: What about the Y2K38 bug? by Dutch+Gun · · Score: 1

      All the IoT shit will go belly up? Hallelujah! The future is looking bright!

      --
      Irony: Agile development has too much intertia to be abandoned now.
    6. Re: What about the Y2K38 bug? by AC-x · · Score: 1

      If by "IoT shit" you mean your router, your network switch, your PVR, your car, your industrial control system, your ship navigation eqipment, your medical equipment etc.

    7. Re: What about the Y2K38 bug? by drnb · · Score: 3, Insightful

      I suppose Android's been fixed.

      Yes, but a super majority of users won't be able to get the patch.

    8. Re: What about the Y2K38 bug? by OrangeTide · · Score: 3

      And how many of them will be around in 18 years?

      Maybe half of them will still be around then, I don't really know. We still find Amigas running HVAC systems.

      If I'm a business owner and the badge reader on my warehouses work fine for 10 years, why would I replace them? I figured they would still work fine for another 10 years, only to find out that nobody can get into the building in 2038. And that's funny, all the repair people are too busy today to do anything about it. And I can't seem to leave a voicemail to the badge suppler because it keeps hanging up.

      Hopefully the traffic lights work. Depends on if your particular state's government is competent or not.

      --
      “Common sense is not so common.” — Voltaire
    9. Re: What about the Y2K38 bug? by AK+Marc · · Score: 1

      My linux router will have logs that have a bad timestamp. *yawn*.

    10. Re: What about the Y2K38 bug? by WaffleMonster · · Score: 1

      That bug is only an issue if you use Linux. Windows does not have that problem. If you use Windows, this isn't a problem. Linux has, what, maybe 2% of the market share? This isn't a big deal at all.

      There is some truth in this.

      Somehow Microsoft managed to update their compiler to make time_t 64-bit on 32-bit platforms without the world ending.

      At some point Linux ABI was updated to support files exceeding 2^31 bytes while retaining full backwards compatibility so I I'm not buying insurmountable technical justifications other than simple lack of will.

      Stance in Linux land as far as I've look into the issue seems to be either switch to a 64-bit platform or bugger off with little to no interest in a solution for 32-bit hardware.

      Given time scales systems are supported in the field and presence of any forward looking operations that may need to deal with or perform calculations based on the future this problem will very much end up disproportionately biting Linux users especially those running low end embedded processors that still don't or have only just relatively recently supported 64-bit kernels. Probably already too late regardless.

    11. Re: What about the Y2K38 bug? by Hognoxious · · Score: 4, Funny

      If it has systemd you wouldn't be able to read them anyway.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    12. Re: What about the Y2K38 bug? by darkain · · Score: 1

      You're making the assumption that all applications and databases built are using the CPU register size as a data type for storage for Unix Timestamps. This, however, is hardly the case. There are plenty of 32-bit applications that use 64-bit storage, and 64-bit applications that use 32-bit storage for timestamps.

    13. Re: What about the Y2K38 bug? by Chrisq · · Score: 1

      That bug is only an issue if you use Linux. Windows does not have that problem. If you use Windows, this isn't a problem. Linux has, what, maybe 2% of the market share? This isn't a big deal at all.

      This problem only effects 32-bit Linux. Most desktop and server users are now using 64-bit Linux. The main effect of this is likely to be on embedded systems.

    14. Re: What about the Y2K38 bug? by Nikademus · · Score: 1

      OpenBSD has been patched for this, even on 32 bit platforms.

      --
      I gave up with the idea of an useful sig...
    15. Re: What about the Y2K38 bug? by DrXym · · Score: 1

      Not at all because many bits of code might treat / assume that time_t is an int. It may even be that when they compiled to 64-bit and a bunch of warnings appeared they made them go away by just casting.

    16. Re: What about the Y2K38 bug? by DrXym · · Score: 1

      Y2K was an easy problem by comparison - fixing instances of 2 digit databases and code to use 4 digits (good til 9999). Fixing 2038 is going to be a massive clusterfuck. On the plus side I can look forward to some good paying contracting gigs to fix these issues.

    17. Re: What about the Y2K38 bug? by Rockoon · · Score: 1

      Also the fastest data type on AMD64 is still arguably 32-bit anyways, and under C's abstract machine definition that makes 32-bit integers the native type.

      --
      "His name was James Damore."
    18. Re: What about the Y2K38 bug? by Rockoon · · Score: 1

      Not at all because many bits of code might treat / assume that time_t is an int.

      The ISO standard pretty much says that it is, and even insists that its signed. It just doesnt say how big.

      --
      "His name was James Damore."
    19. Re: What about the Y2K38 bug? by Rockoon · · Score: 4, Insightful

      so I I'm not buying insurmountable technical justifications other than simple lack of will.

      It boils down to the fact that correctly handling time is complicated. Leap years, seconds, gregorian nonsense, .. the rules just pile up higher and higher. Nobody wants to touch that code and I dont blame them.

      --
      "His name was James Damore."
    20. Re:What about the Y2K38 bug? by Hentes · · Score: 1

      I'm not worried about it, by that point humanity will have already collapsed due to the Y2K36 NTP rollover.

    21. Re: What about the Y2K38 bug? by Entrope · · Score: 1

      Why is it arguably the fastest? I don't believe there are any x86 instructions where the latency is lower for 32-bit arguments than for 64-bit arguments, except perhaps division, which is almost entirely irrelevant because it used so rarely.

      There are cases where using smaller types improves throughput, but the number of places that are going to vectorize operations on timestamps can probably be counted on one hand.

    22. Re: What about the Y2K38 bug? by MoarSauce123 · · Score: 1

      You are right, when using Windows you have far bigger issues to deal with....and much sooner.

    23. Re: What about the Y2K38 bug? by Shirley+Marquez · · Score: 1

      That's only true for benchmarks that use a limited number of registers. In most real world cases x86-64 is faster because of the larger number of registers that are available in that mode, allowing a reduction in the number of instructions that get executed. (One now mostly irrelevant exception: Intel's first generation 64-bit x86 chip, the Pentium D, where performance was limited by instruction fetch rather than by the execution units. 64 bit code was usually slower on that processor because the larger pointers increased code size.)

    24. Re: What about the Y2K38 bug? by Bengie · · Score: 1

      In nearly all of my cases, 64bit mode is faster, sometimes over 2x. Tight code that needs to do a lot of 32bit operations that must be immediately flushed to memory are rare. If you're spamming objects everywhere to where pointers constitute much of your memory usage, your code is probably crap and has other issues to worry about. For all other situations, 64bit is probably faster. It allows processing the data is 1/2 the operations in many algorithms and the increased virtual memory space can be very useful for both fragmentation and security.

      Most managed memory languages have much greater overhead in metadata than pointers anyway. x32 is pretty much only useful for compiled native code.

    25. Re: What about the Y2K38 bug? by alexhs · · Score: 1

      This is disingenuous. You're confusing int with arithmetic type / integer. An int is a specific size of integer on a given compiling environment. size_t doesn't have to be an int and indeed it usually isn't on 64-bit platforms (because it's then usually 64-bit wide and most common platforms have 32 bits ints on 64-bit CPUs. It's ultimately a long long on my current Linux, and a long on my current macOS ). I don't find a requirement for size_t to be signed either. I've checked ISO/IEC 9899:TC2 and Open Group's Single UNIX ® Specification, Version 2. What kind of ISO standard did you see that in ?

      --
      I have discovered a truly marvelous proof of killer sig, which this margin is too narrow to contain.
    26. Re: What about the Y2K38 bug? by cayenne8 · · Score: 1
      This illustrates why we must question the NEED for any legislation state or federal that gets passed...in that once a law, or program is created, it is nye impossible to remove it!!!!

      Weren't we paying taxes for the 1812 war or something till only about a decade or so ago.....?

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    27. Re: What about the Y2K38 bug? by unixisc · · Score: 1

      How many legacy Unix installations are there that are stuck w/ it? Systems w/ SunOS, Ultrix, earlier Solaris versions, et al? The ones that can't be upgraded? If they are moved to the cloud, would the fix be available?

      Another way that DJT is far superior to both Bush & Obama

    28. Re: What about the Y2K38 bug? by unixisc · · Score: 1

      Was it just that, or did they use a timestamp that would stop in year 2^64 seconds?

    29. Re: What about the Y2K38 bug? by petermgreen · · Score: 1

      Fixing the kernel is a good step, but isn't enough.

      Indeed.

      First they need to deal with the kernel, then they need to deal with the libraries, and finally the applications. Trying to do this without breaking existing binaries is hard and right now the benefits of Y2K38 compliance are not seen to exceed the drawbacks of breaking existing binaries.

      There are people working quietly in the background to make the Linux kernel and glibc y2K38 compliant, the question is will they get their work completed in time for the distro and application devs to do their bit without a massive panic.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    30. Re: What about the Y2K38 bug? by petermgreen · · Score: 1

      At some point Linux ABI was updated to support files exceeding 2^31 bytes while retaining full backwards compatibility so I I'm not buying insurmountable technical justifications other than simple lack of will.

      There does in fact seem to be some progress taking a similar approach to large file suport..

      https://sourceware.org/glibc/w...
      https://github.com/3adev/y2038
      https://gitlab.com/bminor/glib...

      If/when it will be completed/merged I do not know.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    31. Re: What about the Y2K38 bug? by dougdonovan · · Score: 1

      keep an eye on msft stock.

    32. Re: What about the Y2K38 bug? by OrangeTide · · Score: 1

      If you're patching a system at the machine code level, it might be easier to modified all the signed checked to unsigned checks than to increase the size of the fields you are using. That would take the 31-bit date to a 32-bit date and you'd be OK until Y2106, delaying the problem for another generation.

      If you have source and can update the firmware of equipment then it's a whole lot easier. And C is so established in embedded you'll still find people who know it in 20 years. I just hire a few young interns who are starting their careers at embedded C programmers, they have another 40 years ahead of them as software engineers. And I'll still be working in 2037, although hopefully semi-retired. But taking contract jobs to patch Y2038 bugs seems like it will be good short term work for me.

      --
      “Common sense is not so common.” — Voltaire
    33. Re: What about the Y2K38 bug? by aaarrrgggh · · Score: 2

      Yeah... you would think they could simplify it so every second is just incremented, and have some standard libraries to convert to human form...

    34. Re: What about the Y2K38 bug? by Junta · · Score: 1

      The point was that the x32 ABI is the strategy of doing all 32 bit, but using the full complement of x86_64 registers.

      x32 != x86, x32 is a 32 bit subset of x86_64.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    35. Re: What about the Y2K38 bug? by jae471 · · Score: 1

      On the plus side I can look forward to some good paying contracting gigs to fix these issues.

      This is pretty much my retirement plan.

    36. Re: What about the Y2K38 bug? by bestweasel · · Score: 1

      But then lots of people who enjoyed the first one won't realize it's a sequel.

    37. Re: What about the Y2K38 bug? by guruevi · · Score: 1

      And a big "Woosh" on the majority of people here. Nice troll sir, nice troll.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    38. Re: What about the Y2K38 bug? by WaffleMonster · · Score: 1

      It boils down to the fact that correctly handling time is complicated. Leap years, seconds, gregorian nonsense, .. the rules just pile up higher and higher. Nobody wants to touch that code and I dont blame them.

      I'm sorry this makes no sense. Simply changing a data type does not make this any more or less difficult. You just have to create new system calls and alias them so that new code uses the 64-bit version and old code uses 32-bit.

    39. Re: What about the Y2K38 bug? by Rockoon · · Score: 1

      You just have to create new system calls and alias them so that new code uses the 64-bit version

      ..and verify that all time functions everywhere in the os now continue to give correct values.

      ...ah, those little things... that nobody that ever spoke like you... knows anything about.... clearly you arent a software developer, and not only that, you dont even fucking know one.

      --
      "His name was James Damore."
    40. Re: What about the Y2K38 bug? by Rockoon · · Score: 1

      Nobody said anything about the cpu mode.

      We are talking about the fastest word on the machine, and in both 32-bit and 64-bit mode those are specifically the registers eax, ebx, ecx, edx, ebp, esi, and edi. They are not the longer 64-bit forms rax, rbx, rcx, rdx

      There are also more 32-bit registers in total... a LOT more.. xmm1 through xmm16 can all work with 32-bit integers even on the lowest capability AMD64 chip from either intel or amd. They cant work with 64-bit integers until SSE3 or whatever defined 64-bit integers as a valid data-type for the registers to hold.

      I realize that you think you know what you are talking about, but really ... you arent even close. You are so far from the mark with your arguement that you honestly might as well not know anything. Thats compiler switch targeting 32-bit vs 64-bit isnt even part of the equation, but thats all you know.

      --
      "His name was James Damore."
    41. Re: What about the Y2K38 bug? by Rockoon · · Score: 1

      If your 32-bit posix doomsday time is unsigned, then it isnt doomsday in 2038.

      Make up your mind.

      --
      "His name was James Damore."
    42. Re: What about the Y2K38 bug? by F.Ultra · · Score: 1

      Much easier to do there since the OpenBSD project contains all the supported applications so they can simply rebuild it all. Far worse for something like Linux where it's popularity have put it into a situation where it have to support all those third party binaries.

    43. Re: What about the Y2K38 bug? by F.Ultra · · Score: 1

      Good thing it's signed or dates 1970 would be difficult to represent.

    44. Re: What about the Y2K38 bug? by F.Ultra · · Score: 1

      Until he found the journalctl command ;)

    45. Re: What about the Y2K38 bug? by F.Ultra · · Score: 1

      Microsoft managed to change time_t to 64-bit due to time_t not being widely used in Windows and because shared libraries on Windows rarely exchange time_t values (since that would break if you linked with an old dll that used the 32-bit time_t as you might imagine).

      Stance in Linux land regarding the issue is not to go 64-bit or be abandoned, there are plans in motion, it's just that there are a lot of code to go over and change since time_t is a central piece in Unix vs Windows where it's practically not used anywhere.

      GNU libc has this plan: https://sourceware.org/glibc/w...

      And the plans for the Linux kernel: https://lwn.net/Articles/64323... . Latest update: https://lwn.net/Articles/71707...

    46. Re: What about the Y2K38 bug? by F.Ultra · · Score: 1

      Not exactly, due to historical reasons some file systems still have 32-bit time stamps even on 64-bit machines. It will of course be fixed long before 2038 but there are still some work left to do.

    47. Re:What about the Y2K38 bug? by ebvwfbw · · Score: 1

      Only if you're still running a 32 bit machine. They changed the time var to 64 bit like 20 years ago when we started to see 64 bit machines. I've been checking for years. Occasionally I see 4 bytes. I think just bsd machines. Everyone else is using 8 bytes or 64 bits.

      So sorry, no problem as usual. Unix/Linux already handled it and nobody even noticed.

    48. Re: What about the Y2K38 bug? by AK+Marc · · Score: 1

      Yes, the end computer's time off will cause YouTube to fail, as YouTube defaults to HTTPS, which uses encryption, and dates on the client and server further apart than the certificate length will necessarily cause a failure to work.

      An intermediate router with no call-home features that's not doing certificate authentication will not be affected.

    49. Re: What about the Y2K38 bug? by WaffleMonster · · Score: 1

      ..and verify that all time functions everywhere in the os now continue to give correct values. ...ah, those little things... that nobody that ever spoke like you... knows anything about.... clearly you arent a software developer, and not only that, you dont even fucking know one.

      The issue is data types and aliasing not time specific logic. Check out links posted by petermgreen which go into great detail what is necessary.

      https://sourceware.org/glibc/w...

  2. 1200 man hours you say by Anonymous Coward · · Score: 5, Insightful

    As another example, the Pentagon will be freed from a requirement that it file a report every time a small business vendor is paid, a task that consumed some 1,200 man-hours every year.

    So they layed off one guy...whoopdedoo! Looks at those savings! Who wants a paper-trail of who the pentagon pays money too anyway?? What a zany idea.

    1. Re:1200 man hours you say by Pentium100 · · Score: 1

      While paper trails are great, I do not think there is a reason for a paper trail for purchasing, for example, a cheap pen.

      Also, the summary says that those regulations were already ignored in practice. This, in my opinion, is bad as selective following of rules can lead to a spiteful manager punishing an employee for ignoring the rules everyone else is ignoring. So, either follow the rules or change them.

    2. Re:1200 man hours you say by unrtst · · Score: 2

      You should be modded up.

      1,200 man-hours per year is LESS THAN one full time job.
      For reference, a 40hr/week job is 1880 - 2080hr/year (5 weeks vacation - zero vacation).

      I'm certain that the cost to make those changes was waaaay more than the cost of those 1200 man hours. I wouldn't be surprised if this article wasted more than 1,200 man hours of peoples time reading it. It's like trying to save money by shopping at whole foods so you can re-use the bags and save $0.05/bag, while paying more for everything else. That said, I do like the idea of removing laws/mandates/orders/muck/mire/etc.

    3. Re:1200 man hours you say by Anonymous Coward · · Score: 2, Funny

      While paper trails are great, I do not think there is a reason for a paper trail for purchasing, for example, a cheap pen.

      Also, the summary says that those regulations were already ignored in practice. This, in my opinion, is bad as selective following of rules can lead to a spiteful manager punishing an employee for ignoring the rules everyone else is ignoring. So, either follow the rules or change them.

      I worked in IT for a fed contractor for several years. I can tell you 100% no one ignores any regulation - they may not know about it but if they do they by-god work it out to the nth degree. They pull out some of the craziest things you've ever heard of. Why? Because they're some no-talent bureaucrat who probably couldn't tie their own shoes but they can read and they can exercise force over you, and they are in the union and cant be fired so what are you going to do?

      There are so many regulations that you cant possibly follow them all. People wonder why the VA and other Government IT/Security environment is so bad. Its because of stuff exactly like this. I was tasked with following regulations that were written in the 60's and made them to apply to networks today. One in particular we had was literally a copy of a type-written document. It was written literally before computers were used to generate documents, but it was supposed to be our guiding regulation building certain types of systems!

      The last straw for me was when we had a data-center with no AC. But we couldn't put in the AC, even though it was purchased, because some no-talent jackass decided we needed a lift study to put the 200lb compressor on the roof. Mind you, we could all go stand on the roof, and talk about it, but we couldnt put a compressor up there. But there was some paper pushing bureaucrat with nothing to do. And so I bet its still not got AC.

      I wish people understood how the government really works. These are the people who really run things, and they answer to no one and dont care whatever the consequences may be of their actions. So the more we can get rid of, and the more of these people we can fire, the better off we'll all be.

    4. Re:1200 man hours you say by ryanmetcalf · · Score: 1

      A cheap pen you say? How about nuts, bolts, and washers?
      http://www.cbsnews.com/news/wo...

      "An owner of a defunct company accused of bilking the Defense Department out of more than $20 million, including charging nearly $1 million to ship two 19-cent washers, pleaded guilty Thursday to federal wire fraud and money laundering. Charlene Corley owned plumbing and hardware equipment supply company C&D Distributors LLC with her sister, Darlene Wooten, who committed suicide last fall, reports CBS News correspondent Sharyl Attkisson."


      "Prosecutors said among the fraudulent charges were ones for $998,798 to ship two 19-cent lock washers, $492,097 to ship an $11 threaded plug, and $499,569 to ship 10 cotter pins worth $1.99 each."

    5. Re:1200 man hours you say by guruevi · · Score: 1

      1200 man hours in government? That's at least 5 or 6 desk jobs and a highly paid consultant.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    6. Re:1200 man hours you say by SmokeyRobot · · Score: 1

      I wish people understood how the government really works. These are the people who really run things, and they answer to no one and dont care whatever the consequences may be of their actions. So the more we can get rid of, and the more of these people we can fire, the better off we'll all be.

      As a former government contractor with parents and grandparents who all worked in civilian service with the Federal government I cannot stress how right you are. The bureaucracy is slow and inefficient which is why I hold some of the political views that I do.

    7. Re:1200 man hours you say by guruevi · · Score: 1

      Instead of going after the defunct company (which was probably an LLC anyway), who signed off on that purchase? Shouldn't they be prosecuted too?

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    8. Re:1200 man hours you say by Pentium100 · · Score: 1

      Well, a department could be allocated, say, $300/month for small expenses that do not need a paper trail.

      In my country there was a similar scandal - the army bought forks and knives for ~70EUR a piece.

      However, the problem was that it bought a lot of them (resulting in a huge sum). Another is the "public purchases" law that allows for such corruption (you can write requirements so that only one supplier fits them etc). OTOH, they should have been able to just send a couple of privates to the supermarket and asked them to buy forks or something like that.

      There has to be some sort of "cheap stuff" exception, as long as the amount of money is small. If a cup broke, it should be possible to just go and buy one (not gold plated etc) instead of taking several months to organize a "public purchase".

  3. And the Presidential directive was by Anonymous Coward · · Score: 5, Funny

    Signed and dated: 6/15/17

    1. Re:And the Presidential directive was by leathered · · Score: 5, Funny

      You've obviously not heard of the new months that have been recently added by executive order; Trumpember, Ivankuary and Covefebruary.

      --
      For all intensive porpoises your a bunch of rediculous loosers
  4. Y2K? by fredrated · · Score: 1

    Seriously? Is there anything else they are preparing for that has already come and gone?

    1. Re:Y2K? by Tulsa_Time · · Score: 1

      Yes.... the National Debt... and our ability to pay.

      You would have to lay out dollar bills end to end, from here to Jupiter to repay it... (doubled in the last 8 years....)
      (make the calculation.. it is scary).

      --
      5 out of 6 people enjoy Russian Roulette & 6 out of 7 Dwarfs are not Happy
    2. Re:Y2K? by Anonymous Coward · · Score: 1

      Not all Y2K bugs were expected to manifest immediately on Jan 1st, 2000.
      Also lots of Y2K remediations were band-aids that just kicked the can down the road rather than fix the problem permanently - like coming up with weird date encodings that still fit in the original number of bytes but will eventually overflow.

      Its possible this was all bullshit. Its also possible that these requirements were legit and eliminating them is going to open us up to unintended consequences.

    3. Re:Y2K? by Aighearach · · Score: 2

      I'm not ready to assume it has come and gone. My first question is; is this related to unpatched systems that are continuing to provide incorrect data? Don't jump to being credulous of narratives, there are always narratives offered.

    4. Re:Y2K? by phantomfive · · Score: 1

      Probably there won't be a debt-related crisis within the next few years

      Why? I can see no reasonable metric for determining when it will actually hit crisis..........

      --
      "First they came for the slanderers and i said nothing."
    5. Re:Y2K? by drnb · · Score: 1

      Seriously? Is there anything else they are preparing for that has already come and gone?

      There was a telephone tax that was to pay for the Spanish American War of 1898. I think it was paid off a decade or two ago, I'm not sure if the tax was removed.

    6. Re: Y2K? by bn-7bc · · Score: 1

      Pesonally I think that NATO are more concerned abour Russia now, the USSR had nor exsisted since well before 2000 and East germany (DDR) Is allso gone. But yes russia is kind of dangerous. What will Putin and is generals do next? I have no idea. But back to Y2k if Y2K is indeed bigger thsn the chsngrover from 1999 to 200o (well past now) and we still have iunsolved issues comming up in 11 years, then canceling efforts to fix the problems are. Indeed a bad idea ( imho not the first one MR Trump has had, including standing for election), meybe thr issue needs a rensme to something that makes it seem less like a thing in the past. Unfortunarly I have no good udeas arm, Y2K38 looks to mouch like Y2k to stressed out an tired people and might just seem like a minor rewrite to scam people/governmets out of a bit of extra cash.

    7. Re:Y2K? by gravewax · · Score: 2

      many of the bugs classified as Y2K bugs have NOT come and gone, they are still pending with various fixes that simply moved the milestone forward or known date limitations that will hit in the coming years. I don't know about any of the US systems but I am familiar with many of the systems in our country and personally know of several Y2K bugs that won't hit till the early 2020's

    8. Re:Y2K? by Anonymous Coward · · Score: 1

      Exactly. The "Y2K" bug was really an issue of storing year without century. It hits in 2000 if 1900 is your epoch, but I have also seen systems that moved that epoch to other dates like 1920,1930,1940 as a fix. Far enough back it didn't cause any issues with their data since there weren't dates older than that, but just delaying the problem by a few decades. The assumption was they'd have replaced the software entirely by then; which isn't necessarily the case.

    9. Re:Y2K? by Anonymous Coward · · Score: 1

      You do know that Trump is the first president since Bush Jr., to actually pay down the US national debt instead of "interest only" like what happened under Obama. The US debt is down nearly $440B in the last 3 months just under him.

    10. Re: Y2K? by Entrope · · Score: 1

      That's kind of a stupid reason to have periodic status reports, though. It's a good reason to have a current status report, and to update that when the status changes.

    11. Re:Y2K? by petermgreen · · Score: 1

      The big difference between Greece and the USA is.

      The US debt is denominated in US dollars, creation of US dollars is ultimately controlled by the US governement. If the US government wants to "print" it's way out of debt they are free to do so.

      The Greek debt is denominated in Euros, creation of Euros is not controlled by greece.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    12. Re:Y2K? by phantomfive · · Score: 1

      Does military expenditures exceed tax revenue in the USA yet?

      No, not even close. Military is not the largest expenditure in the US, healthcare is. The largest chunk of 'military' spending is on pensions and such for retired people, too.

      --
      "First they came for the slanderers and i said nothing."
  5. But what about Y2K38? by Anonymous Coward · · Score: 4, Interesting

    Gotta keep track of those unsigned 32-bit int timestamps, they're going to creep up on you in 2038.

    1. Re: But what about Y2K38? by Megane · · Score: 1

      Indeed. OS X years ago changed to using a double-precision float, which gives sub-microsecond precision for the prime epoch, and can even deal with Y10K and beyond.

      As long as user software declares time values as time_t, Y2038 will work correctly if the OS can deal with it.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    2. Re: But what about Y2K38? by Anonymous Coward · · Score: 2, Informative

      Are you really that stupid?
      I can't imagine.
      There are A LOT more Linux devices in this world than Windows.
      And secondly, that's not a 'linux bug'

    3. Re: But what about Y2K38? by Anonymous Coward · · Score: 1

      Again, this bug is only an issue if you use Linux

      Phew ... glad our servers are running Solaris.

    4. Re: But what about Y2K38? by Anonymous Coward · · Score: 1
    5. Re:But what about Y2K38? by Aighearach · · Score: 2

      On 64bit systems we're good until December 4th, 292277026596.

      But keep in mind, 32 bit timestamps are signed, not unsigned. This is important when constructing things like HTTP cookies when you want the maximum time, which is going to be 0x7fffffff.

      The good news is that most programs that blindly trust that signed 32 bit value will just think it is 1901, there is no reason they would crash. Most of the servers and things that having calendar-aware timing that would set up a crash situation will have already been updated to 64 bit systems by then. Few appliances use dates in that way.

    6. Re: But what about Y2K38? by Anonymous Coward · · Score: 1

      The problem isn't the operating system. On most computers, time_t is a 64 bit value, even on 32 bit machines. Some machines even use floating point numbers instead of integers.

      The real danger is people assigning timestamps to integers, and truncating them. int defaults to 32 bit almost universally, even on 64 bit machines.

    7. Re: But what about Y2K38? by WaffleMonster · · Score: 1

      The problem isn't the operating system. On most computers, time_t is a 64 bit value, even on 32 bit machines.

      Not true. If you download 32-bit version of any major Linux distro today in 2017 and write a program that spits out sizeof(time_t) the answer will be 4.

    8. Re: But what about Y2K38? by Etcetera · · Score: 1

      The problem isn't the operating system. On most computers, time_t is a 64 bit value, even on 32 bit machines.

      What? Are you a Millennial?

    9. Re: But what about Y2K38? by guruevi · · Score: 1

      The bug is in Windows too. Microsoft (as GCC and other compilers did way before) did update their 2005 compilers but any program older than that is probably still affected (*cough* Windows XP *cough*) and Microsoft barely told their developers that time_t had changed from 32-bit to 64-bit you can compile a program with VS2003 for example and get a totally different result than VS2005 without any code changes.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    10. Re: But what about Y2K38? by WaffleMonster · · Score: 1

      Unfortunately lots of people write code like this: int now = time();

      I just want to see a path forward that does not involve telling people they are SOL if they use 32-bit Linux.

      People doing bad things with time will be punished for their insolence in due course.

  6. Re:Leftists will bash Trump for this by Tablizer · · Score: 2, Insightful

    I don't trust Trump to make smart cuts. He's not a details and logic guy, and he or his minions favor "trickle down" solutions over those that benefit the little guy directly. He might accidentally get a few right, but so would blindfolded dart throwers.

  7. Russian Invasion of the US? by Anonymous Coward · · Score: 2, Funny

    :-D

  8. Re:Leftists will bash Trump for this by magusxxx · · Score: 2

    The reason we need the small business paperwork: Before this rule came into effect those businesses were owned by big pocketed donors. Some of which were the ones charging $50 for a $5 screwdriver.

    --
    Care killed the cat, but satisfaction brought it back.
  9. Re:Leftists will bash Trump for this by beelsebob · · Score: 5, Insightful

    The issue isn't that this is bad per-se. It's that it's not very good. As the article points out, no one was really applying these regulations. Ultimately, this is grand standing more than anything else.

    I'm always happy to see redundant legislation go away, but don't get grand delusions that this is Trump somehow removing burdens and making the government magically super efficient.

  10. Leave it to ... by PPH · · Score: 1, Offtopic

    ... the computer industry to abbreviate 'Year 2000' as Y2K. It was this kind of thinking that got us in trouble in the first place.
    -- Adrian Tyvand

    --
    Have gnu, will travel.
    1. Re: Leave it to ... by bn-7bc · · Score: 1

      Well the K is an si brefix for 1000 so that suld be fine, ok abrivating Year to just Y migt be ambigues utside the computer indstry. The larger issue is that most people bekive that since noting bzd haooent at 2000-01-01 00:00 (apoart from a few minor hickups) Y2K is no longer an issue. An as usual the general media (read nin tech) has not helped the matter grumbeling about money wasted om a non issue etc.

  11. Re:Leftists will bash Trump for this by Brett+Buck · · Score: 5, Insightful

    By "gamed the system", you mean "followed the system in place for 200+ years", right? And, according to your losing candidate, questioning this system is âoehorrifyingâ and "talking down our democracy" as recently as 2 weeks before the election?

            Got any other deep thoughts to share?

  12. Re:Leftists will bash Trump for this by I75BJC · · Score: 5, Insightful

    It is evident that you don't understand how the Governments work. Unneeded/unenforced are traps for people/organizations that are targeted. An unused or little known regulation can wreck havoc with "out of favor" people and organizations. Laws that aren't enforced should be removed so that people/organizations can live and work in a functional manner.

  13. Long story short by Anonymous Coward · · Score: 1

    "As an innovation we spent 6 highly paid full time equivalents budget in meeting hours and discovered that we could, in theory, save 1/4 FTE or 50 MD (or 1200 MH, the figure is bigger) on procedures no one is applying"
    Welcome back to 99 where "cost cutters" were all the rage and any cost cut is a legend.

    No news here, absolutely none, just standard administrative practice move along

  14. 2%?? Linux is a lot bigger in servers / embedded by Joe_Dragon · · Score: 1

    2%?? Linux is a lot bigger in servers / embedded systems. And a lot of embedded systems.

  15. Re:Leftists will bash Trump for this by thebullshitpatrol · · Score: 1

    I hate identity politics of any sort, but as usual, there's complete and absolute dementia for the past 8 years of our purportedly muslim lizard infidel head of state that is trying to destroy our country with non-christian values.

  16. Re: Leftists will bash Trump for this by Anonymous Coward · · Score: 3, Insightful

    It's not hard to see how someone thinks if they have no filter

  17. at the turn of the century by pahles · · Score: 4, Insightful

    Luckily the century turned a year later...

    --
    Sig?
  18. Re:Leftists will bash Trump for this by Anonymous Coward · · Score: 1

    I hate identity politics of any sort, but as usual, there's complete and absolute dementia for the past 8 years of our purportedly muslim lizard infidel head of state that is trying to destroy our country with non-christian values.

    Sorry, but that's the worst computer generated poetry I've ever seen!

  19. Didn't even have to RTFA by rsilvergun · · Score: 5, Insightful

    to get the main point:

    " the Pentagon will be freed from a requirement that it file a report every time a small business vendor is paid"

    I foresee a _lot_ of 'small business vendors" cropping up over the years now.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re:Didn't even have to RTFA by GrumpySteen · · Score: 1

      Eh... I think the main point is actually here:
      "The agency didn't provide an estimate of how much time is currently spent on Y2K paperwork, but Linda Springer, an OMB senior adviser, acknowledged that it isn't a lot since those requirements are already often ignored in practice. "

      Trump just agreed that it's okay for everyone to not file the reports they were already not filing. This is a non-story that shouldn't have garnered any attention or discussion.

    2. Re:Didn't even have to RTFA by rabidMacBigot() · · Score: 1

      Trump just agreed that it's okay for everyone to not file the reports they were already not filing. This is a non-story that shouldn't have garnered any attention or discussion.

      Eh. You know the saying about how everyone commits around 3 felonies per day just because it's impossible for any one person to know the whole internally-conflicted canon of contradictory laws? This is the federal government version of that. Eliminating it is good. "Hey, person I want to fire, did you complete the Y2K analysis for that project?" "No... nobody's bothered with that crap in years." "Aw, so sad. I'll have to note that on your performance review."

  20. Wow, huge savings by sunderland56 · · Score: 1

    a task that consumed some 1,200 man-hours every year

    So, one single person working 24 hours a week. No wonder the US debt is so high.

    1. Re:Wow, huge savings by RhettLivingston · · Score: 1

      No worries. The turmoil caused by propagating the changes to stop doing it will make up for years of that loss to the economy.

    2. Re:Wow, huge savings by guruevi · · Score: 1

      You've never worked in government, nobody "works" 24 hours a week. Also, not how man-hours are traditionally counted. Just because you save 100 hours on a task doesn't mean you'll save any employment cost in the long run, it just means your employees won't be doing busy-work.

      Think about how many paper 1200 hours generates. I can generate about 5 well-written e-mails or letters and complete about 2-10 reports in an hour. Given this is the government, everything is signed in triplicate, sent in, sent back, queried, lost, found, subjected to public enquiry, lost again, and finally buried in soft peat for three months and recycled as firelighters.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
  21. Re:Leftists will bash Trump for this by Anonymous Coward · · Score: 2, Interesting

    No matter what he does or how much sense it makes, the Democrats will find a way to bash Trump. This is an obsolete piece of regulation, but Democrats will somehow spin this into something bad.

    Well, the Y2k stuff being removed is great. But the bit about reports for small business payouts? 1200 man hours == ~30 weeks of 40 hours/week work. Ie, you managed to cut one job That's great if it was redundant work--and honestly it should be. So great for Trump. Let me guess, I'm not leftist enough so it doesn't count?

    Washington is turning into a massive partisan witch Hunt thanks to the Democrats and their hatred for anything and everything Donald Trump does.

    One, Washington has been a massive partisan witch hunt since at least the 1990s (probably since 1790, but I can personally verify since the 1990s). Two, the rhetoric during Obama's years made him out to be the anti-christ. Not to say Bush's years were very stellar either--the Hitler references don't do anyone any good. You see a pattern here?

    There are regulations like this that need to be eliminated, but the left cannot bring themselves to admit that Trump might do something good.

    I can readily bring myself to admit that regulations, like these, should be eliminated. I have no problem with the notion that Trump can do good.

    You leftists should be ashamed of yourselves.

    Because...?

    The American people have spoken and want Donald Trump as President. Get over yourselves.

    Yep, President. And as President, he has a lot less power than he imagines. Unlike his claims about President Obama, Presidents aren't kings nor can they really act like them. There's two other branches of government which will quickly dispel the notion that one can just Executive Order one's way into doing whatever one wants. Since Congress is so dysfunctional, that general leaves the courts to challenge and establish the Executives powers.

    Honestly, given the scope of surveillance the NSA, CIA, and FBI have done on the American people, the power of the President needs slam downed hard. Too bad the courts seem very unwilling to actually follow through on that.

    PS - Really, if all you listen to are partisan hacks, you're part of the problem. But, yea, whatever. Obama spying on Trump was good because, you know, NSA surveillance is good. Except it's bad because the President [Trump] shouldn't have that power going forward.
        Or maybe it's okay some of the time with a warrant. Particularly describing the things to be searched. Not a retroactive fishing expedition into the pre-recorded phone calls, internet searches, etc of all Americans. Seriously, if Trump is so against what Obama did,
      he actually has the power to stop it from happening again for a long time. You know, instead of dick around in immigration law which is the purview of Congress.

  22. Re:Leftists will bash Trump for this by phantomfive · · Score: 1

    That again? When the country's basic workings were still being laid out there was a conflict between raw population and geographic distribution.

    It was an argument back then, and it will probably be an argument for as long as the country is in existence. At least it gives us something to argue about.

    --
    "First they came for the slanderers and i said nothing."
  23. Popular vote trivia, Approval ratings like Clinton by drnb · · Score: 1

    Not even American... but I do remember something about him losing the popular vote.

    The popular vote is trivia. No one was trying for it, both sides were fighting for the electoral. If the popular had been the goal both sides would have waged very different campaigns, spent time and money very differently, visited different towns, cities and states, etc. And thus the popular vote in such a scenario would be completely different than in the actual election.

    Talking about the popular vote is like saying after losing a football match, well we controlled/moved the ball for more yards/meters. Sure, OK, but that wasn't the goal was it?

    And his approval ratings have been in the sewer at all points in his leadership.

    Just like Bill Clinton's about this time into his presidency, high 30s for both.

  24. Re:Leftists will bash Trump for this by quantaman · · Score: 1, Funny

    As the article points out, no one was really applying these regulations. Ultimately, this is grand standing more than anything else.

    In other words, it's the greatest accomplishment of Trump's administration!

    --
    I stole this Sig
  25. Shit! by JustAnotherOldGuy · · Score: 1

    "Trump Orders Government To Stop Work On Y2K Bug, 17 Years Late"

    Damn, there goes my lucrative government job. I knew it was too good to last. Maybe I can get a contract for the Y3K bug.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  26. Delay, not fix by Roger+W+Moore · · Score: 3, Funny

    Simply switching to a 64 bit linux will be enough for linux users to avoid the bug

    Technically that's not a fix, it just delays the problem. Admittedly it's a delay of about 292 billion years but still...

    1. Re:Delay, not fix by fahrbot-bot · · Score: 5, Funny

      Simply switching to a 64 bit linux will be enough for linux users to avoid the bug

      Technically that's not a fix, it just delays the problem. Admittedly it's a delay of about 292 billion years but still...

      I hear that will also be the year of the Linux Desktop.

      --
      It must have been something you assimilated. . . .
    2. Re:Delay, not fix by king+neckbeard · · Score: 1

      Yeah, but surely we'll have 128-bit processors by then, and then we've got like 5 nonillion years to come up with another solution or two to get us to the heat death of the universe.

      --
      This is my signature. There are many like it, but this one is mine.
    3. Re:Delay, not fix by kiminator · · Score: 1

      Given that the Earth will become uninhabitable in about a billion years as the oceans boil due to the gradual increase in the Sun's brightness, I'm not sure that's a concern...

  27. Google is dropping Linux & GPL for its Fuchsia by drnb · · Score: 2

    "Unlike Android and Chrome OS, Fuchsia is not based on Linux—it uses a new, Google-developed microkernel called "Magenta." With Fuchsia, Google would not only be dumping the Linux kernel, but also the GPL: the OS is licensed under a mix of BSD 3 clause, MIT, and Apache 2.0."
    https://arstechnica.com/gadget...

  28. Google is dropping Linux, GPL, maybe Android by drnb · · Score: 1

    "Google, never one to compete in a market with a single product, is apparently hard at work on a third operating system after Android and Chrome OS. This one is an open source, real-time OS called "Fuchsia." ... Unlike Android and Chrome OS, Fuchsia is not based on Linux—it uses a new, Google-developed microkernel called "Magenta." With Fuchsia, Google would not only be dumping the Linux kernel, but also the GPL: the OS is licensed under a mix of BSD 3 clause, MIT, and Apache 2.0."
    https://arstechnica.com/gadget...

  29. Preparing for a Napoleonic Invasion by Roger+W+Moore · · Score: 5, Interesting

    Seriously? Is there anything else they are preparing for that has already come and gone?

    Well reputedly in 1803 the British government prepared for the potential invasion of Napoleon by creating a civil service position for someone to stand on the white cliffs of Dover with a spyglass and ring a bell if they saw Napoleon coming. The position was finally cancelled in 1945, 124 years after Napoleon died.

    1. Re:Preparing for a Napoleonic Invasion by Areyoukiddingme · · Score: 5, Informative

      Well reputedly in 1803 the British government prepared for the potential invasion of Napoleon by creating a civil service position for someone to stand on the white cliffs of Dover with a spyglass and ring a bell if they saw Napoleon coming. The position was finally cancelled in 1945, 124 years after Napoleon died.

      Yes well, they're British. As Terry Pratchett said, if they can't remember why they're keeping the tradition, that only makes the tradition more sacred.

    2. Re:Preparing for a Napoleonic Invasion by jabuzz · · Score: 1

      Not really it served no purpose by 18/12/1940 at the earliest when Operation Sea Lion was indefinitely postponed and thanks to Ultra we in the United Kingdom where totally aware of that.

      At the latest the commencement of Operation Neptune (aka the D-Day landings) on 6/61944 brought to an end any pretence of the usefulness of the position.

    3. Re:Preparing for a Napoleonic Invasion by CaptnCrud · · Score: 1

      If lord buckethead had his way, traditions would be a thing of the past!

    4. Re:Preparing for a Napoleonic Invasion by Tablizer · · Score: 1

      Don't argue with success: no Napoleonic invasion of UK.

    5. Re:Preparing for a Napoleonic Invasion by Roger+W+Moore · · Score: 1

      To be fair between 1939-1945 that position was probably useful.

      Are you seriously suggesting that in a time when radar, radio and telephones existed that it would be useful for some guy with a spyglass to sit on the top of some cliffs ring a bell if they saw German ships or planes invading?

    6. Re:Preparing for a Napoleonic Invasion by Roger+W+Moore · · Score: 1

      I don't know the original source of the story nor do I have any means to check its veracity. Hence my use of the term "reputedly".

  30. This is dangerous move by Vitus+Wagner · · Score: 1

    I'm afraid that trying to fight with Parkinson Law, Trump would make himself a lot of enemies.
    Bureaucrats would plot to shoot him as Kennedy have been shoot.

  31. I got a Y2K bug in 2013 by dbIII · · Score: 1

    I got a Y2K bug in 2013 - stupid fucking flexnet "licencing" software designed to punish the honest decided the perpetual licence of the software I wanted to run expired in the year 2000.
    Modes of failure like that can still run if the developers of the software are idiots and the QC people do not exist.

  32. Re:Leftists will bash Trump for this by Brett+Buck · · Score: 1, Insightful

    I would disagree most strenuously. For the left, being a violent kook is now mainstream. Just listen to the 24/7 nonsensical conspiracy theories about Trump on CNN/MSNBC, etc, and huge mobs of leftist psychos and BLM supporters marching and calling for cop killings (which they got). Compare that to 8 years of the insufferably arrogant, worthless community agitator. No one in the mainstream conservative movement did anything like pretend to behead him, threaten to kill his supporters, etc.

        Your idiotic gibberish about Russians is pretty typical, and ignorant. Trump didn't go to the Russians with a mispelled "reset" button and Trump didn't tell Medvedev he would "have more room to maneuver after the election" - or later try to side with ISIS in a civil war. The Trump/Russian collusion conspiracy was blown completely out of the water and even worthless lefties like Feinstein admit there is not a shred of evidence to support ot.

  33. Re:Leftists will bash Trump for this by arth1 · · Score: 4, Interesting

    He most certainly not removing burdens with the new burden that government software will now have y2k problems again.

    One thing the simpler man doesn't understand is that problems like Y2K (or 2038) don't go away once the date has passed. Too small storage containers used in already existing data won't magically transform. Someone needs to make that happen, each and every time old data is accessed. Do a study of things like census records, and you'll be hit by the Y2K bug.

    The very preparation for Y2K caused additional problems. Uncoordinated preparation caused forms that suddenly changed from YY/MM/DD to mandatory YYYY/MM/DD at arbitrary dates in the late 90s.
    This means that you'll run into the problem when handling and comparing data from the same sources from before 2000.

    Relatedly, the "2038 problem" will also still be with us long after 2038, because of all the data stored in signed 32-bit time format won't magically transform. Someone needs to make sure it's done.

    The regulations are probably too specific, and focus on the specific instance of the problem when a generic regulation[*] would have been better. But then again, politicians who couldn't see the bigger picture existed back then too.

    [*]: Like "All data is to be converted to representations not subject to container size prior to processing, or a justification for and implications of the limited container size must be documented."
    Among the effects, this could lead to a resurgence of BCD and CPUs who handle them natively again, which wouldn't necessarily be a bad thing.

  34. Re:Leftists will bash Trump for this by Areyoukiddingme · · Score: 1, Insightful

    Washington is turning into a massive partisan witch Hunt thanks to the Democrats and their hatred for anything and everything Donald Trump does.

    I dunno where the fuck you've been for the past eight years, but we're loooong past that point, and it wasn't the Democrats who brought us there. Or have you forgotten the fella with the skin that was noticeably darker than any other US president and what a Republican Congress did to him? But no, let's go much further back. George W. Bush deserved the shit he got. "Heckuva job, Brownie" earned him that. Let's go back to Bill Clinton. Couldn't keep his dick in his pants like, I dunno, half the US Presidents before him, but what does another Republican Congress do for years but fucking obsess over it, instead of goddamned governing like they were elected to do.

    That's when it started, and it was Republicans that started it in the modern era. Nobody gave Reagan that much shit. Nobody gave Bush Sr. that much shit. Hell, nobody even gave Carter that much shit until he was out of office. Nobody remembers Ford. Nixon got some shit, and deserved every bit of it. Johnson got a little bit of shit for the Vietnam war, and probably deserved it. Kennedy and Eisenhower are both revered. Truman, I dunno and at that point we've passed out of living memory.

    But Democrats vs Trump turning Washington into a partisan witch hunt? Bitch please.

  35. Re:Leftists will bash Trump for this by Kiuas · · Score: 2, Interesting

    Got any other deep thoughts to share?

    Not an american but you guys should seriously consider getting rid of the electoral college. I'm no expert on american political history but it is my understanding that the system was originally put into place to safeguard a takeover by a tyrant. That is, the founding fathers were smart enough to understand that there are times in which the democratic will of the people may be hijacked, and this is where the electoral college could step in and make a more rational choice.

    However, has it ever actually worked that way? No. Has the electoral college ever actually had any will of their own? No. It's simply made american elections to be this weird-ass game in which it's possible to win by getting less of the popular vote b y playing essentially moneyball with the election as Trump successfully did. Twice in the 2000s the EC has resulted in the candidate with less votes winning the nomination. It's a catch 22: supposing the candidate that wins the popular vote wins the EC as well, the EC cannot then vote against the candidate even if there's good cause to suspect he/she is a risk to the nation because that would go against the will of the people. If the candidate that wins the EC and loses the popular vote as with Trump the EC still can't do its job and vote any differently because that would be seen as 'changing the system" and there'd be a massive outcry over a hijacked election.

    Now think about it, Trump would have been a perfect case for the EC to step in: he's clearly an unstable individual, lacks any political experience and his 'proposals' are for the most part rather insane and there's a good case to be made that he may in fact be suffering from an onset of Alzheimer's (disjointed speech, erratic personality, highly limited covabulary and repeated use of generic words such as something, anything etc.). Less then third of the country actually supported him and the other candidate in fact got MORE votes, so the EC siding against Trump because he's unfit to rule and siding with the majority of the voters would be rationally and democratically justified. Like, a more clear-cut example case of why the electoral college exists cannot be found in recent history. However did they do it? No, because as I said the EC has just become a stamping mechanism which currently makes the votes of individuals count less in some states than in others. In fact when this possibility was brought up aqfter the elections it was held as layghable by most. "What, actually electing the person who got the most votes? Don't be kidding, we have to elect the unstable raving orange dude, I mean, he won 'the system'. Nothing we can do. Rules is rules." And because they cannot deviate from voting according to the rules of the game, the people in the EC might just as well be kicked out and the system changed so that votes are valued differently based on the states. I mean, it'd be de facto the same thing as the current model. It makes absolutely no sense from the point of view of democracy, and it does not further the benefit of the american people, from my view.

    It should not be possible in a democracy for a person to be elected into the most powerful seat in the land by getting less votes. "We hold these truths to be self-evident, that all men are created equal...", if your vote counts less than someone else's because you live in California and not Ohio, you are not equal. The system that was originally pout in place to safeguard the republic from tyranny has now been morphed into something which actually makes it easier for any would-be tyrants to step in because you don't even have to win the popular vote.

    --
    "It is the business of the future to be dangerous" -Alfred North Whitehead
  36. Re:Leftists will bash Trump for this by Required+Snark · · Score: 1, Insightful
    You are absolutely right about Trump being bashed over this.

    Here's my contribution: the Trump administration finally found something so trivial that they have a slim chance of getting it right.

    It's not like you have a chip on your shoulder over this. "Boo-hoo-hoo, people are being mean to the president. It's not fair, how could anyone be so cruel? Anyone who says anything negative about the Fearless Leader is a Bad Person." I visualize you pouting and stamping your foot in frustration while you are whining about this outrage.

    It's the bully/coward syndrome. Bullies can dish it out, but when they get a dose of their own medicine they squeal like a stuck pig. It applies to Trump and it applies to you.

    --
    Why is Snark Required?
  37. Re:Leftists will bash Trump for this by Hognoxious · · Score: 2

    If the densely populated areas have more people then it stands to reason they'll have more votes. I assume you don't have a problem with the idea of "one person, one vote"?

    The electoral college system is "one person, one-and-a-bit" votes, where the smaller the state's population the bigger the bit.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  38. Re:Leftists will bash Trump for this by Anonymous Coward · · Score: 1

    No, If the situation was reversed - you'd have a lot of upset Trump supporters - but they'd grin and bear it. You simply don't get that same deranged anti-democratic sentiment from the Right when they lose. Where were the riots in the streets when Clinton or Obama won?

  39. Re:Leftists will bash Trump for this by Hognoxious · · Score: 2

    It's ''wreak havoc''. If you wrecked all the havoc that would leave only order, implying that everything was A-1, tickety-boo, shipshape & Bristol fashion.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  40. Re:Leftists will bash Trump for this by Anonymous Coward · · Score: 3, Interesting

    What is your point? First you state that the democratic will of the people is sometimes wrong and the electoral college should correct it. Then you say that the populist vote should win no matter what in a democracy.

    These are conflicting.

    We hold these truths to be self-evident, that all men are created equal

    The declaration of independence is not a legal document. If it were, we would not have had a need for that pesky civil war. An honest mistake.

    The electoral college system, like nearly all political systems, was put in place as a compromise of many views. Preventing tyranny, as you put it, was just one view. The most important part of the electoral college was its design in being an extension of the bicameral congress. One side represents states as population dictates, the other does not. Reasoning behind this is two fold:

    The US is a federation. The president is elected by the states, not the people. It just so happens that everyone agrees in letting people have a say anyway, as opposed to many parliamentary systems where the leader is chosen by the winning party.

    Small population states still matter and the people that live there deserve to be heard. If we went full democratic, only a handful of counties in the country out of thousands would have their values respected and listened to while the rest will be ignored or abused. Clearly not a good outcome, and so people in different states do have different weighting by design: to ensure the people that produce the food which everyone survives with gets to have their say in how the country is run.

  41. Re:Leftists will bash Trump for this by Hognoxious · · Score: 1

    A stopped clock is right twice a day. On average.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  42. Re:Leftists will bash Trump for this by Anonymous Coward · · Score: 1

    How's that kool-aid?

    Take a breath, you're sounding pretty flustered and a bit crazy.

    The left considers violence wrong except in very specific circumstances. This guy was just a nut-job and whatever he (or you) may say he is no representative of the left.

  43. Re:Leftists will bash Trump for this by Kiuas · · Score: 3, Interesting

    First you state that the democratic will of the people is sometimes wrong and the electoral college should correct it

    No, I did not say that's what I think, I said I'm under the impression that that's the reason behind EC's existence. But to clarify yes the people can sometimes be cheated into voting for candidates that should not be allowed to rule because they hold immoral/unconstitutional views (see, third reich among other things, Adolf was democratucally elected). HOWEVER, this is not the case now as what's happened in the 2000s is that the EC does the reverse, helping to automatically nominate a person that gets less of the votes without it having anything to do with consideration of the candidates but simply following preset rules.

    Then you say that the populist vote should win no matter what in a democracy.

    These are conflicting.

    No they are not. See, what I'm saying is precisely that the EC does not prevent a populist from winning in is current shape, it makes it easier by shrinking the amount of the popular vote one needs to secure to win the nomination. The EC on paper is an organ of governance which is supposed to be able to affect the outcome of the election based on their own judgement of the candidates, but it does not do so under any circumstances so it's just become an automated engine for wannabe-populists to gain power by winning the 'right' votes. This makes no sense and is in contradiction with what I understand to be the point of something like the EC.

    The declaration of independence is not a legal document

    I never claimed it is legally binding, I just loaned the phrase from there to reflect the fact that i do not think the EC in its current function serves the american ideal of people being equal.

    f we went full democratic, only a handful of counties in the country out of thousands would have their values respected and listened to while the rest will be ignored or abused. Clearly not a good outcome,

    They won't be ignored or abused. In a popular vote the vote of everyone counts the same, no matter the location. The idea of a democracy is that everyone has an equal say in the matter on the vote. The fact that a city has millions of people living in it does not logically translate to 'therefore the people in the countryside need to have more votes." The geographical location you inhabit should not bear any weight in a democratic vote in my view, It doesn't do so here (Finland) or anywhere else in the west, and you don't see the people in the countryside being 'ignored or abused'. The people in the countryside hold power in proportion to their numbers and still have the local municipal governments to represent them on a national level.

    and so people in different states do have different weighting by design: to ensure the people that produce the food which everyone survives with gets to have their say in how the country is run.

    But this turns the system on its head giving undue power to those people. Why should someone living on the countryside have any more say in who rules over the entire country? The people in the cities are just as much citizens as the people in the countryside. Just because someone lives in a sparsely populated area does not mean their opinion of who should rule should count any more. That's what equality means, that's what democracy as a decision making method means.

    There are other means of making sure that the majority cannot override the rights of the minorities. That's why countries have constitutions which guarantee rights to people and protect them from being eaten by majority votes. You're arguing that in addition to this the people on the countryside deserve to get to choose the president moreso than the people in the cities, which makes no sense to me.

    I understand why the system is the way it is, I just think it'

    --
    "It is the business of the future to be dangerous" -Alfred North Whitehead
  44. Re:Leftists will bash Trump for this by dwillden · · Score: 2, Informative

    Not a change, get rid of the Electoral college and a few big cities run the nation. Most of said cities being deeply in debt, with uncontrolled crime (despite ever more draconian gun laws).

    The fact is the Electoral college worked exactly as it was supposed to. But if we did not have the Electoral college Trump would have campaigned differently and likely would have still pulled out a win. He knew CA and NY were automatic losses, so he didn't spend much time campaigning in those states (but he didn't totally ignore them). Meanwhile Clinton ignored several smaller states that had previously voted Democrat, and she lost in those states. Not visiting Wisconsin and other states hurt her and cost her those states. Trump campaigned to match the rules of the game and won the only popular vote that mattered; he won the popular vote in 30 different states earning those Electoral college votes, to Hillary winning 20 states (and DC). Thus he won more electoral college votes. The overall vote does not matter because even though we all vote on the same day we are not voting in a single election but in 51 elections (50 states plus DC).

    The EC is not a static body as you seem to think with your comment that the EC should have stepped in. The Electors of each State are appointed by and from the Party that wins the election in that state. Thus the EC will represent the President. Except for the occasional faithless elector, of which there were more Democrat electors who chose to be faithless than Republican Electors. Funny the losing candidate was so bad that she had more electors refusing to vote for her than the Boorish and widely disliked President did.

    I suggest you study our system a little better, you'll find out that it worked exactly as designed, ensuring a broad nationwide support for the President, not just a few High population centers. And there is no need at all to eliminate or modify it at all.

    --
    I'm too lazy to compose a creative sig.
  45. Re:Leftists will bash Trump for this by Kiuas · · Score: 4, Insightful

    get rid of the Electoral college and a few big cities run the nation

    No they won't. Get rid of the electoral college and everyone gets an equal say in who rules. The fact that more people live in place A than place B does not mean that the people in place B should be given more power in a democracy,

    ensuring a broad nationwide support for the President, not just a few High population centers.

    Please explain to me how having less than a third of the populace support the president translates to 'a broad, nationwide support'?

    --
    "It is the business of the future to be dangerous" -Alfred North Whitehead
  46. Re:Leftists will bash Trump for this by Maxo-Texas · · Score: 1

    Nope. Only in place since 1929.

    The apportionment act of 1929 broke the electoral system which had previously been in place.

    We need to fix that or we will continue to see larger and larger popular votes denied representation (and not just in the electoral vote- also in congress).

    Eventually- that will lead to violence because suppression of representation is tyranny.

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  47. Car by DrYak · · Score: 1

    your router, your network switch, your PVR,

    In theory : yes.
    In practice : those will probably have been changed a couple of times between now and 2038.
    Officially on the ground of "new standards and feature"
    (read: DRM scheme changing requiring you to rebuy PVR and set-top boxes)

    your car,

    Though note that a car is actually a data center on wheel full of different computers.
    Linux is usually very popular on the infotainment system (the big screen with your music player and satnav)
    But on the low-level critical components, other OSes (mostly real-time OSes like QNX) are popular too.

    So you might end with a car that functions perfectly well, but has it's infotainment screen black or stuck in a boot-loop.

    your medical equipment etc.

    Given how badly some of them are designed, it won't be surprising if they actually did restart from epoch 0 (or some hard-coded arbitrary point like date of product launch) each time they got power cycled.
    These *won't even notice* that the 2038 is a problem.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  48. Re:Leftists will bash Trump for this by houghi · · Score: 2

    I would go further and remove the "Winner takes all" that is heavily biassed for a bi-party system. Politics should not be that you do what the majority wants, but to do what most people want. Yes, there is a differnce and in politics you should be able to negotiate to what you and others want.

    There are plenty of countries where multi-party systems work. It also gives people who see some thinks they want in party 1 and also so,e things they want in party 2 a way to let their voice hear.

    The obvious next big thing is to not only have a separation between state and chuch, but also state and business.

    --
    Don't fight for your country, if your country does not fight for you.
  49. Re:Leftists will bash Trump for this by jellomizer · · Score: 1

    And the right hated Obama for everything he did.

    Granted I think Y2K readiness is now time to put away.

    But if I felt like it I could bring up those legacy mainframes who's Y2K patches only extended the problem out with a 2015, 2020, 2050 cutoff and rollover. With logic like
    If year > 20 then
          Set Fullyear = 1900 + year
    Else
          Set Fullyear = 2000 + year
    Endif

    So when these dates hit the programs will have issues.

    But I doubt this problem should be a government priority.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  50. Re:2%?? Linux is a lot bigger in servers / embedde by Maritz · · Score: 1

    2%?? Linux is a lot bigger in servers / embedded systems. And a lot of embedded systems.

    Not to mention embedded systems.

    --
    I do not want your cheap brainburning drugs. They are useless for work. And I am a working man today.
  51. Re:Leftists will bash Trump for this by Maritz · · Score: 1

    I believe ISIS were meant to be long gone by now. I assume Trump has completely destroyed them as a force.

    --
    I do not want your cheap brainburning drugs. They are useless for work. And I am a working man today.
  52. Re:Leftists will bash Trump for this by CODiNE · · Score: 1

    he may in fact be suffering from an onset of Alzheimer's (disjointed speech, erratic personality, highly limited covabulary and repeated use of generic words such as something, anything etc.)

    Poor Kiuas. :-(
    It's happening already.

    when this possibility was brought up aqfter the elections it was held as layghable by most.

    Happening in front of our very eyes.

    --
    Cwm, fjord-bank glyphs vext quiz
  53. Re:Leftists will bash Trump for this by mrsam · · Score: 2, Insightful

    Not an american but you guys should seriously consider getting rid of the electoral college.

    The electoral college is working as designed. If one were to ignore the votes in New York City and Los Angeles -- not even the states of New York and California, but just the two most populous cities across the fruited plain -- Trump wins by half a million votes.

    The electoral college is an ingenious solution to the problem of small clusters of populations imposing their will on an entire nation.

  54. Re:Leftists will bash Trump for this by davide+marney · · Score: 4, Informative

    This is very simple, actually. The problem statement is, "how to best conduct a single majority vote election across multiple, independent entities of varying sizes and densities of the population"? The answer is, "hold a majority election in every independent entity and the winner overall of each election is the winner overall of the race." But what if the entities are of _vastly_ different sizes and densities? Then the answer is, "weight the individual elections by population."

    The Electoral College is a perfectly legitimate solution to the problem. Maybe you're getting confused by the notion of a "College". There is a body of people that forms a College, but exists only as a formality, because someone must keep a record and report the results of the election. The College, for example, is temporary and changes at every election. It is honorary.

    --
    "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
  55. Re:Leftists will bash Trump for this by TomGreenhaw · · Score: 5, Informative

    >...but it is my understanding that the system was originally put into place to safeguard a takeover by a tyrant...

    The electoral college is an attempt to balance political power between rural and urban voters. Its an adjustment to a pure democracy designed to weaken the "Tyranny of the majority".

    The biggest challenge the founding fathers faced was balancing power between urban and rural constituents. This is arguably our greatest challenge today. This is why each state has 2 senators regardless of population and representatives based on population. The number of electors in the electoral college in each state is the sum of its U.S. senators and its U.S. representatives.

    In our last election, rural voters preferred Trump and that is why the rural voter trumped the urban voter to override the popular vote.

    --
    Greed is the root of all evil.
  56. Re:Leftists will bash Trump for this by davide+marney · · Score: 3, Insightful

    But the EC is NOT a deliberative body. It is an honorary one. There's the source of your misunderstanding, I think.

    The members of the EC are picked by the winners. Membership is temporary, the entire EC is dissolved once the election results have been reported to Congress. In fact, the ACTUAL vote to confirm the election is done by Congress, not by the EC. And yes, it is an actual show-of-hands vote. The job of the EC is to simply report the official results of each state.

    That is why any electors who don't report properly are called "faithless" electors. They literally make a promise to faithfully report the results when they are appointed.

    --
    "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
  57. Re:Leftists will bash Trump for this by bill_mcgonigle · · Score: 1

    I'm always happy to see redundant legislation go away, but don't get grand delusions that this is Trump somehow removing burdens and making the government magically super efficient.

    Seven of the more than 50 paperwork requirements the White House eliminated on Thursday dealt with the Y2K bug, according to a memo OMB released. Officials at the agency estimate the changes could save tens of thousands of man-hours across the federal government.

    The journey of a thousand miles and all. It's clear that this is different than previous administrations. I can maybe even see the beginning of GWB's second term being not terrible for any lingering Y2K issues that might have still been around, but by 2012, all of these rules should have been rescinded.

    Will this go far enough? That remains to be seen but a strategy that goes far enough would look like this in the beginning.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  58. Re:Leftists will bash Trump for this by davide+marney · · Score: 1

    It's called Federalism. It's the United States of America, not, "America". A federation is a form of government where a collection of independent, equal states act as one on some issues and otherwise act independently internally.

    Every State in the USA has its own court system, its own military, its own political body, its own police, and on and on, PLUS the federal government. People pay both State taxes and Federal taxes. They follow both State laws and Federal laws.

    And the most important feature of Federalism is that the States are equal to one another, from a Federal perspective. They are like the partners in a partnership.

    --
    "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
  59. Re:2%?? Linux is a lot bigger in servers / embedde by mrfaithful · · Score: 2

    I think you're forgetting all the servers.

  60. Re:Leftists will bash Trump for this by davide+marney · · Score: 1

    And, might I add, if the European Union was more like a Federation, if its leaders had to undergo popular elections across the entire EU every 4-6 years, then it would probably be more resilient. The US has survived for 238 years in its present form, the longest-running representative democracy in history. Federalism works.

    --
    "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
  61. So stupid... by SCVonSteroids · · Score: 2

    The headline is literally a stab at Trump to make him look like an idiot for touching on something that's 17 years gone, but the fact that worthless required documentation is being removed from government should be celebrated as a move towards efficiency. A government that is willing to admit stuff is useless and scrap it is a lot more useful than a government that bloats itself with process.

    I'm waiting for everyone to come in and tell me everything Trump has done wrong now, but that's not my point whatsoever, so enjoy. (I probably will!)

    --
    I tend to rant.
    1. Re:So stupid... by Osgeld · · Score: 1

      considering how many government systems run on decades old systems it may or may not be worthless to make sure your 1970's IBM machines that control things like nukes, do not get a software change that messes up the date

    2. Re:So stupid... by SCVonSteroids · · Score: 1

      Yes, but this is paperwork.
      Did you read how many man-hours they were spending? On paperwork for something that happened 17 years ago?

      Fucking insanity.

      --
      I tend to rant.
    3. Re:So stupid... by thegarbz · · Score: 1

      should be celebrated as a move towards efficiency.

      Removing a document no one pays any attention to is not a move towards efficiency. Sanity yes, but don't believe for a moment this will make any difference to the efficiency of anything.

    4. Re:So stupid... by SCVonSteroids · · Score: 1

      That I would believe for a moment that we would ever change from our ways as a species would be quite something.

      I was simply touching on the fact that the headline was a baseless stab at someone everyone hates, which at this point is only causing violence, as you've probably seen in the news. What they did is still a good thing, and I stand by my remark, no matter the actual difference in efficiency.

      Those who were fucking the dog before are still going to be fucking the dog after this change is made.

      --
      I tend to rant.
    5. Re:So stupid... by orgelspieler · · Score: 1

      The headline is literally a stab at Trump to make him look like an idiot for touching on something that's 17 years gone

      First of all, stop using "literally" to mean "figuratively." Second of all ...What?! The headline is just a plain fact. I don't like the guy, but you can't fault him for trying to delete regs he thinks are obsolete. You can argue that a thing isn't actually obsolete, but that's different. Nothing in the tone of the headline seems offensive to me, nor does it seem like Trump bashing. You could just as easily say it is too kind to the man, since it makes it sound like he found some great way to save the government a lot of money. (I don't take that reading either.) I find it funny when people who decry "snowflakes" take such offense at clearly neutral phrases.

    6. Re:So stupid... by SCVonSteroids · · Score: 1

      Actually, I don't think my use of literally was wrong, but I don't log on the internet to argue that kind of stuff. That you care that much makes me not want to keep discussing, but I'll give you the benefit of the doubt and keep reading I guess...

      Ok so, I read it, and the two of us are clearly geographically separated by a very large distance, hence our different interpretation.

      Dunno, all I did was point out the headline was essentially written to provoke (as are all BeauHD headlines), and talk about how good it was that we would be getting rid of useless process. Never mentioned any snowflakes or self offense. I can see how a Trump supporter would take offense to it though, no problem.

      I find it funny when people who decry "snowflakes" take such offense at clearly neutral phrases.

      You're welcome, I'm glad I put a smile on your seemingly grumpy face. Oh, you didn't mean that kind of funny? Now do you understand? Not everyone interprets things the same.

      --
      I tend to rant.
    7. Re:So stupid... by SCVonSteroids · · Score: 1

      What? That's.. a weird interpretation. If anything, it is a headline that fluffs him for doing away with regulations that exemplify government bloat.

      It's not though. If you choose to read it as fluff you can, if you choose to read it as a stab, you can. You can't argue that it doesn't work both ways.

      Oh. Heh. You believe that everyone is so anti-trump that they'll abandon all reason and criticize him, regardless of what's happening. It makes it easier for you to dismiss their arguments that way. You've probably seen so much of it lately that you see everyone through that lens.

      That's not your point, but that's what matters.

      Yes I do believe that. I never dismissed any good arguments though, though prove me wrong, I will be happy to admit I was when you do, as we're all human and do things out of our norms sometimes. I can't agree that it is what matters because it is simply not true.

      --
      I tend to rant.
    8. Re:So stupid... by quantaman · · Score: 1

      What? That's.. a weird interpretation. If anything, it is a headline that fluffs him for doing away with regulations that exemplify government bloat.

      It's not though. If you choose to read it as fluff you can, if you choose to read it as a stab, you can. You can't argue that it doesn't work both ways.

      Sure you can and I will. The headline isn't a stab of a fluff, it's a hook. It's designed to be so bizarre that the reader has to read the summary to understand what is going on, and the summary itself is largely positive. My first thought when reading the headline was "I see the word 'Trump', must be another outrage... what... Y2k... now I'm just confused..."

      The summary itself is a bit more ambiguous, it's largely complimentary to Trump, but if you really want to read it negatively there's an indication that it's just show and the regulation was irrelevant anyway. But the headline is about as neutral as can be.

      --
      I stole this Sig
    9. Re:So stupid... by Osgeld · · Score: 1

      yea if you think about it, its a part time job for 1 person

  62. Re:Leftists will bash Trump for this by swillden · · Score: 3, Informative

    the EC does not prevent a populist from winning in is current shape, it makes it easier by shrinking the amount of the popular vote one needs to secure to win the nomination.

    I largely agree with your comment and reasoning, but the above is false. The EC has nothing to do with securing the nomination. Party nominations are done through party-specific processes which admittedly include delegate systems that look sort of EC-ish, except that those delegates actually do exercise free will in casting their ballots, so function more like the EC was intended to function. But changing or abolishing the EC would have no effect on the nomination processes.

    Personally, as a resident of a small state, I'd like it if the EC were retained but EC votes were allocated proportionally to the per-state popular vote. One of the theories behind the construction of the EC was that it would give slightly more weight to the opinions of the voters in low-population states. In practice, the method of allocating all of a state's votes as a bloc causes the system to do exactly the opposite, which is why it's always a handful of large "swing" states that decide the election. Proportional allocation would give the small states a larger voice, and motivate candidates to actually campaign in them.

    Failing that, simply going to a pure popular vote would also improve the small states' voice, just not as much. But it's clear that the EC, in its current form and application, is bad for everyone.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  63. Re:Leftists will bash Trump for this by RoccamOccam · · Score: 2, Informative

    The left considers violence wrong except in very specific circumstances.

    Of course (Vol. I)!

    From John Hawkins

    1) "Michele (Bachmann), slit your wrist. Go ahead... or, do us all a better thing [sic]. Move that knife up about two feet. Start right at the collarbone." -- Montel Williams

    2) “F*ck that dude. I’ll smack that f*cker’s comb-over right off his f*cking scalp. Like, for real, if I met Donald Trump, I’d punch him in his f*cking face. And that’s not a joke. Even if he did become president — watch out, Donald Trump, because I will punch you in your f*cking face if I ever meet you. Secret Service had better just f*cking be on it. Don’t let me anywhere within a block.”– Rapper Everlast on Donald Trump

    3) “I have zero doubt that if Dick Cheney was not in power, people wouldn’t be dying needlessly tomorrow.I’m just saying if he did die, other people, more people would live. That’s a fact.” — Bill Maher

    4) “I know how the ‘tea party’ people feel, the anger, venom and bile that many of them showed during the recent House vote on health-care reform. I know because I want to spit on them, take one of their “Obama Plan White Slavery” signs and knock every racist and homophobic tooth out of their Cro-Magnon heads.” — The Washington Post’s Courtland Milloy

    5) “F*** God D*mned Joe the God D*mned Motherf*cking plumber! I want Motherf*cking Joe the plumber dead.” — Liberal talk show host Charles Karel Bouley on the air.

  64. forget past - repeat YK38 by kiviQr · · Score: 1

    Will see how much forgetting about Y2K saves us on YKxx in the future....

  65. Re:Leftists will bash Trump for this by RoccamOccam · · Score: 1, Informative

    The left considers violence wrong except in very specific circumstances.

    Of course (Vol. II)!

    From John Hawkins

    6) “Are you angry? [Yeah!] Are you angry? [Yeah!] Are you angry? [Yeah!] Well, we’ve been watching intifada in Palestine, we’ve been watching an uprising in Iraq, and the question is that what are we doing? How come we don’t have an intifada in this country? Because it seem[s] to me, that we are comfortable in where we are, watching CNN, ABC, NBC, Fox, and all these mainstream giving us a window to the world while the world is being managed from Washington, from New York, from every other place in here in San Francisco: Chevron, Bechtel, [Carlyle?] Group, Halliburton; every one of those lying, cheating, stealing, deceiving individuals are in our country and we’re sitting here and watching the world pass by, people being bombed, and it’s about time that we have an intifada in this country that change[s] fundamentally the political dynamics in here. And we know every – They’re gonna say some Palestinian being too radical — well, you haven’t seen radicalism yet.” U.C. Berkeley Lecturer Hatem Bazian fires up the crowd at an anti-war rally by calling for an American intifada

    7) "That Scott down there that's running for governor of Florida. Instead of running for governor of Florida, they ought to have him and shoot him. Put him against the wall and shoot him. He stole billions of dollars from the United States government and he's running for governor of Florida. He's a millionaire and a billionaire. He's no hero. He's a damn crook. It's just we don't prosecute big crooks." -- Rep. Paul Kanjorski, D-Pa

    8) “..And then there’s Rumsfeld who said of Iraq ‘We have our good days and our bad days.’ We should put this S.O.B. up against a wall and say ‘This is one of our bad days’ and pull the trigger. Do you want to salvage our country? Be a savior of our country? Then vote for John Kerry and get rid of the whole Bush Bunch.” — From a fund raising ad put out by the St. Petersburg Democratic Club

    9) “Republicans don’t believe in the imagination, partly because so few of them have one, but mostly because it gets in the way of their chosen work, which is to destroy the human race and the planet. Human beings, who have imaginations, can see a recipe for disaster in the making; Republicans, whose goal in life is to profit from disaster and who don’t give a hoot about human beings, either can’t or won’t. Which is why I personally think they should be exterminated before they cause any more harm.” — The Village Voice’s Michael Feingold, in a theater review of all places

    10) “But the victim is also inaccurately being eulogized as a kind and loving religious man. Make no mistake, as disgusting and deservedly dead as the hate-filled fanatical Muslim killers were, Thalasinos was also a hate-filled bigot. Death can’t change that. But in the U.S., we don’t die for speaking our minds. Or we’re not supposed to anyway. Thalasinos was an anti-government, anti-Islam, pro-NRA, rabidly anti-Planned Parenthood kinda guy, who posted that it would be “Freaking Awesome” if hateful Ann Coulter was named head of Homeland Security.” — Linda Stasi, New York Daily News , on a victim murdered in the San Bernadino terrorist attack

  66. Re:Leftists will bash Trump for this by RoccamOccam · · Score: 1, Informative

    The left considers violence wrong except in very specific circumstances.

    Of course (Vol. III)!

    From John Hawkins

    11) “Cheney deserves same final end he gave Saddam. Hope there are cell cams.” — Rep. Chuck Kruger (D-Thomaston)

    12) “If I had my way, I would see Katherine Harris and Ken Blackwell strapped down to electric chairs and lit up like Christmas trees. The better to light the way for American Democracy and American Freedom!” — Democratic Talk Radio’s Stephen Crockett

    13) “May your children all die from debilitating, painful and incurable diseases.” — Allan Brauer , the communications chair of the Democratic Party of Sacramento County to Ted Cruz staffer Amanda Carpenter

    14)Violence solves nothing. I want a rhino to f*ck @SpeakerRyan to death with its horn because it's FUNNY, not because he's a #GOPmurderbro.” – Joss Whedon

    15) “I hope Roger Ailes dies slow, painful, and soon. The evil that man has done to the American tapestry is unprecedented for an individual.” — Think Progress editor Alan Pyke

  67. Re:Leftists will bash Trump for this by RoccamOccam · · Score: 1, Informative

    The left considers violence wrong except in very specific circumstances.

    Of course (Vol. IV)!

    From John Hawkins

    16) “But, you know, the NRA members are the current incarnation of the brownshirts from Germany back in the early ’30s, late ’20s, early ’30s. Now, of course, there came the Night of the Long Knives when the brownshirts were slaughtered and dumped in the nearest ditches when the power structure finally got tired of them. So I look forward to that day.” — Mike Malloy

    17) "Or pick up a baseball bat and take out every f*cking republican and independent I see. #f*cktrump, #f*cktheGOP, #f*ckstraightwhiteamerica, #f*ckyourprivilege." -- Orange is the New Black star Lea DeLaria responding to a meme about using music to deal with violence

    18) “I wish they (Republicans) were all f*cking dead!” Dan Savage

    19) “Sarah Palin needs to have her hair shaved off to a buzz cut, get headf*cked by a big veiny, ashy, black d*ck then be locked in a cupboard.” — Azealia Banks advocates raping Sarah Palin over a fake news story

    20)” Yes, I’m angry. Yes, I’m outraged. Yes, I have thought an awful lot about blowing up the White House, but I know that this won’t change anything." -- Madonna

  68. Re:Leftists will bash Trump for this by bigdavex · · Score: 1

    Get back to us when there's a President of the European Union elected by popular vote.

    --
    -Dave
  69. Trump's order a,ready blocked by Applehu+Akbar · · Score: 3, Funny

    Municipal night court judge Munroe Slemp of Snakebit, NV has already responded to a petition from COBOL programmers by blocking Trump's order, citing his lack of IT expertise. The Ninth Circuit is expected to review the decision by sometime in November.

  70. Re:WRONG !! by Hognoxious · · Score: 1

    Can you imagine what happens if 20 small states are outvoted continously by 2 huge states? Those 20 small states will leave.... get it ?

    Do all residents of a state vote for the same candidate?

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  71. Historical Revisionism by Anonymous Coward · · Score: 1

    The biggest challenge the founding fathers faced was balancing power between urban and rural constituents.

    That is some serious historical revisionism that doesn't even pass the laugh test.

    Every state has rural and city populations. The EC does nothing to balance them out because it works at the state level, not the district level.

    The real reason the EC was created was appeasement of slavers. The infamous 3/5ths clause in the constitution let slave states count their slave population when apportioning EC votes even though slaves themselves did not get a vote. This perverse calculation gave whites in slave states more voting power than people in free states.

    The EC's origin is inherently undemocratic and even today the winner-takes-all nature violates the basic democratic principle of one-man, one-vote since a popular vote split of 49/51 would ignore the will of 49% of voters in that state.

    1. Re:Historical Revisionism by T.E.D. · · Score: 3, Informative

      The real reason the EC was created was appeasement of slavers

      No mod points, but this is exactly the reason. Remember that slaves (obviously) and other people who didn't own land weren't allowed to vote in most states. So in a flat vote, voters in Massachusetts and Pennsylvania alone would probably have overwhelmed the votes of all the slave states combined. However, once you rig up this weird system where slave states get to count great masses of people who they would never consider allowing to actually vote (slaves, sharecroppers, etc), then suddenly 5 of the first 6 POTUS were native to Virginia.

  72. First post from non-Y2K-compliant browser! by GameboyRMH · · Score: 1

    #MA^C^C NO CARRIER

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
  73. Re:Leftists will bash Trump for this by pastafazou · · Score: 1

    "And if Clinton had been discovered doing even half of all the corrupt bullshit Trump has been caught doing, she would have been impeached already"
    Okay, what corrupt bullshit has he been caught doing? The majority of people in DC (including lots of GOP members) and most in the media want him impeached. If there was anything they could potentially impeach him on, it would be all over the news 24/7.

  74. Re:Leftists will bash Trump for this by XxtraLarGe · · Score: 4, Insightful

    get rid of the Electoral college and a few big cities run the nation

    No they won't. Get rid of the electoral college and everyone gets an equal say in who rules.

    Campaigning would only occur in major cities, so they would have a much larger impact than now.

    The fact that more people live in place A than place B does not mean that the people in place B should be given more power in a democracy,

    It's called federalism, and it was put in place for a reason. The founding fathers realized that even though we are one country, we are composed of several different cultures with different values. A law that might make sense in a metropolitan area might not make sense in a rural area, so you don't want the population centers making all the rules for everyone else.

    --
    Taking guns away from the 99% gives the 1% 100% of the power.
  75. Not surprised about Y2K stuff and the Feds by Zontar_Thing_From_Ve · · Score: 1

    I used to work for the Federal government some years ago. In no way does this surprise me. A lot of Federal requirements take on a life of their own and keep going long after they've lost relevance. The Federal excise tax on telephones was started to fund the Spanish-American War in 1898 and we still have it. Spain has been a NATO ally longer than most people here have been alive and we still have a tax that began to pay for fighting them.

  76. Re:Leftists will bash Trump for this by swillden · · Score: 1

    Not a change, get rid of the Electoral college and a few big cities run the nation.

    Actually, no. Getting rid of the EC would increase the voice that small states have.

    Part of the EC theory was that it would boost the voice of small states, but modern mathematical analysis, using tools like the Banzhaf Power Index prove that the actual effect is the opposite. The reason is because EC votes are allocated as a bloc (by all but a few states), and bloc voting significantly increases the power of the bloc.

    Mathematical analyses aside, this effect is quite visible in practice. Notice also how every election ultimately gets decided by a handful of populous swing states. Notice also how little time the candidates spend in small states during the general election, because they know that the EC makes them almost irrelevant to the overall decision.

    Yes, I know that you think the outcome of the 2016 election would have been worse without the EC, but you could just as easily end up with the opposite situation, in which the voters in the big swing states -- which are swing states precisely because they could fall either way; no red sinecures there -- decide to go for the Democrat. Right now we're in a particular situation where the EC allocations favor the Republicans, but that will not last.

    If we wanted to use the EC to actually boost the vote of small states, what we need to do is to get all states to switch to a proportional allocation system, where each state allocates its electoral votes proportionally to the popular vote in that state. This would actually increase the power of small states.

    However, it seems unlikely that we'll muster the political will for that sort of change. It's far more likely that the National Popular Vote Interstate Compact will attract enough support to simply make the EC irrelevant (signatories to the compact commit to give all of their electoral votes to the winner of the national popular vote, regardless of the votes in their states, once there are enough signatories to give the compact > 270 votes). This will be a win for small states' influence, though not as big a win as proportional allocation.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  77. Re:Leftists will bash Trump for this by unixisc · · Score: 2

    No matter what he does or how much sense it makes, the Democrats will find a way to bash Trump. This is an obsolete piece of regulation, but Democrats will somehow spin this into something bad. Washington is turning into a massive partisan witch Hunt thanks to the Democrats and their hatred for anything and everything Donald Trump does. There are regulations like this that need to be eliminated, but the left cannot bring themselves to admit that Trump might do something good. You leftists should be ashamed of yourselves. The American people have spoken and want Donald Trump as President. Get over yourselves.

    If anything, this story shows Trump in better light than either Bush or Obama that he finally did something about it. The criticism of not overhauling this bureaucratic requirement can safely fall on bipartisan shoulders - both Bush Republicans and Obama Dems. In truth, I doubt any of the presidents themselves took the initiative here, although I wouldn't put it past Trump to have noticed it (the person who noticed the number of door hinges in his hotels might have caught this as well). Nonetheless, it's a welcome change that they noticed it

  78. Re:Leftists will bash Trump for this by unixisc · · Score: 1

    We know Russia interfered in US elections, and it's easy to see that Trump is their favorite candidate, which is circumstantial, but still.

    No, you don't! Nobody knows that Wikileaks got their info from Russia. This is not something where you need a 7' guy slipping polonium tablets into your drinks: any guy in his mom's basement w/ enough brains can do it, and Wikileaks is far more than that. Plus the Obama intel agencies were heavily politicized and not above manufacturing evidence to suit the claims of their higher ups.

  79. Re:Leftists will bash Trump for this by mpercy · · Score: 1

    When formerly sovereign states chose to submit themselves, even in part, to a federal government, there is tension between "all the states are equal" and "some states are larger (in population)". This is not just a rural vs urban situation. Each State has distinct state interests, but also share interests with other States. In the US Congress, this tension is reflected in part by the Senate having two members per state, regardless of population, as the Senate represents the States and the House having members apportioned based on population (but with the total number of Representatives capped) as the House represents the people.

    As and aside, the member countries of the EU have distinct national interests but also share common interests with other EU members. Thus in the European Parliament, each member state has a minimum fixed number of MEP, regardless of population, with additional MEPs allocated based on population, but with the total number of MEPs capped. Each of the 28 member nations has at least 6 MEPs, with Germany--the most populous member nation--receiving the maximum of 96 votes. The President of the European Commission is the most powerful position in the European Union, controlling the Commission which collectively has a monopoly on all Union legislation and is responsible for ensuring its enforcement. This person is elected based on the same sort of apportionment. Virtually the same mechanism as the US Electoral College--in terms of balancing states vs population--is used to elect the EU President, except it is the Parliament that elects the EU President and not a separate body specifically for the purpose. But the mechanism is very similar.

    In the federal government we have in the USA, each State in the Union gets a say in the election of the President. Each State has its own distinct interests but also share common interests with other States. The total number of members of Congress each state has is the basis for the total number of votes for President each state has in the Electoral College. Since each State has two Senators and at least one Representative, each state receives a minimum of three votes, with California--the most populous State receiving the maximum of 55 votes. The number of Representatives is currently capped at 435 (the apportionment of Representatives to States is adjusted every 10 years, based on the census), and the number of Senators is currently 100 (as we have 50 States), and the District of Columbia is also given 3 votes for a total 538 which implies that 270 votes are needed to win the EC. One interesting feature of the EC is that it is transient and the Constitution bars any federal official, elected or appointed, from being an elector. We could have just used Congress directly instead of the EC, but this helps prevent any sort of tit-for-tat manipulation like "if Congress elects me, I will sign whatever bills Congress passes".

    Under the Constitution, each state is free to determine how they appoint their Electoral College voters and how they are supposed to vote: "Each State shall appoint, in such Manner as the Legislature thereof may direct, a Number of Electors, equal to the whole Number of Senators and Representatives to which the State may be entitled in the Congress: but no Senator or Representative, or Person holding an Office of Trust or Profit under the United States, shall be appointed an Elector." Currently, every State uses a popular election to select EC voters (and all but two use a winner-take-all method), but there's nothing preventing a State from passing a law allowing the Governor to simply appoint whomever he chooses (i.e., no popular election at all) or from using a proportional assignment based on election results.

    The electors meet and cast their respective votes for President, and assuming there is a majority winner the process is just about complete.

    The EC is not usually deliberative, especially since most Electors are Party faithful who are almost guaranteed to do their appointed job. But there are fall-back rules if

  80. Re:Leftists will bash Trump for this by dave420 · · Score: 1

    The result was in the margin of error for most trusted polls, so can we please put this silly argument to bed? :)

  81. Why not split up time & year? by unixisc · · Score: 1

    Since there are different solutions that would have shifted, rather than solved the problem, why not solve this by having two fields addressing time? One being date, and another being year? Date can be a data type dependent on year, so that it'll know when to include Feb 29th, and so on. The year can be an unsigned integer starting from 0 and ending at year 2^64. That way, in the year 2^64, all that people will have to do would be make a simple change to the year field to make it 2^128, and so on.

    Yeah, I'm ignoring the doomsday prognostications that predict that the earth will be toast in a few billion years: the idea is to make this a simple to solve issue in future.

  82. Re:Leftists will bash Trump for this by mpercy · · Score: 1

    It's not about rural vs urban, per se.

    Wikipedia:

    The...Great Compromise...was an agreement that large and small states reached during the Constitutional Convention of 1787 that in part defined the legislative structure and representation that each state would have under the United States Constitution. It retained the bicameral legislature as proposed by Roger Sherman, along with proportional representation in the lower house, but required the upper house to be weighted equally between the states. Each state would have two representatives in the upper house.

    On May 29, 1787, Edmund Randolph of the Virginia delegation proposed the creation of a bicameral legislature. Under his proposal, membership in both houses would be allocated to each state proportional to its population; however, candidates for the lower house would be nominated and elected by the people of each state. This proposal allowed fairness and equality to the people. Candidates for the upper house would be nominated by the state legislatures of each state and then elected by the members of the lower house. This proposal was known as the Virginia Plan.

    Less populous states like Delaware were afraid that such an arrangement would result in their voices and interests being drowned out by the larger states. Many delegates also felt that the Convention did not have the authority to completely scrap the Articles of Confederation,[1] as the Virginia Plan would have.[2] In response, on June 15, 1787, William Paterson of the New Jersey delegation proposed a legislature consisting of a single house. Each state was to have equal representation in this body, regardless of population. The New Jersey Plan, as it was called, would have left the Articles of Confederation in place, but would have amended them to somewhat increase Congress's powers.[3]

    At the time of the convention, the South was growing more quickly than the North, and Southern states had the most extensive Western claims. South Carolina, North Carolina, and Georgia were small in the 1780s, but they expected growth, and thus favored proportional representation. New York was one of the largest states at the time, but two of its three representatives (Alexander Hamilton being the exception) supported an equal representation per state, as part of their desire to see maximum autonomy for the states.

  83. Re:Leftists will bash Trump for this by mpercy · · Score: 1

    The Electoral College does not require any state to have a "popular vote" at all, let alone a country-wide popular vote.

    "Each State shall appoint, in such Manner as the Legislature thereof may direct, a Number of Electors, equal to the whole Number of Senators and Representatives to which the State may be entitled in the Congress: but no Senator or Representative, or Person holding an Office of Trust or Profit under the United States, shall be appointed an Elector."

    California could tomorrow pass a state law that says that the sitting Governor will appoint all the state's electors. No election at all. New York could pass a law tomorrow that says that the State Legislature will be allowed to act as Electors and cast their vote based on their personal decision. No election at all. Imagine they had both done that 5 years ago. The election results in the EC are the same (Clinton still loses) but without the "popular vote" counts from those two states (heck, from just California) there is no "popular vote" plurality for Clinton.

    There is no requirement for a popular vote because, Constitutionally speaking, the President does not represent the people. He (or eventually she) is more like the CEO of federal government. Just look at the Presidents powers and duties:

    Section 1
    1: The executive Power shall be vested in a President of the United States of America.

    Section 2.

    1: The President shall be Commander in Chief of the Army and Navy of the United States, and of the Militia of the several States, when called into the actual Service of the United States; he may require the Opinion, in writing, of the principal Officer in each of the executive Departments, upon any Subject relating to the Duties of their respective Offices, and he shall have Power to grant Reprieves and Pardons for Offences against the United States, except in Cases of Impeachment.

    2: He shall have Power, by and with the Advice and Consent of the Senate, to make Treaties, provided two thirds of the Senators present concur; and he shall nominate, and by and with the Advice and Consent of the Senate, shall appoint Ambassadors, other public Ministers and Consuls, Judges of the supreme Court, and all other Officers of the United States, whose Appointments are not herein otherwise provided for, and which shall be established by Law: but the Congress may by Law vest the Appointment of such inferior Officers, as they think proper, in the President alone, in the Courts of Law, or in the Heads of Departments.

    3: The President shall have Power to fill up all Vacancies that may happen during the Recess of the Senate, by granting Commissions which shall expire at the End of their next Session.

    Section 3

    He shall from time to time give to the Congress Information of the State of the Union, and recommend to their Consideration such Measures as he shall judge necessary and expedient; he may, on extraordinary Occasions, convene both Houses, or either of them, and in Case of Disagreement between them, with Respect to the Time of Adjournment, he may adjourn them to such Time as he shall think proper; he shall receive Ambassadors and other public Ministers; he shall take Care that the Laws be faithfully executed, and shall Commission all the Officers of the United States.

    Section 7

    1: All Bills for raising Revenue shall originate in the House of Representatives; but the Senate may propose or concur with Amendments as on other Bills.

    2: Every Bill which shall have passed the House of Representatives and the Senate, shall, before it become a Law, be presented to the President of the United States; If he approve he shall sign it, but if not he shall return it, with his Objections to that House in which it shall have originated, who shall enter the Objections at large on their Journal, and proceed to reconsider it. If after such Reconsideration two thirds of that House shall agree to pass the Bill, it shall be sent, together with the Objections, to the other House, by which it shall likewise be recons

  84. Was the purpose only to fix a bug that is fixed? by evolutionary · · Score: 1

    I wonder if there was some other motive for this activity. (Possibly classified). While I guess it's possible this was a project that just went on automatic pilot, it seems more likely there was a side benefit some group in government was using. Time could well prove this is yet another example of how Trump does/says things without understanding them. It's odd that 2 other presidents could miss something like this. Although they perhaps were doing more important things.

    --
    "Imagination is more important than knowledge" - Einstein
  85. Re:Leftists will bash Trump for this by evolutionary · · Score: 1

    you seem more of an expert than many who claim to be. :D

    --
    "Imagination is more important than knowledge" - Einstein
  86. 1,200 hours by rraylion · · Score: 1

    So the average 40 hour a week American works 2,000 hours a year. So he saved the Pentagon the equivalent of 1 person. 1,200 man hours is nothing

  87. Spin it into Treason! by mi · · Score: 1

    eliminate dozens of paperwork requirements for federal agencies, including an obscure rule that requires them to continue providing updates on their preparedness for a bug that afflicted some computers at the turn of the century. As another example, the Pentagon will be freed from a requirement that it file a report every time a small business vendor is paid, a task that consumed some 1,200 man-hours every year.

    Would someone think of all the people becoming unemployed due to this? That 1200 (wo)main-hours/year alone is a part-time job in itself, helping a poor family make ends meet. What will their children eat now, you traitor?.. Will the employee now have to find work in Walmart, or — as is more likely — in one of Trump's hotels?!

    Eliminating government jobs lowers the salaries in the job market — as the laid off bureaucrats desperately seek new employment however inferior to the good solid jobs they held, have you thought of that? Of course, you didn't, you bible-trumping redneck!!..

    --
    In Soviet Washington the swamp drains you.
  88. So I looked at the guidelines being dropped. by hey! · · Score: 1

    Obviously the parts specific to the Y2K problem are pointless, but they're only a small part of what those documents mandate. Most of what's in them is, by modern standards, best practices or common sense:

    * Keep an inventory of the systems you manage.

    * Document the links of each system to core business processes and other systems, and understand the potential impact of the system becoming unavailable.

    * Develop contingency plans for each system becoming unavailable.

    * Determine whether you can access the underlying data held by each system and if necessary convert it to different formats. Be prepared to move away from it.

    * Document potential maintainability problems with each system, such as access to source code and the ability to run on new hardware and operating systems.

    * Develop formal test plans and policies for new software, including unit, integration, and system tests.

    * Adopt formal configuration and change management systems.

    You could edit out the references to Y2K, and about 95% of what the documents mandate still makes sense. This is probably why nobody ever bothered to formally retract these guidelines.

    The question is, are there other guidelines that still mandate these commonsense best practices? Quite likely. But the point is it isn't as simple as looking at the title of the document and say, "we don't need that any more." You need to think about what's actually *in* the document.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  89. Re:Leftists will bash Trump for this by Layzej · · Score: 1

    Not an american but you guys should seriously consider getting rid of the electoral college.

    Not likely to happen. Only the winner of an election could change the rules, and no one would change a system that allowed them to win.

  90. Except for history of course by s.petry · · Score: 1

    Sure, the Tea Party. Full of protestors out silencing people using violence, claiming that if a law gets changed people will literally die (count all the Progressives/Dems who claim that thousands to millions will die if ACA gets changed, or from the US pulling out of the Paris Accords), threatening to blow up the White House, and claiming that the streets should be full of violence due to an election.

    That is snark, just in case you miss it.

    --

    -The wise argue that there are few absolutes, the fool argues that there are no probabilities.

  91. Re:Leftists will bash Trump for this by godrik · · Score: 1

    The electoral college is working as designed. If one were to ignore the votes in New York City and Los Angeles -- not even the states of New York and California, but just the two most populous cities across the fruited plain -- Trump wins by half a million votes.

    This is an argument I don't quite understand. Why do people keep on making these absurd comments: "If you remove this carefully defined stronghold of one of the candidate, then the other one would have won." That is usually what happens in close races when you remove strongholds. Every time I hear that argument come by, what I really hear is "I don't like this vote, so I am going to pretend it does not exists".

    Also, note that the electoral college, does not give more power to rural areas. It gives more power to low population states.

    What gives more power to rural areas is the winner takes all rule. By congressional district, you would still have an electoral college with a reinforcement of less populated states, but you would have an election that represent better the population decision.

    Winner takes all, and gerrymandering are just tools for the minority to impose its will in a broken electoral system.

  92. This is like 50% of what we do. by Charcharodon · · Score: 1
    Ignored in practice. Hardly. In day to day operation stupid shit like that is ignored, but then what happens is an audit comes through and then personal rush around and generate the required paperwork, back date it, and file it. So in the end it still ends up being done.

    At our level (200 personnel) we had 2 people dedicated to keeping track of such things as one of their primary duties and another 15 as a part time duty. Can't tell you how much time I wasted on this kind of paperwork over a twenty years but it was substantial.

  93. Re:Leftists will bash Trump for this by Charcharodon · · Score: 1

    Are you talking about the Democratic nomination Bernie Sanders and Hillary Clinton?

  94. Re:Leftists will bash Trump for this by Dorianny · · Score: 1

    I think it is important to note that even with this system there still a secession and a subsequent Civil War that was triggered by the election of a divisive President.

  95. Pessimistic interpretation by wonkavader · · Score: 1

    This means that the DoD can start using two digits for dates again. And while that won't happen much it WILL happen. And old people or people injured in a previous war, etc. will get screwed in some way.

    Does it really hurt to force them to keep their Cobol/other stuff pushing fixed text records around using 4 digits?

  96. What really matters by gedeco · · Score: 1

    http://www.politifact.com/trut...

    Nobody cafés about Y2K bug anymore.
    This is a stand for the nest election: Trump had signed more laws then anyone else did.
    This is an easy target. Expect more laws
      tot follow.

  97. Re: Leftists will bash Trump for this by cmdr_klarg · · Score: 3, Informative

    Guess who the real cancer on efficiency is. it's not the Republicans.

    Bullshit.

    If anything Republicans are the architects of government inefficiency. Democrats are only marginally better since they generally don't do stupid shit like holding votes to repeal or gut the ACA when there is no way the Senate or POTUS would go along with it. If the politician's goal was efficiency they would be working together to hammer out compromises before putting bills to a vote.

    Reid had every right to do what he did, just as Lott, Daschle, and Frist did before him and McConnell does now. Just because a member of the other tribe had control of it then doesn't make it a good or a bad thing. I do agree that having one guy able to hold things up is not good, but it needs to apply to both tribes.

    The House passing a bill that is completely unpalatable to the opposition that controls the Senate and/or the POTUS is fucking stupid and a complete waste of time. Pass something that doesn't contain poison pill amendments completely unrelated to the bill. Pass something that doesn't contain items completely antithetical to the other tribe's view.

    In other words: Work together for the people, you fucking fucks.

    --
    THE SOFTWARE, IT NO WORKY!!!
  98. Re:Leftists will bash Trump for this by phlinn · · Score: 1

    TARP passed under Bush. Obama voted for it. I'm not even going to get into the weeds of establishing whether the clash-for-clunkers did anything worthwhile, slower than usual job growth that happened to go on for a long time, exactly how non-mainstream burned and lynched effigies of Obama were, or any of the other questionable assertions in your comment.

    --
    "Pulling together is the aim of despotism and tyranny! Free men pull in all sorts of directions" -- Havelock Vetinari
  99. RACIST! by Bodhammer · · Score: 1

    This is just another example of the inherently racist nature of the Trump administration. We need another special council appointed immediately. We all know that Russia was behind Y2K. We need to understand what was going on here so we can get back to the important issues of trains (and trans) to nowhere and gender neutral restrooms!

    --
    "I say we take off, nuke the site from orbit. It's the only way to be sure."
  100. One guy is a start by mveloso · · Score: 1

    One guy here, one guy there, and suddenly you have a mass layoff.

  101. Re:Leftists will bash Trump for this by MrTester · · Score: 1

    I think everyone is missing the point of the EC.
    News flash.... We are not a Democracy, we are a Republic with democratic principles.
    The original colonies got together for mutual defence but were very concerned about other colonies not telling them how to live their lives.
    Thus, each state would hold an election and send representatives.
    Sure, some of it is bogged down in the technology of the era (how else do you do this back before even telephones,) but at the root is the fact that the people arent electing a president, the States are.

    And personally I think that is a good thing. Its one more "inefficiency" the founding fathers baked into our government to prevent "the Tyranny of the majority."

  102. Re:Leftists will bash Trump for this by GlennC · · Score: 1

    This is a common misconception about the Presidential election.

    The Senate and the Presidency were never meant to be elected directly by the people. In fact, the original process was for the State Legislators to select the Senate members for the State. Likewise, the election for the Presidency was to be done at the State level. That's why the Electoral College exists; to ensure that the person who gets the most State votes wins, and so that every region of the nation has a roughly equal voice. If this was not the case, all it would take is for someone to win the majority of the 8 largest cities, leaving entire regions of the country effectively voiceless when it comes to selecting the President.

    Instead of one national election, think 50 State elections.

    --
    Go on, citizen, stamp the vote card. R or D, your choice.
  103. Re: Leftists will bash Trump for this by bestweasel · · Score: 1

    You shouldn't need reminding that Russian interference in US elections was far more than Wikileaks.

  104. Wow, 1200 man hours!?!?! by Outtascope · · Score: 1

    Our amazing illustrious and tremendously dear leader has slashed the federal budget to the tune of a 50% employed clerical worker, otherwise known as a TAKER. There is NO WAY that those reports could prevent more than $15,000 in fraud and abuse by a department with a paltry $523,900,000,000 budget. No way. God Damn, America is Great Again!

  105. Re:Leftists will bash Trump for this by SmokeyRobot · · Score: 1

    Since you are not American I understand but the executive orders that he is signing are the ones that are rolling back the regulations.

  106. Re:Leftists will bash Trump for this by guruevi · · Score: 1

    So you call bailing out the car industry a good thing after bailing out the bank industry failed so miserably? Do you know what GM was pondering to save their company? Electric, they put that on the back burner after the bailout because they could simply continue mismanaging the existing lines.

    Do you know which companies didn't fail? Tesla, Ford, Volkswagen, Nissan, ... Would the world have been worse off without GM and Chrysler? Probably not, they're the shittiest cars contributing the most to pollution and garbage. Did it save any jobs? No, the now-bailed-out car companies took the money and moved their factories to Mexico and beyond and imported large swaths of foreign workers for any technological job, job growth was at best anemic during Obama's presidency and only after he declared that people that haven't been in the work force for 6 months are no longer unemployed, but higher taxes and employer costs drove any natural growth back into the ground.

    There's no smoke in Russia, the whole thing is blown out of proportions by the media, they're fanning at a tree log hoping it will spontaneously combust. We've had weeks of Congressional hearings, even Comey had nothing interesting to say other than conjecture. Even the GOP doesn't want Trump but both of them combined can't find anything remotely impeachable. If you're talking about smoke, we KNOW Hillary had involvement with the Russians and a bunch of others to influence both Obama and the Hillary elections because she fucking wrote it in an e-mail.

    Find me an e-mail from Trump to the Russians, even Obama ordering the NSA to spy on Trump (or as the media likes to call it "uncover the identities of collateral spy action against potential American citizen terrorists on American soil") couldn't find any hard evidence. We can find Weiner's dick pic but we can't find electoral fraud on massive scales?

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  107. Re:Leftists will bash Trump for this by mesterha · · Score: 1

    In our last election, rural voters preferred Trump and that is why the rural voter trumped the urban voter to override the popular vote.

    So you're saying if we got rid of the extra 2 electoral votes per state then Trump would have lost. This is false. Hillary won about 20 states to Trump's 30. Subtracting out the extra two votes gives Trump 246 and Hillary 192.

    The real issue was the winner take all part of the system. With winner take all it is mathematically possible to win 25% of the popular vote and still win the election. With the extra 2 votes, it's even worse.

    --

    Chris Mesterharm
  108. Re: Leftists will bash Trump for this by cyberchondriac · · Score: 1

    If you're getting paid to troll, your benefactor should know they're not getting their money's worth, with lame, half-hearted shots like that.

    --

    Look back up at my post, now look back down, you're on the Internet. Now look back up. I'm a signature.
  109. You know.. we can call in the 2038 bug... by gosand · · Score: 1

    Y2K was shorthand for Year 2000.
    Y2K38 doesn't save you any space at all, the K does nothing and makes it unnecessarily confusing.
    Y2038 or just 2038 bug would be sufficient I think.

    --

    My beliefs do not require that you agree with them.

  110. Sacred cows make the best burgers by ripvlan · · Score: 1

    You are probably correct. However, when the system finally fails it might force an upgrade/replacement or retirement of the system. Sometimes catching fire is the only way we cook our sacred cow burgers.

    Or the old guy retires.

    Seriously - I've seen this happen. "Most Important Process" in the place is handled by "one" person who quits because s/he can't get away from doing the process. No matter how many times they brought it up for review, nope "this is the most important process" - even attempts to be promoted to a new job/role and management sticks the task with them. So they quit. Then nobody is assigned to do the job (maybe a few cracks at it on a volunteer basis) - but in the end the task goes undone for an extended period of time before finally somebody officially declares it obsolete.

    Sacred cows make the best burgers.

  111. six-figure petty cash jar by epine · · Score: 1

    As another example, the Pentagon will be freed from a requirement that it file a report every time a small business vendor is paid, a task that consumed some 1,200 man-hours every year.

    Sounds like a lot, I guess.

    The F-35 Is a $1.4 Trillion Dollar National Disaster — April 2017

    The Distributed Aperture System is one of the primary sensors feeding the displays to the infamous $600,000 helmet system, and it is also failing to live up to the hype.

    So if we amortise the JSF program over 40 years, the $1.4 trillion outlay / pork gravy works out to $1100/s (more than even Eliza "meth" Millipede can make stuffing fliers at home).

    Is 1200 hours/year of accounting oversight on a relatively small financial leak unjustified?

    Personally, I'd crank some numbers before jumping to a hasty conclusion, because this is the ultimate haemorrhage in all of recorded history.

    I happen to mostly take complaints about the information system with a grain of salt. Integration problems are hard, and things will probably improve with a combination of time, experience, and more $$$ guzzling everywhere (perhaps in some cases to good effect).

    The F-35 lost repeatedly in air-to-air maneuvering despite the fact that the test was rigged in its favor because the F-16 employed was the heavier two-seater version and was further loaded down with heavy, drag-inducing KFC chicken buckets to hinder its maneuverability.

    F-35 boosters argue that the plane's low radar signature will keep it out of WVR situations, but the history of air combat is that WVR engagements cannot be avoided altogether.

    Incompetent epsilon-signature airframe, abetted with movable mission goalposts, have a far worse long-term prognosis.

    But no, apparently the problem here is too much picayune cost control.

    Personally, I'd crunch some serious numbers before supporting that assertion in any direction.

  112. 2012 Bug by sycodon · · Score: 1

    The Mayans had a similar issue with the 2012 bug.

    Since they ran out of room on the huge rock they carved the calendar on, they just figured time would end and they'd never have to worry about 2012.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    1. Re:2012 Bug by chihowa · · Score: 1

      And they were right; they never made it to 2012.

      We need to fix this Unix 32 bit time issue before it's too late for us!

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
  113. Re:Leftists will bash Trump for this by T.E.D. · · Score: 2

    The electoral college is an attempt to balance political power between rural and urban voters.

    That's what many US school history books say. However, US school history books have to be approved by groups of political appointees in every state who are kind of famous for not wanting any uncomfortable truths put into them.

    Turns out we have extensive documentation over the constitutional deliberations on this matter. A simple plebiscite for President was preferred initially by some, but would not fly with the slave states. At the time, only land-owning (white) men were generally allowed to vote, and the plantation society in those states was centered around a very few big landowners and oodles of landless workers/slaves. This meant in a simple popular vote for POTUS, slave states would have almost no say. Northern free states with their small family farms and shopkeepers would vastly outvote them. Their only hope would be to enfranchise their slaves (which of course is essentially an oxymoron).

    The Electoral College's entire purpose in its weird indirect design was to give slave states a voice in electing a POTUS proportional to their population, rather than to the amount of humans they actually allowed to vote. Slave states were even allowed to include their slaves (well, 3/5 of them) in this count. During elections, if some states didn't even have a vote for POTUS (and many didn't for the next 100 years) that was their business.

    Certianly there are other justifications for the EC that you hear today (if there weren't we would have ditched it long ago). However, Slavery is the reason it came to be in the first place.

  114. Re:Leftists will bash Trump for this by Attila+Dimedici · · Score: 2

    You make the mistake most of the others on here make. The Electoral College may not boost the power of the VOTERS in the small states, but it does boost the power of the states.

    As conceived by the Framers of the Constitution, the voters of the United States do not decide who the President will be, the States do. The fact that all states currently allocate their Electoral College representatives based on the results of an election does not change the fact that the Constitution gives each state legislature complete freedom to select their EC representatives in any manner they so choose.

    --
    The truth is that all men having power ought to be mistrusted. James Madison
  115. Re:Leftists will bash Trump for this by Attila+Dimedici · · Score: 1

    If you want to get rid of the two party system, get rid of government support for party primaries. Let the parties select their candidates however they like...if they want to do it via an election, let the parties pay for that election.

    --
    The truth is that all men having power ought to be mistrusted. James Madison
  116. Re:Leftists will bash Trump for this by RavenLrD20k · · Score: 1

    ...They won't be ignored or abused...

    I'm sorry... as a Fin you can't understand how wrong that statement is when talking about the US. The US is more than 11 times the geographical size of Finland and more than 300 times the population. The entire population of Finland could populate New York City and still have room to fit 300,000 more to match its current population. More than 62% of the entire United States Population, that's roughly 201,517,800 people, live in about 3.5% of the United States land area. That's move than 200 million people living in 126,657 square miles. 328,040 km^2. 200 million people living in Urban/suburban areas, working mostly in some form of commercial capacity: Retail, Construction, Industrial, Service, or Financial. Most of the people in these areas never venture out into the rural 96.5% of the country for anything more than a pass-through or pass-over...because that's boring, uninteresting, and not even worthy of a vacation. They do their vacation and business travel to other parts of the urbanized 3.5% ...where things actually happen and can keep them entertained. Because of this, those in urban areas don't usually give a rat's ass about what happens to 97% of this country so long as each of their personal wants are met (yay! runaway capitalism). Unless something is going catastrophically wrong out in the flyover states (the big open plain central area of the states that lie east of the Rockies and west of the Appalachians), like the dust-bowl of the Great Depression in the 30's, the majority of the population doesn't care if those in the rural areas have any kind of voice in politics...because those out in the rural 96.5% live boring, laborious, non-glamorous lives that the urbanites just don't want to deal with.

    Why should someone living on the countryside have any more say in who rules over the entire country?

    They don't. They only get more say in choosing who gets to put the rest of the population in check to keep the urbanites from overruling the farmers and ranchers. You're making the common mistake of seeing our President as the seat of America's power, when his power is actually very limited and easily reigned in by either Congress or the Supreme Court. See, our Congress is set up so that those who live in 3.5% of the territory get more seats in the House of Representatives than those who live in the 96.5% of the territory because there's more people living in the urban areas. This means that as a general rule, those who live an urban lifestyle have more power in Congress over those who live out in the rural areas. More simply, people who have absolutely no idea what it means to be a farmer or rancher have more ability to create regulations on what a farmer or rancher can and cannot do with their property, and the representatives for the rural area could be out-voted on the House floor. The House is the will of the people where the population gets its voice heard. Decisions made here get passed to the will of the States, the Senate, where every state has an equal vote (2 per state). In this way there's a bit more balance in the way Congress operates, but it is still VERY heavily population oriented. Congress is also where most of the power of the land rests. The President only gets to pick and chose which laws Congress comes up with actually make it into law. Executive orders directing the agencies of the Executive Branch (FBI, CIA, NSA, etc) are given more credit than they deserve. Congress can easily overrule them if they wanted to.

    The check and balance to this in the Executive branch was for the EC to give more power to the rural areas on who gets to sit as President, as he's the one who gets the ability to Veto what he deems as an unfair law. In this way, the power of the president is supposed to be able to overcome the mob rule that could come through Congress, and only a sufficiently unified congress could override a Presidential veto.

  117. Re: Leftists will bash Trump for this by unixisc · · Score: 1

    Such as? And evidence?

  118. Re:Leftists will bash Trump for this by Straif · · Score: 2

    As far as I am aware each state decides independently how their EC members are determined. They can do proportional, winner take all, a mix of the two or flip a coin. The only Federal rules are about how many representatives each state has in the EC. People who keep complaining about how the EC is run need to get out and push for reform on the State level, not the Federal.

    As for a true popular vote, that is a failing solution on so many levels that it shouldn't even be mentioned in true electoral reform.
    On just a pure size issue, a potential recount of 250 million votes would mean election results probably wouldn't be finalized until after inauguration day.
    It also opens the floodgates for real voter fraud. Unlike the EC where local fraud has limited Federal impact (it can elect a single Congresspersons or even a Senator but could only impact a limited number of EC Presidential votes), in a popular vote system a few districts in a heavily populated areas could potentially impact the entire popular vote. The last election is a perfect example of this in that Hillary won the popular vote by upwards of 3 million votes but all of those votes came from a single state, California. In a pure popular vote system if a state that favors an R or D candidate decides to "loosen" their voter eligibility and let questionable voters cast ballots then potentially millions of votes would be illegally added to the federal count. Ignoring any of the as yet unproven claims about letting illegal immigrants vote in California, this type of relaxing of voter laws routinely happens even now in some districts (usually in the form of ignoring inmate rolls) but because of their limited impact nationally, all that usually happens is a couple of voter groups file lawsuits that go nowhere. If these votes were added to a federal tally then these lawsuits would most likely have to go all the way to the Supremes, adding even more time till a winner is determined.

    The EC is not perfect but in a system made up of 50+ individual entities it may be as close as you're going to get.

    --
    Of course that's just my opinion...... you could be wrong!
  119. Re:Leftists will bash Trump for this by Khashishi · · Score: 1

    Well, maybe the US Civil War was for the best. It's not good to compromise on everything.

  120. Re:Leftists will bash Trump for this by Khashishi · · Score: 1

    Was it really about rural vs urban, or was it about state vs state?

  121. Explanation that maybe a Euro can understand by Texmaize · · Score: 1

    Its interesting how you go out of your way to say that you are Finnish, and not as just a person from the EU. This means that you hold some allegiance to Finland and are proud of your country, and rightly so. This also probably means that you understand that the issues and needs of the people of Finland might be different than those of say, Greece.

    Now, lets say that we do what you just said and merge all political power into the greater EU state. This means that 4 countries, Germany, Italy, France and England (if you still include them) control over 50% of the EU population. This means that they can group together and say, we are the most advanced, civilized part of the EU, unlike those backwards people from Frostover Country, and we should allocate most of the resources to central core. In fact, any ideals and values of those Frostover people, like Finland, are really silly and we should simply remove them. This is ok, because the people of France, England, Germany and Italy say so. They have more people after all.

    If you are being honest, you will admit that as a proud member of Finland, you are not quite ready to abrogate all sense of history and identity. You like total population rule because 1. You are a member of the urban populace in Finland, not the sparse rural area, so it works for you. 2. You are not asked to yet asked to subsume your identity to a larger culture just because they out-breed you.

    As a citizen of the U.S., I have lived in most of the regions of the country in my life. You may not understand this from afar, but the people of each state in our union have a different culture, ideals, and history than the other states. We are equally proud of our heritage and do not want to be forced by the whims of greater mass that out-breeds us. Especially one that has policies that lead to such human misery.

    Also, for comparison, Finland has about the same population as the U.S. state of Minnesota. As the 22nd most populated sate, you would be apart of what New Work and Californians affectionately call flyover country. They say this because they believe all the people in the middle do not matter. Does this all make sense now?

    --
    "Liberalism is a very noble idea, currently controlled by some very bad people. Be sure you do not get the two confused.
  122. Re:Leftists will bash Trump for this by RavenLrD20k · · Score: 1

    The entire population of Finland could populate New York City and still have room to fit 300,000 more to match its current population.

    Correction on this. New York City has a population of about 8.5 million. So that means that there's a difference of 3,000,000 people between Finland and New York, NY; not 300,000.

  123. Re:Leftists will bash Trump for this by vux984 · · Score: 1

    If anything, this story shows Trump in better light than either Bush or Obama that he finally did something about it.

    Meh. It's got nothing to do with the president; as you said yourself.

    Its just low level bureaucratic machinery humming along. It didn't happen because Trump got elected; it wasn't his mandate. He just happened to be at the wheel the day it bubbled up through the works. Its certainly not Trump news. It's barely news at all, except in a 'fun fact' curiosity sort of way.

  124. Re:Leftists will bash Trump for this by Straif · · Score: 1

    You're basically proving my point about the issues with using the popular vote. Listing several states with still ongoing voting issues just goes to prove how long it would take to finalize a federal election based on popular vote. Taken at a state level, unless the number of affected votes would directly impact the results in that state, the court cases can continue while the state EC members could still be appointed. At a Federal level if any combination of results could tip the popular vote balance one way or the other then you could not finalize the election until all court cases and potential recounts are completed.

    As for California, I mentioned them solely because they are an example of single state that pushed Hillary into the lead on popular vote. I don't know why you think strengthening my argument by showing they were actually MORE influential on pulling up Hillary's numbers helps your case? In fact as a few other people pointed out in this thread, if you want to go even further, New York City and Los Angeles county alone make up most, if not all, of Clinton's popular vote lead. The point is, if you make the Presidential election a popular vote contest then it takes only a few areas in the country where fraud has to occur to really impact the results.

    With the billions spent on campaigning as well as the hyper partisanship from both parties at the State and local levels you don't think that if a few local politicians/campaign workers realize that they could pull a few strings to get more votes for their candidate and win the election that wouldn't happen? It already happens at a much smaller scale where the stakes are much lower (as you've so kindly pointed out with your links).

    The EC effectively acts as a buffer to try and prevent local issues from becoming Federal issues.

    --
    Of course that's just my opinion...... you could be wrong!
  125. Re:Leftists will bash Trump for this by iMadeGhostzilla · · Score: 1

    I imagine this one turned up because someone was given the task to look at all unnecessary regulations that can be undone, and the other ones just aren't as interesting/funny to report. If so it's the process that lead to this directive which is potentially useful.

  126. Re:Leftists will bash Trump for this by desdinova+216 · · Score: 1

    can you show sources from places that are not as biased as breitbart and other rightwingnews?

  127. Re:Leftists will bash Trump for this by desdinova+216 · · Score: 1

    you mean like obstruction of justice? http://www.bbc.com/news/world-...

  128. Re:Leftists will bash Trump for this by swillden · · Score: 1

    As far as I am aware each state decides independently how their EC members are determined.

    Correct.

    On just a pure size issue, a potential recount of 250 million votes would mean election results probably wouldn't be finalized until after inauguration day.

    Recounts would still be done at the state level, if needed.

    It also opens the floodgates for real voter fraud.

    Meh, fraud done on a large enough scale to influence the national election would be blindingly obvious.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  129. Re:Leftists will bash Trump for this by swillden · · Score: 1

    The Electoral College may not boost the power of the VOTERS in the small states, but it does boost the power of the states.

    It actually doesn't. If you compute the vote power indices at the level of the EC votes, the small states still have less power than they should. Bloc voting awards disproportionately greater power to larger blocs.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  130. Re:Leftists will bash Trump for this by Straif · · Score: 1

    Recounts would still be done at the state level, if needed.

    Yes, but the problem would be that in a pure popular vote that recount would be done at the State level IN EVERY STATE. There would be no just fighting over Florida's recount procedures (which was a headache no one wants to repeat) you'd instead have people fighting over the recount procedures of every single electoral district in the country. With the 0.5% difference in popular vote in 2000, according to several State legislature laws, that would have triggered a mandatory recount. So you'd have State where the Statewide winner was never in doubt forced to do a recount of every ballot. To make it more painful in many cases recounts have to be done by hand and potentially verified by a ballot worker and a rep from each interested party.

    As for the voter fraud, I should have been more general and include all voter suppression/allowances, once again using Florida as an example of how one area could screw everyone. During the lovely 2000 election the rolls for felons they originally used to eliminate voters was so flawed that in the end many if not most districts simply took it upon themselves to ignore them altogether. So you went from an example where the State could eliminate your right to vote to a case where they were letting people not legally allowed to vote all in the same election.

    --
    Of course that's just my opinion...... you could be wrong!
  131. Re:Leftists will bash Trump for this by swillden · · Score: 1

    Meh, fraud done on a large enough scale to influence the national election would be blindingly obvious.

    Wrong attitude, fraud done on a small enough scale that nobody cares about it, is dangerously corrupting.

    That we just had an election where a mere 70,000 votes could swing is it what is corrupting about the Electoral college.

    If fraud on a very small scale will swing the election, then the fraud is irrelevant, because the people are so evenly divided that any random event, like weather, can swing the election. To actually undermine the democratic process, you have to have fraud on a scale that allows going against the will of the people even when it is clear.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  132. Re:Leftists will bash Trump for this by swillden · · Score: 1

    Yes, but the problem would be that in a pure popular vote that recount would be done at the State level IN EVERY STATE.

    Generally, no, it would only be done in the states where there was some suspicion that it was necessary. And in any case, if it did have to be done in every state, so what? It's not like the recounts would be performed serially.

    With the 0.5% difference in popular vote in 2000, according to several State legislature laws, that would have triggered a mandatory recount.

    Nah, only a 0.5% difference in the state's popular vote would trigger a recount. The state laws don't take account of the votes of other states.

    To make it more painful in many cases recounts have to be done by hand and potentially verified by a ballot worker and a rep from each interested party.

    Which would be done independently in each state. In parallel.

    As for the voter fraud, I should have been more general and include all voter suppression/allowances, once again using Florida as an example of how one area could screw everyone.

    That's far *worse* with the EC, because the errors in a huge swing state like Florida are dramatically magnified by the EC bloc voting. With a national popular vote, 100K ballots one way or the other wouldn't matter at all except in an extremely close race -- and then it arguably doesn't matter that much anyway because the will of the people isn't clear to begin with. Random events like weather are as likely to swing it as fraud of that sort.

    Note that I'm not saying fraud should be ignored. It should be identified and fixed as a matter of good democratic hygiene. But it's next to impossible to have fraud on a scale that would actually thwart the clear will of the people in a national election, EC or no EC (though EC does minimize the effect of fraud in small states and magnify it in large states, while without the EC the effect would be consistent nationwide).

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  133. Re:Leftists will bash Trump for this by Kiuas · · Score: 1

    I largely agree with your comment and reasoning, but the above is false. The EC has nothing to do with securing the nomination. Party nominations are done through party-specific processes which admittedly include delegate systems that look sort of EC-ish, except that those delegates actually do exercise free will in casting their ballots, so function more like the EC was intended to function. But changing or abolishing the EC would have no effect on the nomination processes.

    I think you misunderstood what I meant because I somewhat accidentally used the word nomination. I wasn't referring to the primaries, I was referring to the actual election and winning the presidency. I should have worded it '...to secure the presidency' but my brain misfired. That is, that the current setup makes it so that a populist candidate needs less of the popular vote to win the election.

    My apologies for the confusion.

    --
    "It is the business of the future to be dangerous" -Alfred North Whitehead
  134. plenty of time interval programs could crash by peter303 · · Score: 1

    How many people ever wrote: int time1 = clock(); int time2 = clock(); if(time2-time1>threshhold) do_something(); This could fail in 2038. A good coder would call an interval library that checked for rare, fatal cases. But I will not reveal that I ever wrote sloppy code ðYS

  135. 2100 by herbierobinson · · Score: 1

    But we are almost 1/5 of the way to 2100: We should be prepared. [sarcasm intended]

    --
    An engineer who ran for Congress. http://herbrobinson.us
  136. Re:Leftists will bash Trump for this by Areyoukiddingme · · Score: 1

    Face it, your party is just as bad as the other party. I don't even need to know which party is yours, that statement is universally true.

    Well no, it's not. My party has never been in power, so that statement is untested.

  137. Re:Leftists will bash Trump for this by Straif · · Score: 1

    As soon as you nationalize the vote you will nationalize the recounts. There is no reason to consider a vote in Maine any different from a vote in Nevada; they are effectively part of the same pool so any close elections will automatically cause both parties to start fishing for votes in whatever areas they favor. There is absolutely no reason a State would still restrict recount laws to their borders once the pool was nationalized; at that point their borders are irrelevant. And yes all recounts would be done in parallel but the shear number of court filings filed by both parties would clog up courts nationwide and slow everything down. It's bad enough when that limited to a single state (even then usually only a few districts) or even 2 but a national vote means all 50 states are automatically in play.

    As for the EC being worse, by design it limits what any single state can do. Even a swing state like Florida can't exceed it's 29 votes. It's really only a "swing state" because it can easily swap from R to D on any given election; it can't on its own do much unless the election is close. In the last election even if Florida has gone D it still wouldn't have changed the outcome.

    --
    Of course that's just my opinion...... you could be wrong!
  138. Re:Leftists will bash Trump for this by Hognoxious · · Score: 1

    What about the day where daylight saving starts or finishes?

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  139. Re:Leftists will bash Trump for this by Hognoxious · · Score: 1

    If you must start a sentence with "and" at least capitalize it.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  140. Re:Leftists will bash Trump for this by Hognoxious · · Score: 1

    Interesting. Is there any law requiring state governors etc. to be elected, or could Florida turn around tomorrow and decide it's a monarchy?

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."