0x4E4F@sh.itjust.works to Programmer Humor@programming.devEnglish · edit-22 months agoSometimes, it's backwardssh.itjust.worksexternal-linkmessage-square162fedilinkarrow-up1696arrow-down128
arrow-up1668arrow-down1external-linkSometimes, it's backwardssh.itjust.works0x4E4F@sh.itjust.works to Programmer Humor@programming.devEnglish · edit-22 months agomessage-square162fedilink
minus-squareUnderpantsWeevil@lemmy.worldlinkfedilinkEnglisharrow-up22·2 months agoChrist, if you could see the abysmal efficiency of business tier SQL code being churned out in the Lowest Bidder mines overseas… Using a few terrabytes of memory and a stack of processors as high as my knee so they can recreate Excel in a badly rendered .aspx page built in 2003.
minus-squarefibojoly@sh.itjust.workslinkfedilinkarrow-up5·2 months agoWe have a table with literally three columns. One is an id, another a filename and a third a path. Guess which one was picked as the primary key? Never seen something so stupid in 28 years of computing. Including my studies.
minus-squareUnderpantsWeevil@lemmy.worldlinkfedilinkEnglisharrow-up4arrow-down1·2 months agoWell, you don’t want to waste space by adding the same file path twice
Christ, if you could see the abysmal efficiency of business tier SQL code being churned out in the Lowest Bidder mines overseas…
Using a few terrabytes of memory and a stack of processors as high as my knee so they can recreate Excel in a badly rendered .aspx page built in 2003.
We have a table with literally three columns. One is an id, another a filename and a third a path. Guess which one was picked as the primary key?
Never seen something so stupid in 28 years of computing. Including my studies.
Well, you don’t want to waste space by adding the same file path twice