-
Scripting language for Web browsing
This is the most amazing thing I’ll probably never use.
-
Girl with the Dragon Tattoo: American film vs book
I think I first have to say that I read the book after watching the Swedish film and since they were so similar it was almost as if I didn’t need to read the book at all. Both the films are very similar to the book and I think both are very well done. I just wanted to point out what I thought was most interesting. Spoilers after the break.
-
Film tracking/rating websites
Currently I’m using http://flixster.com and it’s “meh”. I don’t really care for the layout or the look of the site. My profile kinda sucks, searching for movies isn’t that great, and quizes?! sigh. So the search for a better site starts.
-
Selecting the perfect wet shave starter kit
I started by reading a lot of information on the wet shave, as you probably are doing right now. I also read so many reviews and forums on products it would probably drive a normal person to insanity. I’m hoping that you found this post before that has happened. Getting started if you haven’t found it yet leisureguy has written an amazing post with a lot of beginner information. For reviews and a forum check out http://badgerandblade.com/ (B&B) although I have to assume you’ve found that already, it’s the first google result for wet shave.
I purchased everything from http://www.bullgooseshaving.net/ and couldn’t be happier, they had the best prices and the best selection of blade sampler packs. Everything I read on the internet pointed me to buy a sampler pack of blades. This is the best way to test them all and make sure to pick the right one for you. I’m new to wet shaving so I can’t tell you if this is bullshit or not but it seems everyone has their brand.
First you need a razor, this is an easy choice, the Merkur 34C (HD) is the standard for beginners. Next I went with Taylor avocado shaving cream, you can check the reviews on B&B but people love the smell and the way it feels on their face. This also goes for the Proraso dopobarba aftershave balm, I choose this because it doesn’t have alcohol and I wanted something to moisturize my face. The brush is also very important and while the price can become astronomical I went with the Edwin Jagger best badger brush because the general consensus is real badger hair is important. I picked the medium size, I didn’t want to break the bank just yet but I also wanted something decent. For the blades just pick a sampler pack that suites you; the MVP pack had all the ones I wanted to try and, of course, I suggest that one.
That’s the bare minimum to get started wet shaving. Sure there are a lot of different products to try and everyone seems to have an opinion about something. You can pick up a stand if you want and a shaving cup if you need one. The good news is you really can’t go wrong if you stick with the Merkur HD. Don’t get too wrapped up picking out products but I hope my list helps you. I tried to pick great items for beginners that had the most positive reviews. Look for a future post about my first time using them all.
Posted on April 7, 2011 with 1 note ()
-
2 ways, MKV to AVI
This required quite a bit of effort and all the information I found on the topic was very misleading. Do no use the weird programs that are suggested, coverter203 or whatever silly name they’ve come up with. Some good old fashion tools work perfectly.
Slowly but simple
The slowest way is to do it in realtime. That means if you are converting a 40min file it will take 40minutes. Yeah that sucks but you can always leave it running at night and it’s easy. First install AviSynth and VirtualDubMod then create a new file with notepad to contain DirectShowSource(“PATH TO FILE”) where PATH TO FILE is the actual path to the file. You have to make sure the file name containing the one line has the extension .avisynth so VirtualDubMod knows what to do. That one line when loaded into VirtualDubMod will start converting the file. You will have to specify a place to save it.
A Bit Quicker but complex
You’re going to need VirtualDubMod, avc2avi, mkvtoolnix, BeLight, and MKVExtractGUI. To set this up you should place the MKVExtactGUI files into the mkvtoolnix folder. Keep track of the output directory for this next step. Using MKVExtract you must separate the video and audio parts of the file. Then with BeLight you will convert the audio, which is the .ac3 file, to an mp3. You can leave all the settings default in BeLight, if anything you can change the quality on the mp3 tab to 100.
Now that the audio is converted open a command prompt, “cmd” in run, and navigate to where the avc2avi.exe file is saved. The command you will use will look something like, “avc2avi.exe -i inputFile -o outputFile”. The input file is the .h264 file that was created using the MKVExtract. The output file will be an avi file. Note: You might have to set the frame rate, the default is 25fps however usually files are 29.97. The flag to set the frame rate is “-f”. If you notice the audio is off on the final file then your frame rate is probably off.
Now after you have the .mp3 audio and the .avi video files combine them in VirtualDubMod and make sure you pick Direct Stream Copy in the audio AND video settings. This is what makes it fast, since everything is already converted all VirtualDubMod has to do is combine them into one .avi file. After it is combined you’re done!
-
Password managers
With the recent password controversy on lifehacker I’m happy I started using keepass a few months ago. At the time I was more focused on getting my passwords setup than choosing the right manager. It’s time for me to go back and reevaluate my choice. I’m only going to be looking at the three most popular keepass, 1Password, and lastpass.
-
Subsonic for Android
Subsonic is an awesome application I have come across recently. I wanted a way to access all of my music on my home computer. Subsonic was the answer to that. It’s so simple and has mobile and desktop applications.
It’s very easy to setup, all you have to do is run a small server on your home computer. This means that you’ll have to leave your computer on all the time you want to access your music but you probably already do that. You might have to open a port on your router but I imagine you can find out how to do that online. The real awesome part is now you can install the android application on your phone and listen to your music from home (all of it!) from your phone! If that’s while driving or running or whatever you want. There are more advanced features to change the quality of streaming (if you have a problem) and to add additional users so you can share with your friends.
Subsonic’s standard interface is through a browser but I just tried the adobe air application and it worked great. Anyone who wants to carry around their whole music collection really needs to try this app, it’s simply amazing. The only issue is that to continue using applications they want a donation of $12-24, it could be worse. I would really suggest trying Subsonic and you might even end up buying it.
-
Digital Music
I have a major issue with the way digital music is sold to me. Downloading it immediately is awesome because I don’t want to wait for a CD to be shipped and then rip it myself. I also want a safe easy way to buy quality music online without iTunes. I don’t want to use a bloated program I don’t like. If anyone is looking for a music player I suggest foobar. It works great and is very customizable.
After a little bit of research I found out that Amazon encodes their mp3s at 256Kbps VBR but sometimes encodes them at 256Kbps CBR. They think that “This content will have the same excellent audio quality at a slightly larger file size” but I disagree with them but I need some technical information to back me up.
Digital music is created in two different categories, lossy and lossless. Lossy(MP3) is missing a lot of the quality from the actual CD which is fine for most people considering the file size differences for lossless(FLAC) is about 100MB. Furthermore lossy defines the quality in Kilobites per second(Kbps) and there are really only two options there CBR or VBR. CBR(constant bitrate) keeps the entire file at one bitrate and VBR(variable bitrate) keeps the bitrate changing through the entire file using the best one for the job.

As you can see the high end of the scale is -b 320 (320Kbps CBR) offers the best quality possible but comes at a file size cost while -V0 (245Kbps VBR) gives you the best of both worlds. Another thing to note is that in this example I’m only using 245 VBR but Amazon uses 256 VBR standard. If 245 VBR keeps the bitrate between 220..260 that means 256 VBR must keep it between 230..270 right? How can 256 CBR possible have the same “excellent audio quality”?
Where are the options when buying music!? I’m personally interested in buying music at 245 VBR (256 VBR works too) but it’s not stated on Amazon’s page what bitrate the albums are. I would be disappointed if I purchased CBR files. Maybe I’m crazy for wanting only quality VBR files but it’s my decision and what about all the other people who want their files at 320 or even 192 for smaller files. I bet they couldn’t even imagine selling FLAC or OGG! If Google can offer all of this web space and we know hard drive space is cheap why are companies like Amazon being so stingy?
-
Social networking overload
Holy hell. I thought I was weighed down before with Facebook and Twitter. I’m often concerned with what status updates I should share on both of them or just one of them. Now with the introduction of Google’s buzz (http://buzz.google.com) what am I suppose to do.
My initial reaction without using it is that it’s going to replace mass emailing. From the video I can see it being easier to use to communicate then Twitter where I’m just shouting in the great void for a possible response. It also isn’t trying to replace Twitter where I can follow millions of people I don’t really know and they can follow me. It seems to be more for closer friends that you email on a regular basis.
Facebook is trying email (which I detest) because Gmail is already such a great product. Trying to get some people to switch to Gmail has been a pain but I live in Google’s web so it’s not fair. I imagine that it’s going to work for Facebook really well signing up new users for email. In fact I could see how that’s useful when receiving email, “Here let me check their profile first, oh I remember them.” However, sometimes I send email to business and I don’t want them to see my Facebook.
Perhaps I need to seriously consider my networks. -
Chuck vs The Big Bang Theory
NBC airs Chuck, in which a nerdy man is trying to be a spy. It’s a fairly simple premise and they define his nerd factor by making him work at a Best Buy clone for the nerd herd. They further the stereotype by making him incompetent at any activity the real spies can do. In reality that makes him a wimp but being a wimp and a nerd are not mutually inclusive. It pisses me off to watch this show because in reality no one would put up with this. They’ve actually started threatening the character that they would stop his training if he didn’t man up. I know the show wouldn’t exist if he wasn’t such a wimp but his character should lift some weights or train harder because he complains about wanting to be an actual spy. I don’t see why his character has to be a nerd to be such a bad spy.
The Big Bang Theory (TBBT) on CBS is a much friendlier stereotypical show. The characters are real nerds and they have real nerdy issues (one can’t speak in front of women). Even with these issues the characters are perfectly happy being themselves and having their downfalls. Sheldon wanted to make friends so he went to buy a book about it, thus improving himself. They aren’t making excuses or feeling bad, they just live and happen to be in funny nerdy situational comedy.
I obviously favor TBBT over Chuck and I’m not even sure why I still watch Chuck. It was almost cancelled last season and I can understand why the numbers are so low going up against How I Met Your Mother. Sure it has explosions but don’t get caught up watching a dweeb bitch about being a real spy when your time can be better spent watching real nerds have fun with real nerdy situations.
Posted on January 31, 2010 with 2 notes ()