this post was submitted on 07 Mar 2024
1406 points (92.9% liked)

linuxmemes

20688 readers
1206 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 19 points 6 months ago* (last edited 6 months ago) (1 children)

Neither of those options were available. It was written by a third-party for some old .NET Framework version, and the server and GUI components were written as a single application. Putting it on a server wasn't an option either because the application's GUI was constantly used for the management of assembly machines, and other applications were used for monitoring and administrative stuff.

If you had been there, you'd know why this was a low-priority risk. That place was bleeding from a thousand wounds. At least this had some redundancy, for all it was worth in the end...

(edit) I actually contributed to that software, even though it's not open-source! I managed to nail down an issue where loading a project file using one locale would result in a crash, but not in others. The .NET stack trace was printed to an XHR response's payload and I used that to locate a float.ToString() call where CurrentCulture was passed as the cultureInfo instead of InvariantCulture, so depending on the computer's locale, it would try to parse CSV data either using a decimal dot or a decimal comma. I mailed this to the maintainer and the fix was released within the month.

[โ€“] [email protected] 4 points 6 months ago

Windows Server is an option.

The operating system is called "Windows Server". It doesn't necessarily have to run on a mainframe. It has the regular Windows GUI (with a few differences, the first you'll notice is "Cntr+Alt+Del to log in") and can run regular Windows programs.