1,181 reputation
922
bio website transmote.com
location San Francisco, CA
age 35
visits member for 3 years, 5 months
seen 2 days ago
stats profile views 129

once an architect, reborn as a coder/artist/interaction designer. now developing exhibits for san francisco's exploratorium. and still learning.


2d
accepted Why does my Android application drain battery?
2d
comment Configure logging for the MongoDB Java driver
@JanZyka I haven't experimented with Filters here, so not sure. You might try calling Logger.getFilter() (docs.oracle.com/javase/6/docs/api/java/util/logging/…) before applying a filter, and modify the returned Filter, rather than creating a new one from scratch. Just a guess.
2d
revised Configure logging for the MongoDB Java driver
added package name
May
15
comment how to create AppleScript app to run a set of terminal commands
note, though, that when using sudo in a .command you'll still have to enter your password. if you want the script to just run on its own, this link has some good tips on how to do that: askubuntu.com/questions/155791/…
May
13
comment Why does my Android application drain battery?
a little more googling pointed me to this page: discussions.apple.com/docs/DOC-3511 which shows the iPhone charger allowing up to 1A through. sounds like there should be a better option, given that the iPad charger allows 2.1A. a search for "2A USB charger" has returned some good results, will try one of those and report back.
May
13
comment Why does my Android application drain battery?
i've plugged the nexus into both a USB surge protector (this one: belkin.com/us/p/P-BZ103050-TVL) and a standard iphone charger, same results. unfortunately, i don't have the charger that came with the nexus. i'm not familiar with the "high-speed charging USB ports" you're talking about; google returns some results but none seem quite right. can you please elaborate? and, i'll check on the other debugging suggestions, thanks.
May
13
asked Why does my Android application drain battery?
May
11
comment The smallest difference between 2 Angles
this works. why?
Apr
28
awarded  Nice Answer
Apr
26
awarded  Notable Question
Apr
25
answered RoR: Instagram API: Pagination doesn't show up in JSON? Missing media also?
Apr
18
revised Avoid RecursiveLockImpl01Unfairish.lock RuntimeException (timeout)?
closer to the source of the bug.
Apr
8
comment Avoid RecursiveLockImpl01Unfairish.lock RuntimeException (timeout)?
@Mike'Pomax'Kamermans forgot about requestImage(). that'll probably do the trick.
Apr
4
asked Avoid RecursiveLockImpl01Unfairish.lock RuntimeException (timeout)?
Mar
15
asked How do I enable Java output in Console.app in OSX 10.8(.3)?
Mar
13
answered OpenGL HSV additive blending
Feb
28
awarded  Notable Question
Feb
21
answered In java determine if a process created using Runtime environment has finished execution?
Feb
20
comment How to do a true Java ping from Windows?
why try to emulate a ping when you can use the real thing? +1 for Runtime.exec().
Feb
18
accepted SIGABRT between loadView and viewDidLoad