Blog | |
Releases |
Page:
0 ... 5 ... 10 ... 15 ... 20 ... 25 ... 30 33 34 35 36 37 38 39 40 41 ... 45 ... 50 ... 55 ... 60 ... 65 ... 70
DOS? | |
---|---|
Date: 20/6/2007 | Just recently the traffic pattern to this site has changed. Every ten seconds, on average, someone/something loads the i.Disk page. The requests come from lots of different IP's sometimes more than once, they never have a referrer and always have the same user agent: "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)". I'm not sure why a whole heap of machines all over the internet need to load idisk.php so much; 8000 hits a day. This is on top of the 2-3 thousand hits I get normally. These are the actual live hits on that page since I wrote this post.
Do you think this is a DOS or just some piece of software gone AWOL? |
(1) Comment | Add Comment | |
Switching between the VC6 and VC7 JIT debuggers | |
---|---|
Date: 20/6/2007 | You can switch between debuggers using the following settings:
Set VC6 as the default JIT debugger: Tools | Options | Debug | "Just-in-time debugging" (in VC6 IDE) Set VS.NET as the default JIT debugger: Tools | Options | Debugging | Just-in-time | "Native" (in VS.NET IDE) Also usful for fixing the "jit debugging component registration is incorrect" error. |
(0) Comments | Add Comment | |
Citarum River | |
---|---|
Date: 7/6/2007 | Citarum River in Indonesia (via kottke)
In light of my previous post about plastic... words fail me. *deep sigh* |
(1) Comment | Add Comment | |
Translating Script Names | |
---|---|
Date: 7/6/2007 | So Scribe has script files stored in the "Scripts" sub-folder and at the moment they show up in the tools menu. There are several problems to be addressed. First of all the name of the command is currently just the file name. But then means it can't be translated into all the different languages that Scribe supports. Currently translations for the existing commands are in the Scribe.lr8 file which gets loaded at runtime. However there needs to be a mechanism that associates a given string resource with the Script file.
I'm considering several possibilies. None of which are particularly palettable.
I'd like some feedback or ideas. The translation has a reference number (int), an ID (int) and a define (string name). The ref is unique, the ID is the same for all strings with the same define. |
(1) Comment | Add Comment | |
Plastic Ocean | |
---|---|
Date: 5/6/2007 | Plastic Ocean (via jwz).
It began with a line of plastic bags ghosting the surface, followed by an ugly tangle of junk: nets and ropes and bottles, motor-oil jugs and cracked bath toys, a mangled tarp. Tires. A traffic cone. [...] Dragging a fine-meshed net he discovered minuscule pieces of plastic, some barely visible to the eye, swirling like fish food throughout the water. He and his researchers parsed, measured, and sorted their samples and arrived at the following conclusion: By weight, this swath of sea contains six times as much plastic as it does plankton. We are seriously screwing our planet up. I'm not doing nearly enough to help and it just makes me very deeply sad. I thought I did the right thing by just getting rid of my offensively wasteful car and replacing it with a scooter but that just means someone else is polluting the environment with that car. But I couldn't afford to have it crushed, I needed the money to buy the scooter (and other things). Constantly it seems that doing the right thing is more expensive in the short term financial sense. I'm sure there are ways where the free market can be bought to bear on the problem. In some what related news I need to buy a new car for our family as our old one was written off last week. No one was seriously hurt but both the girls had some whiplash. Currently I'm thinking of getting a Corolla wagon as some compromise between our needs, resources and the environment. It's a whole lot more economical than our last car (8lt/100km city) has more space than a small sedan and has some air-bags. Not enough mind you, but as a stepping stone, it's what we can afford at the moment. I'd dearly love to get a Civic Hybrid but they start at 35k new or 25k 2nd hand. And we don't have that unless we want to go into [more] debt *shudder*. |
(2) Comments | Add Comment | |
VC++ 6 hangs | |
---|---|
Date: 22/5/2007 | Oh yes. I've always wondered about these hangs you get in Visual C++ when debugging an application that crashes and then the debugger hangs and soon all your GUI hangs, or at least is going very very slowly. It takes about 5 minutes to open the task manager and kill MSDEV.EXE at which point your system returns to normal. Abeit without what you were working on.
So someone worked it out and posted a (possible?) fix for it: Turn off advanced text systems in the regional settings. Tuff luck if you need that I guess. One less problem, 9 zillion to go. |
(2) Comments | Add Comment | |