Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:How long will peak rates be around for? (Score 1) 347

I've never seen any real cost savings by setting it up to run less often during the day when nobody's home. (Once the walls and floors and ceilings warm up (or cool down in the winter) to a certain point, then the A/C or furnace has to work a lot harder to move the temperature back to the comfort zone for your return home.

Your AC uses more energy when you leave it on during the day vs. letting the house heat up. There are 3 reasons:

When you run it all day, it cycles on and off multiple times. An air conditioner reaches peak efficiency after about 30 minutes of operation
Running during the day causes you to pull hot air from your attic ducts into your house. This increases the heating load. Running in the evening when the ducts are cooler will be more efficient.
Finally, whether you leave it on all day or turn it on in the evening, it doesn't change the net amount of heat entering your home

I have collected about two years of temperature data on my AC and these are the results I've found. This graph shows that the longer the AC continuously runs, the colder the air output is:

http://www.flickr.com/photos/schramroyal/3735622175/

Also, the AC output temperature is warmer during the hottest part of the day (when you are probably at work) because it must pull the return air through hot duct work. The most efficient way to run an air conditioner is to leave it off during the day and then turn it on in the evening and have it run for a long time (at peak efficiency) to cool your house.

Comment MQ (Score 1) 536

If you need guaranteed, fault tolerant, one-time message delivery you could use IBM's Websphere MQ. It is expensive bloaty, but it gets the job done and will tolerate intermittent connectivity problems. It runs on every platform and there are client API's for many languages.

 

Place an MQ server at each end, then have the client enqueue the message at one end and a listener dequeue at the other end. If the link or other host is down, the clients can still send messages which are stored and delivered when the comm. link comes back up. Transactions and rollback are supported, and large files are automatically segmented and reconstructed by the system.

 

You can configure it to send message receipts, prioritize messages, and report any failures to a dead letter queue.

   

There may be other brands of middleware that do this just as well for free. WMQ is just the one I'm most familiar with (I don't work for IBM).

Comment Re:I've got one (Score 2, Interesting) 346

I don't really see the revolution here - it's a small headless server. A bit like an NSLU2 only a lot faster. They're pretty cool.

They also seem to suffer from dodgy NAND memory, which is a shame, and booting from SDHC is not yet very well supported. That said, they come with Ubuntu server pre-installed and it was trivial to turn it into a media server.

I hope they don't have the NSLU2 disadvantage of not powering on automatically after a power failure.

This annoyance makes the NSLU2 unsuitable for remote monitoring where the electricity supply is unreliable.

The NSLU2 software distributions are also crippled (stripped down versions of utilities that break things like CPAN). Hopefully this one is more standardized and less unique.

Comment Re:X-10 gone wild (Score 1) 346

The next most obvious accessories include things like:

  • relay switching / dimming of the power line for lamp control, simple appliance control
  • An LED "night light" that could also convey information
  • A motion sensor
  • Microphone / speaker for intercom / VOIP functions
  • Temp sensors for room by room environmental data (and subsequent control of HVAC diverters / thermostat)
  • Battery power backup

You could accomplish temperature monitoring using 1-wire temp/humidity sensors connected to the USB bus with this interface.

Comment Re:... lol. (Score 1) 609

You have more faith in the UN than I do.

UN doesn't enter into it. Japan is still essentially a protectorate of the United States of America -- nuking Japan would be legally equivalent to nuking Hawaii in international law, and the response would be just as swift.

The UN does play a role, historically. The US and other countries fought the war under UN Resolution 84. Among the often forgotten participants were UK, Canada, and Australia.

Comment Re:Using an iPhone makes you look pretty lame? (Score 2, Informative) 884

...The summary alone says it all - no video?

I don't care to take up for the iPhone, but they can do video. It requires jailbreaking (not the same as unlocking), which is fairly easy to do.

The fact that it is hardware capable of video but restricted by Apple will probably not win any fans, but just sayin', if you want to record video on the iPhone you can.

Comment Re:Graphviz (Score 1) 401

I use the free Violet UML editor to make decision tree drawings for support personnel. It runs without configuration on any platform and is simple.

I'm reminded of a coworker's story about documentation. He was asked for an SQL query by a QA engineer. Instead of sending the query in email (as usual), he IM'd it.

QA sent a reply stating that the query failed. They had pasted the entire IM entry as the query like so: "foo@bar says: select from ..."

Comment Re:Jailbreaking != Unlocking (Score 1) 610

Not to nitpick (actually, yes - this is complete nitpicking), but Jailbreaking relates to running unsigned code on the phone (and giving full access to the filesystem). Unlocking is what allows people to use other carriers and SIMs.

Jailbreak apps are indeed signed, they are just not signed by Apple. A jailbroken phone does not eliminate the need to sign applications entirely.

Slashdot Top Deals

6 Curses = 1 Hexahex

Working...