Details
-
Skillspython, SQL, asp, vscode
Joined devRant on 4/24/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
-
To be honest: Firefox.
I use it every day since version 3. And a piece of software which has so much competitors and can withstand my urge to change is my winner5 -
Ahahaha I don't know if I cry or laugh..
I slept 1 hour today, woke up, left the kid at school came back home planning on sleeping another 2 hours and coming to work.
Took a shower and remembered I had an important meeting by 8:30 am and it was already 8:10 ... Ran like fucking crazy , ate an orange for breakfast ran like a lunatic in traffic just to arrive at work by 8:34 and be told the meeting has been rescheduled for tomorrow afternoon...
Had to smile to who rescheduled the meeting right now writing this rant :)
Now... Who the fuck sends an email at 00:02 to reschedule a fucking meeting??
Fuck.14 -
Problems with Android development
1. Android Studio is shitte
2. Android API is shitte
3. Gradle is shitte
4. Emulator is shitte
5. My life is shitte20 -
So this happened...phone somehow turned on in my pocket and the fingerprint sensor rubbed against the fabric a lot of times...didn't have access to my phone for FREAKING 2 HOURS!! Why should my phone get locked by the fingerprint sensor?? The way I see it, if you are someone else, you either have my finger...or you don't...like you could kill me and chop my hand off or be crafty and try and use my finger while I'm asleep or drugged...either way, it wouldn't take that many tries to unlock my phone 😒😒.11
-
Who else uses Firefox over everything else? I switched from chrome recently and I don't regret it!26
-
So, should I refactor this into a .greatGreatGrandParent() method, or should I just go hang myself?
(Thanks former colleague for this gem)10 -
int main()
{
bool NeedPoints = true;
int Points = 0;
if (NeedPoints)
{
Points++;
if (Points > 10)
{
CreateAvatar();
NeedPoints = false;
}
}
}29 -
"Walking on water and developing software from a specification are easy if both are frozen." - Edward V Berard4