Details
-
AboutIT professional learning to program.
-
LocationNorth Bay, Ontario, Canada
Joined devRant on 5/15/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
-
Oh my fucking God, the non dev we have on our team has no indentation or syntax filter whatsoever. I wouldn't be surprised if she has an unmatched or unclosed bracket somewhere. I'm gonna have to go in there and clean that shit up.6
-
Interviewer: "What's your greatest weakness?"
Me: "I'd say my greatest strength are my listening skills"3 -
When I was taking a programming course as a Mathematics prerequisite, and then object oriented programming basics (inheritence, interfaces specifically) all just clicked at once. Immediately decided I was going to pursue the computer science major instead of math.2
-
I'm 30 years old, sometimes I feel old to study computer/web programming.
What do you think? If it's not true, what can I do to change the way I think about it?28 -
Think I finally figured out a clean way to get the data I need out of the system. The data format has it's origins in what was practical for computers in the 1960s. TGIF - I'll enjoy believing I've solved it all the way until monday.
-
Me: 'if you can, favour code that reads like prose. It is easier to understand and maintain'
Junior: myMethod(x.method()) << 52 -
devRant is great because it keeps me in the mood to programme, create and envision new projects. Cheers guys.1
-
After two days i just had to create an account. so glad a collegue of mine showed me devRant. Well, time to continue my beginner Python course.
yay4 -
Documentation is like sex. When it's good, it's really good. When it's bad, it's better than nothing.5
-
want a mentor to start an open source project.
I've no experience on contributing to and working on open source projects.2 -
Since we are posting workspace setups...
Lenovo 100s Chromebook and Raspberry Pi 3 running Arch Linux and an attached hard drive.
SSH and Vim are my friends.14 -
Worked with a European consulting company to integrate some shared business data (aka. calling a service).
VP of IT called an emergency meeting (IT managers, network admins) deeply concerned about the performance of the international web site since adding our services.
VP: “The partner’s site is much slower than ours. Only common piece that could cause that is your service.”
Me: “Um, their site is vastly different than ours. I don’t think we can compare their performance to ours.”
VP: “Performance is #1! I need your service fixed ASAP!”
Me: “OK, but what exactly is slow? How did you measure their site? The servers are in Germany”
VP: “I measured performance from my house last night.”
Me: “Did you use an application?”
VP: “<laughs> oh no, I was at home. When I opened the page, I counted one Mississippi, two Mississippi, three Mississippi, then the page displayed.”
Me: “Wow…um…OK…uh…how long does our page take to load?”
VP: “Two Mississippi’s”
Me: “Um…wow…OK…wow…uh, no, we don’t measure performance like that, but I’ll work with our partners and develop a performance benchmark to determine if the shared service is behaving differently.”
VP: “Whatever it is, the service is slow. Bill, what do you think is slowing down the service?”
NetworkAdmin-Bill: “The Atlantic Ocean?”
VP got up and left the meeting.2