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
-
damn. you need to centralize your log files. use something like papertrail. (no affiliation)
-
sudoguy5948yYeah I know this. Few months later I was supposed to write a module for an intern program that will authenticates users via LDAP instead of the default authentication mechanism. In the documentation is that it supports external modules natively and I should just uncomment and edit one line in config file to make it work. It didn't work. So I read thousands lines of code without comments to see what is going on. At the end of day I found that the program redirected input to /dev/null instead to my module. I was just wtf? Are you serious?
-
xorith27468y@system
This code is over 10 years old in some parts and has had dozens of developers touch it - both paid and volunteer.
I think the last count I did was almost 750k total lines of code. -
Onyx16403458y@xorith Sounds like stuff where I work.... Some of that code I wouldn't touch with a 10ft pole, but I've only been working there a little over a year.
-
xorith27468y@Onyx1640 This is my 'side job' or 'weekend fun'. MMO game dev/server admin. I have a weird sense of 'fun' and 'hobby'.
Related Rants
2 Days.
Thousands of lines of code analyzed.
Dozens of log files across 6 servers.
Countless pots of coffee.
Much power metal.
...
One line of code.
Bug fixed.
undefined
java
bugfix