Details
-
AboutUsing computers since the age of 6, mostly self taught. Gamer and hardware geek
-
SkillsPython, PostgreSQL & Linux
-
LocationNetherlands
Joined devRant on 5/1/2017
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
-
Today we had a yearly company photoshoot... Fucking hate it..
Anyhow, the guy walked around office to take pictures of us in 'action'. However as a precaution he couldn't take pictures of the source code... So I was like:18 -
When you've got shit to complete and decide to work hard but your computer thinks Nope and starts trolling you5
-
When the framework you're using decides to work in UTC after 5 years of using default system timezone. And instead of giving you the option to change timezone, hardcore enforces it by:
os.environ['TZ'] = 'UTC'
time.tzset()
For people who don't know python.. It basically tells your code that your system time is set to UTC (ingnoring the right timezone)
Now we get one bug after another because of this undocumented shitty change without changes in how time fields behave in different client timezones.
😒🔫
(Don't get me wrong, using UTC is logical however not in an existening application and forcing devs to rewrite all code that handles time fields)1 -
Worked with two different customers
(customer 1 is up to date because of active development and customer 2 got his update long ago)
Changed something for customer 1 and accidently pulled customer 2. 49 changesets (needs a db update probably). Rolledback and now keeping an eye on the error logs -
Have to turn two important projects in 1.5 hours. Had the time since yesterday.... Do other people procrast like this?4
-
Been trying to debug a problem this whole morning.. Gave up, went outside for a smoke.. Came back and bug is no where to be found...9