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 - "ex"
-
"A software Engineer? Why don't you do a real job instead of fixing people's computers?"
- ex gf 2011
"I'm proud you do something you love"
- wife 201611 -
The room automation (light, doors, music) of a "smart" Hotel owned by our company is still being processed by an API that runs on one of my ex-colleagues local machine. It has now officially been declared as a "server" and everyone just hopes it keeps working.8
-
Fixed this assholes phone for her... she proceeds to take the phone and say “thanks for fixing it, it was kind of you to do it for free!”
Uhm, ex-fucking-cuse me?! I run a business, not a god damned charity.
She got me my fucking money.108 -
Me: *receives SMS from ex girlfriend*
GF: "I'm horny, whatcha doing now?"
Me: "Not much, just working on the update system to this tool which will be used with mod. Can't talk right now"
This was the fastest "murdering of the mood" I ever done.11 -
A non reproducible bug is like an annoying ex boyfriend who lives across the street.
1. You know you can't fix things.
2.You're always scared you'd run into him again.9 -
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
-
At customer site with my boss.
Boss: let's check this code which is not working
Me: ok (starting the debugging session)
I found this code, which was failing during the writing on disk for some reasons.
try
{
....
writer.writeline(some data);
....
}
catch(Exception ex)
{
....
}
Boss: ok it fails to write data but we need to, let's manage it like this:
try
{
....
writer.writeline(some data);
....
}
catch(Exception ex)
{
writer.writeline(some data);
....
}12 -
"Don't waste your time on writing comments or documentation, as long as the code works!" - My (Ex-) Coworker5
-
And when I was busy wasting my time on my girlfriend who is my ex now, my friends were busy coding an AI chat-bot. Now, I use their chat-bot to talk to when lonely.
Moral :
Girlfriends ditch you.... code doesn't. Love code.15 -
!rant
Got fired a few months back because of my 'colourful personality'...
They hired a replacement for my position, a yes-knodder and -apparently- a person without any sense of pro-active commitment.
Hearing from ex-coworkerd, the replacement is a total slob, and the company owners already regretting their decision.
Meanwhile, got my own company and do the things i did before for a lot more money.
Muahahahahaha14 -
I found an "ex" folder on my pc, I thought it was full of old photos about me and my ex girlfriend, instead it contained lots of dead projects. I don't know what hurts more.4
-
A tool I built for my past company just got nominated for a European Data Science and AI award!!!
I'm over the moon that something I built is up for such an award. Be early next month before winners are announced. Oh and given I don't work there anymore, how I was told about it is a REALLY funny story .... I wasn't.
Saw a Linkedin post from my ex-manager congratulating the company and the org for great work done. He/They just forgot to mention the fact that me and another ex-employee did everything, left it practically finished and completely changed the direction of the project within the first month as their plans made no sense.
fuckers.8 -
Friend: "what is it that you do?"
Me: "mostly web development, I make websites"
Ex-friend: "oh web design, nice"
Me: ...5 -
one of my cousin ask me to help him for uploading his ex's private pics and videos on porn websites.
Because her parents are not allowing their marriage and she is not ready to go against family (he is not working anywhere, Jobless)
I simply take screenshots of our chat and send to his ex and her parents.
Hope they will punish him.16 -
My ex-boss, a self proclaimed dev, used to click on a folder on Windows, then right click, then click Open.8
-
Productive day!
Rewrote an intern's feature and briefly explained how/why
Gave intern a choice of projects, and explained them
Removed two unused models, one unused route
Dried up two views into a partial
Redesigned said partial
Tested validation edge cases (ex: Jan 10nd, 101bc)
Fixed an api
Simplified three models
Added scheduling and platform restriction to a feature
Le wild bug appears: a user with negative xp!?
Wrote a migration to expand players' max xp to 2^64-1 because a certain legacy game gives it away like my ex-boss makes promises. Chewed at devs, but they're all long gone so :/
Won two games of pool
Browsed devRant
Busy day, and all of this while falling asleep! 😊
I'm quite proud of myself today.16 -
So today I receive 23 emails on DMCA takedown notice from last year project (which is a personal project). I asked Github why they think it is violating their policy, they told me they receive tonnes of complaints from a company, they shared the chat and that's the ex-company that fired me.
Even the project is not related to them, they seem to want to "Cancel" me on Github. Bro this is Github, not Twitter! Cancel culture does not work here.
Some of my IoT projects they flag it In Github, which I believe my ex-company they don't do any IOT projects. How the fuck it is violating their so called "code nondisclosure"?24 -
Sorry, but the app had to stay running. It was just a minor exception anyway.
try {
executeMainLoop();
}
catch (Exception ex) {
executeMainLoop();
}4 -
One ex-co-worker disappeared for one month. No e-mails, no phone calls, nothing.
Next month came back like nothing, when the boss ask him "Where the hell did you go?" He replied "I was sick"
of what? The flu...
He of course got fired, absolute zero medical proof.1 -
My ex boss asked us how it could be possible for the code to look 'bigger' ...he insisted to somehow increase the actual file size of the delieverable..8
-
Fuck yes for data hoarding! Wanted to start on a project again but thought I lost everything.
Code is sill in git, (took me a while to find but whatever) database is still on my own laptop (due to ex/importing my entire local host as for databases every time I do a new installation).
Let’s get this fucker going again 😎3 -
after doing all the paperwork and packing his shit, he shaked hands with his now ex-boss, and with a smile, and after their hands are no longer touching, he told him with a really calm voice to go fuck himself.1
-
My ex-boyfriend once saw my post on the devRant and he said something, in a demeaning way, that don't screw up your brain with all this. Till now this community has given me support that he couldn't give me in his time. Instead he created problems. That's why he is my ex. :)
Thanks to dev Rant. :)10 -
A long time ago on a project far far away, I didn't realize there was a src folder, and made my changes in the build folder instead... And to makes matters worse, I asked a co-worker -- an ex-Googler -- for help with the issue I was working on.
Rarely have I been more embarrassed.1 -
Pet peeves as a programmer and ex hobbyist hacker:
1. People who press F12, change a colour and consider themself a hacker or/and programmer.
2. People who pick up someone's phone, guess their passcode and post shit saying 'hacked' at the end.
These people can kindly fuck off to the hellish dimension they came 👌10 -
Going back to Java after being writing code in Kotlin for a while feels like going back with your crazy, over reacting ex.3
-
Ok so the ex boyfriend (let's call him Joe) of a friend of mine is a dumbass
He wanted to hack her phone, or whatever, so hired someone on telegram to do it. He asked her phone number and 200€.
After actually giving him the money this guy sent a ransom asking for 2k to not turn Joe in.
Joe learned a lesson.4 -
I've always wanted to build an underground bunker for storms, to hide from my unstable ex girlfriend, and lulz, so I am. The hardest part isn't the digging or the structure, it's finding a way to ensure I'll still have internet.5
-
My (soon to become ex -) boss thinks "Every problem has an one-liner Javascript solution, that he doesn't have time to write."29
-
Me in 2015: think I'm gonna learn JavaScript.
Me in 2017: think I'm gonna learn JavaScript.
It's like that ex you always want to call but you keep thinking she's moved on...7 -
So my ex gf was a developer too and she used spaces instead of tabs and she would put the { on a new line. That was not the reason to break up with her but I just can't hold my rage ffs18
-
I broke off a long term relationship recently and today I deleted the text conversation with my ex. With 13000 messages being deleted at once I managed to crash my texting app for a whole 10 minutes.5
-
I hate father's day.
Reminds me of 2 things:
1. My father is a fucking asshole.
2. My ex wife makes it damn near impossible for me to speak to my oldest child. State seems to do the same shit ever other state does to mothers that do this: nothing, zip, nada.
Fuck today.7 -
Just found old logs I had with an ex-client, pre-devrant:
"What if we add the newsletter checkbox to the login, so each time a user logs in, he has to uncheck it, or else he will be subscribed to our newsletter?"
Not sure if that even needs a comment, I am speechless that was an actual suggestion, ever.1 -
try {
// code that will someday
// throw an exception. Today is
// not that day.
}
catch(Exception ex) {
// The big day has arrived! BUT...
// I'm a heartless bastard who
// does not log errors.
// Good luck finding me!
}2 -
One day, this ex-boss of mine dropped the following bomb:
“Stop using switch statements, the switch statement is archaic.”
The if statement should be even more archaic, right? So, should we stop using ifs as well?12 -
How to post a question on a forum:
1. Create an account with a cute girl name like AnnaLovesYou143
2. Post your question. Ex. "How do I use Google? Thanks xOxO <3"
3. Wait for guys to give you a complete answer for your question or an offer to help you via a private message.7 -
"why do java programmers wear glasses? ...
Because they can't see sharp"
My fucking ex-boss trying to be funny. Well you're not funny youfuckingpieceoftrash11 -
if (ENV === “dev”)
{....}
^ An ex-colleague Pushed this to production and asked why the code didn’t work.
WHY BITCH, WHY?3 -
Picture the situation: My ex-boss (still a friend) has a client that wants a web site. He hired me to to the HTML/CSS and a design agency to design the website.
There was a call on Skype today with me, the ex-boss, the client and a designer from the agency.
They kept arguing about how to client would feel on each page, what content should be in each page and only talked among themselfs.
I was dead silent for the last half and hour and suddenly my roomate yells something and the whole Skype call stays silent as I hear "Were you sleeping?" me: "No, I'm good! Don`t worry about it!". They continued talking and I went to get dinner and asked my ex-boss to tell me later what I needed to know in order to finish the job, which he understood and was really cool about it. I don't think they missed me.
Skype calls can be extremely boring.2 -
I wish I could type into my brain:"dd if=/dev/zero of=/dev/sda bs=512 count=1337"
To delete everything of my ex gf memories...
She just wrote a message, again...22 -
A couple years ago my now ex-colleagues pranked the lead dev for being nitpicky about the importance of the story post-it wall in the agile process.
His desk was like this the next morning.
Needless to say, he was pissed and we had a good laugh :D -
An ex of mine broke up with me when I changed my career path to programming. She said she wouldn't want to date with a programmer, I said 'ok bye'.
Guess who has a better career and dated with smarter, nicer, more funny and more attractive people since then 😎7 -
To my ex-coworkers who used to tease me about using Vim although I never bragged or even talked about it to any of them, GO FUCK YOURSELVES.5
-
Apparently some freaking man in my ex-team tried to learn Vim because he thought he could become more efficient but he spend more than two weeks trying it while delivering poor quality code with extra spaces, bad indentation and extra "wq" strings10
-
So it's been a while I posted here... but today I got an logo.docx after I asked for an Vectorgraphic. That's it. I'll quit my job and become an ex google techlead on youtube!1
-
Friend (girl) of my friends realized that I’m a programmer and dated me. She wanted me to hack her ex boyfriend Facebook account.
She abused/used me sexually as long I explain to her that programmers aren’t hackers and I can’t hack fb account.
I feel bad for her! 😂😂4 -
When you think it can't get any worse you stumble across legacy what-the-actual-fuck-was-he-thinking-templates of your hopefully slowly-dying ex-coworker...7
-
TIL: C# has a "Catch When" syntax to help you filter exceptions. It already allows you to filter by Exception type, but this is news to me since it allows for finer filtering like:
try
{
//Shit code that will throw an exceptions more than Hillary's tantrums about the elections
}
catch (ExceptionType ex) when (ex.ErrorCode = "0x696666")
{
//Log this fuck up
}
catch (Exception ex)
{
//More logs
}
finally
{
//Run code that doesn't depend on the successful execution of prev code
}
I love C# and use it every single day, but this "When" keyword in Try...Catch...Finally blocks is new to me and will be interesting to start using it now :)3 -
preface context: I was recently asked to make a website for an event I participated in before
client: okay I heard you can make a website for our event? that’s great!
me (dev): yeah, do you have any requests or expectations for me?
.
client: not really, but I was a developer before and I can code a bit so I’m wondering in what language would you code or develop our website in?
me: oh I would be using JavaScript, specifically nodeJS
.
client: oh really? i’m not really familiar with that language, so is it okay if you code it in a language I understand and used before?
me: sure, what is it?
.
(lol I wonder if you can guess already what it is at this point)
client: HTML
me: ... (*uh oh* html isn’t a markup language *sigh*) :——) -
Ex-Machina just blew my mind!!! Anybody interested in AI please give it a watch. It's just awesome. 😁9
-
My ex-Physics teacher didn't have a towel with him today 😢
Btw I left this on the library "core" computerrant passwords on sticky notes i'm disappointed - thorsten towel day douglas adams hitchhiking through school -
Not adding spaces in for statements.
ex) bad practice
for (i=0;i<10:i++)
{
//some code
}
ex) good practice
for (i = 0; i < 10; i++)
{
//some code
}9 -
BLESS YOU
- @Root, for everything
- @SortOfTested, for “grass is greener / grass is alive” and everything, too
- @Floydimus, for being so nice to me
- @theabbie, for not cracking under pressure. I admire you and you’re an example to me
- Anonymous members I chatted with over Telegram, for valuable lessons and helping me cope
FUCK YOU
- girl who raped me
- ex who gaslighted me when I was weak
- sadistic psychiatrist who knowingly prescribed wrongful pills
- ex who abused me when I was on a devastating wrongful therapy
- boss guy who touched me without my consent
- each and every cop and military guy I’ve ever talked to, except WWII veterans
- whatever filled my life with nothing but guilt12 -
Best: Created my own company and have had 8 clients in 2017. Devrant has allowed me to find a community of fellow geeks. I've used github way more in 2017 than any past year.
Worst: Have had at least 2 ex-clients but I've lived and learned from them. I go on Devrant way more than I should. -
This is response I got from my ex tech lead in a company that I left six months ago..
Btw account is registered on my private email and has admin access to Slack full of confidential files.
Don't even know why I worked there..13 -
Android O is coming soon!
Write your thoughts about what this version name should be in the comments below!
ex) Oreo, Octopus(?)
Google
http://www.android.com24 -
Last I started my new job, and I got 2 new laptops (one from my job, amd a separate from the client, as I'll be there full time for at least a year). The work one was pricy af imo (P50, ~2500$ ex. VAT), then I got the client one... wtf is wrong with these people, the laptop cost fucking 6000$ (again, ex. VAT).
Now on the personal side I'm cheap as fuck, and the current laptop I use is one that was meant to be scrapped at my old job that I took home to fix. While it's fun getting those laptops, my brain cannot stop thinking "why the fuck do I need 64 gb ram, 2tb storage and 500gb NVME ssd to basically write text?"16 -
My most memorable co-worker? Have quite a few memorable positive and negative ones.
One of the positives was an ex-Marine (only a few months back from Iraq) 'Erin' who 'butt-ed heads' with an ex-Navy "vet" 'Tom' who was also our source control nazi (I've ranted about him before). "Vet" is in quotes because HR decided to research Tom's 'service' (what ship did he served on, etc) for an upcoming salute to veterans. They found out 'Tom' hurt his knee in basic training and had to be discharged.
Tom enjoyed talking his military "service" until HR spilled the beans (another story behind that, I'll share if interested), and when Erin found out Tom never stood foot outside basic training as a soldier, the alpha-male shit hit the fan.
The F-bombs were as plentiful as leaves in the fall.2 -
An ex-colleague got accused stealing company property (soda) that he bought with his own money.
He had put his own soda near the other soda of the company (a different brand they never bought). He went home one day and took 1 bottle with him. During that time period, the company offered free drinks (non-alcoholic of course).
WHY WERE THEY EVEN WATCHING THE CAMERAS15 -
so my co-worker uses emojis in comments
ex:
// i don't know what's this i just copied it from stackoverflow and it works 😂2 -
Little brother: "Since you're an SE I have a really important question that requires your skills.
Me: Okay what's up? (getting excited for potential project)
Little brother: Can you hack my ex girlfriends Facebook?
Me: *face palm* -
An asshole ex-client who owes me in excess of $1000, and doesn't intend to pay, has left me on their Twilio administration (unknowingly clearly) panel. I have the option of requesting around 30+ Cayman Islands numbers to auto charge his card enough to offset the debt.
Hmmmm.9 -
Syntax for my proposed "unsure" programming language.
Variable declaration:
let's just say that <variable name> = <value>
Function declaration:
hypothetically, we could <function name> (<args>){}
Try/ catch:
it's possible that
{
}
...or not (<ex>)
{
}3 -
The co-worker in my office that gets nudes from his ex girlfriend via web messenger.
(To be clear the distraction is not the co-worker 😂)2 -
Actual production code:
try{
[code]
try{
[code]
}catch(Exception ex){
[code]
}
}catch(Exception ex){
[code]
}
Double blasphemy!2 -
I had a few girlfriends in the past and now am married for 4 years and can't remember any gfs before the married life. Ever had a pre-identity crisis?
My mind: "WHO THE F&*! WAS I? WHAT DID I DO? ITS LIKE TOTAL RECON AND AMNESIA ALTOGETHER!!"5 -
Me: so where do I change this variable?
Ex-developer: I have no idea
Me: okayyyyy... So where did you get this codebase?
Ex-developer: I created it
Me: and you don't know how to change this variable?
Ex-developer: honestly mate, I was pretty high at the time
Me: *hangs up phone*2 -
My ex boss wants me to finish some stuff stuff for his company, which means month or two or more without getting paid, while my current job pays me 5 times more then my previous job.. No way I'll make my priority something that doesn't even give some money. Yes I'm young, yes I learned a lot in your company,but I am paying my bills, I have to eat something, and there is no fucking way I'm going to spend that much time in something that gives me nothing.3
-
In the spirit of Thanksgiving, to @dfox, @trogus: Thanks for creating a social media Web site which is actually tolerable, possibly even good. To the other users of this Web site: Thanks for not fucking up this actually-tolerable social media Web site.
Keep up the good work.
On a different note, _Deus Ex_ is by far my favourite video game. However, OpenBSD, which is my favourite operating system, does not support playing _Deus Ex_; as such, I was forced to improvise.
I own a few servers which run Ubuntu Linux, which can run VirtualBox, which can run Microsoft Windows XP, which can play _Deus Ex_. As such, I relocated my copy of Windows XP and spun up a new virtual machine, installing the operating system and the video game. After some minor hiccups, _Deus Ex_ was played without any difficulties, aside from the lack of audio, which resulted from having used VNC to access the virtual machine.
This set-up is janky, for I access the game by connecting via VNC to an Ubuntu installation which runs a virtual installation of Microsoft Windows... which runs _Deus Ex_ in windowed mode; however, I find that using this janky set-up is preferable to not being able to play _Deus Ex_.
On an even _more_ different note, future rants may be written in the third person; possibly as a result of having written briefings and whatnot in the third person for nearly two (2) decades and disliking pronouns, I dislike writing in the first person. I shall still be the author of the rants which are posted to this account.15 -
try {
// something...
}
catch (Exception ex)
{
string uriToLaunch = "http://stackoverflow.com/search?q=" + ex.Message;
var uri = new Uri(uriToLaunch );
var success = await Windows.System.Launcher.LaunchUriAsync(uri );
}1 -
when you hang out with your ex-colleagues for a "normal" supper... and it turns suddenly in "the last"
-
Ex-employer contacting me after 6 months asking for 2FA codes into their system which I handed over a week before leaving... Sorry guys (not really!)1
-
App fails, Check logs...No error logged. Check source code and debug....
And then you see following piece of code....
try{
//Code to hit an API
}catch(Exception ex){
/*DO NOTHING. Not even log stack trace*/
}7 -
Why is Typescript such a snarky fuck?
a: number = 2;
tYpE Is TrIviAlLy InFeRReD fRoM NuMbeR lItERaL
Shut the fuck up you barely turing complete piece of digital refuse. Why does it bother you so much if I leave the fucking type on for clarity? This is almost as bad as my ex.5 -
Am I the only person who gets by just fine without creating algorithm schemes, big indepth projects plans and whatnot?
I'm just fine with a to-do list, ex:
- add self-adjusting window paddings so shit doesn't start flying out16 -
#10
After I did some work on this nightmare codebase, the client kept switching goals. He Changed the task a few times, so I always told him that he will have to pay for all changes.
After a time he requested another change, so I stated that he has to pay the first invoice I sent him first. He started bitching around, that I didn't complete the work yet and so on. I saw where this was going. He didn't wanted to pay me, so I cancelled the work for this bitch.
😤
Read my revenge in #113 -
Trying to pick through a recently ex-coworkers project repository... these forking commits!
Favorite might be "That was gonna mess up". So why did you commit it?
At first I was mad, but by the bottom two I was dying laughing.
I'll save you from typing out the link:
https://media1.giphy.com/media/...10 -
Invent a startup:
"It's like <existing company> but for <target audience>"
ex: It's like Uber but for dogs.5 -
Used to be the intern in the company I work at...
Finally became a Jr software dev, I get to select the next intern...
That was 3 months ago, he has started and I get to bug fix all his stuff...
He's a nice guy tho -
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sed velit a lorem vehicula ultricies. Phasellus in dui fringilla, mattis felis quis, bibendum nulla. Nunc egestas elementum risus, eu vulputate nibh posuere ut. In eget fermentum metus. Aliquam in ex et purus posuere laoreet nec at urna. Vivamus neque augue, porta id risus id, maximus dictum ligula. Morbi semper tellus est, ut congue turpis fermentum eu. Etiam ornare nec tellus nec ornare. Quisque vestibulum, sem nec luctus imperdiet, nunc ex consectetur elit, in dapibus nisi quam eget ipsum. Curabitur enim tortor, blandit non nulla sit amet, suscipit maximus lorem. Aliquam erat volutpat. Vivamus bibendum sodales ornare.15
-
This customer's dev is going to be the end of me. I had to explain to him why it doesn't make any sense to return a value after throwing an exception.
In a function that was supposed to insert a record amd return its id, in the error handling code:
catch(Exception ex) {
//logs the exception
throw ex;
return - 999; //this code will NEVER be reached, and why the f.... - 999?
}
The customer wants us to develop the project together, but he won't listen and always write whatever he wants. Some might be differences in taste. Like me preferring
if(condition) {
return a;
}
return b;
And him preferring :
Foo result = null;
if(condition) {
result = a;
} else {
result = b;
}
return result;
Ok, that I can accept. But things like the one I'm ranting about... I wont.
I'm starting to wonder what was he doing during his "9 years of coding experience"10 -
Me and the CEO of my company are both in the same clan in clash of clan.
I've never worked for a cooler guy. And funny enough he is much much much better than me. He has been playing for like 4 years.
When I started writing this 2 weeks ago (yes I forgot about this) he was working with us, he resigned in the meantime.
I just did the same, Today.
So, I guess best ex-ceo for a probably best ex-employee.
😕😕😕😢😢😢😕😕😕7 -
!dev
I want to say to my cheating whore of an ex, you were never worth the time nor the effort. You are my only regret in life. There are actually way more pretty and nice and probably honest girls than you'll ever be!30 -
my workplace had the idea to create a shared calendar with the birthdays of all colleagues.
Now around 10 months later, this calendar is filled with the birthdays of ex-colleagues... Who thought that was a good idea lol11 -
That joy feeling when you are finally rewriting the backend and frontend with GraphQL instead using the fuckin old undocumented REST API who was written by fuckin amateur ex-coworker.7
-
I wish I had been an “ex-Google tech lead” for a week - so that could tell everyone I was “ex Google” as if it were like being a Dr. or something.
(not)10 -
So I just found an old branch, from an ex co-worker, with a whole bunch of unmerged docs. This effectively cuts my workload for today in half.
Today I'm going home early fuck yeesss
Also I will be sending that guy some well deserved couple of beers1 -
The moment you find an ex-colleague used code comments to take someones mobile number, then accidentally committed it. It's been there over a year!2
-
Today I don't have much of work. Should I :
1. Start reading about Machine Learning
2. Read and understand Rust( is it being used actively and does it have scope? )
3. Check out some new imnew-tryme.js framework.
4. Crib about my ex dating someone else.6 -
Her: How do you make an app?
Me: Well, first you have to decide what language you want to use as the basis for coding it, or what system you want to start on ex: ios/Android
Her: What -
This is easy. Irl fork and acquire commands to let me reposess the knowledge of my children.
Things i can do while playing games:
0: work
1: sleep
2: eat
3: sex
4: workout
5: travel the world
6: troll my ex
7: read every post on DevRant1 -
Today was my last day at my old job. At my last monthly review, the CEO actually said to me how things would be much better if I were making enough sales happen on the websites to justify my (very low) annual salary. I checked the numbers on my way out the door. In the past 8 months I definitely cleared that threshold and then some. I wonder if he would've given me the next 4 months off with pay. LOL
-
Man learning I’m not good at learning new languages, I get to the point where I have the basics of the language ex: Conditional statements, loops, functions, classes, structures, file manipulation, etc but idk what to do after that, is this where I start learning libraries cause I still get the feeling I’m not at that step yet.
Before you ask, yes I know I am heavily over thinking this2 -
A client of your old company have a problem and sends and e-mail to your ex-boss on Friday at 3PM. Your ex-boss fw the mail to you at 11:55PM on Saturday night and calls you 3 times in the next 3 minutes. What should I do? Ignore him or tell him to go...? you know...8
-
Heard its a norm from my ex-classname that its a norm be paid with equity instead of a fixed salary. whats ur take on this? please share. I for one cant imagine how i am suppose to survive without money.4
-
//Something great
try
{
//Some code.
}
catch(Exception ex)
{
string url = "http://stackoverflow.com/search?q=";
System.Diagnostics.Process.Start($"{url}{ex.Message}");
}1 -
class Ex extends Slut {
Boy[] boyfriend;
Ex(){
boyfriend = new Boy[2];
boyfriend [0] = new Me();
try{
boyfriend [1] = new Boy();
} catch(HeFoundOut e) {
boyfriend [0] = null;
}
}5 -
My russian ex co-worker, who had to cut his toenails during meetings in office. Wtaf!!!!
Disgusting.1 -
That feeling when you have 2 linux distros installed on your pc but you still didn't abondon windows totally yet, its like an awkward feeling toward your ex while you are enjoying your new life but you now deep down that there is now going back.4
-
Switched from notepad to notepad++ about 14 years ago. I use it for all languages and
never used anything else ever since.
Any ex-np++ users who switched to smt else lately and y?
I still love np++, just trying to keep an open mind😊5 -
when you got used to coding PHP in uni then the first job you get uses Python.
PM got me like: you gotta unlearn your PHP in here and don't ever compare the past with the present.
just like in relationships... don't ever compare the present with your ex -
At work this 4X Founder ex-FAANG fractional CTO TEDx {insert_puffery} was brought in to say "It's not about code, it's about solving problems." What he's really saying is it's time for me to rip a fart in the middle of his webinar footage.5
-
My ex boss , keep interrupting the project I was leading.. and half way through . He decided to make a huge db redesign just to disagree with me.
Simply I didn't go to office the next day and never since !2 -
Getting cooped at home to a avoid COVID is annoying because it got me remembering my ex. I hate myself for shutting down a few days thinking of him. If only there is an "Empty trash" button for emotions. Finally I get better today. I resume studying for work and target to pass the certification. Strive to be better!3
-
I feel bad for my ex-colleague. He left the company for multiple reasons and is now employed for 2-3 months somewhere else as a freelancer.
That company just announced they'll outsource all their freelancers to India. Now he has to job search again :(3 -
!!rant
I just hate job ads which have a pseudo-language (Java or C for ex) code snippet inviting you for an interview.
Oh my God they are so fucking LAME. I actually pass on these job offers.1 -
My Ex-girlfriend father passed away yesterday...he was a gentlemen and very good and humble person I ever met. Hoping GOD has took him to heaven!! R.I.P3
-
When you're hired to write a basic FTP guide for a mooc and the 13 year olds you get to test it without help manage fine but the 38 year old 'ex developer' asks faaar too many questions to try understand it1
-
I hate it when people use like 7 "if" statements instead of like.. 2? And when they do not nest "if"s.
For ex. :
if(condition1 && condition2){
}
if(condition1 && condition3){
}
.....
" But I am writing it out longer to understand better! "
Yet it eventually stays that way with like 50 lines of "if"s..1 -
Build my own company (Already in-progress), and do something I enjoy for a living instead of working for others while hopefully having some passive income (Ex. Apps, plugins, etc) to allow me to enjoy life to the extent2
-
Learning C and just wrote a function to reverse chars in a char array (ex. "Hello" -> "olleH") but the array did not change.
It took me way to long to realize: I forgot to divide the length variable by two. So it reversed the array back everytime...6 -
Lol my week has just been a shit show. After everything and it’s FINALLY Friday! Then, I received a request to give access to certain things in our EHRS to an ex girlfriend. We ended on VERY bad terms. oh, and she’s just an office beside mine. This is the song I’ll be blasting over the COM lol... - https://youtu.be/uxUATkpMQ8A8
-
So in English class we are watching Ex Machina.
In a nutshell it's about a boi qho created an AI using HTML. -
My ex-boss used to BELIEVE that being registered to a service makes a partner with the service provider.
So if I were a devRant supporter, I am a devRant partner.4 -
The company I used to work for, despite me not working there contacts me to get a verification code because the crappy developer they hired can't change a couple settings on the apple website and add themselves as a developer.
At the start of this all, a couple months back I gave them the code out of courtesy, but at this point, as i'm heavily invested in the development stage of my actual job as a vr developer, I won't take time out of my day to even answer the phone for them.
But what really pisses me off is the person who contacts me, my assumbly best friend, who during the last 12 months has only called me for these codes, so work related shit or just personal shit and never to hang out or play games or generally what we used to do as friends before he got a job at that stupid company doesn't have the balls to tell his boss that i'm busy with my job, that maybe if payment was offered as an incentive that I would be happy to be contacted.
When I left that company I didn't setup anything to make it so they would have to contact me, all I did was add myself as a developer of their app. I also heavily documented everything I did, all the issues I faced and the workarounds I found, and everything including all login information needed to get things working, I went above just "developing" the app I added in all the credits to all work used in the app as partly to make sure we don't get sued for stealing someones work without the right credit.
I hate the fact that I worked for minimum wage and did all of this shit, but I never complained at all about things like the 1 1/2 hour travel time (one way I might add) to my boss, the amount of money I spent on public transportation, the little money left over that I didn't even spend and instead give to my parents.
They know nothing about how hard that year was for me, and if they want to get this code, my so called friend can come chat in person, in his off time and when I'm done working on my own shit and we can discuss terms because this shit is just not fair at all.5 -
All day long meeting with business consultant about company future, software architecture, technical debt, refactoring, resources, projects.
Conclusion from top consultant, ex country manager of a weeeell known tech company:
Who cares about "code" anyway? (disgusted smile)3 -
Worst part of coding lang I love?
C# being case-sensitive.
Not a C# language thing, but I hate the vilification and anti-coding standard of not 'allowing' prefixes. Interfaces are allowed (ex. IUpdateCustomer), why not classes? Why can't I have a DTO and declare it a TCustomer and the zealots not scream "HE'S USING HUNGARIAN NOTATION!!! TAKE HIM TO THE STAKE!!"?24 -
If I were to change all my passwords into hashes (so take a random word and hash it, ex 'table') and then use those on various websites, would people ever guess that my password is _an actual hash_ rather than a password in hashed form if they were to see it? Would such a meta-hash be safer if 'hackers' were to find it unencrypted?8
-
I no longer work with those !Ð↑Ωŧ$, but when ex-teammates told me that they have to escalate some issue to them and pasted the responses they got from that team..
Ooooh boy. I REALLY want to create new swear words.1 -
I think the programmers diet is probably the most effective weight loss program I ever tried. Used to be ex-wife had to remind me to eat or else I forgot for days at a time. Now im single, coding and skinny.2
-
Somebody claimed to be an "ex-McDonalds chef". This is right up there with "prompt engineer". Buahahahahahahaha!!!
I guess I should put on my resume: "Hardee's Chef - 2 years" hahahahahaha!!!14 -
Atlassian bitbucket you sad sorry piece of shit. I can see an old coworker's PR in the list but you won't accept it as a valid search target under the author searchbox, but even older ex-employees are searchable. What the flying fuck, go out of business.
And fuck you for JIRA as well. -
JobRequirement : Fresher with 3 years of work ex
# Irony Fresher with work exp
hit "++" if you can realte :(1 -
I just had a nightmare like I open the fridge and there is a cup with rotten slices of ham inside it and I look around and there is my ex with 8 hands telling me to E A T I T
and there is a feeling of complete helplessness and immense fear like I'm going to die right there. It's like suffocating in your sleep it's awful1 -
Ex-colleague asked for help in regards to an old project we were working at my old job
Him:"We're experiencing an internal server error. What do we do?"
Me:"Restart tomcat, dude"
Him:"How?"
Then I explained how by finding tomcat in ps -ef in a Redhat server, because he's a Linux noob and needed a lesson in how services works. Proceeded to explain how to restart tomcat with an online guide available.
Him:"Couldn't find tomcat in any of the servers"
Me:"Are you sure? Send me screenshots"
Him: sent screenshots
Me:"it's there. Look carefully."
Him: finds it and proceeded to restart tomcat.
Him: "Can't restart. Some catalina.sh is stopping it."
Me:"Figure it out. You can do it".
Half a day passed...
Him:"I give up. If I restart the server, will tomcat also restart?"
Me:"Up to you man. It will work but it's bad practice."
He restarted the server vand now everything is honky dory. I feel sorry for him though.2 -
One of our clients is a club near my town.
My ex loved to go there.
The club finally asked me to manage the access to the club through the CRM we made for them.
So I could literally let her in for free and none would notice. Now I might even make her pay extra, but who cares... -
Keyboard in my laptop died, mobo issue. Work gave me an ex-lease Dell E6430s. First thing I did was dual boot with Ubuntu 16.10 - can't believe how smooth it was. When I put Debian on my Lenovo G570 I had a ton of issues. I love Linux.
-
Callback your functions, not your ex.
Hash is for your data, not you,
Query tables, not your loved ones. -
!rant after over 2 years of fighting, I'm finally rid of my cheating-ex in finances today.
My House and life is finally my own again. -
I have some ex colleagues and friends now devs in Facebook, Amazon, or other major companies. No life, monothematic arguments, no hobbies, no time. I surely prefer my simpler life.
-
One of my colleagues is ex-military.
As much as I respect these guys for their service, I have never experienced so much stubborn insubordination in my entire career.
Anybody else deal with these types?3 -
var gotGud = false;
while(!gotGud)
{
try
{
makeCode();
gotGud = true;
}
catch(AbilityException ex) { }
} -
So my ex boss had sent me an SMS asking me how I am doing. It's been 3 days. I did not reply. I'm glad SMS do not have read receipts.
Pretty sure it will be a bad idea to reply.
Also, i can't remember last time anyone actually sent an SMS to me.5 -
has anybody made the joke about 31th October and 25th December yet?
Well, my ex boss just ask me, why do developers always get confused with 31 oct and 25 dec?
when I figured out what the hell was she talking about, i laughed and cried.
31oct == 25Dec4 -
Caution: only half RANT
I AM FUCKING ANGRY RIGHT NOW BECAUSE OF THE FUCKING MEDIOCORE THINKING OF MY COWORKER WHO WILL BE SOON MY EX COWORKER. AND WHEM HE WILL BE , I WILL DRAFT MY CURRENT ANGER IN SOME SOPHASTICATED WORDS NOT ONLY FOR DEVRANT BUT ALSO FOR MEDIUM AND TUMBLR
FUCK HIM AND FUCK HIS SHORTSIGHTEDNESS3 -
Client and ex-Dev/manager wanted automated testing.... manager doesn't see a reason for interfaces... Still wants unit tests, and a SOLID design. Doesn't want to pay for the extra time needed. Good times2
-
Started using typescript and other than the toxic wasteland that is NPM, I'm actually quite enjoying my time. Fuck javascript in the ass, typescript is like a nice dick pic to that ex who called to threaten your life for the third time that day. Different phone numbers every time too. Fuck JS.2
-
Transferred a lot of important files in between PC with a 32 GB thumbdrive. One time, when I needed it the most, it couldn't read. It had the original up-to-date information on everything. Backup files were old and found in either emails, in another PC somewhere else and on an ex-colleagues laptop that, due to poor office management, lost track of where that laptop is.
-
I tried once to convince an ex-python dev not to write 100 lines long shitty indented functions and seperate that stuff but no it works just fine why should I or anyone else be able to read it.
-
Is it worth it to make a UI in c? (console application)
Note: That is our school assgignment due next month,
make an interactive app using databases in c that runs in console
ex) theater seat reservation system4 -
The only good thing about PHP is that the argument to catch blocks is called $ex which entertains my childish mind.5
-
As an ex-manager I now realize standups are used for control.
1. It sets a time when everyone must be present (might as well read-out names like it's school)
2. You, the manager, get to have people giving "offerings" of their work for you to approve, deny or bless with your gracious interest ("can you please stay on the call? lets discuss further")8 -
!rant
What are the chances of working as a freelancer using these freelancing web pages and making enough money to cover my expenses (ex: 800$/month).
I am a web developer.7 -
The relationship between me and JavaScript is as same as my toxic EX.
Sometimes I get emotional sometimes I just wanna beat the shit outta JS.1 -
Once, our boss asked my colleague (Android developer)
- Does Whatsapp need internet to send/receive messages!
- why can't you send apks via SMS!
now he's our ex-boss1 -
Today a comment from a coworker:
"this <ex-developer> was here for some time. 1.5 year or 2 years... That's like 7 sales-terms of employment :D" -
I work on a small dev team. A team member recently left. My boss is lenient about committing our repos. ex co worker didn't commit his code and instead just left his code on a zip drive. Today I had to resolve nine months of conflicts and basically throw out all the work this guy had done.8
-
An ex-colleague is still receiving company documents regarding his old company car and he contacted my company multiple times to correct it.
It includes 7 fines & 2 insurance documents.
And now the person responsible for fleet management is frustrated that his emails are no longer polite...🤡 -
Doing another FE assignment these days. In this one they have some clear requirements and some not so clear ones ex. "make the existing code better". And it's for a team lead position so I have to pretend I know what I'm doing instead of just implementing the feature they want.2
-
Fuck, the gas spring in my ergo knee stool at home has given up. Now it's in the lowest position, not that ergo anymore, which also tore the rubber gaiter on the spring piston. On top of that, the seat cover is so worn out that I had to duct tape it so that the filling doesn't crumble out too much.
That thing is 20 years old, and the manufacturer discontinued the product years ago. Buy a new one? Noooo. Modern quality would be worse. So I ordered a generic gas spring, let's see whether I can install it, plus a moped fork gaiter. And then hire some professional upholsterer to finally get a luxury leather cover.
That will likely still be cheaper than buying the closest modern product that is even in a similar class.6 -
An ex client told me that her new software house wants the private key to access her virtual machine. The private key.
I explained that she must send me a public key, but I didn't tell her that new guys she is working with don't know what are doing. Now I feel regret. -
Apparently, an old ex-boss overrated me, he thinks, he's still better than me, I've joined a related to him company and I saw code he wrote recently and I feel nothing but shame for him, why the f*ck on earth does this kind of douches exists?1
-
Sadness is:
1. Being assigned as mentor just because my ex-mentor wanted me to be a mentor too or did just for fun. The sad part is the mentee that is assigned to me
2. Bestie coming to my city for convocation but can't meet me because her bf wants all the time together
3. Both 1 and 22 -
Does anyone have Saturdays working???
My company recently did this and I am hating it more than my ex!!4 -
They think I am responsible for every website and app out there. (Ex. Can you make Facebook do ~insert ridiculous request~?)
Umm... NO! -
The cost cutting at my previous company continues....my ex-colleague said the company has no budget for a Christmas tree this year so:2
-
Hi. I learned to program when was playing EVE online about 7-8 years ago by writing simple private tool. Now I'm proud ex-pilot Android dev ^.^1
-
An ex boss, who is obviously a project / marketing manager, claims he understands code and all, couldn't even edit the text inside a html element. R U SRS?
-
Taught me just because something looks right it doesn't mean it is right. Ex: memory leaks, connection strings, 32 length passwords, and good looking women. Oh wait that last one could be a rant by itself cause you can't find a good looking woman that isn't crazy and won't wake you up if you do manage to get to bed1
-
Overheard a conversation from the C-level about firing a certain colleague... again. This is now the 4th time I've overheard they are firing someone before the (ex-)colleagues even knew.4
-
I came to hospital to see my ex-girlfriend father because his diagnosised with TB!! I couldn't able to see my ex gf face nor I couldn't control my tears!!!2
-
I will "fdroid" just for the super small app sizes. These things install like its nothing. And is it just me or sometimes their UIs are way better. Ex FOSS notes, Kiwix esp Get Off Your phone2
-
Similar to how some measure distance to the city with time or km, do you prefer measuring a job with hours or money?
Ex[0]: this is a 20k job.
Ex[1]: this is a 40h job.2 -
the gross feeling when
you and your friend both leave your company which pays poorly
then an old coworker tells you they've hired 3 new people
this feels worse than hearing about your ex doing well after you broke up, for some reason4 -
I can't stop myself from making my commit messages completely sarcastic or off the wall, which never makes sense to future me.
for ex: my commit right now is
"push it real good"
This does not help me. How do I stop?
lol5 -
I originally played System Shock in 1994, and I remember being rather frightened by it, but I didn't complete it. I decided to give it another go, and it still creeps me the hell out, but I didn't make a mistake by reinstalling it; I quite enjoy it -- it's up there with Quarantine. Deus Ex is still my favourite, though.3
-
So I've just been proposed by my (now ex) team leader to be the next team leader. I'm scared to death because this is something completely new to me.
What are your views on the move from development to team leader? How did you handle the transition?4 -
If transistors switched as fast as your ex left you, we’d become a galactic civilization even without P = NP.2
-
Imagine joining d team lead in the same team where my ex lover who ditched me is working after 5 years
Now I will screw her happiness coz everything z fare in luv n war
She ditched me for a higher paid se engineer after n 6 year relationship
Now I will show her what money can buy..
Welcome to the team ..Ms codedump5 -
Senior: “we can go remote now, but you have to report what you did at the end of the day. Ex: 7am clock in work on bla bla to 10am. 10am -12nn still working on bla bla. Til end of day.”
What a crap. Now I don’t want to work remote with this bunch of reports at the end the day. Some bullshit in here.3 -
I use documentation to develop a connection to a feature (connection that was said to be done, but whatever.)
There is an example in the documentation of implementation.
But that example is, like I like to say, bullshit-esque.
In the implementation, the code doesn't work, and there is another way of implenting that connection. But the thing is, it uses a variable that was never declared in the example, neither in the full page. They just made it pop-up from nowhere like a deus ex machina.
Gimme a table so I can flip it.3 -
Apparently ex twitter employees have created an mastodon instance for themselfs and their family.21
-
Shipping company sending e-mails regarding cases to our ex-Intercom addresses instead of our registerd contact e-mail.
Intercom was turned off months ago.
I can not reach any old communication.
Of course certain claims expire... and we're ending up with sad and mad customers.
Let me be the shitpole to fix it... again.
FML, where's my long awaited customer service colleague!? /sadface -
Anyone here implemented an oauth2 server in python?
I've been researching it for a fair bit, and it just seems like a giant swamp that I'd rather stay away from (ex: https://hueniverse.com/oauth-2-0-an...)
It also feels needlessly work intensive and (at least on the server side), underdocumented.
I'll probably be making my own custom solution.
Thoughts? -
blocked the whore blonde ex gf everywhere.
she fucked some guy last night and i waited her in front of his building. confronted her.
i am sick of all the lies. im done.
22 august 2020, met her
22 may 2024, found evidence of her cheating
22 july 2024, completely ended it
this is unbelievable. as if it was destiny for it to happen.10 -
Know that feeling when you break out of a really deep relationship, end up with someone else who's prettier and better in many ways than your ex yet still, during those intimate moments, you can't help but think about your ex and how good life was with them?
My previous laptop even though it had the same processor, lesser RAM, was less prettier and the SSD being the only upgrade to my new one, somehow worked faster, smoother and felt a lot better. :( -
me and my ex are talking again mwahhaha, i ghosted the other dude i liked so i can focus on my ex more. i did like the other guy but he was so dry and never talked to me, and always gave me mixed signals. he did claim he felt the same way though. fuck confusing men.7
-
Imagine vying for the same role with someone who has ex-Twitter/ex-Stripe attached to their bio.
Sick1 -
kids posting pics of the school's site after using inspect element to change the HTML code to "suck my dictator" claiming they hacked the website. *thinks of walking up two flights of stairs to the terrace but nahh..*
*finds same pics forwarded to me by my ex classmates saying that my ex schools website was hacked*
well the night's sky is beautiful, at least its a good view from the roof of the building I jump off.
+1's are obsolete now haha I'm invincible I don't need to bow down to this madness1 -
Vacations about to end.
Don't wanna go back to college.
WiFi ain't that good. And my ex is there too :(3 -
Startet programming when I was 6 on my dad's 286 in Qbasic and learnt other languages as I grew up. It was always this, hacking or psychology for me. In the end the ex told me she was pregnant while I was doing my thesis.
So then I knew I had to be a dev. -
This is why you keep production data separate -- and out of the hands of developers: http://businessinsider.com/uber-emp...3
-
Ex-manager keeps trying to boss me around. Not only that- he now tries to get fame for a project I’ve been doing for six months that he actively avoided managing...
-
first of all, fuck you Google!
So my phone, out of nowhere, decided to download the backup of Photos and all of the pictures of my ex are WIDE and clear to me. Every time I want to post something with a picture she pops up and seeing an image with her makes me feel more and more guilty, so fuck you google! I hope you're happy, I cannot sleep anymore!4 -
#Breakup #GettingOverEx
So my ex broke up with me/ we decided to "go on a break" three months back. It didn't help that my ex is part of my close friend group and I'm obliged to run into them every other weekend.
None of my close friend group knows what transpired/that we dated.
They started dating someone new as soon as we went on a break.
As a part of new year, I decided to mentally move on. Now my ex is trying to reinsert themselves in my life (unsure in what capacity- as a friend/reltnshp).Today, I woke up dreaming about my ex and their new flame and feeling pretty disturbed. I don't know their status quo either as I haven't talked to my ex about it. (Just know it as friend group mentions them here and there)
I had initiated communication with my ex as I needed an advise (on phone) and they kind of self invited themselves to my place on weekend. How to cope with all this mess. I am unable to focus on my work because of this and my productivity is shot.
I just want to move on and date someone who makes me happy/is worth my energy.
How do y'all process breakups/get over ex?10 -
Any other primary single parents on here? How's your relationship with your ex? Why are you the primary parent?
-
Why did Gboard stop putting automatic spaces after using a word from the predictive typing bar after writing a word with ex. a misspelling?! It adds a space after words picked from the list while typing the word but not when changing it after the fact.
Why did the change this! Now I'm constantly writinglikethis which is extremely annoying!!! It wasn't like this a few weeks ago!!3 -
I want to merge select and delete/drop query together and make it as one in MySQL. For ex:
Select * from t where year = 2015 and drop table tab;
or
Select * from t where year = 2015 and delete from tab;
and ya you can't use ';' for merging4 -
Question: What tools/software do you use to write API documentation of applications with NodeJs back-end (assuming that you can not use tools like ex: sweager for weakly typed languages)?2
-
anyways my ex told me if i want to try our relationship out again for the second time, i can always text him. but after he said that he blocked me on everything. i was thinking about texting him because i do miss him. he didn’t block me on instagram though.5
-
Oh, my ex-senior wrote some code for uploading files in his last project lets use it! It will be easier!
Discover it has a bug and spent couple hours to fix it! -
Code written by Ex-Microsoft guy with a degree from one of the MOST prestigious engineering college in India (Even better than the one current Google CEO Sundar Pichai went to)
https://gist.github.com/spiralswimm...1 -
That moment when you get asked if you know a language and database that your shop has never used, because an ex-employee in a different department decided to build a mission critical app on their own accord, and it just went tits up.
-
i got this new bitch locked in. she's obsessed w me. said she was worried i would ghost her and never text her back after fucking her 2 days ago
Good.
now I'll be fucking both my blonde whore ex and this new girl for a long time and they won't even know it
i message them from different profiles on ig too8 -
Its been only couple of days with her and m already falling for her 😬😬
She is Groovy
Java was first nd is my ex
*My ex is in my mind all the time* -
Do you think this product would be cool to use for macros in ex. PyCharm or Visual Studio Code? How useful do you think it would be? https://amazon.co.uk/Leslaur-Design...3
-
Mikhail Gorbachev, yes, that ex-USSR president, has a fucking Grammy (!) (https://grammy.com/grammys/artists/...)
Also, you can win Grammy without recording any music, because Grammy is also given to writers (!) who write musical album notes (!!). So the guy who wrote five fucking paragraphs for some Beatles album has a Grammy without fucking releasing any music!2 -
Last night on uyouthe’s weird dreams:
- I gave an interview about my ex and why she died
- my other ex got involved in huge marketing campaign of a new laser surgery by receiving said surgery but they somehow completely evaporate her pelvic and hip bones with laser. I saw her body after that happened
- I somehow live in 2003 Netherlands and work for some scientific lab as a frontend developer. All that ie and ancient JavaScript shit but I like that, processes and culture are flawless
- many other weird shit regarding self-driving vehicles being a mainstream and me owning one, my grandma turning evil and send swat to take me down, also I met a lot of hipsters at defcon and I don’t know why are they there
All that in one dream. Amazing. -
Do all devs know how to write these Goolgle/Amazonesq algorithms off the top of their heads? ex: build singly linked list from scratch / pre or post binary tree traversals etc..5
-
Does anyone use file comparison software (Ex. Beyond Compare) on production server to deploy code?7
-
Seeing an Elementor ad on Facebook is so annoying to web developer because it's like your ex who constantly reminds you of how bad you are in sex despite the fact that you are not dating a super model.
-
My ex had an accident. I told the paramedics the wrong blood type for her. She'll finally experience what rejection is really like.
-
Watching ex uni classfellows becoming senior and getting promos while being stuck non senior is depressing.
Happy for them but sad that I haven't been promoted4 -
Is there any websites where I can get few challenges order by difficulties of particular programing language.
Ex. I complete a Node.js or any other tutorial. Now I want to check and improve my knowledge by few challenges.
So is there any site where I can get that.
Like "Select Language and here is the list" -
What are 3 problems that may occur if the agent application nydus ex and ex-api porte 2224 is down on a vps? Apart from metric issues and task completion issues.
-
What all are the benefits I could get if I host my PHP project in MS Azure Platform instead of hosting into any other.4
-
Office Politics
I suppose I become a victim of office politics. I was working on new project and one more new project having e-commerce aspects was in queue. But my ex-manager went to the boss and asked him to assign me to her :( No more chance to work on e-commerce :( again have to work some geo-location services. Feel like fu*ked up ..2 -
cant wait till this toxic suffering ends and i never get to see ex blonde whore again, and more importantly, cant wait till i completely stop giving a fuck about her4
-
The coolest thing i wrote solo is a web app that parse my whatsapp text export files and show messages in bblocks with space between blocks proprotional to the delay between messages. I did this after a breakeup with my ex and i wanted to read all message history.
And yes, i had some stats features also.