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
-
@NoMad nah.
But it just amazes me that whenever I think they hit rock bottom they still manage to surprise me.
I really hope you never did this - I'd file for divorce. :) -
NoMad140773y@IntrusionCM I didn't, but the spice in this marriage is lacking. So am wondering if removing all gitignores (one by one in a long while) or full merging all dev branches into main (and removing the branches themselves) would spark a hardcore sex session. 😎
-
@NoMad if u really want to annoy me, you can try the DDOS style LDAP query they did a few days ago...
Suddenly every tool went bananas as authserver couldn't handle the load.
(yeah... It has a replica... But that's not enough if dev doesn't use rate limiting and makes bad life choices. I was in meeting luckily and only had to clean up the mess afterwards) :)
Related Rants
Current directory:
upstream
potatoecode
find ./upstream -maxdepth 1 -type d -ls >> potatoecode/.gitignore
pushd potatoecode
git add .gitignore
git commit -m 'Updated gitignore" .gitignore
git rm -r --cached .
git add .
git commit -am "Purgatory"
popd
*watching with a big smile the burning CI*
--
Story of how I made some devs today very sad. They now have the joyful task to think of a better way to code than to create a nightmare blob of modified source code from upstream - where upstream has ...
- a rest API
- an extension / plugin system
- an system to even modify db schema via an API.
But nooooo.... That would be too good.
Instead one just creates an potatohead of upstream source code with modifications without any version tracking or stuff like that.
Sometimes I really wonder if the devs at our company are masochists and want to be punished....
rant