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
Search - "lubba"
-
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠃⠙⠉⠙⠷⢻⣴⣤⡀ ⠀⠀⠀⠀⠀⠀⡀⠄⠀⠠⢄⡀⠀⠀⠀⠀⠈⠺⣻⣢ ⠀⠀⠀⠀⠀⡎⠀⢀⡄⠀⠀⠈⠆⠀⠀⠀⠀⠀⠘⠗⠆ ⠀⠀⠀⠀⢀⠇⠀⠀⠀⠀⠀⢀⠖⠉⠀⠀⠉⠑⢢ ⠀⢀⠤⠤⢌⡮⣐⠤⠤⡤⠔⢹⠀⠀⠀⠴⠀⠀⠀⡇ ⡜⡐⠈⠉⠗⣌⠀⢠⠊⢀⠄⠈⠢⣀⠀⠀⠀⣀⠜ ⢃⢇⠀⠀⠀⠒⡓⡪⣈⣀⣀⠀⠑⠠⠉⠉⠉ ⠈⢊⢖⡄⡀⠀⠀⠁⢉⣒⣑⠊⠛⠒⠤⡰⡀ ⠀⠀⠁⠓⠫⢥⢲⡀⡈⠙⢿⣷⣆⠀⠀⡁⡇ ⠀⠀⠀⠀⠀⠀⠈⠐⠋⠬⠎⠿⠿⠤⢐⠕⠁ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠉
I turned myself into a rant Morty, I'm rant Rick!13 -
Well the screen resolutions are a little messed up and I had to crop the wallpaper in an odd way. But it's something.7
-
In my uni course "Algorithms and Data structures" we use Java. Fine. Definitely not my preferred language but it's not like I have a choice.
Anyway, our teacher uploads code files for us to use as reference/examples. The problem is, they look like this. Not only does she not indent the code, she also uses a charset that is not utf-8.
In the rare cases where she does indent the code, she uses THREE, yes THREE spaces...24 -
Friday, forced deploy day for last & current months work. Been stockpiled due to holiday.
Yesterday boss demoed the product to clients so they expect to test today.
Early o'fuck this morning, a coworker managed to drop all secrets and env vars from CI pipelines and trigger a deploy leaving production broken...
It's gonna be a long and busy Friday... -
So some of you might know I'm facing youtube iframe issues, to autoplay them in mobile
Background:
> https://devrant.com/rants/1449270/...
> https://devrant.com/rants/1450121/...
So few weeks later I found a solution to make it work the way it should in mobile i.e. to autoplay after a click on svg play button,
The logic I used https://codepen.io/briangelhaus/...
Boy oh boy I was so fucking happy, jumped out of my chair basically, So I grab a couple of android devices and it works
Enter infamous E-Corp Apple, the logic I used will never work on any apple devices, because apple do not allow autoplay on mobile, So I was like "okay, no worries"
I tell this news to my manager who is aware that I am working on this since weeks and he looks astonished for a millisecond when after hearing the same can't be done Apple, Tells me "then the issue is not fixed"
Well, you're not wrong, but a little appreciation to a trainee / jr dev who accomplished this by manipulating this would mean a lot for me.
And to Apple and Youtube Iframe API, FUCK YOU3 -
Well fuck. I am experiencing over-engineering first hand.
I am the single dev responsible for developing a small feature but which is an identity to our whole product(feel free to guess it here). This is quite simple I thought, I can just modify the constants which are being used in the source code and I can finish it off in a week tops. I asked all the relevant teams over which this feature would have dependencies and they gave me a green signal. Setup Jenkins configuration and everything for this new feature. With a wide grin on my face, I sent out a pull request. Now the architect of our product declined the pr saying to change everything from the bottom up giving the reason that it would be configurable sometime later in the future. Now mind you, I get it if this feature could change over time and needs customability. But it has been the same since last seven years and would probably not change again for a couple of years ahead [you have to take my word for it.]. Its not that the guy is a douche or anything, he is one of the best dev I have ever personally came across and I highly respect and admire him. But there has to be a trade off between the effort you are putting in versus the benefit you get. Now I have to touch almost every file, super carefully look in the whole product if a bug creeps out from anywhere and change the existing code to a point where it doesn't even make sense to me anymore, and write tests ofcourse.
wubba lubba dub dub!2