I suffer from pet allergies, as well as a host of others, and let me tell you it really isn't fun. Sneezing all the time and in severe reactions having a hard time to breath and breaking out in hives. Just not what I would call "a good time". But when I go to peoples houses and they own a so called "hypoallergenic dog" yet I still keep sneezing and having a hard time to breath, they keep telling me that it's not their dog. I've said it for years and now I have proof that "Hypoallergenic Dogs" DO NOT FUCKING EXIST.
Proof: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3680143/
That is all. Thank you. Have a nice day.
Ramblings on gear, games, tech, junk, crap, and other random stuff. Posted...whenever by a guy named Guy.
2014-11-24
2014-09-18
Tablet Thoughts :: Nvidia Shield - Do we have a winner?
So the next generation "Tegra Note" has hit the shelves in the form of an Nvidia branded Shield Tablet (See my thoughts on the Tegra Note). With this iteration Nvidia is holding all the cards and not partnering with vendors to produce units, but rather producing them themselves. Personally I think that's a smart move on their part as this allows them to control their take on the Android OS (Whatever tweaks they make) and also the Hardware.
Specs:
Accessories:
Stylus
Gamepad/Controller
Cover (Magnetic)
Biggest plus on this thing are the CPU and front facing speakers. The speakers even add base reflex system. Lets just say that I can't wait till the local shops have some stock cause upgrading to this from my original Galaxy Tab 10.1 is gonna be a blast. Couple this tablet with the GTX 980 which should be released soon (hopefully sooner than later cause my GTX 580 is getting tired) and you've got more gaming then you can shake a console at.
Looking forward to playing with this and if I'm not too busy having fun I may stop back in here and provide an update. ;o)
Specs:
| Processor | NVIDIA® Tegra® K1 192 core Kepler GPU, 2.2 GHz ARM Cortex A15 CPU with 2GB RAM |
| Display | 8-inch 1920x1200 multi-touch Full HD display |
| Audio | Front facing stereo speakers, dual bass reflex port with built-in microphone |
| Storage | 32 GB (WiFi+4G LTE) / 16 GB (WiFi-only) w/ MicroSD slot |
Accessories:
Stylus
Gamepad/Controller
Cover (Magnetic)
Biggest plus on this thing are the CPU and front facing speakers. The speakers even add base reflex system. Lets just say that I can't wait till the local shops have some stock cause upgrading to this from my original Galaxy Tab 10.1 is gonna be a blast. Couple this tablet with the GTX 980 which should be released soon (hopefully sooner than later cause my GTX 580 is getting tired) and you've got more gaming then you can shake a console at.
Looking forward to playing with this and if I'm not too busy having fun I may stop back in here and provide an update. ;o)
Labels:
Android,
Gaming,
Nvidia,
Nvidia Shield,
Tablet
2014-09-17
Quick Tip :: Powershell and CMD one liners
List the all processes by Memory use
Windows command line (cmd.exe)
C:\> tasklist /NH | sort /+65 /R
Powershell (Start>Run type powershell and hit OK)
Get-Process | sort ws -Descending
Top 10 only
Get-Process | sort ws -Descending | select -First 10
Alternative with full *.exe name and memory use only (in Megabytes)
Get-WmiObject win32_process | sort WorkingSetSize -Descending | Select-Object -Property ProcessName,WorkingSetSize | Format-Table ProcessName,@{label="WS(MB)";Expr={[math]::truncate($_.WorkingSetSize / 1MB)}} -autosize
Alternative again, but only returning the Top 20
Get-WmiObject win32_process | sort WorkingSetSize -Descending | select -First 20 | Select-Object -Property ProcessName,WorkingSetSize | Format-Table ProcessName,@{label="WS(MB)";Expr={[math]::truncate($_.WorkingSetSize / 1MB)}} -autosize
List hard drive info (Exclude Removable and CD/DVD/Blu-Ray Drives)
Powershell (Start>Run type powershell and hit OK)
Get-WmiObject -class win32_logicaldisk -Filter "DriveType != '2' AND DriveType != '5'" | Format-Table
Same thing but of a remote computer
Get-WmiObject -class win32_logicaldisk -Filter "DriveType != '2' AND DriveType != '5'" -ComputerName server.domain.net -credential domain\userid | Format-Table
Get Windows Service(s) information
PowerShell - Get status of a specific Service
(Get-Service -DisplayName 'Spoo*').status
Get status of a specific Service on a remote machine
(Get-Service -ComputerName server.domain.net -DisplayName 'IBM Cog*').status
Side note for the above 2 examples: As there is a wildcard ('*') in the name these commands may return more than one if the wildcard matches anything. I'm just lazy and don't like typing. :P
Display all services and then sort by status then name
Get-Service | Sort-Object -property `@{Expression="Status";Descending=$true}, `@{Expression="DisplayName";Descending=$false}
That's it for now. As I come across/use more I'll post them here.
Windows command line (cmd.exe)
C:\> tasklist /NH | sort /+65 /R
Powershell (Start>Run type powershell and hit OK)
Get-Process | sort ws -Descending
Top 10 only
Get-Process | sort ws -Descending | select -First 10
Alternative with full *.exe name and memory use only (in Megabytes)
Get-WmiObject win32_process | sort WorkingSetSize -Descending | Select-Object -Property ProcessName,WorkingSetSize | Format-Table ProcessName,@{label="WS(MB)";Expr={[math]::truncate($_.WorkingSetSize / 1MB)}} -autosize
Alternative again, but only returning the Top 20
Get-WmiObject win32_process | sort WorkingSetSize -Descending | select -First 20 | Select-Object -Property ProcessName,WorkingSetSize | Format-Table ProcessName,@{label="WS(MB)";Expr={[math]::truncate($_.WorkingSetSize / 1MB)}} -autosize
List hard drive info (Exclude Removable and CD/DVD/Blu-Ray Drives)
Powershell (Start>Run type powershell and hit OK)
Get-WmiObject -class win32_logicaldisk -Filter "DriveType != '2' AND DriveType != '5'" | Format-Table
Same thing but of a remote computer
Get-WmiObject -class win32_logicaldisk -Filter "DriveType != '2' AND DriveType != '5'" -ComputerName server.domain.net -credential domain\userid | Format-Table
Get Windows Service(s) information
PowerShell - Get status of a specific Service
(Get-Service -DisplayName 'Spoo*').status
Get status of a specific Service on a remote machine
(Get-Service -ComputerName server.domain.net -DisplayName 'IBM Cog*').status
Side note for the above 2 examples: As there is a wildcard ('*') in the name these commands may return more than one if the wildcard matches anything. I'm just lazy and don't like typing. :P
Display all services and then sort by status then name
Get-Service | Sort-Object -property `@{Expression="Status";Descending=$true}, `@{Expression="DisplayName";Descending=$false}
That's it for now. As I come across/use more I'll post them here.
2014-08-28
WTF? :: Ferrari sends Deadmau5 a Cease & Desist for customizing his car
One for the WTF? file. Apparently Ferrari sent Deadmau5 a C&D order after he customized his car. Full story on Jalopnik
I'm sorry but this is just plain stupid. Makes me want to never ever buy a Ferrari (Not that I could ever afford one). It's his car, he bought, he should be able to do whatever he wants with it. Including custom badges, floor mats, and vinyl wrapping the car.
Speaking of custom badges, if you are looking for some check out this site.
www.billetbadges.com
I'm sorry but this is just plain stupid. Makes me want to never ever buy a Ferrari (Not that I could ever afford one). It's his car, he bought, he should be able to do whatever he wants with it. Including custom badges, floor mats, and vinyl wrapping the car.
Speaking of custom badges, if you are looking for some check out this site.
www.billetbadges.com
2014-01-10
BEEDO BEEDO BEEDO BEEDO :: [Google] Bad gmail "feature"

Google Goof
Go opt out now! Trust me. You will want to do this ASAP!
Here's how:
Life Hacker - How to Disable Gmail's New Feature that Let Google+ Users Email You
/sigh Google google google....what were you thinking. /facepalm
2014-01-01
2013-12-04
Quick Tip :: Windows - Copy folder structure between servers
Copy folder structure to another Server in one command
C:\>robocopy \\server.net\Source_Folder\ \\server.net\Dest_fldr\ /e /mt:8 /xf *
Copy folder structure to another Server in one command (preserve security)
C:\>robocopy \\server.net\Source_Folder\ \\server.net\Dest_fldr\ /sec /e /mt:8 /xf *
MS robocopy documentation online
C:\>robocopy \\server.net\Source_Folder\ \\server.net\Dest_fldr\ /e /mt:8 /xf *
Copy folder structure to another Server in one command (preserve security)
C:\>robocopy \\server.net\Source_Folder\ \\server.net\Dest_fldr\ /sec /e /mt:8 /xf *
MS robocopy documentation online
2013-11-22
Blogger :: Issues with transparent images & quick fix
Labels:
Blogger,
Guide,
Tips,
Troubleshooting
2013-11-21
Android App :: SMS Popup - Custom SMS ring tones per contact
Thank you SMS Popup. Search for it in the play store or hit the button below.
Labels:
Android,
Apps,
Free,
Gingerbread,
Mobile
2013-11-18
Tegra Note :: Review links and thoughts
Review links:
Android Central Review
Anand Tech Review
Engadget Review
Thoughts...
Oh so close. Now if they can only produce a more high end tablet that others would want. That said, and as the reviews allude to or outright explain, I totally understand why they chose the hardware the way they did. They did it to keep costs down to compete with Google's Nexus 7. For me, I'm personally not looking for a "budget tablet". I want a work horse that can do it all and I'm willing to pay for it. Just not $600+. I think $350 - $450 depending on features/hardware is reasonable for a tablet.
Labels:
Android,
Mobile,
Nvidia,
Tablet,
Tegra Note
2013-10-29
2013-10-24
Cognos 10+ and access to create Drill-through Definitions
During a recent upgrade of Cognos 8.4.1 to Cognos 10.2.0 one of my developers noticed that he no longer had access to create Drill-through Definitions. The item in the menu was gone yet administrators still had access to it. I did a quick test and added him to the "Drill Through Assistant" capability with full permissions. After a log out and log in he had the Drill-through Definitions menu item again. So I started to do some digging. Turns out the functionality was changed but was never added to any of the Cognos 10 documentation up to and including 10.2.1.1.
2013-09-13
Java garbage collection logging on IBM Cognos 10+ (Win32/64)
If you're having issues trying to get " Java Garbage Collection Logging" working with the embedded/provided IBM JRE that comes with Cognos 10 use the following parameters to get it working (Highlighted on line 8 & 9 in the code snippet below).
2013-09-05
Thoughts on the new Samsung Note 10.1 (2014 Edition)
So I've been holding off on buying the current Samsung Galaxy Note 10.1 on account that I knew Samsung would be revealing new tech during the Berlin IFA show. So imagine my excitement as I read on Android Central that they have hands on with the new Samsung Note 10.1 (2014 Edition). Well my excitement turned to bitter disappointment as I read through the article and saw the pictures. Hit the break to so see my gripes on the new hardware.
Subscribe to:
Posts (Atom)









