Bloggin in the UK RSS 2.0
 Thursday, March 27, 2008
I always try and avoid using these keywords when naming objects in SQL Server:

ADD

EXCEPT

PERCENT

ALL

EXEC

PLAN

ALTER

EXECUTE

PRECISION

AND

EXISTS

PRIMARY

ANY

EXIT

PRINT

AS

FETCH

PROC

ASC

FILE

PROCEDURE

AUTHORIZATION

FILLFACTOR

PUBLIC

BACKUP

FOR

RAISERROR

BEGIN

FOREIGN

READ

BETWEEN

FREETEXT

READTEXT

BREAK

FREETEXTTABLE

RECONFIGURE

BROWSE

FROM

REFERENCES

BULK

FULL

REPLICATION

BY

FUNCTION

RESTORE

CASCADE

GOTO

RESTRICT

CASE

GRANT

RETURN

CHECK

GROUP

REVOKE

CHECKPOINT

HAVING

RIGHT

CLOSE

HOLDLOCK

ROLLBACK

CLUSTERED

IDENTITY

ROWCOUNT

COALESCE

IDENTITY_INSERT

ROWGUIDCOL

COLLATE

IDENTITYCOL

RULE

COLUMN

IF

SAVE

COMMIT

IN

SCHEMA

COMPUTE

INDEX

SELECT

CONSTRAINT

INNER

SESSION_USER

CONTAINS

INSERT

SET

CONTAINSTABLE

INTERSECT

SETUSER

CONTINUE

INTO

SHUTDOWN

CONVERT

IS

SOME

CREATE

JOIN

STATISTICS

CROSS

KEY

SYSTEM_USER

CURRENT

KILL

TABLE

CURRENT_DATE

LEFT

TEXTSIZE

CURRENT_TIME

LIKE

THEN

CURRENT_TIMESTAMP

LINENO

TO

CURRENT_USER

LOAD

TOP

CURSOR

NATIONAL

TRAN

DATABASE

NOCHECK

TRANSACTION

DBCC

NONCLUSTERED

TRIGGER

DEALLOCATE

NOT

TRUNCATE

DECLARE

NULL

TSEQUAL

DEFAULT

NULLIF

UNION

DELETE

OF

UNIQUE

DENY

OFF

UPDATE

DESC

OFFSETS

UPDATETEXT

DISK

ON

USE

DISTINCT

OPEN

USER

DISTRIBUTED

OPENDATASOURCE

VALUES

DOUBLE

OPENQUERY

VARYING

DROP

OPENROWSET

VIEW

DUMMY

OPENXML

WAITFOR

DUMP

OPTION

WHEN

ELSE

OR

WHERE

END

ORDER

WHILE

ERRLVL

OUTER

WITH

ESCAPE

OVER

WRITETEXT


Thursday, March 27, 2008 6:34:58 PM (GMT Standard Time, UTC+00:00)  #    Comments [1] -

 Thursday, February 28, 2008


Model Name          : Vigor2820 series
Firmware Version   : 3.1.1
Build Date/Time     : Nov 8 2007 11:10:43
ADSL Firmware      : 211801_A Annex A

Price: £135 inc VAT

I have just bought one of these to use in a small office.

First impressions are it is good value for money in terms of the features if offers.
The web UI is uninspiring a little better than a Netgear or a DLink but nowhere near as good as a m0n0wall. It is responsive but not intuitive.
One bad point for anyone who has to administer several units the config file is backed up in binary format, a more sensible choice would have been XML to allow tweaks and roll-outs.
You can't see recent log entries in the web admin screens you have to install the syslog tool on a pc on your lan, and configure the router to send logs to it, not good if you are a remote admin.
PPTP I have failed to get this working so far, I wanted to use the windows built in PPTP client to connect to the router, so far a connection can be established but authentication fails, I haven't given up but it would be nice if this had worked straight out the box like m0n0wall. Draytek supply a Smart VPN client of their own but this too fails to authenticate.

I will update this review in about a month, if I can get PPTP working I will be pretty happy if not it may have to go back to the shop.
Thursday, February 28, 2008 10:19:42 AM (GMT Standard Time, UTC+00:00)  #    Comments [4] -

 Sunday, February 24, 2008

This has to be the funniest most original game reviewer on the web. He is also very knowledgable



The Escapist
Sunday, February 24, 2008 7:08:52 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Friday, February 22, 2008
This will r0x0r your b0x0r's!

http://lifehacker.com/357869/use-your-wii-as-a-media-center

The article explains in several easy steps how to turn your wii into a media center.

I tried it and could not believe how well it works!

Some things you will need:
  • A Wii with wireless access to the internet
  • The latest version for the Wii Opera Browser (You have to buy this $5/£3)
  • A pc to install the Orb Software
So how does it work?
Well I don't know the detail but so far as I can tell the client software you install on your pc stream's media to the Orb server which streams it back to your browser.

I had to unblock some of the ports on my pc's windows firewall to get the streaming to work.

It's early days but so far i'm impressed with the Web UI nice big fonts for the TV and very intuitive I think I have seen the future.

Friday, February 22, 2008 10:22:12 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Wednesday, February 06, 2008

The HM22W is a nice TV for a bedroom, the picture is good with no ghosting and a wide viewing angle.

The built in speakers are a bit limp so don't expect high volume.

The remote control is easy to use if a little more complicated that is necessary.

The unit only has an analogue tuner so if you want freeview you will need a digi-box.

It has a good range of inputs, 1 Scart, Video, Composite, VGA, HDMI. The VGA connector allows the unit to be used as a PC monitor. I have a SKY box connected via scart and a PS2 connected via video  to mine and both are fine.

I bought this just before christmas and paid just under £200 which was cheap.

Ebuyer sells these in the UK

Wednesday, February 06, 2008 2:49:44 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Tuesday, February 05, 2008
A few weeks ago one of the devs in the trading system team hit a performance issue, running four threads on a multicore machine ran slower than running when processor affinity was turned on.

Turning on processor affinity basically was limiting his application to one core so he expected a performance hit.

After three weeks of searching he found the answer: smartheap

He was making extensive use of the STL and with the default VS memory allocation and a multi processor machine this was causing problems.

The answer was to replace the standard library with smartheap (there are other alternatives) and this fixed the problem.

I am blogging about this in case there are other people out banging heads on desks trying to work out why their app is slower on a multicore server rather than a single core one.

If you nose around this blog you will see I am not a C++ developer so don't ask me for any more detail.

Tuesday, February 05, 2008 3:00:43 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Tuesday, January 22, 2008
One of my new year's resolutions was to upgrade to the latest version of dasblog and host it on ASP.NET 2.0.

Well this is probably the only resolution I will keep.

I chose the MadsSimple theme I really liked the business theme but the blog post font was a little small and this is a personal blog so MadsSimple seemed to work better.

With this update of DasBlog many more asp.net hosting companies become usable, as the "Medium Trust" hosting issue has been addressed, hope you enjoy the new look.

Tuesday, January 22, 2008 9:51:31 PM (GMT Standard Time, UTC+00:00)  #    Comments [1] -

 Thursday, January 10, 2008
What is wikimapia ?

Well it seem's appropriate to quote Wikipedia...
"WikiMapia is an online map and satellite imaging resource that combines Google Maps with a wiki system, allowing users to add information (in the form of a note) to any location on earth.[2] It is one of the top 1000 websites visited,[3] and has over 5 million places marked.[4] It was created by Alexandre Koriakine and Evgeniy Saveliev, and was launched on May 24, 2006 with the aim of "describing the whole planet Earth".

It is a great site, where you can tag anywhere in the world* with a box and some details about the location. The site is geared towards commercial enterprises but anyone can tag anything (within reason). You can tag your house, school, gym, place of work whatever you like.

* Image resolution will vary
Thursday, January 10, 2008 6:21:40 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

Archive
<March 2008>
SunMonTueWedThuFriSat
2425262728291
2345678
9101112131415
16171819202122
23242526272829
303112345
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2009
Charlie Barker
Sign In
Statistics
Total Posts: 151
This Year: 6
This Month: 0
This Week: 0
Comments: 65
Themes
Pick a theme:
All Content © 2009, Charlie Barker
DasBlog theme 'Business' created by Christoph De Baene (delarou)