Details
-
AboutAndroid App Developer with focus on UI, UX and code guidelines
-
SkillsAndroid App Dev, Python + Flask, RESTful servers. Not a bot.
-
LocationSydney, Australia
-
Website
-
Github
Joined devRant on 7/3/2016
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
-
Every week, when I first get into the office in the morning, I think in terms of hours and pay. "This hour, I am paying off my insurance. This hour, I am paying for gas. This hour, (etc)."
Eventually, I get to "From this point on, I'm just putting money in the bank" after all expenses are paid.
This resets every pay period.
I want to make some sort of thing where you put in your gross income, expenses, and working schedule and it gives you status. "Right now you are working on: xxx", "xxx minutes until your expenses are paid", etc.
Would be cool to watch.11 -
As a newly graduated student, I searched incredibly hard for a job for 4 months. Now that I've got one, I'm being bombarded by recruiters...
It makes sense and all, but it's still a bit funny2 -
This blew my mind earlier today. It can actually draw not only itself, but literally anything. For more info watch the numberphile video on this formula.10
-
Finally got my new coding buddy! Gilfoyle will hopefully help me to straighten up my miserable code. Praise the dark lord 😀16
-
Ran a bamboo test suite which just printed '408 tests ran successfully'. It's only had return true :P
Periodically update test number.3 -
If Chuck Norris asks a duplicate question on StackOverflow, the original question is closed as a duplicate.15
-
Not me, but a colleague of mine ordered 10,000 pens with <company>.com printed on them - but our company had a .org address.14
-
For fuck sake, one small bug and my app immediatly gets a 2 star rating. HOW ABOUT YOU REPORT THE FUCKING BUG TO ME SO I CAN FUCKING FIX IT. MY EMAIL IS IN THE GODDAMN DESCRIPTION. HOW FUCKING HARD IS IT TO SEND ME AN EMAIL INSTEAD OF A WORTHLESS RATING.13
-
My girlfriend comes in and sees me on devrant.
GF: "What is that app? I see you using it all the time. Is it like an endless blog with updates?"
Me: "It's kinda like facebook. But for developers. And you don't have any friends".
GF: "That seems like a sad app"37 -
Why is the ternary operator such a hated thing? I constantly hear people saying it's less readable, confusing, etc.
I think it's a beautiful, useful, and important operator and I use it constantly wherever readability won't be much affected.
How can you justify a repetitive if/else structure over a ternary, given that you're sure you're not going to put anything else in the ifs?
Whatever happened to DRY?
Whatever happened to KISS?
If those guidelines are what you code by, what's the excuse not to use it?
Because you can't read it as well? Familiarity breeds comprehension and legibility, my dudes.15 -
cout << "<?php echo \"system.out.println(\\\" console.log('<h1>hello world</h1>'); \\\"); \" ; ?>";15