Details
-
SkillsC++,c,c#
-
Website
Joined devRant on 10/11/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
-
!rant
This year marks our 5th anniversary of devopsdays in Amsterdam and the whole team is working hard on making it the most awesome experience of 2017 for anyone interested in the devops movement. :)
I really believe this will make us be less frustrated and rant less! Though, I never want this app to end! =]
But what is an amazing conference without amazing talks? That's where you come into the picture. We have spots open for talks (lightning and non-lightning) and workshops.
If you feel like you have a valuable devops story to share please fill in our CfP here - https://devopsdays.typeform.com/to/... .
You can expect about 300-400 people at a talk and somewhere between 10-30 at workshops.
When is it? 28th-30th of June (2017)
Why Amsterdam? Amsterdam is pretty cool. We make it extra cool and make sure you're never hungry or thirsty.
Hope to see you there!
And I need to see devRanters there to share the best stories!
❤️️ on behalf of the Amsterdam organizers.3 -
I just started working on a little project to browse devrant from terminal. It converts images to ascii art!43
-
Here is better picture. Map is kind of weird, but in the description of GDrive file there is a link to the original, where it looks better.
https://drive.google.com/open/...5 -
How to politely tell your client that their request for the new 'little' feature is unrealistic and fucking absurd?14
-
Developer problems:
6 different package managers to keep up to date.
Gem
Pip
Npm
Emacs
Homebrew
Aptitude
Good thing bash scripts and cron jobs exist5 -
This was in my first semester in college. Some dude installed Teamviewer on any PC he got the chance to. There were people (idiots) who saw him remotely access PC and thought he was some crazy hacker!....
Damn. The amount of idiots I've come across with shitconceptions on hacking.4 -
I like how nano not only shows you unnecessary whitespaces, it throws them in your face and and screams "YOU SEE THAT? WHAT IS THIS SHIT? DELETE THIS DISGRACE TO CLEAN INDENTED CODE!"14
-
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 -
Pass by reference, do not wrap needlessly
// Bad
takesCallback(function (data) {
// Literally all this function does
processData(data)
}
// Good
takesCallback(processData)
I see this all the time, especially with jr devs.8 -
When one of those "Your windows has been infected, click here to remove virus now" ads slips through the adblocker while I'm on my Linux3
-
For fuck sake Facebook! do position:fixed for your goddam toolbar on mobile site because you have that fucking infinite scroll!3
-
When you have a workmate that drinks more than 8cups of coffee a day and u decided to hide the coffee maker, now he's using the microwave to make coffee!
#coffeeoverdose2 -
True story: After making a mistake while writing a check, I literally reached out to an imaginary keyboard and wanted to ctrl+z it... if only life was that simple1
-
Booted up my Windows VM today. I was nearly able to read an email before this happened.
Some things never change...4