How to Create a Bootable USB OS X Disk
June 15th, 2009
I am being lazy today, so I will show you via youtube how to create a USB bootable drive on OS X.
You need:
- An HFS formatted USB drive that holds > 5 GB data
- An OS X disk image (you can also drag the volume I assume)
So fire up Disk Utility and do this:
Compare that to installing Windows 7 on a USB stick…think you can do it in less than 30 seconds? I think not.
Test from MarsEdit
December 4th, 2008
So I got a bit fed up with my Ecto for OS X, which was my previous blog editing software. At the beginning, it was OK, but sometimes it just pulls some wacky editing that makes me go into the html that it generates and try to get the whole thing fixed; which is not only frustrating but time consuming as well.
I have looked for a while, and the best blogging software there apparently is is called MarsEdit, which I am using to write this post.
You basically edit the posts in HTML format, but you have the option to access commonly used markup macros to make everything simpler:
This makes editing a whole lot easier for people who are not really into HTML.
I really like the dual pane view you get in real time on how your blog post will look as well:
To insert images, there is a handy media manager that allows you to upload directly to wordpress & Flickr. While this works great and is way faster than Ecto, I still prefer to use Skitch, the best snapshot taking utility with the gayest icon ever.
I still need to figure out some things, such as finding if there is a way to paste code snippets that will be formatted based on on what they are (C++, Javascript, CSS, etc.). But I have to say that it is snappy and very easy to figure out. Bu-bye Ecto!
Oh, and as an extra, you can add Wordpress categories from the program itself – +10 extra coolness points
Applescript to Find Current LastFM Album on Torrent Sites
November 2nd, 2008
Listening to LastFM is amazing, you can find amazing music there based on the music you currently listen to. I was growing a bit tired of copying and pasting artist and album info to find some of their music in torrent sites, so I wrote some applescript code that gets the job done.
This code ONLY works if you are listening to Last.FM with iScrobbler, because the script uses the iTunes applescript dictionary to get the current iTunes song, and iScrobbler does exactly that – play LastFM tracks on your iTunes.
You can watch the script in action in the following link: LastFMFinderinAction
So in order to use:
- Open Script Editor and paste the script below
- Compile the Code and save it as an Application so you can quickly invoke it, call it “FindLastFMAlbum” or something more creative
- Download and Install iScrobbler
- Tune in a station that you want
- When you find hear a song you like, invoke the app, it will use artist + album parameters to find the album that has the song
The script:
property this_artist : “”
property this_track : “”
property this_album : “”
property serch_url : “”
tell application “iTunes”
try
if not (exists current track) then return
set this_artist to (get artist of current track)
set this_track to (get name of current track)
set this_album to (get album of current track)
end try
end tell
–Demonoid
set searchString to replace_chars(this_artist, ” “, “+”) & “+” & replace_chars(this_album, ” “, “+”)
set search_url to “http://www.demonoid.com/files/?category=2&subcategory=All&quality=All&seeded=0&external=2&query=” & searchString & “&uid=0&sort=”
open location search_url
–PB
set searchString to replace_chars(this_artist, ” “, “%20″) & “+” & replace_chars(this_album, ” “, “%20″)
set search_url to “http://thepiratebay.org/search/” & searchString & “/0/99/100″
open location search_url
on replace_chars(this_text, search_string, replacement_string)
set AppleScript’s text item delimiters to the search_string
set the item_list to every text item of this_text
set AppleScript’s text item delimiters to the replacement_string
set this_text to the item_list as string
set AppleScript’s text item delimiters to “”
return this_text
end replace_chars
Vendo Macbook Pro 15″ – muy poco uso.
October 2nd, 2008
Estoy vendiendo mi Macbook Pro de 15″ – fue comprado en Julio del 2008 (tiene garantía hasta Julio del 2009). Estoy pensando darlo en $3,000 así no más (en Icon ésta máquina está a $3319 http://www.icon.co.cr/shop/product.php?productid=16994&cat=277&page=1).
Los specs son brutales:
15.4-inch widescreen display
4GB memory
160GB hard drive
8x SuperDrive (DVD±R DL/DVD±RW/CD-RW)NVIDIA
GeForce 8600M GT with 512MB of GDDR3 memory
Built-in iSight Camera
Para diseño gráfico y juegos, ésta máquina vuela con los 512MB de la tarjeta de memoria gráfica.
Tiene todo el software del mundo -porqué la vendo? Quiero la de 17″.
Si les interesa, mándeme un mail me@grumpytico.com
Tuanis!!!
How to Jailbreak / Unlock your iPhone to 2.1
September 15th, 2008
This guy has the best tutorials:
http://www.iclarified.com/entry/index.php?enid=1557
I tested mine just now and everything seems good to go.%
Wireless Ecosystem Hell: How to get a Linksys WRE54G work with an Airport Express Base Station and Extend its Signal with Airport Express
August 26th, 2008
+
+ 
I have bitched in the past about the WRE54G wireless extender. The damn thing works, but configuration is NOTHING short of frustrating. I had the WRE54G stored away for a good while until I needed to extend my wireless network a lot more. So I decided to dust out the old bastard and give it a run for its money. Here is what I did to set up my wireless connection with these three guys:
- Airport Extreme Base Station
- Linksys WRE54G Wireless Extender
- Airport Express
BTW, if you ever need to extend ANY wireless network, go with an Airport Express, those things are a blessing. Setup is a snap, you may even find a refurbished one at the the refurbished apple store:
- Restore all 3 components to factory settings
- Set your airport extreme, here are the settings that I used (yup, no wireless security – trust me)
-

- At this point, your settings will not show the WDS tab shown above, no worries.
- Configure your Apple Express to extend the wireless network, straightforward.
- Now plug in the WRE54G and connect it with an ethernet cable to the airport extreme.
- Once connected, open Safari or Firefox and navigate to http://192.168.1.240, this is the web interface for the WRE54G. If you cannot access it, then reset the damn thing and try again, sometimes the WRE54G is possessed by demonic forces.
- Once you are able to log in, from the web interface change the channel to the channel your airport express is set to (11 in my case)
- Set the Gateway to the address of your router (in my case, 192.168.1.1)
- Set the SSID to the same name of your wireless LAN (in my case saborio)
- Apply the changes, the WRE54G should reboot and both lights should be blue
- Now, in order to secure your LAN, I’d recommend using Timed Access to control who gets in your LAN or not:

-
- In order to avoid wifi hugging hippies from accessing your LAN, set the (default) access to No Access – that’ll show them hippies!

- The first fellow you want to add is the good ol WRE54G. Failure to do so will cause the WRE54G to not be able to connect and display its pink ugly light:
- Once you have done this, then you are all good to go!!
Note: When I chained up my wireless LAN, this combination did not work:

For whatever reason, the WRE54G was not able to lease out IPs…once I switched to this config:
->
-> 
The world was a much much better place.
If this helps you at all, please say so in the comments – it might give me a reason for being awake at 1:00 a.m. writing this stuff.
Fix for: itunes could not sync mail accounts to the iPhone because the iPhone canceled the sync
August 19th, 2008
After upgrading a haxxored iPhone to 2.0, you might be presented with the following message:
when trying to sync your mail accounts.
Found the fix in the modmyiphone forums:
Thank you AgentOrange!!
Macs Don’t Crash – right?
August 12th, 2008

I call this one: “The Polygon Death”

Confetti Misery
How to Organize Events in your Life with iCal but without it
August 3rd, 2008
It’s been a since I posted anything Mac related, and now that I am trying to get everything as organized in my life as possible, I’d thought I’d share on how I am trying to achieve a non-entropic life.
I know what you are thinking, well – there is iCal…yes, you are right, but it sucks. I dislike iCal for various reasons:
- There is not a way way to set a user configured default for alarms and notifications
- There is no way to quickly look at upcoming tasks without opening the damn thing
- Selecting Dates for To Dos need to be done via direct edition of dates and months – is it too hard to have a freakin’ calendar to choose the stupid date? I mean, even web applications have this component, why it is not present in iCal is beyond me:

Ok, now that the iCal rant is over, let’s see how I am managing to work more efficiently in all this mess.
Easily Add New Events Todos with QuickCal
The first thing I found was Quikcal. Don’t judge it by it’s look, it’s quite powerful. It allows you to quickly enter events without switching to iCal, bur rather by invoking a widget. Once you have the widget open, you can quickly set up an event or todo by using mere English:


