Author Topic: Lines of Code Comparison To Healthcare.gov (Obamacare portal)  (Read 4515 times)

0 Members and 1 Guest are viewing this topic.


Oceander

  • Guest
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #1 on: October 24, 2013, 12:25:11 am »
seriously?

Offline Atomic Cow

  • Hero Member
  • *****
  • Posts: 18,221
  • Gender: Male
  • High Yield Minion
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #2 on: October 24, 2013, 12:27:56 am »
I find that hard to believe.

The line of code for a F-22 Raptor is about 2 million, the B-2 Spirit has slightly more.
"...And these atomic bombs which science burst upon the world that night were strange, even to the men who used them."  H. G. Wells, The World Set Free, 1914

"The one pervading evil of democracy is the tyranny of the majority, or rather of that party, not always the majority, that succeeds, by force or fraud, in carrying elections." -Lord Acton

Offline aligncare

  • Hero Member
  • *****
  • Posts: 25,916
  • Gender: Male
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #3 on: October 24, 2013, 12:34:29 am »
For those of us who don't speak geek, is there anyone among you who can explain in American English what this means?

Offline Atomic Cow

  • Hero Member
  • *****
  • Posts: 18,221
  • Gender: Male
  • High Yield Minion
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #4 on: October 24, 2013, 12:39:38 am »
For those of us who don't speak geek, is there anyone among you who can explain in American English what this means?

Computer software is comprised of lines of code, basically the instructions which tell the software how to operate.  The more lines, the more complex the program.  Even websites have lines of code.  Here is an example of this site's main page.  It means nothing looking like that, but your browser will interpret it and display the site correctly.

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <meta http-equiv="X-UA-Compatible" value="IE=8">
   <link rel="stylesheet" type="text/css" href="http://www.gopbriefingroom.com/Themes/Classic/css/index.css?fin20" />
   <link rel="stylesheet" type="text/css" href="http://www.gopbriefingroom.com/Themes/Classic/css/style.css" />
   <link rel="icon" href="http://www.gopbriefingroom.com/tbr-icon02e.png?nocache" type="image/x-icon">
   <script type="text/javascript" src="http://www.gopbriefingroom.com/Themes/default/scripts/script.js?fin20"></script>
   <script type="text/javascript" src="http://www.gopbriefingroom.com/Themes/Classic/scripts/theme.js?fin20"></script>
   <script type="text/javascript"><!-- // --><![CDATA[
      var smf_theme_url = "http://www.gopbriefingroom.com/Themes/Classic";
      var smf_default_theme_url = "http://www.gopbriefingroom.com/Themes/default";
      var smf_images_url = "http://www.gopbriefingroom.com/Themes/Classic/images";
      var smf_scripturl = "http://www.gopbriefingroom.com/index.php";
      var smf_iso_case_folding = false;
      var smf_charset = "UTF-8";
      var ajax_notification_text = "Loading...";
      var ajax_notification_cancel_text = "Cancel";
   // ]]></script>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <meta name="google-site-verification" content="1ZIMTar2u5ibx3xwL-tZXcnUWndY8jLOfaMI2Yjn_3g" />
   <meta name="alexaVerifyID" content="1XHENvmmMrc1CyNk65En7peGRd8" />
   <meta name="description" content="GOP Briefing Room - the place for conservative political discussion" />
   <title>GOP Briefing Room - Index</title>
   <link rel="canonical" href="http://www.gopbriefingroom.com/" />
   <link rel="help" href="http://www.gopbriefingroom.com/index.php?action=help" />
   <link rel="search" href="http://www.gopbriefingroom.com/index.php?action=search" />
   <link rel="contents" href="http://www.gopbriefingroom.com/index.php" />
   <link rel="alternate" type="application/rss+xml" title="GOP Briefing Room - RSS" href="http://www.gopbriefingroom.com/index.php?type=rss;action=.xml" />
</head>
"...And these atomic bombs which science burst upon the world that night were strange, even to the men who used them."  H. G. Wells, The World Set Free, 1914

"The one pervading evil of democracy is the tyranny of the majority, or rather of that party, not always the majority, that succeeds, by force or fraud, in carrying elections." -Lord Acton

Offline aligncare

  • Hero Member
  • *****
  • Posts: 25,916
  • Gender: Male
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #5 on: October 24, 2013, 12:44:59 am »
And this is what computer programmers do all day? Damn. And these people have access to guns?

Offline ABX

  • Hero Member
  • *****
  • Posts: 900
  • Words full of sound and fury, signifying nothing.
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #6 on: October 24, 2013, 12:50:01 am »
I find that hard to believe.

The line of code for a F-22 Raptor is about 2 million, the B-2 Spirit has slightly more.

Go to Healthcare.gov, right click and click view page source. Just their landing page is an absolute mess. It looks like a patchwork quilt of mishmash code stolen from other sites.  And that is just the front-end, what should be the simplest part. It is a nightmare. Someone must have been drunk coding that.

Offline ABX

  • Hero Member
  • *****
  • Posts: 900
  • Words full of sound and fury, signifying nothing.
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #7 on: October 24, 2013, 12:51:06 am »
And this is what computer programmers do all day? Damn. And these people have access to guns?

We have many, many guns. It is what we do on the weekend after staring at code all week to bring us back to sanity.

famousdayandyear

  • Guest
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #8 on: October 24, 2013, 01:22:15 am »
For programmers, certain structured languages (early "C" from Bell Labs, for instance) provided an elegance not present in some other languages.  This "elegance" delivers scalability, easy debugging features, expandability, self documenting code and so on, that "clunkier" languages do not.  Applications written using structured code are much easier to implement, expand, "fix" and so on.

I doubt very seriously that the healthcare.gov took advantage of best industry practices when designing this monster.

Jeff Bezos:  White courtesy phone

Offline aligncare

  • Hero Member
  • *****
  • Posts: 25,916
  • Gender: Male
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #9 on: October 24, 2013, 01:24:21 am »
Does anyone think that the website may be Obamacare's undoing? That because people can't sign up, the penalties for not signing up and the deadline may have to be waived?

Offline Atomic Cow

  • Hero Member
  • *****
  • Posts: 18,221
  • Gender: Male
  • High Yield Minion
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #10 on: October 24, 2013, 01:29:52 am »
It won't be.  They'll just spin all day long and the stupid voters will believe it is somehow the Republicans fault.  Obama will never be blamed.
"...And these atomic bombs which science burst upon the world that night were strange, even to the men who used them."  H. G. Wells, The World Set Free, 1914

"The one pervading evil of democracy is the tyranny of the majority, or rather of that party, not always the majority, that succeeds, by force or fraud, in carrying elections." -Lord Acton

famousdayandyear

  • Guest
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #11 on: October 24, 2013, 01:34:33 am »
Does anyone think that the website may be Obamacare's undoing? That because people can't sign up, the penalties for not signing up and the deadline may have to be waived?

I am not a programmer but had to be able to decipher code as part of my position in the SW development field.  Looking at that sample page does not look like any structured base code I have ever worked with.  IMO, this monstrosity was put out there to FAIL BIG TIME.  No alpha testing; no beta testing; just a friendly web page with happy people graphic and some text.  And why nearly a billion was spent to create and implement is a ruse--$$ prolly went to a slush fund somewhere. 

Offline ABX

  • Hero Member
  • *****
  • Posts: 900
  • Words full of sound and fury, signifying nothing.
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #12 on: October 24, 2013, 01:42:30 am »
Does anyone think that the website may be Obamacare's undoing? That because people can't sign up, the penalties for not signing up and the deadline may have to be waived?

They'll just blame Bush.

Offline Relic

  • Hero Member
  • *****
  • Posts: 4,967
  • Gender: Male
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #13 on: October 24, 2013, 03:33:30 pm »
It won't be.  They'll just spin all day long and the stupid voters will believe it is somehow the Republicans fault.  Obama will never be blamed.

Couldn't agree more. We are seeing graphic examples of Obama's teflon nature. Obama is responsible for nothing bad, and gets credit for anything good. And that's how it will always be with the media and the stupid public.

Oceander

  • Guest
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #14 on: October 25, 2013, 02:15:44 am »
For those of us who don't speak geek, is there anyone among you who can explain in American English what this means?

Basically the code is like an operating manual - it "tells" the computer what to do - and for analogy, think of each "line of code" as a single page in that manual.  That should give a fairly concrete illustration of the disparities here.

Liberal_Spy

  • Guest
Re: Lines of Code Comparison To Healthcare.gov (Obamacare portal)
« Reply #15 on: October 25, 2013, 02:26:00 am »
And this is what computer programmers do all day?

It's enough to drive you crazy.