Not directly correlated but I know a old guy that can decrypt EBCDIC and credit card positional data format on the fly. And sometimes it was a "feeling" he couldn't explain it properlly but knew exactly the value, name and other data.
It was amazing to see him decode VISA and MASTER transactions on the fly in logs and other places.
I've seen that done live, during audits, on live logs on the screen. Needles to say, audit didn't fly first time round (those logs should have been redacted).
I would hope that these logs don't include the full details of the credit card (such as number/cvv).. if it does, the company that is logging this info could end up having some issues with Visa/MC
Edit: Now that I looked at it a little deeper, i'm assuming they are talking about these[0] sort of files?
I can do the same with several proprietary network protocols and data formats I've worked on, as well as some x86 Asm - once you start seeing enough of it, you begin to absorb it almost like learning a language.
I used to play a lot of Space Trader, so when I got interested in Palm programming, I worked with Pieter Spronck to write the expansion for version 1.2.0.
I've used custom made implementation in Java ( proprietary based on the owner thesis ) to optimize train crossings for big mining companies like Vale, BHP and Rio tinto, it was stressful but super fun work!
Lot's of money to be made on it too if you guys are interested, but it's super niche and hard to get into. There is a huge resistence from train controllers and other workers. I actually understand it because of the job loss involved but it was super cool being in a NASA like control center sorrounded by panels and monitors and seeing the trains moving based on code I and other wrote!
It was a just in time local optimization with lots of heuristics and business rules embedded into it. Basically impossible to reuse between companies or even railroads sometimes, the controller would then solve all the more complex crossing that involved either some lose-lose choice or a pre-defined business decision.
The train controllers are amazing at their jobs, it's super stressful and a single mistake can kill people or make the whole thing stop for weeks, with the software running it made it a lot less risky, one dude could control an area that needed 7 or more people without it, with minor interventions.
A comment on a recent thread about a train IT failure went on a bit of an interesting tangent about ahead-of-time network scheduling in (IIUC) the Netherlands' TURNI system - https://news.ycombinator.com/item?id=30902585
(The whole thread was a bit of a wide-spectrum ramble, as one might expect for a downtime event.)
So you're saying you were actually doing JIT routing as opposed to AOT? The linked system apparently precomputed the trip<->driver/conductor schedules overnight. I wonder if they're still using that approach today. It does feel like a JIT approach is much more amenable to handling the unpredictable non-spherical real world (eg electricity issues, track breakage, crashes at crossings, train malfunctions that block tracks (right on junctions >:D), etc).
This sorta thing is definitely beyond my own mental level :) but for reference, how would someone interested get their foot in the door in this area?
So we thankfully didn't have to worry about conductor schedules another system our company built did it and we just worked on the assumption that the cow was spherical, this alone made a world of difference in segmenting whose head was exploding at which time.
All the rest was on us, failures, breakages, crashes (We never had one!!!), blocks were super interesting btw!.
So I got on it by chance, I just did interviews as a sport when I was in my early 30's so at some point I passed on this position, pay was awesome, lot's of travel involved, etc... So I joined and learned it all there, it was a small mom and genious software house that specialized on all types of JIT planning for railroads.
JIT was actually "THE" solution to it, because the controllers could just try it during the day, so let's say they new 18:00 was the worst and there was a huge trains comming in at that time with priority, he would just throw shit at the system to see how to same the most time sometimes, of course he knew how to do it by heart, but was it the "Best way" we could help him answering it super fast.
P.S: I am not ducth but I lived there for a while, I remember thinking about how much of a bad day it would have been if it was me, I knew exactly what the NS people were felling :D
In NZ and AUS it's pretty common to see that happening on Hostels, because there is always at least one leftover jar of Vegemite in the pantry (Aus version of this) and the product looks somewhat like an off brand Nutella and doesn't smell as bad as it tastes...
I saw it happen numerous times while living there it has indeed hilarious specially because I did it too :D
> and the product looks somewhat like an off brand Nutella and doesn't smell as bad as it tastes...
As an Australian, I found this part of your statement confusing, as (unlike Marmite) Vegemite tastes great.
More seriously, even in small doses (ie: not spread on like it’s jam or peanut butter) it’s still an acquired taste. Australians just get a head start, eating it on toast for breakfast regularly from a very early age.
> there is always at least one leftover jar of Vegemite in the pantry (Aus version of this)
Oh man, that hurts.
As much as when I rejected an early position and at least 1% of a company that is now worth $1 B, because they demanded me to shut down a website I had at the time that was remotely related to their business and doing well ( I was super proud of it, we where getting some news coverage locally and even offers to sell) I would probably have joined if it was not for that demand, I think.
The most expensive thought of my life was "those fuckers will not tell me what to do".
I don't regret it, since it led me to the best part of my life after that site was eventually shut down 3 years later, but man... Sometimes late at night, alone over a drink, it comes back and bites.
It was amazing to see him decode VISA and MASTER transactions on the fly in logs and other places.