Adam Wishneusky

I put stuff here I think might amuse people. Please let me know if I'm failing miserably or only moderately. That's what the comments are for.

www.adambox.org
(music, twitter, calendar, this blog, pictures...)

 

I live on facebook

Fog Creek Software

Brooklyn rules

Sometimes I Yelp

I am shneusk

I re-posted Liz’s pictures of visitors to Fog Creek Software during walkaboutnyc last friday. See the whole set here or click the picture.
Copyright © 2012 Liz Hall all rights reserved. Used with permissions.

I re-posted Liz’s pictures of visitors to Fog Creek Software during walkaboutnyc last friday. See the whole set here or click the picture.

Copyright © 2012 Liz Hall all rights reserved. Used with permissions.

Tagged food work geekery
Comments (View)
My coworker, Mendy took some AMAZEBALLS photos of the Shuttle Enterprise on the SCA flying by our office. Check them out on flickr.
© All rights reserved by Mendy Berkowitz

My coworker, Mendy took some AMAZEBALLS photos of the Shuttle Enterprise on the SCA flying by our office. Check them out on flickr.

© All rights reserved by Mendy Berkowitz

Tagged geekery nyc work
Comments (View)

My video of the Space Shuttle Enterprise NYC Fly-By from the Fog Creek Software office in lower manhattan

Tagged geekery nyc work
Comments (View)

Make holding down a key do what you want (MacOS Lion)

You can turn off that stupid feature in MacOS Lion where holding down a key doesn’t make it repeat. At the command-line, run

defaults write -g ApplePressAndHoldEnabled -bool false

Now you don’t get the stupid iOS-like character selection:

alternate characters my ass

you get what you expect:

fooooooooooooooo

Tagged geekery
Comments (View)

[nerds] javascript aids in shopping

I was on this page picking out awesome new cards by the oatmeal. It’s looking for my twelve choice. The cut-off screenshot here goes on and on…

so many radio buttons!

I started out by opening tabs for all the cards I liked, then whittled them down to 12 (the most I can get in a pack), then scrolled through and for each card number, picked one. At the end, crap! I had a tab left by no selection left. Since it’s a pain to scan back through the huge list of thumbnails and radio buttons, I used jQuery :)

Here’s an array of all the radio buttons that I’d checked:

var selections = $('input:checked');

Now spit out the IDs (which include the names):

selections.each(function(index,el){ console.log(el.id); });

I verified in the list there that I hadn’t duplicated any and had instead accidentally picked 13. I love jQuery and Google Chrome’s inspector and javascript console :)

Tagged geekery
Comments (View)

[nerds] Comments for timesheet intervals in FogBugz

cross-posted over on the Fog Creek blog

As you may know, I work in tech support at Fog Creek Software. I get to play around pretending to be a programmer sometimes, mostly to help customers with Plugin and XML API codez. I recently collaborated with an intrepid FogBugz user to create this plugin which allows you to put a comment on each time interval. It adds a [comment] link in the timesheet editor:

timesheet editor

When you click it, you can enter a comment in a new dialog:

comment dialog

which then shows up in in the editor:

timesheet editor with new comment

The plugin uses some javascript hackery to modify the timesheet editor since there is no plugin interface to implement to change its functionality. As such, it works with FogBugz 8.7 and is not tested and approved for FogBugz On Demand. You can download the plugin to run on your own FogBugz server, and get the source code from my post here on the FogBugz Knowledge Exchange.

Feel free to comment here, or email me at work if you need help using (or developing!) this plugin.

Tagged work geekery
Comments (View)

Chrome userscript to put oft-used links to the left in Google

The new Google navigation bar is stupid. The links I use the most, Gmail and Calendar are spread around and I waste time hunting them down:

Normal layout

I just hacked together a userscript you can add to Chrome to move the links where they belong. It’s posted here. Save the code as a text file something.user.js and then drag it onto Google Chrome, click yes or whatever. Then go to Google and behold:

Woohoo!

Tagged geekery
Comments (View)
I’m too lazy to pose with it but had to get a picture. I wish I had my screwdriver though! (w/ @monpetitfour) (The Way Station)

I’m too lazy to pose with it but had to get a picture. I wish I had my screwdriver though! (w/ @monpetitfour) (The Way Station)

Tagged foursquare nyc geekery
Comments (View)
My boss, Joel Spolsky just launched Fog Creek’s new product, Trello. It’s a simple project management tool for you to organize anything. Photo from Tech Crunch Disrupt.

My boss, Joel Spolsky just launched Fog Creek’s new product, Trello. It’s a simple project management tool for you to organize anything. Photo from Tech Crunch Disrupt.

Tagged work geekery
Comments (View)
I beat Rich. And everyone. Booya.

I beat Rich. And everyone. Booya.

Tagged work blatantbragging geekery worlddomination
Comments (View)