• fabs0 (unregistered)

    thats just awesome!

  • Dave (unregistered)

    You know you'll get more heat from a CPU if your code actually does some FP math and such rather than just a while loop. Actually it would be simpler to just grab Prime95 and run it in torture test mode...

  • Axe (unregistered)

    That actually made me Laugh Out Loud.....

  • XXXXX (unregistered)

    In the future, mankind will develop ways to spin and weave wool from sheep into torso-shaped wrappings. These wrappings (I'll call them sweaters) will insulate jackasses. Others will build on this innovation with hand-shaped wrappings (call them gloves). At such a time, jackasses who whine about the thermostat can regulate their own bodies' temperatures.

    Until then, this seems like a reasonable substitute.

  • badman (unregistered)

    Personally, and from personal experience, I would have just modified the thermostat to read whatever the boss wanted to see. However it would be set to "comfortable" and not changeable from the outside controls.

  • (cs) in reply to XXXXX
    XXXXX:
    In the future, mankind will develop ways to spin and weave wool from sheep into torso-shaped wrappings. These wrappings (I'll call them sweaters) will insulate jackasses. Others will build on this innovation with hand-shaped wrappings (call them gloves). At such a time, jackasses who whine about the thermostat can regulate their own bodies' temperatures.

    Until then, this seems like a reasonable substitute.

    You ever try to use gloves with a keyboard? (Gloves that are worth a shit anyways?)

    I have a bent piece of medal designed specifally for the box in our office.

    The stupid thing is, the manager would turn the air way down or the heat way up depending on the season, and then stand outside with the door open to smoke a cigarette. First electric bill and the owner put that box on there. I just need a couple of degrees so my adjustments go unnoticed.

  • pantsman (unregistered)

    TRWTF is wasting all those CPU cycles on an empty loop instead of taking part in a distributed computing project like folding@home. Incidentally, making the CPU do real work instead of an empty while loop would produce significantly more heat.

  • trtrwtf (unregistered)

    Couldn't they just burn requirements documents to keep warm?

  • Someone (unregistered)

    My Suggestion: Use multiple threads, so that every core of a multi-core CPU is used. At best start as many threads as you have cpu cores.

  • (cs) in reply to trtrwtf
    trtrwtf:
    Couldn't they just burn requirements documents to keep warm?

    Smoke inhalation ?

  • (cs)

    I was so glad that my phone was on mute (dialed into a meeting) when I read this, because I nearly killed over laughing at this.

    As for the comment about wearing heavier clothes... Gloves + Keyboard does not work. Put on some well insulated gloves and try to post a response on this thread.

  • (cs)

    Funny article. Remy should work some place to write funny comedy stories.

  • (cs)

    Too bad there isn't a program for the oposite. These days it's kinda hard sympathizing for somebody for being cold

  • Chelloveck (unregistered) in reply to Anketam
    Anketam:
    As for the comment about wearing heavier clothes... Gloves + Keyboard does not work. Put on some well insulated gloves and try to post a response on this thread.

    That would explain a good many of the usual comments.

  • Pero Perić (unregistered)

    55 °F is ~13 °C

    Not really cold...

    captcha: nulla - uncaught NullReferenceException TheDailyWTF.Comments.AddComment(int articleId) +47 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292

  • Mijzelf (unregistered) in reply to wraith
    wraith:
    Too bad there isn't a program for the oposite. These days it's kinda hard sympathizing for somebody for being cold
    while( false ){}
  • (cs)

    I don't see how this would increase the temperature. Isn't the OS is in a perpetual loop anyway waiting for interrupts? Just because it doesn't show up in the Task Manager Performance graph (or whatever OS you use), doesn't mean it isn't looping.

    Another solution would be to wire up the heat to another (hidden) thermostat, and let the 'main' one become a decoy.

  • Matt (unregistered)

    I had a similar problem - my solution was to create a lapwarmer by recompiling GCC on my Dell Inspiron.

  • RandomUser423717 (unregistered) in reply to pantsman
    pantsman:
    TRWTF is wasting all those CPU cycles on an empty loop instead of taking part in a distributed computing project like folding@home. Incidentally, making the CPU do real work instead of an empty while loop would produce significantly more heat.
    Remember the article said this was in a government office. Running anything that did anything even vaguely like complex calculation could be an... issue.
  • PZ (unregistered) in reply to Mijzelf
    Mijzelf:
    wraith:
    Too bad there isn't a program for the oposite. These days it's kinda hard sympathizing for somebody for being cold
    while( false ){}

    +1

  • Andrew (unregistered) in reply to pantsman
    pantsman:
    TRWTF is wasting all those CPU cycles on an empty loop instead of taking part in a distributed computing project like folding@home. Incidentally, making the CPU do real work instead of an empty while loop would produce significantly more heat.
    This. And also use one of the newer GPU clients if you can. You know you've gone over the cliff when, in the winter, you start folding/turn on 3DMark instead of the furnace.
  • Hello (unregistered)

    Brain for the win!! :)

  • Chip (unregistered)

    A far simpler solution would have been to tape icepacks to the thermostats.

  • trtrwtf (unregistered) in reply to Chip
    Chip:
    A far simpler solution would have been to tape icepacks to the thermostats.

    Yeah, but where are you going to find ice in Alaska?

    Better to kill a grizzly bear and crawl into its still-warm carcass.

  • David Emery (unregistered)

    Good thing you weren't using a highly optimizing compiler that optimized that loop away :-)

  • (cs)

    We're in somewhat the opposite situation: in winter, the office is kept comfortably warm by all the electronics. In summer, though, we need the airco big time.

    A quick glance at the Windows weather gadget shows that it's 37 C (98.6 F) outside, and tomorrow it will go up to 38 C (100.4 F). That's body temperature today, and just a bit more tomorrow.

    Cost is a concern, and the airco eats a lot of electricity, but if it were to be turned up a bit, in order to save money, there would be complaints, and possibly riots.

  • pinko (unregistered)

    In my country the law says that if the workplace for light / office work is cooler than 18C (~64F), the employees are allowed to stop working (and it's still paid time) ater notifying their superior. Notifying the appropriate government agency is also recommended.

  • Glenn Lasher (unregistered)

    You should be sure to run one instance per core, by the way, to maximize the output.

    BTW, I personally like the Common LISP implementation of this, because it is so compact:

    (loop)

    There's probably an assembly language version that is even more compact, but I'll leave that to someone else to develop.

  • David (unregistered)

    Shouldn't this have been written in ADA?

  • CRT Styled Heat (unregistered)

    Ohhh ohh I know another way. Request a bunch of OLD CRT style monitors. You know, because they're older and obviously cheaper and literal OVENS when used in a concert.

  • (cs) in reply to Glenn Lasher
    Glenn Lasher:
    You should be sure to run one instance per core, by the way, to maximize the output.

    BTW, I personally like the Common LISP implementation of this, because it is so compact:

    (loop)

    There's probably an assembly language version that is even more compact, but I'll leave that to someone else to develop.

    JMP $
  • SomeAssemblyRequired (unregistered) in reply to Glenn Lasher
    Glenn Lasher:
    BTW, I personally like the Common LISP implementation of this, because it is so compact:
    (loop)

    There's probably an assembly language version that is even more compact, but I'll leave that to someone else to develop.

    a:jmp a
    That's about as short as I can get it.

    And yes, I turn off my Prime95 calculations when it gets too hot in here. In winter, makes a fine heater.

    SAR

  • Paolo (unregistered)

    And what exactly is wrong with a personal heater? Conceal one in a desktop case.

  • (cs)

    As an American taxpayer, I'd like to say "Thanks, asshole, for finding a way to use a $1000 computer as a $20 space heater instead of just buying a fucking $20 space heater."

  • (cs) in reply to pinko
    pinko:
    In my country the law says that if the workplace for light / office work is cooler than 18C (~64F), the employees are allowed to stop working (and it's still paid time) ater notifying their superior. Notifying the appropriate government agency is also recommended.

    Look like trolling, but I will respond.

    In my country, they don't care how hot or cold it gets.

  • (cs) in reply to Rootbeer
    Rootbeer:
    As an American taxpayer, I'd like to say "Thanks, asshole, for finding a way to use a $1000 computer as a $20 space heater instead of just buying a fucking $20 space heater."

    Who is selling this mad in China stuff?

  • Robert Hanson (unregistered)

    I was really hoping to see code that connected to the building management system and adjusted the thermostat from the guy's workstation. Bonus points for a "boss key" that reset the visual display of the thermostat to 55

  • tegh (unregistered) in reply to sprezzatura

    [quote user="sprezzatura"]I don't see how this would increase the temperature. Isn't the OS is in a perpetual loop anyway waiting for interrupts? Just because it doesn't show up in the Task Manager Performance graph (or whatever OS you use), doesn't mean it isn't looping.

    Hey kiddo, you're slacking. Don't you have a large Java project to be working on?

  • (cs) in reply to Anketam
    Anketam:
    I was so glad that my phone was on mute (dialed into a meeting) when I read this, because I nearly killed over laughing at this.

    As for the comment about wearing heavier clothes... Gloves + Keyboard does not work. Put on some well insulated gloves and try to post a response on this thread.

    Fingerless gloves provide SOME protection, 55 isn't that cold.

  • C-Derb (unregistered) in reply to Rootbeer
    Rootbeer:
    As an American taxpayer, I'd like to say "Thanks, asshole, for finding a way to use a $1000 computer as a $20 space heater instead of just buying a fucking $20 space heater."
    Welcome to the world of government employment. Having worked in said environment, I can say with 99% certainty that space heaters were likely prohibited for "safety" reasons as well as the aforementioned utility bill reasons.

    Shout out to Despair.com, whose demotivational "Government" poster says it all:

    Government: If you think the problems we create are bad, wait until you see our solutions.

  • (cs) in reply to wraith
    wraith:
    Too bad there isn't a program for the oposite. These days it's kinda hard sympathizing for somebody for being cold

    Easy: just run the program in ReverseMode.

  • (cs) in reply to sprezzatura
    sprezzatura:
    I don't see how this would increase the temperature. Isn't the OS is in a perpetual loop anyway waiting for interrupts? Just because it doesn't show up in the Task Manager Performance graph (or whatever OS you use), doesn't mean it isn't looping.

    Another solution would be to wire up the heat to another (hidden) thermostat, and let the 'main' one become a decoy.

    nops just don't generate much heat.

  • (cs) in reply to Rootbeer
    Rootbeer:
    As an American taxpayer, I'd like to say "Thanks, asshole, for finding a way to use a $1000 computer as a $20 space heater instead of just buying a fucking $20 space heater."
    Why? They already have the $1000 computer, it's not an extra expense. The electricity will cost the same either way (to a first approximation).
  • Bill (unregistered)

    This reminds of a job a few years ago and for some reason I started getting hot flashes. First I was only 35 and second, I'm a guy, so it wasn't hormonal.

    I finally realized it was my cube mate on the other side of the partition rendering video on his quad core mac pro with super mega video card (the kind with it's own high powered cooling fans). Every time he would render video I would get blasted with heat from his computer from under the desk.

  • Bill (unregistered) in reply to Rootbeer
    Rootbeer:
    As an American taxpayer, I'd like to say "Thanks, asshole, for finding a way to use a $1000 computer as a $20 space heater instead of just buying a fucking $20 space heater."

    Seriously this is how beuracracy works. Some asshole who doesn't have to deal with the consequences makes some 'decision' that affects numerous people adversely all to save a few pennies. In the end the troops on the ground come up with their own solutions sometimes better sometimes not.

    Besides I am 100% sure space heaters were not allowed in the office either.

  • spiffytech (unregistered)

    Very nice! We took a similar approach in our office last Winter with some old servers that were just sitting around. Very effective!

  • Calli Arcale (unregistered) in reply to English Man
    English Man:
    Anketam:
    I was so glad that my phone was on mute (dialed into a meeting) when I read this, because I nearly killed over laughing at this.

    As for the comment about wearing heavier clothes... Gloves + Keyboard does not work. Put on some well insulated gloves and try to post a response on this thread.

    Fingerless gloves provide SOME protection, 55 isn't that cold.

    I have Renaud's, so my fingers will go numb with very little provocation. (65 F is enough to make 'em blanch. Seriously.) I have USB heated fingerless gloves and they have made a big difference.

  • pel (unregistered) in reply to sprezzatura
    sprezzatura:
    I don't see how this would increase the temperature. Isn't the OS is in a perpetual loop anyway waiting for interrupts?
    Absolutely not (and if it is, it's a crappy OS). If the cpu isn't doing anything, it goes into a low-power halt state until an interrupt wakes it up. Busy waiting is pretty much the complete opposite of using interrupts.
  • myName (unregistered)

    Isn't it great to live in a country where workers don't have rights. USA! USA! USA!

  • (cs) in reply to Rootbeer
    Rootbeer:
    As an American taxpayer, I'd like to say "Thanks, asshole, for finding a way to use a $1000 computer as a $20 space heater instead of just buying a fucking $20 space heater."
    Actually, I'd like to thank this individual for saving the tax payer $20.00 by creating a dual use for the $1000 computer, and thereby removing the need to buy a $20 space heater. If the computer is being used for government purposes, it will generate the heat, if its idle, it will generate the heat. So yes, thank you for saving the taxpayers money.

    Now if we can just figure out a way to cut down on the electric usage, then we might have the most efficient division of government yet.

Leave a comment on “Just a Warm-Up”

Log In or post as a guest

Replying to comment #384742:

« Return to Article