-
As a veteran Delphi developer, the age old problem of memory management keeps raising its ugly head. Again, and again, and again. One would expect that after 20 years into the 21st century we wouldn’t have to be contending with manual heap management (new/dispose or GetMem/FreeMem), but sadly even after this length of time, we…
-
Ok folks. I’m not a great fan of travel blogs, but Joy and I have been asked to post some stuff, so here goes. I’m not a happy traveller these days, having done a fair bit of commuting to Los Angeles from Tasmania in the Trumpet days. But it was time – this trip being…
-
A hearty thank you to all those who have donated recently (http://news.ycombinator.com/item?id=2282875) as compensation for their unpaid use of Trumpet Winsock in the past. I will put the money to good use – it will enable me to work on projects that up till now I’ve had to fund out of my limited personal income as…
-
I’m heading off to the Australian IPv6 summit next week. See http://www.ipv6.org.au/summit/index.php I spent quite a bit of time in the past 10 years working with the IPv6 people worldwide. I ran the 6BONE IPv6 testing backbone for the Australian region, did work on IPv6 tunneling on demand gateways, designed protocols for TCP connection survivability…
-
NVidia has made a nice little unit here called the Tegra. http://www.nvidia.com/object/io_1212391368499.html In the past I have considered doing work on ARM devices. I would need to get my Opascal compiler (currently i386 which I don’t use right now) to run on the ARM. P!