Details
-
AboutMark Stewart
-
SkillsOracle RDBMS, Java, HTML, HTTP, Network protocol analysis, Unix, Perl
-
LocationTexas
Joined devRant on 6/10/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
-
Oooh, got one. Not a question, but a mind-blowing moment:
For some reason, my parents put my email address on one of their accounts, and it was an old one that I had stopped using years ago. Then, this conversation with my parents happens, at their home with the laptop I gave them sitting open on the table:
me: "you guys should probably give them your email address."
mom: "we don't have one."
me: "what about dad's?"
dad: "no, I don't have an email address."
me: "you used to have one. what happened to it?"
dad: "that one was at the library. I don't have one here."
me: 😑
My father apparently doesn't know the basic concept of the internet and its global nature.2 -
Product manager: "Programmers are limitted to computer programs, that's why app developers can do mobile devices too!"
Me: "Programmers are not limited to computer programs, its a general skill"
Product Manager: "Then why App
Development is a career?"3 -
devRant, the only positive and supportive online community for programmers.
until you mention an OS.
then all bets are off.16 -
Ey! Who of you uses that damn timer library (dunno the name) in your apps where you set on left side the hour and on right side the minutes.
AND AFTER YOU OVERSCROLLED THE 00-MINUTE AGAIN YOU HAVE TO TURN THE HOUR BACK!!!!
I hate you :D2 -
Just had a React Developer tell me HTML5 data attributes "pollute" markup.
/me wonders if he's every seen the markup React generates3 -
When you opened Visual Studio and before programming you decided to download and install the latest update.. and it started to download 19 GB of updates...
Nice! I will be able to do what I wanted tonight...4 -
this happens way too often in our company
PM: did you made that change I requested?
me: yeah, its on the live server now, why?
PM: I cant see it...
me: *wtf, I specially forced the JS to reload to eliminate problems with cache* could you send me a screenshot?
PM: *sends screenshot*
me: I dont get it... I can see the changes in my browser *dev feeling intensifies* ... refresh the site and try again
PM: oh... suddenly its there, ...anyway, thanks! it looks great!
me: *facepalm*
turns out our managers just dont refresh websites, they want changes to take place immediately3 -
I just wrote more than 140 char in a tweet, inspect the element and turn Enable = True on Tweet button.
The response was epic.6 -
I see people posting setups so I will share mine. three 27" Asus monitors. left for viewing site, mid for code, right for db :)13
-
"it's only a 30 minute job to change the layout of the whole website right? You only have to move a few boxes"
- Designer with no knowledge of Web2 -
A programmer comes home from work. The spouse says, "Could you run to the store for me? Buy a gallon of milk, and if there are eggs, buy a dozen". He goes to the store and comes back with 13 gallons of milk.
buyMilk()
if (eggs) {
for (var i = 0; i < 12; i++) {
buyMilk()
}
}4 -
Just bought a new LG TV with WebOS on board. Am I watching cool FHD movies on it? Nope since I discovered I can create apps for it. Once developer, always developer.1
-
I created an open-source module for Angular about a year ago, which is now used in a real project for a big client by someone else! What a great feeling.
Just had to tell someone, my friends and family doesn't understand this code stuff.13