Category

Tech

My interest in technology stems from computer gaming. I am and always will be, a PC Gamer. Trying to play multiplayer games brought me networking experience, new games required better and faster computer components, and so I learned out of necessity what it took to battle the demons of hell. While I was around, I got into AOL, website design, and programming as well. My first crappy job at the KSU airport brought me money to build my own computer from scratch, which is still the computer I use today. Even though every single part has been replaced at some time, its soul lives on.

Thursday, December 04, 2008

Simple Network Layout


made that for macrumors but you can have it too…

Posted by eclipse on 12/04/2008 at 10:33 PM
Tech • (3) CommentsLink to this entry

Thursday, December 04, 2008

Is it time to give up?

Posted by eclipse on 12/04/2008 at 03:26 PM
FunnyTechApple • (2) CommentsLink to this entry

Friday, November 28, 2008

Dark Mercury 4.0

Welcome to the 4th edition of my website.  This version is based on my twitter page and powered by Expression Engine.  EE is the successor to PMachine, which powered my old site.  I know I just did an update to my site in August so you’re probably thinking, why another major update so soon?  Well, the short answer is that I have plenty of time these days.  I’ve been running the same old pmachine website for over 5 years and had the color scheme for a year before that.  So sometimes you just feel like a refresh is in order.  While the August update was an evolution, this update is a revolution.  It is hopefully the answer to many problems I have come across in the last 5 years with the old site.  Rick was talking about drupal limitations when I offered up Expression Engine as an alternative CMS to both Drupal and Wordpress.  I think at one point EE cost money for all but a demo, but these days you can download the core version of the site for free as long as you don’t use it for commercial use.  I had a default installation on my site but hadn’t touched it in months.  Well about a week ago I went back and reinstalled with the latest version and set out to see what the successor to pmachine could do for me.

Importing my posts from Pmachine was the most important and also the easiest thing to do.  While I’m sure tools exist to import wordpress, moveable type, ets blogs, the pmachine convert utility was built right in and easy.  From there I had to modify a template for a good design and usability. Thanks go out to Jo, Rick, and Alison for design feedback, ideas, and tips. 

A severe limitation of my pmachine site was that each post could only be put in one category.  EE allows me to put posts in multiple categories and is one of the biggest reasons I stuck with the upgrade.  EE seems a lot more flexible than pmachine too.  On the old site the menu on the left kept getting shorter and shorter.  I liked the collapsible sections on the side, but to keep them across all the other pages I had to use a function that prevented me from showing posts by months and other tasty features, so the new install gives me that capability. 

Another huge improvement is the URLs.  While some people may not care, I like the new readable URLs way more than the old way.  An old link to a post I made might show up as:
http://www.darkmercury.net/comments.php?id=23_0_1_0_C 

WTF is that link about?  Now The same post is represented by:
http://www.darkmercury.net/site/Six_Flags_Worlds_of_Pain/

Likewise http://www.darkmercury.net/index.php?id=C0_5_1
can be shown as
http://www.darkmercury.net/site/category/rants/

I’m pleased with how well my friends and news pages integrated with the new site as well.  I stopped using colors for consistency.  Each entry on the friends page looks very similar to a post if I made it, except it will have your RSS image in place of my categories, the title is clickable, and a link to your site is at the bottom.  Once again if you don’t set your RSS icon, it will default to one I pick for you.  If you want help changing it ask me, its quite easy.  Last time I’m talking about that. 

My pages that load in an iframe, such as my calendar and gallery are a little quirky but usable.  There was some sort of permission error with my old gallery so I reinstalled from scratch.  Pics will go up as I have time.

If you want, the old site is available at http://www.darkmercury.net/3.0/
I’m looking at getting even older backups of my site archived with the help of Jo sometime.  Guess that’s all for now

Posted by eclipse on 11/28/2008 at 11:47 PM
InternetTech • (1) CommentLink to this entry

Wednesday, November 05, 2008

D-Link DSL-2320B How I loathe you.

The subject of today's rant is my old D-Link DSL-2320B modem/router. It's hard to hate something that you bought for only $10 off craigslist, but this thing drove me crazy for months. It wasn't broken equipment, DLink just made sure to cripple it for who knows why. Oh sure, on the outside it looks like a very standard piece of equipment. It's got a port for the phone line, an ethernet port, usb, reset switch etc... But to be honest this piece of junk would have worked better if it was an empty box.

I run a very standard internet setup in my apartment. There is no cable internet service, so we have DSL through Grande Communications in Texas. Despite charging us for premium service and only providing basic internet bandwith since January (now resolved), I've been pretty satisfied with their service. So I need a DSL modem which plugs into my apple airport extreme router (I know, apple what a surprise, right? Well it has a USB port I can plug our printer into so I dont need a print server). My desktop plugs into the router via cat5, all other computers/ps3 are wireless N. Giggity. What I look for in a DSL modem is simplicity. Like UNIX, do one thing and do it well. Seems like DLink's strategy is to attempt to do many things, but utterly fail at everything. Come on D-Link! It's not a complex mission I bought you for:
1:) Connect router to Grande network
2:) ???
3:) Profit!

Because I'm a hacker like yash, I decompiled the source code to the modem which is ironically written in basic:
10 Assign 192.168.1.1 to self
20 Connect to grande
30 Assign WAN IP to everything
40 COMPLETELY FUCK UP DHCP
50 Disconnect from Grande
60 Goto 10

This modem refuses to play nice with the most standard router setups. My old modem before it broke had a DHCP server - that's fine with me, I put the router in bridge mode and the dsl modem gives my computers IP addresses and interwebs. Not my preferred way, but it works. It croaked, hence me getting DLINK SPAWN OF SATAN off craigslist. DLINK also assigns itself 192.168.1.1 but won't give connected computers internal LAN IPs. It tries to give every computer connected the WAN IP and it fucks up. The only way I got it to work was basically double NAT, the router assigning DHCP fighting with DLINK on another subnet. Ugh squared.

But that's not even the worst part! The absolutely useless web interface gave me no info other than WAN IP and the fact that itself was 1.1. After installing the modem for the first time Alison and I found we couldn't reach certain websites like yahoo and my work website. A little google digging revealed that the MTU, or Max Transmission Unit was to blame. Basically when you transfer info over the internet the info is broken into little pieces called packets and the MTU is the largest size in bytes each packet can be. For ethernet/cable internet the MTU is 1500 bytes, which computers use standard. For DSL connections, depending on your provider, it is 1492 bytes. Normally your DSL modem will tell your computer you're connected with an MTU of 1492, but not DLINK, no way... That's way too helpful. You would think a DSL Modem would connect at a DSL MTU. There's no setting, nowhere on the unit where you can connect at an MTU of 1492. DLINK thinks it's easier and more obvious to dig through the registry to change it on your computer itself. Windows is nicer about it, and stores the registry key, but on OSX (3 out of 4 computers in my apt.) you have to change the MTU manually, via the console, every single time you reboot. Good riddance...goodbye DLINK I won't miss you.

Jo gave me his old Motorola Netopia 2210 DSL modem when I was last in OH and yesterday I replaced Satanlink with it. It's more of a dumb modem where I can have the router store the connection info and just use the box to dial out over PPPoE. Exactly what I was looking for. Easy, fast, stable. Do one thing and do it well. Thank you Jo.
Posted by eclipse on 11/05/2008 at 02:21 PM
InternetTechRants • (0) CommentsLink to this entry

Monday, September 22, 2008

Computer Issues, TV and PS3

Hmm well I guess it's been a year so time for a PC post.

My desktop computer is being more picky than an old car these days...Before Quakecon 08 it needed a speed boost. Hmmm Athlon 64 3500+, 2gb ram, 256mb geforce 6800gts, aah probably need a new video card. It's great living close to both a micro center and fry's electronics. Micro Center is having a deal on Geforce 8800GT 512's so I pick one up and when I get home it looks like everything is great. Quakewars and Flight Sim X look great! Lots of detail in flight sim and...what's that sound? My airplane's propeller sound should be constant but it's stuttering like it's going to quit... But it's not the game. My entire computer seems to come to a halt for just an instant, but it's constant. Every single second, exactly once a second there is a little stutter. It's most noticeable in games where smoothness is key, but it's happening in windows too. The mouse stutters, music is interrupted, and by a few days I'm paralyzed with rage at this little tick my computer has developed. It's unusable! In safe mode without drivers it works fine, so I'm thinking it must be a software problem i.e. driver or resource conflict. I would remove everything but the barebones components of a computer (Proc, 1gb ram, vid card, mobo, 1 hard drive w/windows) and it would work! The stuttering was gone! I would begin to add things back into the computer to see where the conflict was and the stuttering would come back randomly.
      

Sometimes I would start it up, it would work and when I rebooted it stuttered again! And removing whatever it was wouldn't stop it until I took away everything. Other people online had reported similar problems with driver fixes. I tried new drivers, beta drivers, 3rd party drivers... And I was so sure it was a software problem since it worked in a barebone config and safe mode. Not having another desktop system (Alison has an iMac) I was finally to the point of shelling out another 200 bucks for a new video card to see if it was really a hardware problem. So I got a new one and it worked perfectly... I had a bad card all along. I returned the old one disguised as the new one and got my money back. Woohoo.

But that's not all! Just about a week ago my windows hard drive, the 200gb maxtor PATA drive (same drive) started clicking itself to death after a power outage so I went and bought a 350gb Western Digital SATA drive on the cheap to replace it. My computer wouldn't auto detect it and after a few hours of painful testing I decided that drive was bad too. A quick exchange at Fry's got me a Seagate 500gb for about 15 dollars more. Quality control is not up to par these days. Chinese products, gotta get rid of them. Anyways new drive works fine but reinstalling everything is a pain and there's some stuff on my old c: that I need to figure out how to access without it booting off that drive. I'll probably bring it to CLE in Oct and have Jo extract it to a flashdrive or something.
Also my Razer Copperhead laser mouse seems to be quitting on me. It will suddenly stop for a few moments. You'll hear windows drop it and redetect it. Sometimes it'll drop and that's all you get until a reboot. Why can't I just play my games? :( :(

On a more upbeat note, 50 bucks bought me a row of LEDs from ikea with some neat features and different colors. I laid them out behind my desk and they complement the blue light inside my computer pretty nicely. I can change the color depending on my desktop background or have them rotate colors automatically. Some pics and the one on the right is a 20mb video of it auto changing colors:
              vid:



Changing topics away from my desktop, Alison and I were recently trying to get a nice flatscreen HDTV. And well...sorry schultz don't mean to steal your thunder but I know you know your stuff. So we ended up getting the same one, the Samsung LN40A550. It looks great, and well..you can't just get an HDTV and not get an HD player. Enter....the PS3

That's right, I have a console.

I got a Ps3 because it has blu ray. I guess I would have preferred the xbox360 since I could pay money to play online with friends despite being able to play with them for free on the computer. The fact that it plays games and acts as a decent media client is extra. I got gran turismo 5 and alison got harry potter. GT5 looks pretty good with the high res. There really aren't many good games for ps3. About half of them are sports games and the other half are GTA IV and Guitar Hero. Might get GH3 later though. Don't really have the money to grab a few games yet after the tv and ps3... I also don't want any games I'd rather play on the computer like FPS.

The unit itself is pretty nice. I got it used on craigslist with 2 wireless controllers, a bluetooth remote and hdmi cable. It's a 60gb model so it plays most ps2 games also, a big plus. I like the black and silver and it complements the TV nicely. It sits inside the TV stand we have and when it has been on for a while it will get hot and the fans turn on and it's pretty loud. We had to rearrange the living room to put the couch a lttle further away from the screen cause it would give us headaches, so the wireless is nice.

To get the media client stuff working, BobOmega pointed me to a program called tversity which is a streaming and transcoding service that runs on your PC and will stream video, music and photos over a LAN and even the internet. It also can connect my ps3 to steaming video such as Skynews and NASA TV. The best part is that it will reencode your divx, xvid etc files into a DLNA compatible format on the fly. So I don't have to reencode everything to get it to work. There are some downsides to it, such as the service can't run as an admin, only a local user. That means I have to log into my computer for tversity to start. I want to just be able to hit the power button, walk away and have the service run like file sharing. This way I could keep a password on my computer but people could still access media. The other downside is that tversity takes an itunes approach to content and builds a database of all videos and music. Now you can have a folder view only - and no streaming content, or you can use metadata to arrange everything and frankly who has the time for a beta program such as this. That's what you get for free I suppose. Ok some pics and then this post is finally over..
            

Posted by eclipse on 09/22/2008 at 10:06 AM
TechPCGaming • (2) CommentsLink to this entry
Page 5 of 15 pages « First  <  3 4 5 6 7 >  Last »