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
-
Made a lot of changes to a working application to make it better without using any source control... And completely fucked it up. It was a cool personal project. Didn't get any time and motivation to fix it after that... Still remains abandoned.
I still regret being so unbelievably stupid and over confident. -
copyNinja575y@RikaroDev dont be hard on yourself tho.. while it wasnt a good experience it did really teach you! :D and luckily it was a personal project 😂
-
On the main dev system which had no backups for a system I had been developing for a year (yeah, I know). I tarred the contents of a drive. Only to find it moved every file into the tar and removed from file system. The system was an embedded system that ran everything from ram (all utils got put in ramdisk). So I carefully reversed it and restored the whole file system. I was so freaked out by this I quickly went to the "guy who knew what he was doing (senior dev)" and had him help me create a backup script. I was lucky that it could undone at all.
Another time I went to copy files to backup and overwrote the new files with the old. Again there was no formal back system (believe me I know). These were the source files for 40+ plcs. Yes, I developed a better backup strategy after this. -
Nothing that major but I had two copies of an HTML file: one on a school server and one my local machine desktop. I opened the desktop one in chrome and the server one in VS. Took me 10 minutes to figure out why the changes in VS weren't appearing in chrome. As soon as I called the professor over to see if he could help me, I realized I'm stupid as fuck and figured it out. He just laughed and shook his head.
-
copyNinja575y@Stuxnet HAHAHAHAHAHAHAHA thats so relatable thooo! That’s how I feel when I am expecting my function to output something then later find out I didnt call the function
-
1. Volunteered to build a sharepoint site.
2. Lost a . in a Macromedia Lingo program. Took 3 days to debug -
For my first internship, I had to write a simple function using an existing framework. A variable defined in the framework had a typo, so I did a massive refactor and pushed to master.
I learned a lot that day.
Tell us about the dumbest (technical) mistake youve done
question