So yeah, I’m still a bit undecided about Steam. On the one hand, it’s brilliant in that you can readily get new games and updates and such and everything magically happens in the background – the fact that you don’t have to install stuff is amazing. On the other hand, it’s a closed platform that could use a bit of opening up.
Showing posts with label Series. Show all posts
Showing posts with label Series. Show all posts
Saturday, 17 December 2011
Steam Annoyances
So yeah, I’m still a bit undecided about Steam. On the one hand, it’s brilliant in that you can readily get new games and updates and such and everything magically happens in the background – the fact that you don’t have to install stuff is amazing. On the other hand, it’s a closed platform that could use a bit of opening up.
Tags:
Programming,
Series,
TechSupport,
Video Games
Motorola XOOM: A Third Look
So the big difference between then and now is that I bought a Samsung Galaxy S2 and wow does that purchase ever change things. The SGS2 makes almost every device on the market that isn’t a variant of the SGS2 look bad and this handedly includes the XOOM. Other than some very tablet-specific apps (like those that take advantage of fragments) and for applications where resolution changes everything, there’s almost nothing that the SGS2 can’t do better than my venerable “old” XOOM.
Monday, 3 October 2011
Running Series: Little Tweaks, Tips and Apps (Part 4)
It’s been awhile since the last post, this edition deals with a very simple problem of universally blocking domains. While this is something often handled by ad and popup blockers etc., I prefer the platform-independent and much more direct host-blocking.
Tags:
Series,
TechSupport,
Win7
Wednesday, 14 September 2011
Android Diaries, Part 6: Keeping everything safe
I guess I got a bit ahead of myself with the rooting and custom ROMs. I mentioned briefly about how it’s strongly recommended to back everything up, but I guess I didn’t quite talk about how to exactly go about doing this! Never too late, read on.
Android Diaries, Part 5: Custom ROMS
Wednesday, 24 August 2011
Android Diaries, Part 4: Fixing the SGS2
The Samsung Galaxy S II is a wonderful device out of the box but the one thing that irks me is the TouchWiz UI skin. The plain simple Android experience is damn near perfect, I don’t understand why manufacturers need to add extra bloat and crap (MotoBlur, Sense, TouchWiz, etc.) to the user experience. This guide documents my attempts to get rid of all the excess crap.
Tags:
Android,
IT,
Series,
TechSupport
Saturday, 21 May 2011
Android Diaries, Part 3: Gingerbread
I’ve been pretty happy with my cleaned up Milestone and I was content with running a rooted and slightly modded Android 2.2.1. Then I stumbled upon an article outlining a serious data vulnerability affecting Android versions up to and including 2.3.3. This gave me the final push I needed to take the next step with my phone.
Saturday, 2 April 2011
Android Diaries, Part 2: Tools
The nice thing about smartphones, and more so, getting knee deep into the smartphone world is that your experience is exactly how you want it. You can use it plain vanilla out of the box, you can tear it down and rebuild every little detail (depending on the limitations of the device etc.) or you can settle in somewhere in the middle.
This post (which I will update as I discover more wonderful tools etc.) is an attempt to share my experiences with some of Android’s system tool type of applets, widgets and such. For reference sake, I run a Motorola Milestone on Canada’s Telus network. As such, I don’t have access to customized ROMs and such due to the restriction on the Milestone’s boot loader where all ROMs must be signed by Motorola.
Android Diaries, Part 1: Froyo
Welcome to the first of a totally new series about my experiences with Android. My first Android phone, the (at the time) flagship Motorola Milestone (the Canadian/Global interpretation of the Motorola Droid) is a pretty awesome out-of-the-box phone as is. When I bought my phone, it shipped with Éclair (2.0) and was shortly updated (2.1).
While these updates were nice and all, the overall feet dragging and slow time-to-market for the Google updates are a big turnoff. Hopefully Google steps in to take some form of stance for forcing the allowing-of updates to propagate through the market somehow.
Thankfully, Telus just recently released the long overdue update to the Android mobile operating system, finally my Motorola Milestone has Froyo (2.2.1) – and I’ve been knee deep in the sheer awesome that it brings.
Tuesday, 2 November 2010
Running Series: Little Tweaks, Tips and Apps (Part 3)
I have had the luxury of working with multiple monitors for, well.... forever. The OS support for multiple monitors has come a long way over the last 15 years and even non-geeks can be found running dual-monitors these days. Regardless of whether your background is in graphics design, software development, day-trading, marketing there is a tick about a power user when they are setup with multiple monitors. Their secret is in their stash of shortcuts, tools and hacks. Keep in mind that although the focus for many of these tools is for multi-monitor setups, some of them apply even to single monitor users!
Thursday, 3 June 2010
Running Series: Little Tweaks, Tips and Apps (Part 2)
Automated System Cleaning
So I do a lot of ASP.NET development on my personal system. I have bursts of going through online videos. This results in a lot of garbage showing up on my system, both in the system's Temp folder as well as the Temporary Internet folder (my primary/only browser is IE). There are guides out there to show you how to Clear IE's cache and even to clear the cache for a specific domain (i.e., site) but there are a bunch of drawbacks and concerns:
- It takes damn near forever (depending on how much junk you have accumulated)
- Does it really clear your temporary browsing cache? (after all, your browser is still open and as a general principle, you cant delete files while applications using them are open...)
- What if you use multiple browsers?
- There's no easy convenient way to empty you system's temporary folders
It's pretty easy: double-click (to launch), click (analyze) and click (clean) and click (to close) and you're done! Normally this is something I run every so often manually (i.e., during development, when I really want to wipe cookies etc or after a particularly long session of Youtubing, or 'just because'). Being the lazy old fart I am, I figured there's got to be a better way to do things with less work. Turns out there is.
A quick little investigation yielded command line parameters for CCleaner. Turns out '/AUTO' (without the quotes) runs CCleaner in the tray with the current settings and exits when finished. Brilliant! Now just make a shortcut with the auto parameter and double-click and you're done!
There are two issues still outstanding:
- It still takes damn near forever (depending on the amount of crap accumulated) and
- What about all the cookies I do want to save? (i.e., login cookies and such)
Here's how to make your life simpler and cleaner:
- Fire up Task Scheduler (taskschd.msc) .. you can find it under Administrative Tools
- On the right hand side, click 'Create Task'. A window pops up [sample]
- Setup your trigger to determine how often you want to clean your system [sample]. When you're done, it will list all your triggers [sample]
- Now setup what your want this automated event to actually do [sample]. When you're done it will list all the actions [sample]. For my system, I have the cleaning done every two hours.
- Determine the scenarios you want the cleaning to run [sample]. This will realistically only affect notebook users and those who put their system to sleep often.
- Set the various misc settings for the automated task [sample]. For my case, I have the system force-close if there is a crash/lock.
You can test the task simply by right clicking on the task in the task scheduler and selecting 'Run'. You'll see a little CCleaner icon in your system tray as it runs and it'll automagically go away when it's done it's thing. I would suggest, while you're in the Task Scheduler window, to export the task so that you dont have to do all this if you decide to format the system!
Tags:
Series,
TechSupport,
Win7
Sunday, 14 March 2010
Running Series: Little Tweaks, Tips and Apps (Part 1)
Wednesday, 27 January 2010
Running Series: Win 7/Vista Aggravations (Part 2)
Tags:
IT,
Series,
TechSupport,
Win7
Monday, 11 January 2010
Running Series: Win 7/Vista Aggravations (Part 1)
Tags:
IT,
Series,
TechSupport,
Win7
Subscribe to:
Posts (Atom)