Jump to content

Zimmer

Dedicated Members
  • Posts

    670
  • Joined

  • Last visited

Posts posted by Zimmer

  1. Yay one political thread I didn't start :). As for the issue I say the US needs to stay out of it, we tried to help Iraq (look what happened, everyone hates us for doing that), stay out of other nations issues (well I guess this is a little bit more of an issue sense Britain is out ally), it still seems that Argentina wants it for the oil and the only reason Britain won't give it back is for the oil, so go Britain (sense well I think we would be better of with an ally having it than Argentina) :)

    As for oil, we need to find an alternative (no not for the environmentalists!) and no not because we are running out of oil but to remove an future dependency on oil (we get most of ours from Cananda of all places).

  2. Ok I see your point, but with taxes are NOT optional where as you choosing to buy which medicine brand or even not buying some (ok there are some you NEED but I am thinking of cough medicine and the like). So with public research they automatically get taxes, there is no reason to be efficient and not waste money (what they won't get funding, sorry but taxes are not optional (ok so the government chooses another firm (not if this one has some buddies in government (like the MPAA and RIAA)))). So either situation you pay, now do you want control (pay on demand) or risk (pay up front (MAY be cheaper (but I don't think so (reasons above)))). Oh and whether public or private there is going to be greed and profit above anything (yes there is profit in public), so if they do put profit before lives use that against them hurt their bottom line.

  3. I have been contemplating this some more. We get insurance to pay for unexpected costs (like a flood or fire) and the medication can be expensive. But why? a) it costs money to research and make sure it is safe (FDA etc). B) Exclusivity, often generic is cheaper but patents provide exclusivity and so they can charge a lot for it (to recoup research costs and make money (profit)) so I think it is not health care insurance that is the complete problem but patents and copyright (if they where more reasonable than prices for meds (and other things cough MPAA RIAA cough )) that allow price ups. But with out profit incentive then no new drugs come to market (or not as fast). So I think there are some things that can help that isn't just health care insurance changes. Just my options. Oh and this is before I read the wikipedia article on generic drugs heh seems my thought process is affirmed :)

  4. That would be a dictionary

    You see the json.loads creates a dictionary (yes like a dictionary)

    basically a dictionary is well like a dictionary (so key - value or apple - a sweet fruit)

    the syntax is {key: value, second_key: second_value} or {'apple': 'a fruit', 'orange': 'another fruit'}

    so say you have x = {'apple': 'a fruit', 'orange': 'another fruit'}

    then you do

    print x['apple']

    you get a fruit as a result

    but if you do

    print x['non existent value'] or x['peach'] in our example

    you get the key error

  5. Wow thanks for all the feedback :-). As for gui I have never had any "formal training" and I often just start coding but then again I also don't understand such things that are regarded as standard or good practice (unit testing, design patterns etc.), but this is probably because I have never even followed a tutorial for coding (well python I did for a little bit but then just started learning by what I needed). As for designing class, etc I would (if I even do) just usually open up a new text file and start writing ideas etc. BTW: any one got any good tuts on unit testing (all those I found never show why, it seems all those things they test for (as example )they already now are errors (and therefore why not just handle any errors))?

  6. QUOTE (Zimmer @ Sun, 17 Jan 2010 07:01:20 +0000) *

    That explains it. As to what "that" is I will leave you to figure out.

    I don't get this either, captialism has been the most successful method of social advancement and wealth creation the human race has invented to date. Look at computers, the desire to out do each other in terms of performance and cost has lead to the creation of high power computers everyone can afford.

    It was meant as a joke. I thought it was obvious what the joke was at.

×
×
  • Create New...