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
Search - "happy birthday devrant"
-
I think I'll never going to get a devRant stress ball, so i made this instead with my pretty low budget (0.5$).18
-
I just feel that I have to get this of my chest, because this have really me and my family really negative.
It have destroyed my will to be happy, sort of.
Well, my father have some kind of control behaviour. My whole life he has been angry on stuff that does not really matter
and I have always been the one that get all the shit - because I am the oldest. I was never allowed (maybee 3-4 times between age 8-15) to have any friends
over or stay with friends over night or after school. Because they "where bad and I would become like them".
I am happy that I meet my wife 6 years ago and moved away from home when I was 20, I kinda fled the situation from home to start my own life.
My father has always hated when boy/men had long hair and alot of beard - but that is something I always wanted to have. So when I moved from home
I start to let everything grow.
Two years ago, things got really fucked up when I did not shave all my beard of and cut down my hair because my mom had birthday. I did it the week after
because my brother graduated from school and we where going to visit, we did not want a repeat the situation from a couple of weeks before. After that I got
another job as a Linux sysadmin and started to grow the hair and beard again.
Last monday, my dad called and said that I am not welcome to visit them anymore. I am a "bad example" for my sibling
and he also said "you brother and sister does not feel so good (my sister fainted a couple of days before, which I did not know) so I have no time to care about you and your family"
I was stunned, I really wish that this was a joke but it is'nt.
I have always been bashed because of the choices I make in my life and for my own family (wife, and two kids + one more kid any day now)
When I choose to work with something that I love, they said that I am stupid because they basically think "that the PC is full of SATAN".
When they realized that I make more money than my parents combined they went silent.
I just wanted to write this shit of my chest, it is really fucked up and I am starting to loose the ability to have feelings - if you know what I mean.
Thank you devrant, for being one of the fun things I do, when I read all the rage, fucked up stories, hate, and so on. I do not feel alone :)
PS: I promise you, that you guys/gals will be the first one to know when my new kiddo arrives20 -
theNox.age++
I wanted to screenshot some of the birthday wishes that were printed for me on the discord server early this morning but they're spread too much, thanks anyway! That was very cute of you all. Only people from devRant actually bothered to wish me a Happy Birthday this early (maybe I influenced it a little bit ... 😂) But it's true
Everyone remember that ThatDude's Birthday is on January 28th 😉16 -
Windows is fucking amazing... Tried to disable and enable my audio drivers, prompted me to restart, i pressed cancel, fucker still did a restart. Best part is it started to do updates... For fucking 20 minutes until i forced it to shut down. After it turned on i didnt have any audio, enabled it and woo.. Another restar that wantwd to update...
Also happy birthday to devrant and to me5 -
Happy birthday devRant!
I miss those early days which had more rants but still, to the best dev community ever 🍺 🍻🍻🍻 -
First: happy birthday, devRant.
Second: the more I use it, the more I would like to see implemented as a block-chain, a la Steemit -
As an exercise lets see how many different ways we can wish devRant Happy Birthday in code. Try not to copy peoples examples, use a different language or different method.
A couple of examples to start the process:
* LOLCODE *
HAI 1.3
LOL VAR R 3
IM IN YR LOOP
VISIBLE "Happy Birthday"!
IZ VAR LIEK 1?
YARLY
VISIBLE "Dear devRant"!
NOWAI
VISIBLE "to you"!
KTHX
NERFZ VAR!!
IZ VAR LIEK 0?
GTFO
KTHX
KTHX
KTHXBYE
* C *
#include <stdio.h>
#define HP "Happy birthday"
#define TY "to you"
#define DD "Dear devRant"
typedef struct HB_t { const char *s; const char *e;} HB;
static const HB hb[] = {{HP,TY}, {{HP,TY}, {{HP,DD}, {{HP,TY}, { NULL, NULL }};
int main(void)
{
const HB *s = hb;
while(s->start) { printf("%s %s", s->s, s->e); }
return 1;
}12 -
So I was just about to tell you all how happy I am that it's my birthday, until I stumbled upon @DarkMelchiah s last rant, and suddenly I just felt like I couldn't write it any longer. It simply felt wrong. So to you @DarkMelchiah, I wish I could export some of my happiness to all of your classes and functions.
And also, hey, it's always okay to tell us about the sad things that happen! That's the wonder of DevRant! We're not just here to rant with you, we're here for support as well.
Btw Dark, my cat died last year, though I knew she would over a year before it happened. I totally get how you feal, but at the same time I guess I don't. All the goodynessieness to you!5 -
Happy Birthday devRant!! 🎂🎉 Can't believe we're at 30,000 users!! This community feels much smaller (I mean that in a good way)
-
Happy Birthday devRant. Still the best community for devs and future devs.
I hope this will still grow and become more recognized in the future1 -
public class Celebrations {
public static void WishHappyBirthday(String toWho) {
if(toWho == null || toWho.isEmpty()){
System.out.println("Can't wish" +
"happy birthday to" +
"someone that doesn't exist");
return;
}
System.out.println("Happy Birthday " +
toWho + "!!!");
}
}1 -
I joined less that a week ago so have not had the pleasure of seeing devRant grow up from birth. Happy birthday devRant I hope to be around until your next 🎂2
-
Hey you just reminded me it's my Mom's birthday too! Happy birthday devRant (and Mom, but my Mom is not on devRant, that I know of, yet)!
-
DateTime now = DateTime.Today;
int age = now.Year - bday.Year;
MessageBox.Show("Happy " + age.ToString() + " birthday, devRant!");