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
-
angerydev12726d- Parameter sniffing on mssql
Fix: fuck around, add recompile hints, change a sql query by random to confuse the query store enough. (Using ORM)
- Nuget dependency conflicts
Fix: 10 hours of crying, trial and error and version bindings -
donkulator397726dIt would have been something to do with Visual C++ and Windows 3.x in the late 90s, and probably either memory management or GDI related.
Nothing I've worked on in the last 20 years comes close in terms of making you want to gouge out your own eyeballs and pelt them at the screen. -
Recently messing with some html/js prototyping a project and spent a couple days trying to figure out why it wouldn't load a file.
Is the most frustrating debugging experience I've ever had in years. I've never been so mad, well, that is until I solved the issue and only got madder. It wasn't a bug, it was a security "feature" of the browser. Apparently at some point the browsers decided that a local file loading other local files is somehow a security risk and therefore I'm not allowed to do that.
I hate web development. I hate everything about it. Less frustrating, but still annoying, javascript projects that add a bunch of stuff to support Node, but don't bother including a simple "export default" support. I hate web dev so very very much.
What’s the most frustrating bug you've ever encountered, and how did you finally fix it (or did you just give up and rewrite everything)?
question