

Is there a downside to training your AI on broken code? Can’t be!
Is there a downside to training your AI on broken code? Can’t be!
JFC and I thought having to work in an open-office plan was the worst thing a company could do to me.
More like all the On Error Resume Next statements. Which wasn’t even the worst thing about Visual Basic! VB also had the On Error Resume statement. On Error Resume Next at least moved on to the next line after an error occurred; On Error Resume just re-executed the error-generating line, I guess on the assumption that something would eventually change there.
This guy’s code once fired a 125 mph knuckleball a foot above a 10-year-old kid’s head. Probably not the same guy.
Job interviewer: “What’s the best sorting algorithm for {whatever}?”
Me: “The SORT BY clause in SQL.”
We’ve more or less kinda settled on HTML
It’s funny, one of the modern UI glitches that I hate the most is when a long bit of text is just truncated with ellipses instead of the whole thing being shown and you have to hold the mouse over to get it in a tooltip, or shudder actually click on the thing. HTML is great at word-wrapping and allowing the whole UI to “flow” with variable heights and widths as necessary - and yet that is never allowed to happen in apps.
I used to work for Cisco but I can’t say what it’s like internally. Not because of an NDA but because I literally have no idea. I worked for a much smaller competitor of theirs that they acquired, obviously just to remove a competitor from the marketplace. We were all allowed to work remotely but given nothing at all to do for six months and then everybody (except the executives, of course) was laid off.
I spent a good fraction of my career taking over and trying to fix code bases that my company refused to scrap and replace outright because they didn’t want to admit their worthlessness. Complete rewrites would have taken maybe a tenth of the time I spent.
My favorite thing to encounter (which was nearly universal) was the phenomenon of a young programmer fresh out of college encountering SQL for the first time, deciding he hated it, and writing a huge mess of code to handle auto-generating the necessary SQL. I remember taking over one C# application that had classes named “AND.cs” and “OR.cs” which just took a String as a parameter and returned that String with " AND " and " OR " appended to it, respectively. In about an hour, I replaced three months of this guy’s work that had bottlenecked the project with like five SQL statements.
It’s insane to think what the civil engineering world would be like if it had the career structure of the software world.
I moved from Visual Basic (3 no less!) to C because I needed to optimize the performance of a software synthesis (like, sound synthesis) application I was developing at the time (mid-1990s). It boggles my mind to this day how much fucking work you had to do just to create a simple window in C. It instantly made clear why UIs at the time were so bad and I went back to Visual Basic for the UI with a compiled C DLL to do the heavy lifting.
There’s no excuse for why UIs are still so bad today.
The best description of her I’ve read is that she looks like a serial killer who is wearing the face of one of her victims as a mask.
At least he was in Greece and not Moscow - like some congresscritters I could name.
I’d go with Marjorie The Gathering myself. Yeah yeah you’re not supposed to hit a woman, but I’m not convinced she’s even human let alone a woman.
Developmestuction!
capturing the rules as tests is a great way to make sure that rules remains true
Capturing the rules as documentation is also a great way to make sure that rules remain true.
Lol just kidding! Documentation … can you imagine?
A third party is only likely to split the vote of the people who can’t stand trump.
TAP is a stupid acronym.
Unfortunately, the Nazis were only removed from power by an external military force much greater than them. Even after the war was utterly lost and the Allies were closing in on all sides and literally turning their cities into heaps of rubble, the Nazis never lost their chokehold on Germany. What external power is coming to remove Trump and his cronies?
Here are some scary facts about Treblinka: it was in operation for about 18 months, was staffed at any one time by about 25 German officers and soldiers and 100 civilian workers, executed people with the exhaust from a single salvaged Russian tank engine, and murdered about 900,000 people in total. People tend to assume that the Holocaust was a massive industrial-scale operation that used up a huge fraction of German resources, but in fact it was a remarkably low-cost operation for the most part. Even the transportation aspect largely made use of supply trains returning otherwise empty from the front. If Hitler had not been stopped militarily, Germany would have had no technical difficulty in carrying out his goal of literally exterminating the nearly 200 million people of the Soviet Union.
It was also modeled on our auto industry and car culture.
On Error was used within a function, so you would have one (or more … or less) per function.