Displaying comments 1 to 50 of 902
Ask post:
IS there a way to password protect one app from running on OS X ?
Other than (possibly) the Parental Controls setup, none of these approaches will keep someone from just downloading a new copy of Adium (or plugging in a usb drive, etc) and running that copy, or running another app with similar functionality. The OP really, really needs to be clearer about what they actually want here; I'm guessing the solution will need them to take another step back and think about what problem they're trying to solve by restricting adium and firefox.
posted to Ask Metafilter by hattifattener
at 1:47 AM on October 5, 2008
Ask post:
help
Sunshine Cafe on Roosevelt is vegetarian, probably has decent vegan options.
Wayward Cafe is vegan, and quite good imho, if you want a more bicycle-punk vegan atmosphere.
I'm a meat-eater but at neither of those places have I missed having meat available.
posted to Ask Metafilter by hattifattener
at 12:13 PM on October 4, 2008
Ask post:
Best way to dispose of a USB flash drive?
GuyZero, there is probably some residual charge in an erased FLASH cell. These slides [pdf] seem to confirm. Programming the cell to 0 and then erasing it again should eliminate any residual charge, though. And modern multilevel memories probably add another level of complexity. I've heard speculation that memory cells which have the same state for a long time might cause detectable physical changes in the chip (like electromigration, though probably not that exact effect). This is all... [more]
posted to Ask Metafilter by hattifattener
at 8:41 PM on October 2, 2008
Ask post:
Welcome to AskMe, Population: why?
The elevation might be a Southwest thing; I don't remember seeing it on town-limits signs very much here in Washington, even in the mountains.
There are a surprising number of signs indicating that the local girls' softball team was state champions in such-and-such a year, though.
posted to Ask Metafilter by hattifattener
at 9:54 AM on October 1, 2008
Ask post:
Startech syngas
Big ships are (as Class Goat implies) usually diesels, burning fairly heavy petroleum fractions.
But there are small ocean-going ships too, and for that matter there are ocean-going ships that burn no fuel at all; trivially, their fuel needs could be met with syngas. I think you need to ask a more specific question.
posted to Ask Metafilter by hattifattener
at 11:22 PM on September 28, 2008
Ask post:
Wherefore foams?
There are various cakes and breads (like Belgian waffles, as mmascolino says) which are leavened only by foam. Pound cakes too. I suppose you could flip through a cookbook looking for instances of beaten eggwhite.
Foams and emulsions and colloids are so widely used in cooking I don't think there's an answer to "what is it for" unless you can be more specific about what dishes you're thinking of.
posted to Ask Metafilter by hattifattener
at 10:49 PM on September 27, 2008
Ask post:
What's a Halusian Gulp?
Given rokusan's post, I wonder if it's actually "Halusian Gulf" (an eggcorn or a play on words or something)? No Google hits for that phrase either, though.
posted to Ask Metafilter by hattifattener
at 11:25 PM on September 25, 2008
Ask post:
Rotary Dial Awesome-o Mobile Phone GO!
JP2 is probably the teeny SMD connector needed to talk to the GM862. You're probably going to have to make a circuit board to put everything on— you can do it in your basement, if you want to DIY (assuming the pins on that connector aren't too fine a pitch for homemade boards; haven't checked), or you could order one made. Though if you order one made, your total price is probably going to exceed sparkfun's price for a preassembled port-o-rotary.... [more]
posted to Ask Metafilter by hattifattener
at 11:27 PM on September 24, 2008
marked best answer
Ask post:
Do waiters and waitresses mind people writing for a long time in cafes?
Yeah, I've always kind of assumed it was rude to stay through the mealtime rushes. But as long as there are tables free, I'm not costing the cafe anything, and odds are I'll keep buying the occasional drink or bagel.
(The rise of wifi and laptops in coffeeshops has altered the dynamic a little, though. A few years ago, after coffeeshop wifi had become more or less an established thing, a local coffeeshop started turning it off on weekends in order to... [more]
posted to Ask Metafilter by hattifattener
at 8:05 PM on September 23, 2008
Ask post:
Damaged LCD
Hazards: unlikely. Getting worse with time: very possible. I've had a number of LCD devices which got cracked and for most of them the dead area near the crack slowly increased.
posted to Ask Metafilter by hattifattener
at 11:34 AM on September 14, 2008
Ask post:
How to hide something from Google?
Maybe you could build some linkfarms or spamblogs to promote it, and wait for google's anti-SEO algorithms to notice? I don't know if that would lower the page's ranking below what it would be without the linkfarms, though. (If it does, then you'd expect there to be a black-hat SEO industry out there, offering to reduce one's competitors' visibility, and I haven't heard of one...)
posted to Ask Metafilter by hattifattener
at 12:33 AM on September 14, 2008
Ask post:
LHC, c, -273c and misunderstood science...
What KirkJobSluder said about vacuum. Most of your body is surprisingly capable of standing up to vacuum with only minor injury.
I actually wonder if the beam would cause your hand to explode either. For one thing, it's narrow (16mm at the focus points, apparently?). For another thing, I'm guessing the protons will mostly go straight through your hand, dissipating a whack of their energy electromagnetically and a smaller whack in (rarer) nuclear interactions, but not... [more]
posted to Ask Metafilter by hattifattener
at 8:56 AM on September 10, 2008
Ask post:
hermaphroditic breeding fish?
You might be thinking of anglerfish. The male attaches to the female and most of it atrophies away. I think Gould talks about it in one of his books.
posted to Ask Metafilter by hattifattener
at 8:19 AM on September 10, 2008
marked best answer
Ask post:
How to remove wax from plant material?
Is there a reason not to try the same technique people use for carpet — press the stuff between some layers of paper towel and apply a clothes iron, maybe with a sheet of paper to protect the iron from the wax? The wax should get wicked off of the oregano by the towel. Though, even a small amount of remaining wax might be of concern if the oregano were to, somehow, catch fire in the future. Dunno.
posted to Ask Metafilter by hattifattener
at 4:36 PM on September 6, 2008
Ask post:
DIY Dawn simulator
Arduino plus SCR dimmer would be an easy-ish way to make one, for the electronically inclined, but I doubt you'd come in much under $50 (and that's not including the lamp).
posted to Ask Metafilter by hattifattener
at 7:41 PM on September 2, 2008
Ask post:
get_thumbnail_dimensions_from_image()
This is similar to a pretty well-studied problem, the problem of "I have a thumbnail, is it from any of these 100,000 images and if so what part?". Your problem is much easier since you know what the source image is, you just need to find the source rectangle. But there might be research code for the first problem available somewhere which you can throw at your problem. Something along the lines of pyramidal image indexing or multiresolution/multiscale wavelet stuff.... [more]
posted to Ask Metafilter by hattifattener
at 7:13 PM on September 1, 2008
Ask post:
Transferring a name off of a shared lease?
IANAL, but this seems obvious to me— in order to change the lease, everyone who signed the soon-to-be-superseded lease will need to agree to supersede it. Presumably that's you three plus the landlord, and a new lease will need to be signed by you two, the landlord, and the new guy. (Or an amendment could be signed by all 5 of you, I assume; again IANAL.) You all have veto power, unless there's some language in the lease you signed saying otherwise.... [more]
posted to Ask Metafilter by hattifattener
at 5:55 PM on September 1, 2008
Ask post:
DSL works, but I can't get a dial tone. Why?
The phone company will charge you for any problem-solving on your side of the demarc, though, so if you get them to do some work be sure you know how much they're going to charge for it.
A high-resistance short seems like it could lead to exactly what you describe. I'd think a dead short would kill the DSL also, but if it's only drawing enough current to make the telco think your phone is off the hook, that shouldn't bother the DSL.
I recommend... [more]
posted to Ask Metafilter by hattifattener
at 11:42 PM on August 31, 2008
Ask post:
CNAME a domain and delegate the subdomain
Mark242, I'm not sure what you mean by "NS entries are valid only at the domain level". It's perfectly valid, and quite common, for subdomains to be in different zones. OTOH, NS records are supposed to have domain names, not IP addresses, in them, so maybe that's what you meant?
If you have an NS record that lists a name inside the zone that it's a server for, the solution is for the containing zone to contain "glue records" (basically, put a copy of... [more]
posted to Ask Metafilter by hattifattener
at 3:17 PM on August 29, 2008
majick: "forum.example.com" is a subdomain of "example.com". It may also name an individual host. "example.com" is a subdomain of "com", which is a subdomain of the root domain (".").
qvantamon: the technical name for the "chunk" you're talking about is "zone" (a collection of RRs, with an SOA at the top, originating from the same place, etc.).
It is true... [more]
posted to Ask Metafilter by hattifattener
at 11:55 AM on August 30, 2008
Ask post:
Weatherproof Power Supply
Nthing the sealed-lead-acid approach.
You could also use a stack of NiCd cells, say 10 AA or C cells to give you roughly 12v. NiCds can supply huge surge currents for brief periods. (In most other ways though they're inferior to NiMHs etc.)
posted to Ask Metafilter by hattifattener
at 10:50 AM on August 21, 2008
Ask post:
Wanted: Companion Point and Shoot
"As cheap as apossible" and not needing amazing photo quality suggests to me something like the Aiptek PenCam (or competitors' products in that niche; I think there are a couple). $30, tiny, shoots brief video if you want. Not too many pixels, but the photo quality is OK regardless. I have one rattling around somewhere and my only gripe is it runs down its batteries even when you're not actively using it (the video storage is RAM-based)— this makes it less suitable for a casual... [more]
posted to Ask Metafilter by hattifattener
at 10:34 AM on August 21, 2008
Ask post:
OSX: Future as a programmer dashed by failure to interpret Terminal error
If you're doing random Unixy stuff on your Mac, I highly recommend installing macports to deal with the boring prerequisites. Then it's just "sudo port install mysql5" or whatever. (The only thing I don't like about it is it insists on installing its own copies of open-source packages that are also on the Mac— so you end up with a Macports-built perl *and* the system perl, for example. Doesn't cause real problems for me but is a mild annoyance.)
posted to Ask Metafilter by hattifattener
at 9:29 PM on August 20, 2008
Ask post:
How long can you tread water?
I think most of the preceding calculations are incorrect. People float, so our displacement is only a function of our weight, not our volume.
70kg standard human, times 6e9 humans, divided by one kg per liter, gives us 4.2e11 liters total displacement; that's 4.2e8 cubic meters; the surface area of the oceans is very roughly 75% of the earth's surface or 3.8e14 square meters; so that much additional volume spread over the surface of the oceans is 1.1e-6 meter, that is,... [more]
posted to Ask Metafilter by hattifattener
at 12:00 AM on August 19, 2008
Ask post:
Weird Star?
Satellites should generally move in pretty straight lines or gentle curves. (Unless you were seeing something in, say, a Molniya orbit.)
My guess would be an airplane; airplanes moving almost directly towards or away from you appear to move oddly.
posted to Ask Metafilter by hattifattener
at 8:29 PM on August 15, 2008
Ask post:
Why does my phone SMS me when I check voice mail?
As I understand it, this is how the "message waiting" indicator is always controlled on cellphones — it uses the same mechanism as SMS. What's supposed to happen is your phone recognizes this as a status message and updates its indicator. But the phone can be set to interpret those messages or not, and for some reason, third-party unlocked phones are often sold in the "not" state.
posted to Ask Metafilter by hattifattener
at 7:37 PM on August 15, 2008
marked best answer
Ask post:
History of XML-RPC/WebServices
HTTP itself refers to the verbs GET, PUT, HEAD, etc., as methods, and the item being referred to by the URI as an object. So HTTP itself is arguably viewed as an object oriented RPC mechanism.
XMLRPC is the first widespread standardized generic RPC over HTTP implementation I encountered (it having the advantage, or disadvantage, that since it ran over port 80 it was invisible to firewalls); I'm sure there were many earlier ad-hoc implementations,... [more]
posted to Ask Metafilter by hattifattener
at 9:19 AM on August 14, 2008
Ask post:
working with tar archives...
You could write a regexp that selects only the files of interest — something like var/www/dev(|/includes|/css)/[^/]+$ — and then use that in an awk or perl script to select the lines, sum the file sizes into a variable, and print out the value of that variable at the end (e.g. in an END block). Pipe the output of tar tzvf into said script, and you have an uncle Robert.
posted to Ask Metafilter by hattifattener
at 10:33 PM on August 13, 2008
timebomb, I think the reason is that some of your filenames have characters in them that tar is interpreting as meaning to retrieve a file from a remote host (hence the messages about rsh).
I'd just do it this way:
for file in *.tgz
do
echo "Summing $file ..."
cat "$file" | tar tzvf - | awk ' /crazyregexp/ { SUM += $3 }; END { print "Total size is is ",SUM... [more]
posted to Ask Metafilter by hattifattener
at 12:11 AM on August 14, 2008
(from the gnu tar man page:-f [hostname:]file
Read or write the specified file […] If a hostname is specified, tar will use rmt(8) to read or write the specified file on a remote machine. “-” may be used as a filename, for reading or writing to/from stdin/stdout.
)
posted to Ask Metafilter by hattifattener
at 12:16 AM on August 14, 2008
Ask post:
Do I need fillings for receding gums?
I had receding gums (they bothered me a little when drinking cold water), and my dentist mentioned the possibility of gum grafts or fillings, but started with fluoride and teaching me how to brush my teeth (you might think that by one's 30s one will have this kind of thing down pat, but I was doing it all wrong). Anyway, that was a few years ago and my gums have stopped bothering me without any more drastic treatment.
Anecdotal, etc., but there you go. And of course, it... [more]
posted to Ask Metafilter by hattifattener
at 9:13 AM on August 13, 2008
Ask post:
.int needs a .com FQDN set up. Who in the what now?
I'm with Tomorrowful; if the .int domain is actually registered, I don't see why it wouldn't work. bartieby, can you elaborate on what you mean by "won't work"?
There is some stupidly-written software out there that contains lists of TLDs that it likes (and some stupidly written specs, like HTTP cookies). But I'd kind of expect those to include .int along with com/org/net/mil/gov/edu.
posted to Ask Metafilter by hattifattener
at 10:02 AM on August 11, 2008