Latest comic:
Archive for July, 2008
Been there, done that….
«
30 July 2008 |
14:25 |
IT & Software |
No Comments »
Directories vs Folders
«
30 July 2008 |
12:00 |
IT & Software |
No Comments »
Just a random passing thought…..
In Windows, we call them folders but on *nix we call them directories.
However the catch is in DOS, we also used to call them directories. Somewhere along the way (presumably the switch from Windows 3.1(1) to Windows95) the nomenclature was changed for this entity and it was renamed from a directory [...]
Just a random passing thought…..
In Windows, we call them folders but on *nix we call them directories.
However the catch is in DOS, we also used to call them directories. Somewhere along the way (presumably the switch from Windows 3.1(1) to Windows95) the nomenclature was changed for this entity and it was renamed from a directory [...]
WPF and the mindset-change
«
30 July 2008 |
9:28 |
IT & Software |
1 Comment »
I’ve recently been getting my hands dirty with WPF as a successor to WinForms, and one thing is for sure - its like i’m starting from ground zero, all over again…
One point which i’d heard while watching a screencast, is that working with WPF changes the developer mindset from “here is a visual component i [...]
I’ve recently been getting my hands dirty with WPF as a successor to WinForms, and one thing is for sure - its like i’m starting from ground zero, all over again…
One point which i’d heard while watching a screencast, is that working with WPF changes the developer mindset from “here is a visual component i [...]
Parallelism In SQL Queries Causing Deadlocks
«
28 July 2008 |
10:51 |
IT & Software |
1 Comment »
This is really just a stub post, and should force me to come back and add more detail to the topic.
In a nutshell, be careful if you have parallelism turned ON for your multi-core SQL server as SQL’s internal worker threads can seemingly jam themselves into a deadlock scenario when executing a parallelised (sp?) query.
to [...]
This is really just a stub post, and should force me to come back and add more detail to the topic.
In a nutshell, be careful if you have parallelism turned ON for your multi-core SQL server as SQL’s internal worker threads can seemingly jam themselves into a deadlock scenario when executing a parallelised (sp?) query.
to [...]
HttpException (0×80004005): Server Too Busy
«
28 July 2008 |
10:43 |
IT & Software |
No Comments »
Recent problems with a client website have required me to re-discover a whole lot of performance tid-bits which i’d either long forgot or just plan never knew.
In trying to stress-test the SQL server forming the backend of the website, we ended up exceeding the web-server’s capabilities and it would die with a not-so-nice error citing [...]
Recent problems with a client website have required me to re-discover a whole lot of performance tid-bits which i’d either long forgot or just plan never knew.
In trying to stress-test the SQL server forming the backend of the website, we ended up exceeding the web-server’s capabilities and it would die with a not-so-nice error citing [...]
A Programming Job Interview Challenge #13 - Brackets
«
22 July 2008 |
23:12 |
IT & Software |
2 Comments »
As the title suggests, here is my solution for A Programming Job Interview Challenge #13 - Brackets
Your input is a string which is composed from bracket characters. The allowed characters are:’(’, ‘)’, ‘['. ']‘, ‘{’, ‘}’, ‘< ’ and ‘>’. Your mission is to determine whether the brackets structure is legal or not.
Example of a [...]
As the title suggests, here is my solution for A Programming Job Interview Challenge #13 - Brackets
Your input is a string which is composed from bracket characters. The allowed characters are:’(’, ‘)’, ‘['. ']‘, ‘{’, ‘}’, ‘< ’ and ‘>’. Your mission is to determine whether the brackets structure is legal or not.
Example of a [...]
Deadlocked transactions and Junctions
«
22 July 2008 |
13:05 |
IT & Software |
1 Comment »
Wow lots has happened in the last 4 hours. Where do i start?
In order to diagnose a locking/blocking issue on SQL server, start with an sp_who2 to give you the list of active PIDS, and the PIDS blocking requests. Then execute DBCC INPUTBUFFER(<BLOCKING PID>) to find the offending SQL
In order to free space on a [...]
Wow lots has happened in the last 4 hours. Where do i start?
In order to diagnose a locking/blocking issue on SQL server, start with an sp_who2 to give you the list of active PIDS, and the PIDS blocking requests. Then execute DBCC INPUTBUFFER(<BLOCKING PID>) to find the offending SQL
In order to free space on a [...]
Tunnel World of Warcraft Through SSH
«
21 July 2008 |
6:57 |
IT & Software |
No Comments »
On Saturday I had to take the wife to UTS library so that she could do some research for her masters thesis. With petrol prices being the way they are, and just generally the amount of time it was going to take to go home and come back, I’d decided i was going to pop [...]
On Saturday I had to take the wife to UTS library so that she could do some research for her masters thesis. With petrol prices being the way they are, and just generally the amount of time it was going to take to go home and come back, I’d decided i was going to pop [...]
Navigating between braces in VS.NET
«
11 July 2008 |
7:01 |
IT & Software |
No Comments »
Stumbled across a VS.NET power tweak
<ctrl> + ]
Stumbled across a VS.NET power tweak
<ctrl> + ]
A Programming Job Interview Challenge #11 - Summing Numbers
«
9 July 2008 |
7:14 |
IT & Software |
2 Comments »
In it’s 11th installment in a series of posts of interesting/quirky questions you may (or may not) be asked in a job interview, this series has definitely challenged everything I knew (or thought I knew) about computer science fundamentals and mathematical reasoning.
My response is to the 11th question about summing numbers is below:
PROBLEM:
Given a list [...]
In it’s 11th installment in a series of posts of interesting/quirky questions you may (or may not) be asked in a job interview, this series has definitely challenged everything I knew (or thought I knew) about computer science fundamentals and mathematical reasoning.
My response is to the 11th question about summing numbers is below:
PROBLEM:
Given a list [...]
LOLCode is real!
«
7 July 2008 |
10:00 |
IT & Software |
1 Comment »
Noone believed me when I introduced them to the Shakespearean programming language, or the whitespace programming language.
Well now believe me when I say that LOLCode is a true language! It allows you harness the power of a thousand teenage script-kiddies, and emanate elegant code such as :
HAI
CAN HAS STDIO?
I HAS A VAR
GIMMEH VAR
IZ VAR BIGGER [...]
Noone believed me when I introduced them to the Shakespearean programming language, or the whitespace programming language.
Well now believe me when I say that LOLCode is a true language! It allows you harness the power of a thousand teenage script-kiddies, and emanate elegant code such as :
HAI
CAN HAS STDIO?
I HAS A VAR
GIMMEH VAR
IZ VAR BIGGER [...]