Details
Joined devRant on 11/6/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
-
Just spent the whole morning making a custom loading indicator for our app (an animated version of our logo). Animations are fun!3
-
I want to pay respects to my favourite teacher by far.
I turned up at university as a pretty arrogant person. This was because I had about 6 years of self-taught programming experience, and the classes started from the ansolute basics. I turned up to my first classes and everything was extremely easy. I felt like I wouldn't learn anything for at least a year.
Then, I met one of my lecturers for the first time. He was about 50~60 years old and had been programming for all of his career. He was known by everyone to be really strict and we were told by other lecturers that it could be difficult for some people to be his student.
His classes were awesome. He was friendly, but took absolutely no shit, and told everything as it was. He had great stories from his life, which he used to throw out during the more boring computer science topics. He had extremely strict rules for our programming style, and bloody good reasons for all of them. If we didn't follow a clear rule on an assignment, he'd give us 0%. To prove how well this worked, nobody got 0%.
We eventually learned that he was that way because he used to work on real-time systems for the military, where if something didn't work then people could die.
This was exactly what I needed. In around one semester I went from a capable self-taught kid, to writing code that was clear, maintainable and fast, without being hacky.
I learned so much in just that small time, and I owe it all to him. So often when I write code now I think back to his rules. Even if I disagree with some, I learned to be strict and consistent.
Sadly, during the break between our first and second year, he passed away due to illness. There was so many lessons still to be learned from him, and there's now no teachers with enough knowledge to continue his best modules like compiler writing.
He is greatly missed, I've never had greater respect for a teacher than for him.21 -
I've always loved to change technologies to work with...I developed Desktop applications, Web applications, android applications...and now I'm working on an IOS app and I have just one message to whoever came up with the brilliant idea of a drag & drop system for views in XCode:
I DO NOT RESPECT YOU AS A HUMAN BEING.
Sincerely,
Me1 -
A friend of mine once showed me a really beautiful and fast login page he made.
After some time I took a look at the front-end code and realized why it was so fast... He queried the database in the JS code...
The user and pass for the database was in the HTML of the website...
I think he deployed that page...5 -
"It needs to be pixel perfect"... Given single design for desktop (users use mobile app), with random spacing and inconsistent vertical and horizontal rhythm.
From @browniefed on Twitter1 -
I just had to download Firefox to be able to download chrome because Edge kept crashing. Think about that for a second.
It kept crashing on a BING SEARCH...9 -
Boss: “Our YouTube channel doesn’t look at all like our website.”
Me: “I’ve made it look as close to our branding as YouTube allows for with its limited editing controls.”
Boss: “This is unacceptable. I expected more from you.”
Me: “I cannot accept the blame for this. YouTube is setting the design parameters for all channels and I can only do so much.”
Boss: “You can call the YouTube, can’t you? Why didn’t you call them?”
Me: “.......and ask them....what?”
Boss: “You don’t ask! You tell! Our company has been around for 140 years. Our brand name carries that weight. They’ll change their design to what we need if you’re assertive enough.”
Me: “Ma’am, that’s just not how this works. That’s not how any of this works.”50 -
That moment when you google the error...
find the same query on three different sites...
realise that all three were posted by the same user...
and all three are unanswered.. 😑7 -
CSS !important
always annoyed me cz I read it not important where it actually means the opposite... Damn it devs get your shit together!1 -
That moment when you are working on your game. Then you remember all those games you bought cheap on steam but can't enjoy cause you don't have a good enough PC. Then you spend the next hour looking up PC components for a gaming PC that you can't afford and feel sad. And then you realise you haven't coded much anything in your own game. Why procrastination why?1
-
So the school I visit blocks TeamViewer in their network for the reason that you could bring in malicious stuff.
They happily allow USB sticks though so that doesn't seem right.
Whatever, I used AnyDesk to get stuff from my PC at home (and I never got caught, otherwise I wouldn't have been able to ever use a school's computer again).1 -
Have you ever told yourself to code till 12am and realised that you wanted to fix that bug to the point the clock struck 5...1
-
My team lead at my summer internship hailed from an MFC background.
I was able to dictate a whole block of jQuery code to her orally while I was in a hurry to go for lunch, and she typed it in. And it ran perfectly in the first time itself.
jQuery isn't a great deal, but it was a confidence booster for a guy who had only worked with JS for a week. -
Please Google, allow us to disable that retarded Google translate thing you've got going on the play store.
Seriously, 90% of the apps' short description are absolutely unreadable because they insist on translating it to my device's language even if no translating is available.
I know it's probably useful to some people (the ones who don't understand English but somehow understand the human language equivalent of spaghetti-code, which I suspect is not many), but this needs to be disable-able, it makes the experience of discovering apps extremely awkward.9 -
Why do these e-marketing companies always have some kind of manager/consultant/strategist/marketeer/whatever to handle emails between me and their devs. Instead of emailing with another technical person and quickly fixing the problem I end up sending one billion emails to someone who has no clue on what needs to be done to fix te problem. From now on my emails contains a part called "to your developer:" explaining the technical part of the email.
And no - I don't want to plan a conference call... just let me code dammit! -
When you don't have new feature to add to the app but need to keep updates.
"General bug fixes and performance improvements."3