Now on ScienceBlogs: HeartlandGate: Anti-Science Institute's Insider Reveals Secrets

ScienceBlogs Book Club: Inside the Outbreaks

Greg Laden's Blog

Evolution, Life Sciences, Science Education, Human Evolution, and Stuff

Darwing_Face.jpg Learn more about Charles Darwin and his work.

Hornbill170.jpg Looking for stuff about birds?

Lion_mane170.jpg Lean more about lions

Congo_sidebar.jpg An archaeological expedition to the Congo


The Skeptical Search Engine


Nature Blog Network
Climate Defense Fund


The contents of Greg Laden's Blog are copyrighted by Greg Laden.

Recent Comments

Search

Profile


Click on "About" for the big picture, and "Archives" for the details.


Recent Posts

Blogroll

If you don't see yourself on my blogroll, just drop me a line and let me know. I'll add you.*
*Assuming that I'm on your blogroll, of course!

Archives

« To Engage or Not To Engage | Main | Fins Limbs and Gills (And how they evolved) »

Three things in decreasing order of importance

Category: Blogging
Posted on: April 19, 2009 5:11 PM, by Greg Laden

  1. Do not trust Facebook. If you write a long meaningful bit of prose in a box on Facebook and then hit the appropriate button to post it, you may get a "Log in to Facebook" screen (even though you were, obviously, already logged in) and your prose will be gone. GONE I SAY!
  2. Do not trust Barns and Noble. If you look up to see if a book you need to buy NOW for a present for someone is "In Stock" and it says the book is "In Stock" it might actually be "In Stock" only in the sense that someone special ordered a copy and they've got that one. "In Stock."
  3. I've made modest updates to my About page, which you should probably ignore.
Share on Facebook
Share on StumbleUpon
Share on Facebook

TrackBacks

TrackBack URL for this entry: http://scienceblogs.com/mt/pings/107469

Comments

1

Since I have no idea what your About page used to look like, I'll just assume that the whole thing is new. I hope that's okay with your royal Harvardness.
:-)

Posted by: The Science Pundit | April 19, 2009 7:13 PM

2

I have to assume this is probably some trivial HTML error, but your list appears to be inverted. Facebook should not be number one on ANY list, except maybe "time wasters that drive acquaintances into my 'ignore' bucket quicker than actually conversing with them face-to-face".

Posted by: Jason Thibeault | April 19, 2009 9:27 PM

3

Facebook isn't the only site which completely wipes your entry/ies when it finds an error or requires more information and sends you back to the previous page where you then discover that you have to type it all of it over again because the page was wiped.

If it's only one box, you can always copy it before clicking, but if you've filled in an address or other information in several boxes, you're screwed.

This is why I avoid such sites. And if you go to a book store, you know it's in stock when you see it on the shelf....

Posted by: Ian | April 20, 2009 7:17 AM

4

Ian the luddite troll has arrived.....

Posted by: Andrew | April 20, 2009 7:31 AM

5

If you call Barnes & Noble, they'll pull the book from the shelf and hold it for you, if it's there. If it's not, they'll usually call around to other local stores and ask them to hold it for you. Of course, if it's a book that's only ever in-store by special order, you may be out of luck... but at least your hopes will be dashed *before* you make the trek to the store!

Posted by: Jen W | April 20, 2009 9:57 AM

6

We did make that call, which is when we found out that "In stock" means something other than "Come on in and buy the book" so there was no harm done, but I thought I'd let people know so they could avoid the problem.


Posted by: Greg Laden | April 20, 2009 10:00 AM

7

The web site for Borders book stores now says "probably in stock" or something similar. I suppose this gives them an "out" in case it really isn't there. On a side note, I really prefer their previous web site. It was much easier to navigate and to order books from the old site. It gave you the option to place an in-stock title "on hold" at the store; something that isn't possible with the new site.

Re: FaceBook and similar sites. I often compose more lengthy posts/responses in a text editor first, then paste it in to the box on the web submission form because I've been burned before as well.

Posted by: Dan J | April 20, 2009 3:18 PM

8

Greg,

If you write a long meaningful bit of prose in a box on Facebook and then hit the appropriate button to post it, you may get a "Log in to Facebook" screen (even though you were, obviously, already logged in) and your prose will be gone. GONE I SAY!

A similar thing happened to a "long meaningful bit of prose" I wrote for a blog comment yesterday. I was able to find the lost prose in the Firefox cache.

I cd'ed to the cache directory (I'm using Firefox on Linux) and grep-ed through the cache files for a string I thought would be unique to my post. I found it in the most recent cache file, so I ran strings(1) on that file and re-directed the output to a text file. A little bit of cut'n'paste on the text file, and I recovered all but the last five minutes of my two hours of work.

I'm going to follow Dan's suggestion of using a text editor for blog comments henceforth.

Posted by: Mal Adapted | April 22, 2009 9:44 AM

9

Mal .... nice. Very nice. You could make a bash script that facilitates this.

wtfimt

you type wtfimt followed by some text and it searches known caches and dumps the results into you favorite text editor.

Posted by: Greg Laden | April 22, 2009 9:50 AM

10

Brilliant, Mal. I'm surprised Firefox saved form content to cache, but only mildly.

Posted by: Jason Thibeault | April 22, 2009 11:36 AM

11

Could use work, but here. Takes two parameters -- string (with quotes), and output file.

#!/bin/bash
# get my text back from Firefox cache

#would be nice to handle command line validation and usage, but hey

#figure out first profile, cd to it
PROFILE=`cat ~/.mozilla/firefox/profiles.ini | grep Path= | sed 's/Path=//'`
echo Assuming profile is $PROFILE

cd ~/.mozilla/firefox/$PROFILE/Cache

echo Searching for $1
strings `grep "$1" * | sed 's/:.*$//'` >> $2

echo Output to $2

Posted by: Jason Thibeault | April 22, 2009 12:34 PM

12

Excellent. I'll test it later when I'm on a linux box with power.

Posted by: Greg Laden | April 22, 2009 12:49 PM

Post a Comment

(Email is required for authentication purposes only. On some blogs, comments are moderated for spam, so your comment may not appear immediately.)





ScienceBlogs

Search ScienceBlogs:

Go to:

Advertisement
Follow ScienceBlogs on Twitter

© 2006-2011 ScienceBlogs LLC. ScienceBlogs is a registered trademark of ScienceBlogs LLC. All rights reserved.