Time Synchronisation With Windows 2000 or XP
If you're running Windows 2000 or XP at home, it's very unlikley that you have a 'Primary Domain Controller' to give you the time of day. ;) Windows 2000 & XP has a built in "Windows Time" service that is also compatible with public SNTP Time Servers, all you need to do is configure it. I chose a local SNTP server from the list: http://support.microsoft.com/kb/262680 ``` Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:>net time /querysntp This computer is not currently configured to use a specific SNTP server. The command completed successfully. C:>net time /setsntp:ntp0.uk.uu.net The command completed successfully. C:>net time /querysntp The current SNTP value is: ntp0.uk.uu.net The command completed successfully. C:>net stop w32time The Windows Time service is stopping. The Windows Time service was stopped successfully. C:>net start w32time The Windows Time service is starting. The Windows Time service was started successfully. C:> ``` Done! Immediately after the last line "net start w32time", I noticed my clock jumping forward a few minutes. You can see messages in the "Event Viewer" from W32Time, for example: ``` Event Type: Information Event Source: w32time Event Category: None Event ID: 593 Date: 26/07/2005 Time: 11:40:05 User: N/A Computer: LOCALHOST Description: Time service corrected the clock error by 220 seconds ```
The Cutler.sg Newsletter
Weekly notes on AI, engineering leadership, and building in Singapore. No fluff.
Everyone Can Have a Personal Health Adviser Now
Personalized medicine used to mean being rich enough to afford a doctor who knew your name. Last week I built a version of it on my laptop, for free, from a file I'd been ignoring for seven years — and the real unlock is that I can re-run it forever.
Protect the Juniors: Cognitive Debt and the Stack Overflow Collapse
AI is making junior output look senior-level while preventing junior skill from forming — and the Stack Overflow collapse just removed the ambient learning layer that used to catch the deficit. Three interventions that work.
AI as the Great Equaliser: Neurodiversity, Disclosure, and the Tools That Change Everything
For neurodivergent professionals, AI isn't just a productivity tool — it's the first accommodation you can access privately, without disclosure, without stigma, and without asking anyone's permission.