Details
-
About// TODO I switch stacks like i switch socks
-
SkillsCurrently working with C#, angular
Joined devRant on 8/8/2018
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
-
Microsoft is slowly turning office 365 into employee spyware. Im not surprised just disappointed.14
-
Well i spent an hour debugging to find out i wrote throw instead of return somewhere. I have no idea how i even managed to do that.
-
As much as i love kotlin, i hate that you dont have static functions like in java. You have to put them in a companion object or write them in extension functions outside of the class.
Also when working with generics (lets say T) you cant call T::class.java unless you are in an inlined function and mark T as refeied. This is not the case in java i think. I havent checked.1 -
Who the fuck at google thought it was a good idea to not let you log out from a single account in gmail when multiple are logged in in the browser. You have to log out of all of them all or not at all. And it is a new change, i can remember being able to do that previously. Just why?2
-
In the same meeting
Well be moving on to open source technologies. You are devs and are expected to learn this on your own. Preferably on your own time
Minutes later.
Well be holding an agile workshop and also outside consultants to help the managers.
I left a few months later for multiple reasons.
I did stay for the first month and helped set up the angular project and structure. But i had to train a person who never worked with angular or anything frontend. It wasnt her fault. She was a developer and expected to learn on her own even tho she worked just backend before.1 -
In js
[ ] == true // false
But
[ ] ? console.log('a') : console.log('b');
Prints 'a'
Wtf, i lost so much time on this. And i thought i had a grip on js weirdness.8 -
In a bus, with my phone as a wifi hotspot. Lucky it wasnt crowded. I was working on that uni project up untill the last minute before i had to present it.
-
We had an argument about constructor overloading vs static functions that creates an instance with no args constructor and then sets the variables. It lasted too long so we decided agree to disagree.3
-
I can't believe this happened. I thought i would never witness this. A coworker dropped the entire production database. And no backups because its the first day, were way past beyond the deadline and no one thought we would need it this soon. Now we manually have to enter the entire backlog. He was supposed to delete just one tables rows. Im amazed by how dumb he is. How much trust we put in that we wouldnt fuck up the database this soon if at all in this way. Im beyond words. I am so glad im leaving this place at the end of the month. Hes so lucky i will never see him again after that.5
-
Started playing around with react this week. Seams nice and i really love the hooks. But next.js on the other hand seams a lot less developed compared to nuxt.js. For example you cant get just the path or just the query parameters from a url without parsing and splitting the url yourself. Is there any other ssr framework for react i could try (excluding gatsby)?2
-
Someone tell me why you cant put headers in server side event listeners. I had to use "polyfills" just to put authorization headers. I really dont get why they made such an oversight.3
-
Government applications meant to handle private data made in the laziest way using cordova. Hell yea. Bonus points for using the developers account with his first and last name as publishing company to put the app on playstore and not their own official one (not that they have one). Whats not to love. Cant wait to beautify that js to find out that the calls are http and not https.3
-
Why the hell is html/css in email so messed up. Html looks nice on itself. But different things brake when you try to send it through different clients. Even between different versions of the same one (looking at you Outlook)7
-
Design is done by the ios guy. Its really good, but its very ios specific. The biggest pain is to implement blur everywhere. Also he does it directly in in xcode, so when i finally get it hes already done and android is always lagging behind. Management is aware of this and is ok with android lagging behind, but its annoying.2
-
Just found out that UK is blocking porn. You have to get verified through somethig called AgeID before you can access anything. What are they even thinking?8
-
Wtf is facebook doing. I noticed that instagram updated through facebook app installer instead of play store. Went to see all apps and these thre ware there out of thin air. They warent there when i bought the phone, but they are system apps. So i must have gotten them through an update. Fuck this17
-
This comes from android view pager.
You need to overriding the getItem(..) method to always return a new instance. Anything else is just pointless because;
The method instantiateItem(..) on the other hand returns an already existing instance if one exists. -
Microsoft
Windows is now tainted with telemetry, bad design choices and ads. They constantly push the user towards edge, Microsofts app store, cortana etc. I know you can hack it and change it, but their attitude towards the user and opinion on what the os should be has changed for worse.18 -
I actively avoided looking at my coworker code because i didnt want to micro manage. God i was so wrong3
-
Part rant, part a question. Im working with a colleague on an android app. The guy uses a library for everything that he cant solve on the first try. Need rounded corners? Get a random library from github. Settle a dispute. Am i wrong for trying to avoid using libraries unless i have to or is he?3