General discussion

Discussion in 'General Off-Topic' started by Car crusher, Apr 4, 2014.

  1. redrobin

    redrobin
    Expand Collapse

    Joined:
    Aug 21, 2012
    Messages:
    602
    If Sanders get the presidency, we're all screwed. He has no idea about how an economy works, his ideas are to basically make everything free for everyone.

    If anything, I'd like to see Kasich as president. He did well for Ohio, I think he'd be great for the U.S.
     
    • Like Like x 1
  2. amarks240

    amarks240
    Expand Collapse
    Guest

    so the economy should continue as is? the distribution of wealth in this country makes it a borderline oligarchy. big money is making all the decisions and its not good for the rest of us 99%ers. Go look up how much they spend on lobbyists. the very fact that lobbyists exist is a serious problem. i can buy 93 octane gas pretty cheap so i don't really give a shit.
     
    • Like Like x 2
  3. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,960
    So long as its not Trump. Fucking moron wanting to require all Muslims to require a special ID just because a teeny teeny tiny weeny minority might be terrorists, we'll overlook the many christian terrorists around... Guy cant even tell the difference between a muslim and someone from the middle east, its possible for an iranian to be a christian and a white british londoner to be muslim (I have personally met each).
     
  4. BlueScreen

    BlueScreen
    Expand Collapse

    Joined:
    Apr 5, 2014
    Messages:
    624
    guys pls
     
  5. NotLikeThis

    NotLikeThis
    Expand Collapse

    Joined:
    Nov 1, 2015
    Messages:
    335
    Man let us have political debates at least once per 3 years :)
     
  6. BlueScreen

    BlueScreen
    Expand Collapse

    Joined:
    Apr 5, 2014
    Messages:
    624
    I didn't make the rules.
     
  7. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    Oddly specific use by date...
    IMG_20160128_213202.jpg
     
  8. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,960
    you've got about 25 hours to eat that thing then, or, hop in a car, drive it here, I'll have it now
     
    • Like Like x 1
  9. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    IMG_20160128_214834.jpg
    nom
     
    • Like Like x 1
  10. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,960
    • Like Like x 7
  11. SuperNoob05

    SuperNoob05
    Expand Collapse

    Joined:
    Jan 4, 2015
    Messages:
    1,289
    Now I'm hungry :/
    --- Post updated ---
    I just found out that you can use the Google app to do things like turning Bluetooth on and off. Now I need to do even less things myself :p
     
  12. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    It was really good. But im still a little hungry.

    Just as an FYI to anyone who may be going to Uni at any point in time (or just living in general), buy a panini maker. They are the literal best kitchen appliance ever.
     
  13. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,960
    But I have a grill?
     
  14. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    Its just not the same. Our oven has a grill too and while that is great for things like cheese on toast it cannot beat a proper panini maker. With a panini maker you switch it on and in ~2 mins it is up to temperature, you put food into it and within about 5 mins said food is paninified. Then to clean it you just wipe it with a wet cloth to remove any crap left on it, grease isn't a big issue since it will help the next toastie/ panini.
     
  15. allen key

    allen key
    Expand Collapse

    Joined:
    Feb 17, 2015
    Messages:
    191
    Banging your head against a wall burns 150 calories an hour.
     
  16. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    my diet today has been pretty awful mind.
    Breakfast = frosted shreddies
    dinner = greggs pizza + greggs chocolate doughnut
    tea = fried egg on toast x2
    tea #2 = pizza express pizza
    tea #3 cheese toastie

    but I have been feeling pretty low on energy recently and only today noticed that I was hungry. So maybe this may fix it ready for global game jam.
    IMG_20160128_223723.jpg
    nom
     
    • Like Like x 1
  17. allen key

    allen key
    Expand Collapse

    Joined:
    Feb 17, 2015
    Messages:
    191
    plllsss
    imm suuuch hungriness
     
    • Like Like x 1
  18. Cwazywazy

    Cwazywazy
    Expand Collapse

    Joined:
    Dec 1, 2012
    Messages:
    1,245
    oohh my goooddd

    tooootallyyyyy
     
    • Like Like x 6
  19. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,960
    Code:
    import clr
    clr.AddReference("System")
    clr.AddReference("System.Threading")
    from System import *
    from System.Threading import *
    
    degrees = [23, 42, 12, 4, 8, 2, 18, 34, 68, 27, 8, 3, 5, 9]
    def Fib(n):
        if n==1 or n==2:
            return 1
        return Fib(n-1) + Fib(n-2)
    def calcFib(n):
        Console.WriteLine("Fib(" + str(n) + "): " + str(Fib(n)))
    
    for degree in degrees:
        ThreadPool.QueueUserWorkItem(calcFib, degree)
    Thread.Sleep(50000)
    Really quick and dirty, but got to love ironPython being able to leverage the .NET framework.
     
    • Like Like x 1
  20. Bubbleawsome

    Bubbleawsome
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    1,886
    Wait, is that what you call a grilled cheese? That's very quaint and.... British.
    Meanwhile I'm here
    Code:
    int main()
    {
        while(1 > 0)
        {
            printf("ur mom\n");
        }
        //system("pause");
        return 0;
    }
    [CODE]
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice