Posts Tagged ‘computer’
Jan 11, 2022
Math You Might Find Useful For Daily Problem Solving

Order of operations

Parenthesis, Exponents/Power, Multiplication, Division/Modulus, Addition, Subtraction

Notation example
(a2 * b) + c – d
1. a2
2. * b
3. + c
4. – d

Proportions

a / A = x / X

a b
=
A B

You’re trying to solve x. You have to cross-multiply. Be mindful of order of operations.

x * A = a * X
x = a * X / A

Because I’m so nice, I coded up a very basic proportions calculator for you. Give it a try now!
(more…)

Dec 11, 2019
Troubleshooting: When Your PC Doesn’t Boot or Overheats After Cleaning


Troubleshooting: When Your PC Doesn’t Boot or Overheats After Cleaning
By Chongchen Saelee

If you’re lucky, you can go maybe a full year or two without cleaning your computer. But you have to be careful. You can’t just on a whim do a complete disassembly and cleaning. You need to have spare parts lying around just in case you break something or need things replaced like dried up thermal paste. So always make sure you have spare parts and supplies around before doing anything.

Anyway, I won’t get into how to clean your computer, but I will get into how to figure out why afterwards your computer won’t boot up or there is a BIOS warning that your CPU is overheating. Check for these:

  • Did you apply thermal paste on the CPU surface correctly? You should only apply a very small amount, some say the size of a pea, but I say the size of two grains of rice. Make sure that you are pushing down on the heatsink onto the CPU with balanced pressure so that no air pockets are in connected surfaces. Too much thermal paste could store heat, too little will not displace heat.
  • Did you make sure anything you disassembled, you re-assembled correctly? For example, if the cables aren’t plugged in completely, especially the motherboard or CPU’s power cable, then the CPU knows to throttle power or give a warning so that it doesn’t fry itself. If you ignore these symptoms, you’re looking for major malfunction.
  • If there is no video output, then make sure your graphics card is properly seated in its slot. Make sure the graphics card’s power cable is connected properly. If you replaced the GPU’s thermal pad or paste, make sure that it has complete contact between the heatsink and GPU chip.

The big no-nos when it comes to handling computer parts:

  • Don’t drop anything!
  • Don’t discharge any static or electricity on sensitive parts. Not only will you damage the hardware, if you end up electrocuting yourself, your hardware’s not gonna mourn for you.

For the most part, assuming you aren’t grossly incompetent or just plain don’t know what you are doing, then things should go smoothly. You’d have to really want to break your machine for it to not to work anymore. Most of the time when your computer doesn’t work even though previously it did, it’s because of simple human error.

Good luck!

May 30, 2014
Quantum Teleportation Advances Quantum Computer Technology

http://www.huffingtonpost.com/2014/05/29/quantum-teleportation-computer-network_n_5413418.html

Doesn’t Canada already have a prototype quantum computer already crunching data??? So why is this article saying it’s only theory right now?

According to the article, a qubit (quantum bit) functions much like a digital bit, but can represent more data than a binary data (which is two values, what most luddites call zeros and ones). That would imply HUGE AMOUNTS of data being able to process in a quantum computer. It would make the Internet faster, security more complex, and who knows what AI those mad scientists are developing.

Maybe you will wear it like a Nicorette patch on your forearm or forehead.

Nov 26, 2013
New Agent S and Agent Blue Digital Drawings
Agent Blue Attacks!

Agent Blue Attacks!

Agent S power grip

Agent S power grip

Jul 13, 2013
Windows 7 + Vista Internet Router Disconnects Crash Solution

After many, many failed attempts to fix our home Internet network, I believe I have found the solution. (more…)

Jun 28, 2012
Evolution of Computer Programming Terminology and Concepts

If it ain’t broke, don’t fix it applies. Object-oriented programming has been implemented since the 1960s, so that’s 50 years of efficient practice. But could it be even more advanced? (more…)

May 28, 2012
Battle of the micro PCs, truly the future

What used to occupy football stadiums to crunch out 2+2, now fits in the palm of your hand. (more…)

Feb 19, 2012
When Minecraft’s Gimmick Runs Out

Shoot, Minecraft’s got its own Lego set now. But will it last? (more…)

Nov 10, 2011
The Future of Personal Computers (Smart Phones)

If Johnny Mnemonic only had 15GB of space in his head, imagine how much you can have! (more…)

Aug 10, 2011
Saelee Deus Ex Machine (SDXM): A 2D Game Engine Features List

I’m getting a steady 33 frames per second and have tested on Windows XP, Vista, and 7! If you have Vista or Windows 7, you’ll be good to go. If you have Windows XP or previous versions of Windows, you might have to get the .Net Framework to run my application. Anyway, here’s a list of features I’m planning on implementing. (more…)