As I promised on my main blog, here is the Spirit Society Gin outfit~! This is my old creator code, since I have reset my island, so all of my newer designs will have a different creator code~!Â
!!Do not reupload my designs or images without permission, do not remove description!!
Plugin Review: Plugin/Theme Information Embed By Lee Willis
Plugin Review: Plugin/Theme Information Embed By Lee Willis
I stumbled upon this plugin while looking for something else. From the description, it looked like a good fit for my review process. Real-time information about a plugin or theme as part of a proper oEmbed. Nice.
I was soon to discover that when this plugin was released it was, quite likely, pretty darn good. As long as you used the .org address without a language subdomain prefix, it wouldâŠ
The millennium bug is back with a vengeance, after programmers in the 1990s simply pushed the problem back by 20 years
Programmers wanting to avoid the Y2K bug had two broad options: entirely rewrite their code, or adopt a quick fix called âwindowingâ, which would treat all dates from 00 to 20, as from the 2000s, rather than the 1900s. An estimated 80 per cent of computers fixed in 1999 used the quicker, cheaper option.
âWindowing, even during Y2K, was the worst of all possible solutions because it kicked the problem down the road,â says Dylan Mulvin at the London School of Economics.
Coders chose 1920 to 2020 as the standard window because of the significance of the midpoint, 1970. âMany programming languages and systems handle dates and times as seconds from 1970/01/01, also called Unix time,â says Tatsuhiko Miyagawa, an engineer at cloud platform provider Fastly.
Unix is a widely used operating system in a variety of industries, and this âepoch timeâ is seen as a standard.
The theory was that these windowed systems would be outmoded by the time 2020 arrived, but many are still hanging on and in some cases the issue had been forgotten.
âFixing bugs in old legacy systems is a nightmare: itâs spaghetti and nobody who wrote it is still around,â says Paul Lomax, who handled the Y2K bug for Vodafone. âClearly they assumed their systems would be long out of use by 2020. Much as those in the 60s didnât think their code would still be around in the year 2000.â
I was inspired by a recent post by Brent Simmons to write about some ancient C++ code I wrote back in the min-90âs. At that time I was just learning to develop Windows applications in C and C++ was just starting to get some traction, no unlike Swift in the Mac and iOS community today. When you created a Windows application youâd have to write a WindowProc (Windows Procedure) that would processâŠ