Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
xsacha4317ySure that's not whitespace or line ending changes somehow being committed? The added and removed count are oddly close.
Or moved files without using git mv? -
R5on11c10557y@ xsacha a changed a json file as the base of a database. I added the last entry at the end so the lines wouldn't shuffle all downwards. The only thing i can imagine that has happened is the removal of carraige returns or something. I use VIM and it automatically gets rid of those.
-
Most ridiculous thing I've ever had to deal was, was a 156TB (not a typo) postgres database. The biggest table was about 12TB.
It contained lots of time series measurement stuff coupled to raw dicom-like layered data (ultra high resolution, 3-dimensional scan data, through time). Each layer and timeframe was broken up in the database, and enriched by recognition software to automatically mark deviations.
You could query the journey of a set of bolts through the factory, get a table of all historically applied torque values, and check how it caused a fracture which caused a piece to fail during a stress test — and usually it wouldn't be needed because the system warned before the test.
QA in the aerospace industry is crazy.
Related Rants
When debugging and testing programs with huge databases, i acidentally start breaking Records in this company.
Had my biggest curl command with 5000 UUIDs (which just made my terminal crash, never happened before), my longest curl request (over an hour) and now Github ... what were your most ridiculous proportions in coding?
undefined
ridiculous proportions
testing
records
debugging