Details
-
AboutLikes to code and shit.
-
SkillsJava, Python, Android, HTML
-
Github
Joined devRant on 12/4/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
-
So I created this really cool messaging program for my CS class in high school. Though when I say for - I mean for the students which were bored when the teacher told us how to "resize images in Word".
I used python and tkinter to create it all, and didn't even need to touch sockets. (Mostly because I didn't know how to use them back then, but also because I kept the messages in a file on the school nas.)
Anyway, the program worked and we used it every week, with me listening to suggestions and improving it each week. I even managed to create a sort of notification system.
But sadly, my teacher found out about it and shut it down.
Have you ever had a similar experience?9 -
I've taken over a project with legacy code, this is one of the methods:
private bool areEqual(string value1, string value2)
{
return value1 == value2;
}
Also, the opening brackets are on a new line10 -
My Aunt works for a company for which I did a website. She shows me a plastic cup with a pretty design and a qr code on it and asks me if I knew anything about that. I declined and she continued to tell me that her boss claims I can connect the qr code to some location on the website. Of course I can't. Now they have 2000 of these things lying around the office with a stock qr code that is invalid7
-
Petition to officially rename the term 'build' to 'kraken', so QA can shout 'Release the Kraken' and I can shout back 'The Kraken has been released!'.19
-
If you had
one language
One framework
To code everything you want
Would you learn it or let it pass
His code is heavy,
arms are weak,
mind is bending.
It's all spaghetti.
He is nervous but looks calm and ready
to go now
but he keeps on forgetting
what he wrote down.
The manager is getting loud
He moves his mouse but the bugs won't got out
They are features now
Time to ship
Over blaow!18 -
Making a loop is like taking a dump:
If you dont manage all the shit, you'll end up with an overflow. -
DevRant says I need 10 points to make an avatar.
What if I have a makefile with a target avatar? Can't I
>> make avatar
?1 -
Resize a image in a document in Microsoft word................ 500 lines realign, border width changes, 4 graphs deleted, tsunami in ur city, earth's orbit shift by 2 meters.u want to die.5
-
Programs are like women,
No matter how much you get mad because of errors,
You're always the one who's wrong ..8 -
Today we interviewed a _very_ good Angular1 Dev, by chance we showed him the forked ngRouter module we use, after some debate he explained that we were using it incorrectly.. I asked if he'd used it before to which he responded:
"Yeah, I'm the guy who built it"
😅27 -
I have a confession to make.
I do most of my java coding in comic sans ;-;
IT MAKES ME HAPPY FOR SOME REASON26 -
Our dear freelance web dev, you absolutely need to come to our office on the other side of the city during working hours when it's impossible to find parking space for an urgent meeting to discuss you copy/pasting to a web page a simple block of text we'll send you via email
-
I studied at an Art School and my co-ordinator liked to screw with students. He set up a short-notice meeting with himself, myself and an audio guy (to work on our game).
I didn't know any of this however and my co-ordinator opened with: "He's a photographer looking for a lean Male to do a nude art shoot."....... I'm pretty confident person and I thought he was serious so I agreed to it.
He wasn't serious and it became an interesting start to the meeting.1