Thursday, May 12, 2011

Hold them horses

You might wanna give your left mouse buttons a rest... please... for now

Sunday, May 1, 2011

Blog design

I am WAY too lazy to mess around with the looks of this blog, especially when I have templates available to save me from all that work. But there's more to blog design than just the looks.

That's my tip for today, check out the site to find ways to improve your blog in many... ways. Yeah... that's it...

Also too lazy to post anything bigger than this today. Maybe I'll start posting my C++ learning progress. Until then or the next post I come up with, I bid you farewell.

Thursday, April 28, 2011

Ubuntu 11.04

The stable version of the famous distro for human beings is out at last. I immediately installed it on an USB flash drive and at first it doesn't look any different from 10.10. What's new in 11.04? That's what I'm gonna find out next, by installing it alongside Windows 7. Or should I try and run it in Windows Virtual PC? Choices...

I'll be back later to post my 2 cents on this great OS (can't be worse than the previous one, right? I mean, what OS is worse than its previous version herp derp? Answer: Portuguese word for "sight")

EDIT: Hardware ain't good enough for Unity... GOD DAMMIT

Tuesday, April 26, 2011

C++

Today, I've decided to start learning C++

In fact, I'm starting with programming. I've never made a program, per se. I am aware that it might not be the best choice for a beginner, but since it's one of the most used languages I figured I would have quite a lot of resources to learn from, so no biggie.

I'm asking for your help too, fellow bloggers and readers. If you're reading this and you know C++, be a dear and help me out by, for example, providing material I can learn from. Source codes, the best compiler you know of, tutorials, pseudocode... program training... things... and stuff. All that. Thank you.

Sunday, April 24, 2011

Autohotkey

Another great tool for the wannabe geek. Autohotkey is a program that runs scripts and it is quite n00b friendly. Install it NOW.

You may shiver at the sound of something as geeky as "runs scripts", but just to show you how simple it can be, here are the two most basic things you can do with it:

 a) Replacing text; so easy you'll sh*t your pants:

  1. Open Notepad
  2. Type or copy paste the following:

  ::message::This message will appear whenever you type "message" and hit Space

  3. Save the file anywhere, like on your Desktop, as an .ahk file. To do this, when saving the file, click the "Save as file" dropdown menu and select All Files. Now name the file anything you want and after its name type the extension .ahk, like so: "whateverfile.ahk"
  4. Double click the file (you must have Autohotkey installed and running, of course)
  5. Type "message" anywhere you want, like on Facebook or something, and hit Space
  6. Congratulations

 This works for anything. You can type WHATEVER you want between the "::__::" (double colon, type what you want, double colon). Here's an idea (not mine, but can't find the link now), make a list to autocorrect your typos.

            Example:    ::mistaek::mistake

 With this, "mistaek" is always replaced with "mistake". Also, if you're wondering about that, the language doesn't matter, you dumb f*ck.

 Note that for each expression you want to replace, you have to put it between double colons. If you want your gmail address to replace "gmail" and your hotmail to replace "hotmail", do it like this:

   ::gmail::example@gmail.com

   ::hotmail::example@hotmail.com

 You can have a file full with these replacements, there are NO limits except for the space on your hard drive, which you couldn't possibly fill with a single .ahk file... so have fun.

 b) Hot keys to run any program; just as easy, so go get those diapers

  1. Same as in a), Open Notepad
  2. Type or copy paste the following

   ^!n::Run Notepad

  3. Same as in a), save the file, name it "whatever.ahk"
  4. Same as in a), double click file
  5. Hit the combo: Ctrl+Alt+N
  6. Congratulations, you've just opened Notepad using a keyboard combo

 ^ stands for Ctrl and ! stands for Alt, so when you type ^!n:: it means Ctrl+Alt+N will run the program specified. This is turning out to be a HUGE post, so for more information on how to make better scripts like these go to their tutorial page and knock yourself out.

That's it for now, hope you make use of this tip, it's really quick and easy. Enjoy

Saturday, April 23, 2011

Motherf*cking whiteboard

TODAY I bought a motherf*cking whiteboard. I mean holy sh*t. Yesterday I thought I had been missing out on life because I didn't have Greasemonkey and guess what, it's nothing compared to how much more I could have done and accomplished in my miserable and pathetic life if had bought a M-O-T-H-E-R-F-*-C-K-I-N-G WHITEBOARD when I was pubescent.

You might say "wow, a WHITEboard? that's gay. chalkboards, now that's some manly sh*t". I'd simply reply "enjoy your cancer". Plus, you have to use chalk and that sh*t's a mess. Whiteboards are the way to go and the one I got has f*cking magnets. I bet your gay ass chalkboards don't have magnets.

Want more reasons to buy a whiteboard? Say goodbye to wasting all that paper after getting one, you lowsy f*ck. This is as green as writing gets, BITCH. So go ahead, do yourself a favor and get a whiteboard. Mine is 60x90 cm,  it's the perfect size. In case you don't use metric (which is a decimal system, not a stupid as f*ck duodecimal system like imperial units) that's 23.6x35.4 inches.

You can thank me by telling your friends about this blog.

Friday, April 22, 2011

Greasemonkey

I first heard about this amazing extension about a year ago. It was also the first time I completely dropped IE and started using just the other big three: Chrome, Firefox and Opera. It was only today that I realized how much I've been missing. I've always thought "why do I need this, I have extensions already". Yep, I was that stupid and ignorant.

So what are your waiting for? Go to the extensions page for Firefox, if you're using that, search for Greasemonkey and install it. You don't even need to understand what it is. You just need to know that it can give you more and better "extensions". You can even learn how to make your own, if you have the time and patience.

After installing Greasemonkey (in Firefox, Chrome doesn't need the extension) go to userscripts.org and look around for a bit. Here are two suggestions to get you started with Greasemonkey scripts: this and this as well

Thursday, April 14, 2011

Speech Recognition.

I couldn't use speech recognition to dictate text onto this. So I had to dictate it to Notepad and copy it here, just to show you how cool this is. I also timed how much it took me to successfully get this 3 phrases. Time: 5m40s 

LOL, however (serious face on) I just started, my mother language isn't English, even though I'm quite proud of my fluency, and I am using headphones as microphones. Easy trick, just plug the jack in the mic hole and there you go. If you can use speech recognition, once you go to the Ease of Access in the control panel, you'll be able to configure a microphone. I strongly recommend using a good one, cuz this sucks. I'm going to buy a decent mic and soon I'll make short work of blogging on a regular basis.

Until then, dear followers, please bear with my frequent absense, thank you

Thursday, April 7, 2011

Remote control

I don't know many ways to remotely control another computer from yours, nor do I fully understand how some ways works, but a pretty simple one is to install TeamViewer on both machines and voila.

You don't need to create an account, you simply need the ID of the PC you want to control, assigned by the program (it shows up right after installation) and the password (also assigned, but can be changed). It's a 5 minute thing, if that much. So go ahead and have fun messing with other's computers by installing this without them knowing. If they're complete n00bs (like you, probably) they'll have no clue of what's going on.


On another note, today a friend of mine had trouble turning on his laptop, so to help him I did what I always do, I googled the problem. This doesn't always work but the first thing you should try is to disconnect the power cord and the battery and hit the ON button a few times (but not like 4 or 5, keep pressing that button repeatedly for a bit). Now wait about 2 min and don't do anything. This will completely discharge the capacitors, or something. You may now reconnect the power cord and/or the battery, and for some reason your machine will turn on now, probably. If it doesn't then you have to get real geeky and open your laptop to check if the RAM isn't moved. From that point on I don't recommend my potencially n00b-ish readers to try anything else, just take it to get it fixed.

That's all I have for today, haven't been much into this lately... will try to change that ASAP

Saturday, April 2, 2011

Docks

From Windows's own quick launch bar to RocketDock, these nice Mac-inspired apps will serve as organization, aesthetic and productivity tools all at once. These things really "beautify" your desktop if configured properly. Take mine, for example:



I use RocketDock, but if you don't want to clog up your boot nor your PC any further, there really isn't anything better than Windows's 7 new task bar.

Thursday, March 31, 2011

April Fools Pranks

I don't know many, but a good one is making a post with the title "april fools pranks" and see the page views rise. Speacially today. If you visit Google Trends you'll see what I mean.

Best day to troll is right before april fools.

MANual uninstall

WARNING: don't start doing any of this right off the bat if you're a n00b and don't understand any of it. Read through the whole thing if you don't want to risk messing up your computer.
---

Yesterday I installed a program which had no uninstaller, so I had a bit of trouble with it after realising this thing was useless (have I mentioned it didn't even had an uninstaller?). I couldn't remove it in Add or Remove Programs, Revo and IObit Uninstaller's didn't work either, because all of these need the uninstaller. So I did it MANually.

I don't recommend doing this at all, it should only be your last resort. I don't even know if this is a correct way to uninstall a program, but I've had no problems so far. You won't be surprised, it's pretty obvious what I decided to do. I deleted the program's installation folder in C:\Program Files. That's it.

Of course, it won't let you delete everything, because some of those stupid .exe will still be running. What you have to do is to forcefully terminate them. Open up the Task Manager (if you're a complete n00b and don't even know what that is, hit the Ctrl+SHIFT+ESC combo to bring it up. There it is. Congratulations, you've just learnt a new combo). Now go to the Processes tab if you're not already there. There's a button/check box on the bottom left corner, it'll show you the processes running for all users once you click it. So click it.

Now you're probably staring at your monitor going "wtf", if you're a n00b. Next you have to know what process to terminate. First make the list steady by clicking on Image Name. Now scroll the list and look for the .exe that has the same name as the one you can't delete. Select it and hit the End Process button on the bottom right. Once successful you'll be able to delete the .exe from the folder. Clean up the registry afterwards if you want, using something like CCleaner or Wise Registry Cleaner.
---

more WARNING: don't mess around in the Task Manager, n00b, and be sure about the process you're terminating. Don't terminate anything else except the one you want to get rid of. Hopefully you won't find many programs without an uninstaller, so again, this is your last resort.

Wednesday, March 30, 2011

Ubuntu USB flash drive

So you googled how to install Ubuntu in a flash drive and (I hope it actually happened) you found this.

There are many sites that have posted their guides on how to do this, but my post is more of a "you should really do it, it's handy" kind of thing. You can find the best (imo) step-by-step guide right on Ubuntu's download page (scroll down a bit). However, before any of that I recommend doing this.

Now what? Well now you've got a portable OS, that's what. Also, it comes in handy for fixing Windows and indeed having an OS to work with when Windows fails. It can be used to install Ubuntu on any computer too.

One last thing, make sure you can boot from the USB flash drive. You do that by accessing the BIOS on your PC when it turns on (press the indicated key for that, usually it's something like ESC or F10). You know, that weird looking thing that shows up first in every boot?

Press the correct key (ESC or F10 or ...) and BAM you're in the BIOS. Now look for the menu where there's an option to change the boot order or priority. Now give priority to USB Flash Drive over all else and you're set to boot from your Ubuntu USB stick. Congratulations.

Tuesday, March 29, 2011

Windows XP Mode

Today I installed Windows XP Mode. All it takes is having Windows 7 and going here. If you can read, you'll have no problems getting through the installation process. It's no different from any other installation and I bet you've done a lot of that.

Initially, I did this hoping I'd be able to install TI's NoteFolio Creator, to cut down on the time I spend making cheat sheets for my calc, but the same problem I found, when I tried to install it under Windows 7, arised (look at me, thinking I know what I'm talking about). I needed .NET Framework 1.1. or higher. So I googled what to do and this came up. Pretty damned helpful.

Now, I'm wondering if I should keep XP Mode. Know any cool tips or uses for running XP Mode? Share them in the comments, please. Thank you.

(this whole post, it's like I'm implying I'm gonna have readers. lol)

My first post ever

Being absolutely new to all this, I have but a small bunch of words for my first post. This blog will be dedicated, primarily, to venting my boredom on a daily basis, so don't count on finding a lot of serious business blogging. I will post a few tips and tricks I have and will have learnt of, followed by links to a more in-depth view on the subject. That is all, for now.