journal
all all entries rss SoML excited dreams runes YRUU ultimate KTRU skate sleepy nihongo
Rob is 20,118 days old today.
prev day next day printable version

Entries this day: dream-fireproof-trash-bags worked-on-ab-all-day

dream fireproof trash bags

I saw a commercial on TV of a trash bag that could hold fire and put it out because it blocked the intake of oxygen, and the bag itself wouldn't burn.

They had some dramatic scenes of people happily placing burning items inside the bag which were soon extinguished.

It culminated with a sexy flight attendant saying they couldn't get this helicopter to work so they were placing a helicopter full of burnable foam and igniting the whole thing.

permalink

worked on ab all day

I've been working on an interesting augmentation of the AB website.

I had already built AB a backbone powered JavaScript interface to allow building MySQL queries to run against the data. They have been collecting data for a long time, so reports run over all that data tend to time out if they run complex queries over a great portion of their data.

Basically they would click go and the JavaScript would hand everything to the server to run in one giant swoop.

As of today, I've made a proof of concept that they click go and the JavaScript sends a report ID and the back end will run the next portion of the report and then send a signal back to the JavaScript to say it's done with that part, or with the entire thing.

So now the JavaScript happily counts up to the maximum number of portions and then stops when it's complete.

There is still several parts to fill in:

  1. Allow downloading of the report when it's complete
  2. Actually write the data to the report :-/
  3. Save the number of output rows in the metadata
  4. Correctly display the first page preview of the report

A bonus will be to allow clicking through the preview page by page.

permalink
prev day next day