Details
-
Aboutnot new to programming but not great either ^^
-
Skillssome html,css,js and php
-
LocationGermany
Joined devRant on 8/13/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
-
Linux used to be primarily for developers.
But with most software people use becoming browser based (mail, slack, chat, docs, drive etc.) and with Ubuntu UI becoming progressively more user friendly, most lay people can now comfortably switch over to Linux.
Especially for startups for whom Windows licenses feel expensive. Our startup did the same.8 -
Someone hates apple for macbook keyboard sound. I hate apple for poor-quality anti-reflective coating on the screen, which is erased gradually when my laptop is closed.
P.s. macbook pro retina mid2014 13'2 -
Just broke up with my ex-girlfriend after 2 years of relationship. This might sound strange but scrolling after scrolling on dev rant is actually helping me getting through this situation!13
-
int main()
{
bool NeedPoints = true;
int Points = 0;
if (NeedPoints)
{
Points++;
if (Points > 10)
{
CreateAvatar();
NeedPoints = false;
}
}
}29 -
> be me
> want to write troll "viruses" to fck arround with frieds
> write batch files
> shit everyone can see what I do
> google 'how to make exe'
> install VS
> google 'make exe with vb.net'
> spend 3hr/s copying the Internet
> send friend exe
> blocked by antivirus
> write other bullshit
> actually learn stuff
> shit I'm kinda good at this
> keep going
> 4 years later
> be system administrator / devop / web dev / app dev / desktop dev
> get paid
> inb4 wants to troll friend - finds dream job instead7 -
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 -
Teaching 7-8 year olds the basics of web design. We're we're playing with CSS and changing colours of block elements and text. One girl put up her hand, completely confused as to why it wasn't working. Her code:
Section {
Background-color: rainbow;
}
Oh the wonderful mind of children26 -
!rant
System.out.println(age);
if (birthday.isToday())
age++;
System.out.println(age);
Output:
17
1811 -
Android app update available! I wonder what they've changed? 🤔
Changelog: "We improved the app and made it better."
Well thanks. 🖕20