all other employers demand modern technologies
There are a lot of employers that’ll throw good money at you for maintaining and extending their outdated crap. Have you ever considered learning COBOL?
all other employers demand modern technologies
There are a lot of employers that’ll throw good money at you for maintaining and extending their outdated crap. Have you ever considered learning COBOL?
They played us for complete fools!
Unless it’s a Sidewinder, or if you’re really fancy an AMRAAM
An American air-to-air missile modified for naval use, deployed on a land based Warsaw Pact launcher. Now that’s something!
Heck, the average SUV is taller than a Panzer I.
Yea, an Airline Tycoon mod/dlc would have been nice.
I don’t want to build car hell yet again
this, so much
wekan
When atlassian acquired trello, I exported some of my boards to see if wekan could import them - to my surprise, it could (at least for the kinds of features I used).
And while you’re at it, could you bring some wine and cake to GeoCities?
Yea, there are 50 game engines written in rust - or so I heard.
Tbh it’s just microsoft java
Microsoft made so many javas (remember Visual J++ or J#?), C# is the only one that survived. Well, Microsoft now also ships OpenJDK, apparently.
But those with a z on either position of the name are safe. They’ve shown dedication to the cause by choosing that name at birth.
Seems like Surovikin is already in custody.
Even if Snowden could leave the country somehow, where to? Even in Afghanistan he would be just a drone strike away from heaven - not that they’d bewelcoming him either.
Aside: for a moment I confused with Sergei B. Korolev with Sergei Korolev, the famous Ukrainian rocket engineer.
I loaned a colleague’s son my copy of a very introductory Unity book for a school project. Instead of a 2D game (most of the book), they ended up making a 3D version. Now he has an apprenticeship with a game company where they use Unreal.
Unity has other pros: With a decompiler you can check some of the Unity games you already own and add features you missed. Only for yourself, or in case your friends are curious, maybe release them as mods.
wipe or fake SMART data
My guess would be that it’s stored in some kind of non-volatile memory, i.e. EEPROM. Not sure if anyone ever tried that, but with the dedication of some hardware hackers that seems at least feasible. Reverse engineering / overriding the HDD’s firmware would be another approach to return fake or manipulated values.
I haven’t seen something like that in the wild so far. What I have seen are manipulated USB sticks though: advertising the wrong size (could be tested with h2testw) or worse.
4-5 times now. When confronted with more than a hundred commits between latest known working version and the one you’ve observed the bug (which was not catched by any of the unit tests) it can save some time to find the fishy commit.
In such a case I create a testcase on top to reproduce the bug. Then bisect and for each stage add the testcase, build, run tests. FYI: this only works if all (or at least most) of the commits in the chain are compilable - if you’ve done a big messy refactoring with several commits breaking the build, bisect can get you only so far.
First thing to do is check SMART data to see if there are any fails. Then looking at usage hours, spin ups, pre-fails / old-age to get a general idea how worn the drive is and for how long you could make use of it depending on risk acceptance.
If there are already several clusters relocated and multiple spin up fails, I’d probably return the drive.
Apart from all the reliability stuff: I’d check the content of the drive (with a safe machine) - if it wasn’t wiped you might want to notify the previous owner, so she can change her passwords or notify customers about the leak (in compliance to local regulations) etc. - even if you don’t exploit that data, the merchants/dealers in the chain might already have.
Just rewrite it with 80% functionality and force migrations on the users. Once the remaining 20% “edge cases” that require serious effort hop to the next job - where you where hired to “maintain” such a system and “just add a small feature here and there”. Ooops.