German railway seeks IT admin to manage MS-DOS and Windows 3.11 systems

Lee Duna@lemmy.nz to Technology@lemmy.world – 838 points –
German railway seeks IT admin to manage MS-DOS and Windows 3.11 systems
techspot.com
215

Misleading title: SIEMENS Mobility is looking for said Windows 3.11 admin. NOT the German Railway

If the system can't run perfectly on its own by now.... I can teach them how to play the snakes game on it.

Legacy hardware and operating systems are battle tested, having been extensively probed and patched during their heyday. The same can be said for software written for these platforms – they have been refined to the point that they can execute their intended tasks without incident. If it is ain't broke, don't fix it. One could also argue that dated platforms are less likely to be targeted by modern cybercriminals. Learning the ins and outs of a legacy system does not make sense when there are so few targets still using them. A hacker would be far better off to master something newer that millions of systems still use.

Tell me you know nothing about cybersecurity without telling me you know nothing about cybersecurity. Wtf is this drivel?

Simple solution: Don't connect it to the Internet. Hackers hate this one weird trick.

And said trick ends when an attacker manages to socially-engineer their way in. (But maybe they’ll drop floppies instead of flash drives around the block this time)

You really think that infrastructure IT is dumb unless it can brush off a Stuxnet-like attack by the CIA and Mosad? Most RR traffic signals in the US are run with mechanical logic, physical switches connected to circuits closed by steel wheels on steel tracks. Do you really want a "move fast and break things" tech bro to update all this stuff for us?

All kinds of infrastructure uses ancient software because it's reliable. Updating it just to protect from hackers causing damage is likely to cause that damage unintentionally while doing little to protect from hackers anyhow.

It must be updated sometime or risk being archaic and unmanageable. Chances are high they are paying insane amounts for those legacy mechanical switches you mention.

The actual logic is usually very well portable to a more modern ecosystem.

Or these companies could pay to train (no pun intended) technicians to learn the systems they’d like to maintain. No matter how old they are.

Until entropy comes for the actual hardware (assuming they won’t invest in remanufacture or production of replacements). Re-engineering a successfully working system is more costly and might result in worse outcomes, especially in the near term.

Often these system rely on old components which are just not made anymore.

People don't design every switch, computer and chip themselves. They buy whatever mainstream stuff is available at the time and combine it into a system

If you want to resupply those old parts you literally need to search Ebay to buy some weird outdated 2nd hand MSDOS PC to put in your "awesome reliable railway system".

Upgrading at every new whim is of course bad, but once your system reaches legacy age it's often necessary to fully overhaul and modernize it for the next ~15-20 years.

Every SCADA related cyber attack and incident has entered the chat.

Even if it's archaic, a lot of these systems aren't secure which can be done relatively easily and cheaply with things like basic firewalls and stunnel.

Akshually it was recently found that a spy from Holland I think penetrated a chip supply line and installed an infected chip which found it's way into the centrifuge network

uses ancient software because it’s reliable

HAHAHA!

I just have to laugh at that idea, since I've been using computers since the days that those OSes were in common use. Reliable is not what I would call a lot of that old stuff for sure.

The bottom line is that ancient software will likely have ancient security vulnerabilities that would be trivial to exploit and take over or destroy those systems. It's not good.

They could socially engineer their way in regardless of some machine being MSDOS or not. Basically if they can gain physical access to the device, or convince somebody to do something with the device it hardly matters what it was running since it can still be compromised.

Sure, but how likely is this in this specific scenario. We're talking about a system that's not even directly controlling the train but just a display on it. The worst that can happen is that those displays won't work until the system is reinstalled. That's hardly a lucrative target for modern hackers. There's way easier target which are worth something.

I’m not talking about this specific instance, just that block of misinformation/generalisation. Saying that legacy systems are well-secured because they’re “battle tested” is sheer ignorance.

Take side-channel attacks for example. A timing attack is something programmers from the 60’s and 70’s would not have taken into account when writing their hashing algorithms. And speaking of hashing, what hashing algorithms were available back then? CRC32 or something similar? What about salting? You get the idea.

Not to mention that legacy operating systems don’t get security updates. Let’s assume that DOS is secure (which it definitely isn’t), but if that statement were correct, would it apply to Windows XP as well?

All I’m saying is that the article is dead wrong. As software developers in this century, we’ve come a long way. We’ve developed security best practices, written libraries and frameworks, and come up with mitigations for a lot of these security vulnerabilities. These solutions are something that closed-source legacy systems (and anything without active maintenance) would never benefit from.

It really depends if these systems (that appear to control arrival boards) are on a network or not. If they're not, then there is minimal risk to leave them the way they are. Somebody would need physical access to the devices to do harm. If they are on a network then that's a pretty big deal, but some attacks could be mitigated against by tunnelling and/or additional packet filtering to ensure the integrity of messages.

Continuing on a railway theme you should be FAR more worried all the devices that run up and down the side of railway lines - PLCs that talk with each other and operations centres to control things like lights, junctions, crossings etc. If they're more than 5 years old then chances are then all that traffic is in the clear, and because these things live in boxes by the railway line, it wouldn't take much to break into a network and potentially kill people by running two trains into each other.

the job was advertised as being remote.....

The job might be remote, doesn't mean the system is remote. For all you or I know they want somebody to reverse engineer the protocol of this thing, which could be some weird board & driver that hooks into an old PC so they can switch it out for something else.

It's in the job description, remote access is available via a repurposed laparoscope robot and webcam placed in front of the original terminal keyboard and CRT

I think you are pulling my leg... But if that's true that's super cool.

A remote KVM through a portal would be the actual way an air gapped system would be accessed, yeah... Spoofing ps/2 or Din with a teensy would probably be needed to use new hardware for the KVM. Maybe a SFF PC with an analog input capture card...

Well yes. You can code software remotely. That doesn't mean the end system is reachable through the network. Given it's DB, I bet these systems are still patched by floppy. Until very recently they've used floppy's to distribute train schedules to be displayed in the train.

Exactly. And these things are on an internal bus network, but they are not connected to the internet.

they can execute their intended tasks without incident

Now if only the Deutsche Bahn could do that too

Lmao they don't know all the exploits people learn first are the brutally insane and easy stuff that works on outdated machines like heartbleed and eternal blue.

What exactly is the issue? Everything mentioned is true.

It even goes further when you consider how newer technology often incorporates more technology, which means a greater attack surface.

Tell me you know nothing about cybersecurity without telling me you know nothing about cybersecurity.

Oh, the ironing. Sad how you have >100 upvotes.

Not sure how to link a reply on lemmy so I’ll just copy from another comment I wrote here:

I’m not talking about this specific instance, just that block of misinformation/generalisation. Saying that legacy systems are well-secured because they’re “battle tested” is sheer ignorance.

Take side-channel attacks for example. A timing attack is something programmers from the 60’s and 70’s would not have taken into account when writing their hashing algorithms. And speaking of hashing, what hashing algorithms were available back then? CRC32 or something similar? What about salting? You get the idea.

Not to mention that legacy operating systems don’t get security updates. Let’s assume that DOS is secure (which it definitely isn’t), but if that statement were correct, would it apply to Windows XP as well?

All I’m saying is that the article is dead wrong. As software developers in this century, we’ve come a long way. We’ve developed security best practices, written libraries and frameworks, and come up with mitigations for a lot of these security vulnerabilities. These solutions are something that closed-source legacy systems (and anything without active maintenance) would never benefit from.

The “ironing” is lost on you in this case.

Cybersecurity != Safety Critical

It is when safety-critical systems are the target of a cyberattack.

Doesn't sound like this system is safety critical. You should be more worried if some hacker can change train signs from stop to go. If you ever ride on a train and see steel boxes by the side of the track, those are control systems and they run up and down the line. They might be locked, or possibly alarmed but that's about the extent of their protection. A simple attack would be to just take an axe to one, or set fire to it. A more sophisticated attack could snoop on the profinet traffic and do something evil.

The author's grammar rammar isnt that great as well. Those typos can be should have been catched easily by the spellcheck.

Edit: Including me :p

Ooh, someone is about to make BANK!

They're gonna party like it's 1989

Celebrating Ceaușescu's death? /j

Why would someone make a lot of money from this?

Supply and demand. The people that have a lot of experience with those systems are retired or should be retiring soon.

Supply is pretty low. So they can demand higher pay.

DB's demand is pretty strong. If those systems go down, trains don't run, and that costs them millions.

It's cheaper to pay someone a lot of money vs having their systems fail.

Imagine both the annoyance and job security having to manage MS-DOS and 3.1 systems for a railroad would entail.

I would love it so much. I’d feel right at home. I miss sitting in my room and learning everything I could about DOS. That was the best time I ever had with computers.

I once built, setup, and maintained about 20 computers for a Christian school for free just because I loved doing it so much.

I wish I still had that enthusiasm for tech.

Frankly that's nothing. In the worst case a train won't start, which for DB really isn't something unusual. It's far more disturbing how the whole global financial market sometimes rely on code that's still written in COBOL.

rely on code that’s still written in COBOL.

Does this really matter? It's more of a maintenance issue than a functional one.

It all gets compiled down to binary, anyways.

it matters because it is a language that few people learn, so the available talent is scarce, increasing the chance something bad happens. Keeping up with an evolving society is essential for the longevity of a service

the available talent is scarce

I have a friend who is going to take over maintenance for a smaller regional banking system in a few years. It's mostly COBOL and the systems themselves have not been updated in like 25-30 years. He has been apprenticing under his mother who has been in charge of maintaining the infrastructure there since the late '80s.

Time 2 years top, there will be an AI that converts perfectly COBOL into JavaScript.

Well it matters when it comes to replacing ageing programmers with very few options available. It's definitely not something taught in schools today, so one has to be very deliberately learn it.

Don't get me wrong, you can make a lot of money in such a position. But you also have to deal with COBOL.

1 more...
1 more...
1 more...
4 more...

We're maintaining and developing OpenVMS OS, and both we and our customers need Cobol, Fortran, and other half-dead languages coders.
Many large companies maintain their old systems and use them for production or data processing purposes. Sometimes it's too expensive to migrate off, but im many cases "it just works"

Isn't pretty much all airport scheduling based off software from the 80s or something?

Edit: Found a video about it.

Why change what isn't broken, right?

I've worked in that area. It was broken back in the 90s and I doubt the crusty old parts of the system have gotten any better. I was tasked with writing a more modern wrapper for part of the legacy system, and when I asked for documentation I was told they had literally nothing to give me.

I was just an intern at the time so maybe someone with more clout could have gotten sometime to dig in a forgotten closet for old technical docs, but it still strikes me as a very bad sign when technical docs for a system every agent uses all day every day aren't immediately available on the company's intranet.

I know for sure several airports are using OpenVMS, and there are more we don't know about, as some companies keep running yheir stuff for decades not asking anyone for support.
And I'm sure There are multiple other old systems out there, it's too hard to replace them.
And they work! Our VMS stuff runs great, it's fast, and the uptime is measured in decades sometimes. So the problem is hardware: we rolled out the first production x86 version this year, so our users are fine (it's still an issue of porting your software, but it's not as terrible as building everything from scratch), but before that OpenVMS could run on Itanium servers at latest, and the platform was dying off since the beginning of 2000s, so it is a problem to find a normal replacement machine now.

And in many cases if it gets replaced it's for a system that looks fancier but actually has more problems than the original... See Phoenix for the Canadian government employees pay.

I've seen those postings and some executive is living in dreamland thinking they can hire someone to do that for $25/hr.

My bosses tried to ask me if I knew anyone the could hire for a full time position at a hospital. I ask for more details and eventually they relent because they aren't having any luck on indeed/craigslist/temp recruiter.

It's a 24 hour on call position for 'up to' $55,000 to be the sole IT staff for a 100 bed hospital in upstate NY.

I literally laughed at them, but they seem to insist they are gonna find someone to take the job.

I actually think the job isn't even legal as described.

Hahahaha, what a joke.

Sorry, not interested in 24hr on call until they start talking $100k+. That's asking a lot of someone.

Sounds like they need multiple staff, actually. You can't do on-call without having a rotation. What happens if Bob gets hit by a bus? This tells me all I need to know about them. Typical SMB "leadership", they lack any concept of managing systems - be it IT, finance, mechanical, whatever. All systems have their management models.

With those requirements I would expect $500k with 6 weeks paid leave. What a bunch of clowns.

You mean I can use my decades of Fortran knowledge somewhere?! If I could get a wfh position in about 3 years, that'd be awesome.

If you actually do have decades of fortran experience, work for NOAA. Their weather models are mostly fortran and they need engineers. Specifically the NOAA EPIC contract that i worked on previously definitely needs people knowledgeable in fortran and was 100% work from home. Feel free to DM me if you want more details.

both we and our customers need Cobol, Fortran, and other half-dead languages coders

Visual Basic? (fingers crossed)

Oh, I'm sorry man. I don't know everything, I'm working there less than a year, but I only heard of VB a couple of times. In order of popularity it's like: C, C++, Java, then everything else

I was just kidding - I haven't touched Visual Basic in almost 20 years now. I'm not sure I could still code in it even if I wanted to.

Such things make me angry. LoL

It can be viewed as a success. A bridge or building that only lasts five years wouldn't be considered successful, especially if it took monumental effort to make it in the first place. For some reason, we don't value that in software.

I wrote a Classic ASP app in 1999 that placed a web UI atop a mainframe application that dated to the late '70s and allowed easy navigation of really enormous data structures. I learned last year that it's still in use at that company; amazing not just because my code is still around but because that fucking mainframe code is still running.

4 more...

Do I get to move to Germany for this?

You might, actually. Provided there is no available EU applicant.

There are probably many people in Japan with this skillset given that they're only now getting off disks for certain government processes.

There's lots of people all over the world in their 30s and 40s and older with this experience.

Not particularly, based on my experience. Now, if you want AS/400 people and such...

I used AS400 at a financial company I used to work out. You could almost pretend that you were in Fallout.

AND you get to enjoy the DB Verspätungen all the time! Possibly even cause them!

Better hope those systems are not network enabled

They’re probably still running on their own Netware network. Is there still Win16 compatible malware going around?

If it's in a current metasploit package you can be sure that someone is scanning the IP at some point.

Johnny Castaway can live on at least.

Hey, I have a wall-mounted tablet that runs Johnny all the time. My 5-year old loves him.

Nice. Mine runs on top of the fish tank on an old netbook. What sort of tablet?

Nice :)

Just some cheap, cheap 10" Android tablet (which runs Dosbox). I had bought a few to use as HA controllers around the house but that didn't really work out well. But great as digital photo frames and as the Johnny player.

Not gonna lie, part of me wants to relive the SoundBlaster and DOS extenders era and watch stuff with QuickTime. Tinkering with config.sys and autoexec.bat was quite fun back then.

Was it really FUN or is it not just nostalgia? I would not reaaaally want to fiddle with the autostart-crap again. It often took soooo long. Even with those auto-optimizers...

I am so happy not to have to mess with that. LOADHIGH agony.

So do you want EMS or XMS this time? I'm sorry, you had too many TSRs, you can't run X-Wing now...

Damn, should I load the mouse driver or the CD-ROM driver? If I load both, I can't run strike commander!

Aye. But then again... The fiddling with windows to make it do what u want and don't what you don't, is not much less time wasted. You can just use a mouse now 😂

With dos 5.x I started creating some fancy auroexec menu at boot that switches between several configurations depending if I wanted to run windows, need a lot of xms or a big chunk of Ems (640k was NOT enough for everything).

It was somehow fun.

But at least, if something is not working, it was entirely your fault. Now? It's probably windows update who fucked up something you desperately need right now.

That's a good point, yes. At least we knew what fucked up. Today you can't. It's too much and too complex. And nearly nothing is under your direct control anymore. Only android or ios are doing it worse and take all of your controls away.

just nostalgia

Surely mostly nostalgia. But I do remember feeling a sense of accomplishment whenever I managed to run a game and get the sound working 😅

Thats the reason, why they have Problems to find drivers (If you know, what i mean) 😜

Sign me up if you're paying $300k+

lmao, 60k eur tops. wages in Germany suck ass, earning at least something is possible if you are running independent consulting or climbing corporate ladder, having some unique expertise or going extra mile as an employee is pretty much pointless.

How much of that 60k is left after taxes? Is it enough to live on, or buy a home, or buy a home and support a family, or none of the above?

EDIT: Thanks for the responses everyone, very informative and interesting. That's the kind of perspective that may not often be shared and helps understand costs of living.

For the Deutchlanders wondering about the USA's taxes and my question.... 60k would be enough to live on in most of the USA but might not be enough to buy a home or raise a family. But it's highly dependent on your area's cost of living, and the USA is massive with many different areas and tiers of costs of living.

My example for tax costs: I make more than 60k and I only had to pay about 20% of it to taxes and retirement for 2023, in the USA. In my low cost of living area, 60k would be enough to buy a house and support a family but it would have to be on a very frugal budget. I bought my house when I was making about 45k but my spouse also had an income of almost that much.

Assuming single with no kids, you'd get:

Gross 60.000,00 €

Net 37.209,78 €

Taxes 11.262,97 € (includes 929,97 € church-tax that you can get rid off by leaving your church)

Pension insurance 5.580,00 €

Unemployment insurance 780,00 €

Health insurance 4.847,85 €

Long-term care insurance 1.249,37 €

Those are all the compulsory insurances.

Having a partner in marriage who earns less than you and / or children will increase your net.

For the average German in your average City that's somewhere between just short of wealthy and wealthy. There are poorly paid IT specialists who earn gross what you would take home net. It's definitely enough that you can live quite good if your significant other works too and more than enough to raise a family. The median household income in Germany is 42k gross.

Also remember this is only the employee side of what you cost your employer, because they'll have to double up your insurances, so you would cost them 75k a year.

Those numbers look similar to US taxes, etc (though not the same, and some of US ones aren't compulsory)

Depends extremely on where you live. In Bremen you will be fine, in Schwerin you will be comparably wealthy, in Munich you might have to start collecting bottles on the street for some extra money.

35 to 40k (if your spouse is choosing tax class with a higher rate) after taxes or around so, depends on many factors - German tax code is complicated.

Is it enough to live on

Generally - barely above "paycheck to paycheck" level, but highly depends on location. In Munich you'll be fucked with this type of salary.

or buy a home

lmao no. Houses are mainly for older and retired people or rich, vast majority of active workforce are apartment renters, more fortunate ones were able to save/get help from relatives for mortgage. Total home ownership rate in Germany is 46.7%, lowest of all OECD countries - and that's including older people who got their homes during better economic times. Neat trick about Germany is that you have to have both stable job at big company and a lot of cash on your hands to cop a mortgage, since 20% downpayment + taxes/fees and other bullshit that run at around 10% of the total price make good barrier.

buy a home and support a family

Not really, adults in the household have to work, 60k is not 'breadwinner' type of salary at all. In general, tech workers aren't special in Germany, if not for US companies branches they'd be earning the same as everyone else and in many industries (like transportation), where pressure from international market is not present that much, they still do.

It was good while it lasted, but Germany is heading into some pretty interesting times in general, younger population is absolutely fucked.

60k is about 30-35k after taxes and mandatory insurances, depending on your tax class (Single, Main earner in a marriage, ...). Your questions: Yes if you're not in a particular expensive town., No, unless you've got huge savings or an inheritance. Depends on what you want for your family - you might get by well if you're living in a LCOL area, otherwise... Not so much.

Why use MS-DOS? Why don't we just re-write it in Rust?

Edit: I should have mentioned /s in my comment. It's never a good idea to rewrite a mission-critical software.

The fact they're still running on dos is a clue that either they can't figure out how to upgrade or they don't want to upgrade or they simply won't allocate the budget to upgrade.

It generally boils down to money. Shops like that are toxic. They somehow don't have the budget to keep their business afloat, means you're not getting a raise.

If you take this job, you're obsolete. Getting the next job will be tough. You're interview at the next potential role what did you do at your current role? I ran dos on 30 year old machines. Interviewer: I'm sorry, but we need someone with experience in Windows ME.

If you take this job, you’re obsolete. Getting the next job will be tough.

There is a meme that COBOL programmers still make bank to this day because no one learns COBOL and old enterprise systems run on COBOL. How much of this is true?

You think the existing system is documented?

It's going to be a mess of things written in 6 different languages, magic numbers all over the place. Unit tests? Predates all that. Even if you tried, the first you'll know about an error is when you turn the news on and there's two trains upside down and on fire.

It is definitely the exact opposite of this. Even though I understand why you would think this.

The thing with systems like these is they are mission critical, which is usually defined as failure = loss of life or significant monetary loss (like, tens of millions of dollars).

Mission critical software is not unit tested at all. It is proven. What you do is you take the code line by line, and you prove what each line does, how it does it, and you document each possible outcome.

Mission critical software is ridiculously expensive to develop for this exact reason. And upgrading to deploy on different systems means you'll be running things in a new environment, which introduces a ton of unknown factors. What happens, on a line by line basis, when you run this code on a faster processor? Does this chip process the commands in a slightly different order because they use a slightly different algorithm? You don't know until you take the new hardware, the new software, and the code, then go through the lengthy process of proving it again, until you can document that you've proven that this will not result in any unusual train behavior.

I know a guy fitted for the job. He's well versed in MS-DOS, Win 3.1, 3.11 etc. Hell, he's even fluent in German, but he's due a hip and knee replacement this month...

That's all I'm gonna say.

If it ain't broke, don't fix it.

Until it becomes obsolete, unsupportable, the crux of your operation, and/or the basis for all of your decisions 😬

(Yes, I read the article, it’s just the signs, but yes, the above still applies!)

COBOL has entered the chat

e: good for legacy employment though. A relative of mine is a Z80 programmer by trade, and he can effectively walk into a job because the talent pool is so small now. Granted - the wages are never great but never poor, and the role is maintenance and troubleshooting rather than being on the leading edge of development - but it's a job for life.

Every time I hear about COBOL I feel like I should try to learn it as a backup plan...

I'm in two minds about that. One the one hand, yes, of course - as all the original COBOL folks die off, the skills will be even rarer and thus worth more.

On the other hand, if we keep propping up old shit, the businesses will keep relying on it and it'll be even more painful when they do eventually get forced to migrate off it.

On the other other hand, we know it works, and we don't want to migrate everything into a series of Electron apps just because that's popular at the moment.

Part of the problem is the cost of moving off it. Some companies simply can't pay what that would cost, and that's before you consider the risk.

Tough spot to be in.

Let COBOL die, it's terrible.

If it works, why would we want to go through the trouble of switching to another language that will also eventually be regarded as needing to be retired? There's decades of debugging and improvement done on their system, start over with a new system and all that work needs to be done again but with a programming language that's probably much more complex and that leaves the door open to more mistakes...

I'm all for that I just never personally liked COBOL.

3 more...
4 more...
4 more...

Not to mention when you want to change the entire system it becomes a huge operation and problem.

Massive risk to that change too.

So many people don't understand how risk informs everything a business does.

What cost is there to a given system being down for one hour? A day? Any regulations around it?

Often it's better to pay a known quantity up front than risk potential outages where you can't predict all the downstream affects.

I'd consider those various states of not working. So... Don't fix it if it's not broken!

4 more...

Oh, everyone who ever travels by train in Europe will tell you that the German infrastructure is very much broken. You're lucky if your delay is less than a day travelling through Germany.

Well I live in germany and therefore use the train network on short and long distance frequently and while it is unreliable, "a day" of delay is something I have never experienced.
Most of the delayed trains are late by less than one hour (still atrocious, but not a day's worth by any means).
I actually experienced only once a situation where we were given the choice of a hotel or a continuation of our travels by taxi (which we chose) because the train we were in was late one hour or something and the other (last for the day) train could not wait.

Well, it's based on experiences travelling through Germany proper - for example Denmark to France or Italy, including transfers. Often the delay will just be a couple of hours, but then you miss your transfer and you're screwed.

Also if you're on your way to Switzerland the Swiss have no patience for disruptions in their services, so if a train is delayed coming from Germany they're likely to just not accept it into the country at all.

I have also heard from people who were told to spend the night in the train, which DB just parked in the outskirts of the city for the night. That way they could offer passengers a place to sleep in the cheapest possible ways. Pregnant women or families with young children were asked to check in to hotels.

Germany doesn't really seem like a very efficient country, they still use fax for things and every person has to manage like 10,000 different insurances for everything. Seems like an old (and inaccurate) ww2 trope.

It's mostly a misunderstanding of what is valued in German society. The common trope is that German society covets precision. This is not the case. German society covets unwavering precision in the adherence to norms. To the point where innovation is akin to revolution in the negative sense, and pigheadedness in procedure is considered a workplace virtue. In the mean time nothing gets done. Source: expat in Germany.

Source: expat in Germany.

Is this the same as a migrant?

Yes, as long as they're also white and middle/upper class!

I believe the difference is that an expat moved there non-permanently, while an immigrant moved there permanently

Though if I ever somehow became an expat, I wouldn't use the word because of how people associate it.

Immigrant = Someone who has moved to another country permanently. Migrant = Someone who has moved to another country temporarily.

Expat is often used by western migrants who don't like the word "migrant".

I take issue with it because people classify an Indian doctor moved to the US as a migrant but an American doctor eho has moved to Europe is an expat.

What you call an expat is a temporary immigrant. "Expats" fill immigration forms in their country of migration, not expatriation forms. Politicians pass laws that govern immigration, not expatriation.

That word is meant to differentiate rich (and white, often) workers from the poor, because "immigrant" has a negative connotation. That's why I take issue with it.

The truth is, the poor might be temporary migrants too (cf Pakistanis in Dubai). The media still uses the word migrants for those. We don't know if they're "expats" or not, we just assume because they're not rich or white enough.

Quick disclaimer here: I'm not saying you are racist for using the word. I just wanted to explain why I react so strongly when I hear it.

No it's just about moneymaking and education level. If you're a foreigner and highly educated and get a good paying job like IT consultant or doctor, you're an expat. If you're low educated and get a low paying job like construction or factory or no job, you're a migrant. One is liked more than the other, hence the difference they make. The first doesn't speak local language, but does speak English, and few people care. The second doesn't speak local language and no English and is disliked for it.How long you stay is not very relevant. AfD doesn't hare expats as much as other migrants, for example...

2 more...
2 more...

As an outside observation, Germans seem to make things better than they need to be in a detrimental way. For example, we redid one of our bathroom showers using the Schluter Kerdi waterpoofing system. They have very specific instructions on how to space the screws, how to seal the screws, how to seal the edges, how to mix the thinset, and probably some other things I can't remember off the top of my head. They put it through a battery of tests, including going under 100' of water. Who needs that? Don't worry about it.

This stuff replaces cement board, which isn't strictly waterproof, at least not on its own. It's also significantly more expensive.

I do think it's worthwhile for a home DIYer to get. The instructions are clear and it's less likely you'll screw something up that could result in disaster. That said, this thing is just waiting for a Japanese company to come along and make something 90% as good for 50% of the price. That's basically what happened in the German vs Japanese car market, and there's already some products on this market like that.

An old mechanic friend of mine used to say "German cars are over-engineered and under-designed", lol.

Having worked on every brand of car out there, his description, and your explanation make a lot of sense together.

I've never seen such a clear and concise comparison of German/Japanese manufacturing, you really nailed it.

Both approaches have their place, the key is to know when to apply them.

Also bureaucracy is through the roof in everything, i have no idea who the fuck thinks of germany as efficient.

I have no doubt their bureaucrats perform world-class efficiency in their handing out, filling in, faxing and archiving a sophisticated system of paper forms.

I guess it's the trap of getting complacent and stopping modernizing as soon as you've convinced yourself you have the best system in the world.

It's more that the bureaucracy is so complex and fragmented that it's incredibly hard to digitalize. Lots of small fiefdoms that are entitled to make IT purchasing decisions themselves means paper is the only universal interchange format. In addition there is an unwillingness to change how things have always been done, or to simplify procedures. So there you have it: The German bureaucracy is too fat to move.

I work for german government agencies from time to time and they are working on it... It's just really slow because there is so much of it, and due to organizational overhead. Also, there is not a single push for the entirety of Germany, but some things everyone does for themselves.

1 more...
1 more...
3 more...
3 more...

That's another part of the infrastructure, though: We just don't have enough rail as well as backup rolling stock.

And as the federation finally decided to spend some money it's going to get worse in the next decade or so due to outages due to new constructions being linked up to the old stuff.

As to the age of the infrastructure -- I mean it's the railway. If a rarely-used branch line still uses mechanical interlocks and there's no need to upgrade the capacity then the line is going to continue using infrastructure build in the times of the Kaiser. It's not like those systems are unsafe, it just might be the case that unlike in the days of ole those posts with a gazillion levers aren't manned all the time so you'll see an operator drive to it with a car while the train is on its way. Which really isn't that much of a deal when the branch line goes to a, what, quarry maybe sending out a train every two months or so. Certainly better than to demolish the line and use trucks instead.

3 more...

Is it broke if no one is able to fix it?

The reason for it to run on such an ancient device is because nobody wants to touch the scripts running on these devices.

A lot of these systems are also always on.

Used to work at an airport that had a similar issue, turning some of these systems off simply isn't possible. So you end up having to run the replacement system simultaneously with the old system for a few days. Can't simply take it off line for a day.

Running two systems simultaneously for a couple of days, that's a huge problem, not solvable

It's an expensive problem, especially if it's a system that's being used all across the airport by regular staff.

You need to train thousands of employees to use the new software, you need to have one person using the old software as a backup, while the other uses the new software, often while surrounded by hundreds of often angry customers.

And if something goes wrong, which it invaribly does (even if it's user error or someone snagging a cable), shit can get very expensive. Small delays, add up to larger delays, and cascade through the entire system. Delayed flights, tens of thousands of euros in costs, hotels for thousands of passengers, missed flights, missed meetings, damages, lawsuits, penalties for missed landing/take-off slots, missed time windows for certain cities which don't allow flights after a certain time, etc. And often you discover legacy stuff while you're upgrading that needs fixing, stuff that no one knows how to replace anymore or is physically hard to access.

Sometimes it is genuinely better to leave it. COBOL is 60 years old. There's still plenty of stuff running on it, exactly because it's often too expensive and too risky to replace.

These probably operate completely shut from other networks/internet, so I definitely agree. But I guess a lot of folks here are Linux maniacs and can't stand something running ancient and obsolete OS while the all-mighty Unix-based operating system could solve all of the problems, not mentioning that it would create more in the process.

7 more...

Let's hope the salary is decent.

If it were a private company I’d bet it was astronomical. But I don’t know about the German government though, it’s hard to say.

It's a private company... and the salary is not gonna be great.
Germany doesn't pay wages

The Federal Government is the sole owner of DB AG.

Source: Deutsche Bahn - Investor Relations

Since its foundation in 1994, Deutsche Bahn (DB AG) has been a public limited company and accordingly has a dual management and control structure. It is wholly owned by the federal government. The Federal Ministry for Digital and Transport (BMDV) is responsible for managing the shareholding.

Shareholders gonna sharehold.

It’s the only way to keep the trains free from cylon interference.

Battletrain Deutchlandica

Eventually AI’s gonna be so cheap, someone reading this thread could just be like “eh fuck let’s see if the first episode is good” and then just paste that comment into a website somewhere, wait ten seconds, and click the big play button next to “Season 1, Episode 1”

If it works, don't change it!

Yeah, that's kinda the problem

The secret is to develop your software, then fire all the developers. Then it never changes again!

Come to think of it keeping developers on staff, and familiar with the codebase enough to debug it efficiently, almost guarantees they’re gonna be adding new features. “Well we’ve got this talent sitting around …” and then it’s new features and ….

I mean I guess this is evidence they’ve managed to isolate themselves from dependencies they don’t control. It’s the external dependencies updating and losing support that causes at least the minimum of codebase maintenance.

The fact they’ve stayed on this older platform indicates they’ve managed to avoid that constant upgrading. Because if any part of the system has to upgrade, it tends to pull the rest of the system with it.

This gem requires this version of ruby requires this operating system etc.

Or maybe they’ve isolated the parts really well and this is just some window3.11 container that’s one of a hundred services.

I’d love to go back to tech without the constant insomnia and panic attacks.

Time for a rewrite

Rewriting a legacy system that's been patched and amended for 30 years... Good luck with that. It seems simple on paper but it's anything but.

Just make it from scratch?

For sure there is so much useless shit in there, that's why nobody gets their head around it anymore.

Just make it from scratch?

And miss some tricky edge cases, which were covered in old code?

It's a railroad. Those edge cases could be disastrous.

Ok, keep it for the next 100 years and get custom build hardware which can run that stuff, that's cheap and safe.

Never touch anything

No. What I mean is rewriting it part by part, not from scratch, but following the old algorithms as possible.

As long as it's not à la Musk where the new versions will be inferior to the previous one because "no modern trains should rely on antiquated technology so we're scrapping everything from before to start from scratch".

Could be good money in this because who wants to do this... :)

Just saw a video and certain instruments/displays on trains (original ICE 3 for example) run with Windows 3.11, so thats probably why they are searching for one

Can I install Linux on the old systems so they work better?

i like linux but this sounds as nightmarish as rewriting everything, because thats probably what you'd need to do to make it work.

why would you think it would run better if you don't even know if is it possible to install it in the first place? 🤔

This, I had multiple old machines with these kinds of specs, I put Slackware on them, dropped in an ethernet card (or two), and used them for all sorts of things, iptables firewall/router, email server, network storage, irc server, etc. It breathed new life into seriously outdated hardware.

Those german railways shouldn't be running proprietary winblows garbageware to begin with. Shouldn't they be running Suse?