Details
-
AboutNewbie at programming, really wanting to code my way out of working. driest/darkest humor ever
-
SkillsJava, c++, c, c#, sql, emoji
-
LocationPensacola, fl
Joined devRant on 4/13/2017
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
-
Applied to an AI startup, offering 100 bucks if I pass their coding challenge…hopefully just an algo question and not a damn jira ticket7
-
When a child experiences extreme adversity, physical, emotional and sexual abuse, neglect and trauma; There are two possible outcomes.
1) Drug abuse, addicition, financial problems, depression, anxiety, isolation, bad grades and unemployment, early death or suicide.
Or if the child manages to survive, go past the adversity:
2) Become a superhuman. Experience entertainment, happiness in small things even more. Utilize dissociative identity disorder by achieving mental and physical prowess by false yet true belief of the persona.6 -
Sometimes I sit in awkward positions while coding. I once stood up at the office, took one step and fell to the floor because my leg was numb. They almost gave me a medal.2
-
> works ass off on a senior project
> 75/100
> classmates buy their projects
> 85+/100undefined gonna murder my teacher might as well buy your diploma corruption so much for actually learning35 -
I just helped one of our cleaners get Internet since the management whitelisted devices that can get WiFi access.
I believe that anyone, regardless of position, must have equal access to the resources in this company.10 -
The moment...
...you work on a script for over an hour via ssh, want to shutdown your notebook and do 'shutdown -h 0' on the remote machine...7 -
*Le me Opening Android Studio
*Gradle building..
*Gradle building..
*Shit, cancel building, I need a simple thing
*Cancelling building..
*Cancelling building..
*Cancelling building..
*Cancelling building..
Oh kill me now !12 -
tl;dr version: I now hate Windows.
<background>
I installed Ubuntu in dual boot on my PC and I was sceptical.
After one month everything is working perfectly. I'm loving this OS although I still am not an expert, and I doubt I'll ever go back to Windows.
</background>
Now. Today at school we were drawing using a CAD software and, for no reason at all, Windows crashed. This is not a terrible thing, as I usually save often, but this time it also corrupted the file and I had to start from scratch again!
Why Windows, why?4 -
So I just found out sorting by "algo" stands for algorithm.
I speak spanish and I thought it means "something" 😂.2 -
The wife is asleep. The two year old wrecking ball of a boy is asleep. Wanted to finish a library to run kafka/grpc for nodejs microservices with plug and play functionality.
Make some tea. Figured the caffeine will keep me up. Maybe work late night. It'll be fun.
Then diarrhea hits. Now, staying up late because apparently I ate something I shouldn't have. Don't you hate it when that happens?11 -
It would be great to get a blackout mode to save battery on devices with an AMOLED or OLED display as black pixels are off
Basically something like the Reddit darkmode1 -
A week in code:
Mon: Write all the code💻
Tue: Review all the code🔍
Wen: Fix all the broken code🔴
Thurs: Deploy🚢
Fri: Review all the code🔬4 -
How I feel working with code that's been worked on by at least three different teams at three different companies over the past couple of years and not a single person has left any comments or documentation.6
-
int main()
{
bool NeedPoints = true;
int Points = 0;
if (NeedPoints)
{
Points++;
if (Points > 10)
{
CreateAvatar();
NeedPoints = false;
}
}
}29 -
"If builders built houses the way programmers built programs, the first woodpecker to come along would destroy civilization." Gerald weinberg.
-
Do you reckon there could be other rant boards out there? Developers can't be the only people with problems... AccountantRant? TruckieRant? PainterRant?
...PresidentRant? Oh wait, that's his Twitter...8 -
Me: I'm bored this could be handy
Me 1 hour latera
Me: hey this is a fun language and it looks efficient for this task *learns things so that I can do x task in y language*
Me couple hours later
This was fun what now -
1) Stop going to univershity
2) Started python coding at home from online courses.
3) Got the best paid job among batchmates.14 -
Got this from a recruiter:
We are looking for a **Senior Android Developer/Lead** at Philadelphia PA
Hiring Mode: Contract
Must have skills:
· 10-12 years mobile experience in developing Android applications
· Solid understanding of Android SDK on frameworks such as: UIKit, CoreData, CoreFoundation, Network Programming, etc.
· Good Knowledge on REST Ful API and JSON Parsing
· Good knowledge on multi-threaded environment and grand central dispatch
· Advanced object-oriented programming and knowledge of design patterns
· Ability to write clean, well-documented, object-oriented code
· Ability to work independently
· Experience with Agile Driven Development
· Up to date with the latest mobile technology and development trends
· Passion for software development- embracing every challenge with a drive to solve it
· Engaging communication skills
My response:
I am terribly sorry but I am completely not interested in working for anyone who might think that this is a job description for an Android engineer.
1. Android was released in September 2008 so finding anyone with 10 years experience now would have to be a Google engineer.
2. UIKit, CoreData, CoreFoundation are all iOS frameworks
3. Grand Central Dispatch is an iOS mechanism for multithreading and is not in Android
4. There are JSON parsing frameworks, no one does that by hand anymore
Please delete me from your emailing list.49