Old systems in the wild. They hurts.
-
We had a delivery from amazon stolen today so I went online to file a police report. I was actually impressed that the boys in blue have such advanced technology here in Toronto. However, it may be that they need to update their data a little. I could report a hay bailer as being stolen. And a toupee. Cassette tapes, duct tape, a key or multiple keys could also be reported. All types of toilets, but only plates that are collector items and signed could be reported. You could not, however, report art. Or any form of audio visual or computer cables. The list of items that could - and could not - be reported was so bizarre that it totally made up for my $12 HDMI adapter. It drove home the issue, though, that we write these systems, deliver them, and then that's it. They are frozen in time unless we (or more realistically the stakeholder) decide to build in a way of having up to date data. Our code is important what ultimately we write software to process data. And keeping that data relevant often seems to end up as an afterthought.
cheers Chris Maunder
-
We had a delivery from amazon stolen today so I went online to file a police report. I was actually impressed that the boys in blue have such advanced technology here in Toronto. However, it may be that they need to update their data a little. I could report a hay bailer as being stolen. And a toupee. Cassette tapes, duct tape, a key or multiple keys could also be reported. All types of toilets, but only plates that are collector items and signed could be reported. You could not, however, report art. Or any form of audio visual or computer cables. The list of items that could - and could not - be reported was so bizarre that it totally made up for my $12 HDMI adapter. It drove home the issue, though, that we write these systems, deliver them, and then that's it. They are frozen in time unless we (or more realistically the stakeholder) decide to build in a way of having up to date data. Our code is important what ultimately we write software to process data. And keeping that data relevant often seems to end up as an afterthought.
cheers Chris Maunder
It's a list ? No write-in options ? :omg:
I'd rather be phishing!
-
We had a delivery from amazon stolen today so I went online to file a police report. I was actually impressed that the boys in blue have such advanced technology here in Toronto. However, it may be that they need to update their data a little. I could report a hay bailer as being stolen. And a toupee. Cassette tapes, duct tape, a key or multiple keys could also be reported. All types of toilets, but only plates that are collector items and signed could be reported. You could not, however, report art. Or any form of audio visual or computer cables. The list of items that could - and could not - be reported was so bizarre that it totally made up for my $12 HDMI adapter. It drove home the issue, though, that we write these systems, deliver them, and then that's it. They are frozen in time unless we (or more realistically the stakeholder) decide to build in a way of having up to date data. Our code is important what ultimately we write software to process data. And keeping that data relevant often seems to end up as an afterthought.
cheers Chris Maunder
Sounds like "Work safety" to me. On company level.
Wrong is evil and must be defeated. - Jeff Ello
-
We had a delivery from amazon stolen today so I went online to file a police report. I was actually impressed that the boys in blue have such advanced technology here in Toronto. However, it may be that they need to update their data a little. I could report a hay bailer as being stolen. And a toupee. Cassette tapes, duct tape, a key or multiple keys could also be reported. All types of toilets, but only plates that are collector items and signed could be reported. You could not, however, report art. Or any form of audio visual or computer cables. The list of items that could - and could not - be reported was so bizarre that it totally made up for my $12 HDMI adapter. It drove home the issue, though, that we write these systems, deliver them, and then that's it. They are frozen in time unless we (or more realistically the stakeholder) decide to build in a way of having up to date data. Our code is important what ultimately we write software to process data. And keeping that data relevant often seems to end up as an afterthought.
cheers Chris Maunder
I used to work in medical data analysis and the NHS(national health service) has codes to cover injuries including "Falling off a spacecraft" and "attacked by alligator".
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
I used to work in medical data analysis and the NHS(national health service) has codes to cover injuries including "Falling off a spacecraft" and "attacked by alligator".
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
But can it cope with "falling off a spacecraft while being attacked by alligator"?
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!
-
I used to work in medical data analysis and the NHS(national health service) has codes to cover injuries including "Falling off a spacecraft" and "attacked by alligator".
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
Just asking. For a friend. Yes, yes ... a friend. :~
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!
-
We had a delivery from amazon stolen today so I went online to file a police report. I was actually impressed that the boys in blue have such advanced technology here in Toronto. However, it may be that they need to update their data a little. I could report a hay bailer as being stolen. And a toupee. Cassette tapes, duct tape, a key or multiple keys could also be reported. All types of toilets, but only plates that are collector items and signed could be reported. You could not, however, report art. Or any form of audio visual or computer cables. The list of items that could - and could not - be reported was so bizarre that it totally made up for my $12 HDMI adapter. It drove home the issue, though, that we write these systems, deliver them, and then that's it. They are frozen in time unless we (or more realistically the stakeholder) decide to build in a way of having up to date data. Our code is important what ultimately we write software to process data. And keeping that data relevant often seems to end up as an afterthought.
cheers Chris Maunder
I managed to get some actual source code from the police department :D
public List GetPossibleStolenItems()
{
// These items make up for 100% of stolen items.
// Talked to manager, new items are NEVER added to the list because who would want to steal anything else!
var listOfAllPossibleItems = new List { "Hay bailer", "Toupee", "Cassette", "Duct tape", "Key" };// Update: oops, we missed an item after all. listOfAllPossibleItems.Add("Multiple keys"); // Update: special case, handled on form in front-end. listOfAllPossibleItems.Add("One-piece toilet|Two-piece toilet|Upflush toilet|Wall mounted toilet|Square toilet"); // TODO 1998-11-08: Third time we're adding an item... MAKE CONFIGURABLE! listOfAllPossibleItems.Add("Plates, but only collector item and signed"); return listOfAllPossibleItem;
}
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
We had a delivery from amazon stolen today so I went online to file a police report. I was actually impressed that the boys in blue have such advanced technology here in Toronto. However, it may be that they need to update their data a little. I could report a hay bailer as being stolen. And a toupee. Cassette tapes, duct tape, a key or multiple keys could also be reported. All types of toilets, but only plates that are collector items and signed could be reported. You could not, however, report art. Or any form of audio visual or computer cables. The list of items that could - and could not - be reported was so bizarre that it totally made up for my $12 HDMI adapter. It drove home the issue, though, that we write these systems, deliver them, and then that's it. They are frozen in time unless we (or more realistically the stakeholder) decide to build in a way of having up to date data. Our code is important what ultimately we write software to process data. And keeping that data relevant often seems to end up as an afterthought.
cheers Chris Maunder
The place I'm working at is about to phase out a product introduced in 2002 running on a 4-bit MCU (the assembly for which is kinda fun to write). Not even phasing out, merely about to phase out. Yeah, and we got heaps of said MCUs on storage because the vendor of that MCU has long quit delivering them because why the hell would anybody use such an ancient product for realsies?
-
The place I'm working at is about to phase out a product introduced in 2002 running on a 4-bit MCU (the assembly for which is kinda fun to write). Not even phasing out, merely about to phase out. Yeah, and we got heaps of said MCUs on storage because the vendor of that MCU has long quit delivering them because why the hell would anybody use such an ancient product for realsies?
-
I managed to get some actual source code from the police department :D
public List GetPossibleStolenItems()
{
// These items make up for 100% of stolen items.
// Talked to manager, new items are NEVER added to the list because who would want to steal anything else!
var listOfAllPossibleItems = new List { "Hay bailer", "Toupee", "Cassette", "Duct tape", "Key" };// Update: oops, we missed an item after all. listOfAllPossibleItems.Add("Multiple keys"); // Update: special case, handled on form in front-end. listOfAllPossibleItems.Add("One-piece toilet|Two-piece toilet|Upflush toilet|Wall mounted toilet|Square toilet"); // TODO 1998-11-08: Third time we're adding an item... MAKE CONFIGURABLE! listOfAllPossibleItems.Add("Plates, but only collector item and signed"); return listOfAllPossibleItem;
}
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
That is a rather strange TODO comment, since I thought c sharp only came out in the year 2000?
-
That is a rather strange TODO comment, since I thought c sharp only came out in the year 2000?
It was ported directly from a Visual Basic 6 application, which was upgraded from VB3, which was then translated to VB.NET and then translated to C#. Of course it also went from .NET 1 to 3.5 and it was last updated to 4.0 where it's currently still at, running on a Windows Server 2008 R2 machine using IIS 7.5. The last browser it works on is Internet Explorer 10, results may vary for IE11, Edge, Chrome, Firefox and Safari. The database was upgraded from dBase to SQL Server 2000 to SQL Server 2005. As you can see, it's all fairly modern and well maintained. A team of 10 developers and sysadmins is working around the clock to fix work around any issues. Management is talking about migrating to the cloud, but they have safety and privacy concerns. Meanwhile, they just bought a new server to burn some budget before the end of the year. That comment is not half as strange as you think it is... :sigh:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
Just asking. For a friend. Yes, yes ... a friend. :~
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!
I do now wonder if there is a "mauled by aggressive sheep" code, being half-Welsh myself - isn't it.
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
That is a rather strange TODO comment, since I thought c sharp only came out in the year 2000?
NAH! That date is in Spanish format: the first number is the day number of the month, second number is the month and the third number is the year. Sometimes months get very long... :rolleyes:
www.robotecnik.com[^] - robots, CNC and PLC programming
-
It's a list ? No write-in options ? :omg:
I'd rather be phishing!
Can you imagine how open that would be for abuse?
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013 -
I used to work in medical data analysis and the NHS(national health service) has codes to cover injuries including "Falling off a spacecraft" and "attacked by alligator".
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
ICD codes. The printed book of codes is at least four inches thick.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013 -
The place I'm working at is about to phase out a product introduced in 2002 running on a 4-bit MCU (the assembly for which is kinda fun to write). Not even phasing out, merely about to phase out. Yeah, and we got heaps of said MCUs on storage because the vendor of that MCU has long quit delivering them because why the hell would anybody use such an ancient product for realsies?
Don't tell me that someone out there is still using Intel 4004s! :wtf: :omg:
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
It was ported directly from a Visual Basic 6 application, which was upgraded from VB3, which was then translated to VB.NET and then translated to C#. Of course it also went from .NET 1 to 3.5 and it was last updated to 4.0 where it's currently still at, running on a Windows Server 2008 R2 machine using IIS 7.5. The last browser it works on is Internet Explorer 10, results may vary for IE11, Edge, Chrome, Firefox and Safari. The database was upgraded from dBase to SQL Server 2000 to SQL Server 2005. As you can see, it's all fairly modern and well maintained. A team of 10 developers and sysadmins is working around the clock to fix work around any issues. Management is talking about migrating to the cloud, but they have safety and privacy concerns. Meanwhile, they just bought a new server to burn some budget before the end of the year. That comment is not half as strange as you think it is... :sigh:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Interesting stuff, thanks for the insight :)
-
Don't tell me that someone out there is still using Intel 4004s! :wtf: :omg:
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
I'm afraid I don't know. The MCU I'm talking about is some NEC.
-
We had a delivery from amazon stolen today so I went online to file a police report. I was actually impressed that the boys in blue have such advanced technology here in Toronto. However, it may be that they need to update their data a little. I could report a hay bailer as being stolen. And a toupee. Cassette tapes, duct tape, a key or multiple keys could also be reported. All types of toilets, but only plates that are collector items and signed could be reported. You could not, however, report art. Or any form of audio visual or computer cables. The list of items that could - and could not - be reported was so bizarre that it totally made up for my $12 HDMI adapter. It drove home the issue, though, that we write these systems, deliver them, and then that's it. They are frozen in time unless we (or more realistically the stakeholder) decide to build in a way of having up to date data. Our code is important what ultimately we write software to process data. And keeping that data relevant often seems to end up as an afterthought.
cheers Chris Maunder
Chris Maunder wrote:
All types of toilets,
OK, since nobody else has taken the bait: If the toilets were stolen, the police would have nothing to go on. :rolleyes: (Now ask me what would happen if their dog-walking equipment was stolen.)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Chris Maunder wrote:
All types of toilets,
OK, since nobody else has taken the bait: If the toilets were stolen, the police would have nothing to go on. :rolleyes: (Now ask me what would happen if their dog-walking equipment was stolen.)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
I am curious, what would happen if their dog-walking equipment was stolen? Hang on a minute that sounds like a lead to another joke...
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens