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 - "stories"
-
We just launched our new stories feature! If you go to the "stories" section, you'll see only rants that are over 70 words and you'll be able to easily enjoy the best long-form rants on devRant!
Just to clarify - all functionality is remaining the same. The main feed will still show all rants. Stories just makes it easier to find fun rants that involve more detailed stories/ranting and helps give them some more exposure.
We hope you enjoy! Feel free to comment here if you have any questions/suggestions about this.10 -
Oh fuck off Google.
YouTube has stories now.
Brb going to throw up in a trash can. The most fucking stupid feature for YouTube.17 -
Guys check out devRant CUI
https://github.com/Jay9596/...
Very buggy at the moment, but can be used to browse rants,stories,etc.25 -
There was a previous developer who my managers has told us was terrible and toxic. Yet due to terrible planning, he had everyone work for over 13 hours last Sunday.
I contacted this previous developer to learn his side of the story and learned a lot. I realize between their two narratives is the truth, but I see all the ways we've been lied, the ways this other dev was scapegoated and all the additional work that's sure to come.
I refuse to work weekends again. I refuse to work over 40 hours. I wish I could convince everyone else to do the same. No amount of money is worth making up for bad planning and management.1 -
A method that contains over 9000 lines of code.....
Are there really production codebases out there with stuff like that? If yes I am scared as hell because I don't want to work with that kind of code once I graduate
Tell your stories!19 -
I open up facebook to look at fake news stories. I unfollowed everyone on my friends list.
I open up devRant to be a part of a community. A group of people that share the same interests.2 -
First ever job interview (in my field) went well and I got the job two days later! (my current one).
I'm getting scared from the other stories though 😅3 -
Shouldn't be necessary if you just write understandable code xD..... Some people just write stories in between 2 lines of code....15
-
Snapchat, then Instagram, then WhatsApp, then effin FB messenger...
devRant please DO NOT GET THAT SHITTY 'STORIES UPDATE' NOW...16 -
in an alternate universe there exists a clientRant, where clients come together and share their horror stories of dealing with devs.6
-
Ummm ..
I'm a PHP dev.
I still accept WordPress Websites.
I usually use bootstrap but haven't tried 4.0 yet.
I occasionally touch jQuery.
:3 still wanna hear my disappointment stories?7 -
There should be a name for rants about fake stories. Like the ones you read and can smell some bs going on. I suggest frants.3
-
***Interviewing potential sys admins so us devs don't have to build everything and run everything***
Coworker: Do you know how to use cron and cron jobs?
Candidate: Yes I'm familiar with setting up users and permissions.
Me: 😳
Coworker: 😳
Boss: We will give you a call have a good day.
If you had just admitted you didn't know but we thought you could learn we might have been open to teaching you but brazenly acting like you know something when you don't is dangerous if you're running a multi thousand user production system.3 -
My favorite IT story (not mine) is that the server needed to be rebooted whenever it froze completely. The best solution? Get an old PC that had a CD drive, and every time it loses connection to the server, eject the CD tray which had a poking stick attached that hits the reset button.3
-
Dev: we have two days until go live. We got 20 bugs, 5 stories and two people on holiday.
PM: ok so could we get these 3 stories squeezed in as well?2 -
Hi everyone. I'm new to this. Been lurking for a quiet some time. Best community ever IMHO ☺ Started my first programming language as c++ now somehow ended as web developer as hobby. Big shout out for you guys love your all stories ♥6
-
Personally, the best way of getting through tough dev days is by reading books or writing stories and poems.16
-
Story time:
Ok so I'm in school and I'm on the computers we have to do a project on them the with rest of the class and I'm sitting beside this guy let's call him Bob (not his real name) anyways so Bob is working away on his computer and I'm trying to move documents and i decided to use cmd for it so opened it and then bob saw the cmd window and yelled "TEACHER HE'S TRYING TO HACK THE SCHOOL" then my teacher came over who has no idea how to operate computer like the rest of the class im surprised they can even turn the computer on anyways my teacher comes over and yells "PRINCIPALS OFFICE RIGHT NOW" and I'm like WTF?! anyways I have to explain to the principal what I was doing but she didn't understand so I go detention that day. Thanks a lot BOB!10 -
Programmer one-line horror stories? A few off the top of my head:
Segmentation fault (core dumped)
'Undefined' is not a function
Unit test failed: expected '0' but got '-1'
Connection to 'localhost:8080' has been lost
Malformed JSON string at col: 46,372. Expected '}'7 -
WTF!
Linkedin stories..
this is not Instagram or Facebook or any of those sites.
Linked in is for Companies and yourself to have a public CV in a fixed format that for everyone is the same and easy to understand! F#CK!!12 -
<Email thread>
Manager: Hey @iiii, please, create stories for {things that shall be done}. You will be responsible for that implementation next sprint.
Me: *procrastinating like a bitch*
**several hours later**
Dev from another team: Actually, we discussed that with {upper management guy} and it seems like those things are unapplicable for current project, so we'll send a letter to {client} to remove those requirements.
Manager: @iiii, don't create stories.
</Email thread>
Me: *welp, good thing I did exactly nothing so far*6 -
I've found and fixed any kind of "bad bug" I can think of over my career from allowing negative financial transfers to weird platform specific behaviour, here are a few of the more interesting ones that come to mind...
#1 - Most expensive lesson learned
Almost 10 years ago (while learning to code) I wrote a loyalty card system that ended up going national. Fast forward 2 years and by some miracle the system still worked and had services running on 500+ POS servers in large retail stores uploading thousands of transactions each second - due to this increased traffic to stay ahead of any trouble we decided to add a loadbalancer to our backend.
This was simply a matter of re-assigning the IP and would cause 10-15 minutes of downtime (for the first time ever), we made the switch and everything seemed perfect. Too perfect...
After 10 minutes every phone in the office started going beserk - calls where coming in about store servers irreparably crashing all over the country taking all the tills offline and forcing them to close doors midday. It was bad and we couldn't conceive how it could possibly be us or our software to blame.
Turns out we made the local service write any web service errors to a log file upon failure for debugging purposes before retrying - a perfectly sensible thing to do if I hadn't forgotten to check the size of or clear the log file. In about 15 minutes of downtime each stores error log proceeded to grow and consume every available byte of HD space before crashing windows.
#2 - Hardest to find
This was a true "Nessie" bug.. We had a single codebase powering a few hundred sites. Every now and then at some point the web server would spontaneously die and vommit a bunch of sql statements and sensitive data back to the user causing huge concern but I could never remotely replicate the behaviour - until 4 years later it happened to one of our support staff and I could pull out their network & session info.
Turns out years back when the server was first setup each domain was added as an individual "Site" on IIS but shared the same root directory and hence the same session path. It would have remained unnoticed if we had not grown but as our traffic increased ever so often 2 users of different sites would end up sharing a session id causing the server to promptly implode on itself.
#3 - Most elegant fix
Same bastard IIS server as #2. Codebase was the most unsecure unstable travesty I've ever worked with - sql injection vuns in EVERY URL, sql statements stored in COOKIES... this thing was irreparably fucked up but had to stay online until it could be replaced. Basically every other day it got hit by bots ended up sending bluepill spam or mining shitcoin and I would simply delete the instance and recreate it in a semi un-compromised state which was an acceptable solution for the business for uptime... until we we're DDOS'ed for 5 days straight.
My hands were tied and there was no way to mitigate it except for stopping individual sites as they came under attack and starting them after it subsided... (for some reason they seemed to be targeting by domain instead of ip). After 3 days of doing this manually I was given the go ahead to use any resources necessary to make it stop and especially since it was IIS6 I had no fucking clue where to start.
So I stuck to what I knew and deployed a $5 vm running an Nginx reverse proxy with heavy caching and rate limiting linked to a custom fail2ban plugin in in front of the insecure server. The attacks died instantly, the server sped up 10x and was never compromised by bots again (presumably since they got back a linux user agent). To this day I marvel at this miracle $5 fix.1 -
!rant
Soon I'll get you, cute little dog. But it's still a long way writing stories of me screaming and complaining about everyone and everything.9 -
After completing my sprint and some lingering stuff in the backlog
Me: Hey, there's this tiny feature people have really requested, I'll go build it since I got nothing else to do at the moment. It'll only take like 1h
PO: Hmm ok. Don't work on that yet, we need to check with business people and agree on the user stories and bla bla bla
Me: Ok, well there's these bugs I can take care of then, I'll get them fixed, won't be long.
PO: Hmmm, we need to measure the impact first. Let me get back to you on that a bit later
Me: Meh, oh. I'll refactor this bad component meanwhile then.
PO: Have you created a story for that in JIRA? Create the story first and then we'll groom it and take it in when we've time
Me in my head: Dafuq! Im trying to work on your fucking project but you keep throwing all that business bueraucracy shit at me. What am I supposed to do then? Sip coffee in the kitchen and talk about the other fucking billion failed "new business opportunities" with my peers? Fuck this circle jerk of a billion management people all trying to make themselves important. Nothing. Ever. Gets. Fucking. Done!!!
Me: Ah right, I'll do that *proceeds to the water cooler*5 -
Fuck , fuck y'all who use hashtags where it doesn't work. Idiots adding hashtags to stories on WhatsApp, Snapchat. It hurts. Stop.
Join me in this revolutionary movement to stop hashtag abuse.14 -
Listening to professor tell stories about when he used to develop, is like listening old war stories.
Back when I was in university, this teacher would tell us different stories about his days as a developer. This was one of the last ones, and I think it has not changed much since then.
*Phone rings*
Professor: Hello?
Client: I don't know what the fuck you take me for!
Professor: Oh, hello Client_Name. What seems to be the problem.
Client: This doesn't work! There's nothing here!
Professor: Ok, do you see the program file?
Client: No. I just said that there's nothing here.
They proceed to go over the issue and how to get the program to run. Or at least show up on the PC. This goes on for about 30 minutes.
Suddenly my professor has a thought.
Professor: Have you tried inserting the Floppy disk from the other side? Try flipping it.
Client: ...4 -
Yeah boss, lets study Scrum extensively so you can:
- Create variable length sprints
- User stories that are meaningless like 'fixes'
- Tasks that should be User Stories
- Duplicated tasks/stories that are on the fucking backlog already
- Cross sprints on projects
- No meetings at fucking all to determine who will do what
- Assign people on vacation to current sprints
The list goes on...
An when I point things like that out lets just look at the guy who spent 6 months studying this shit, taught you ( at least tried... ) as if he is saying nonsense while our projects get delayed and our code spaghettifies because we are always in a hurry for lack of time to plan anything :)2 -
Stories from Cape Town Metrofail, Volume 30:
This screen has been operational for less than a week and it's already broken.8 -
Manager: With all the horror stories why are we even developers?
Me: Because once we get part the horror, we become geniuses.
Manager: So what you're saying is that being a developer is like taking a crap after being constipated for three weeks?2 -
THX for 500++ !!! I'm so happy I found devRant by exident. I love reading rants and sometimes post my own stories.
PS: Now I can wear my JS Shirt and drink Red bull like in rl 😂 Thx again!24 -
Sometimes I get frustrated so I grab a decommissioned computer and take it to the roof, then I watch it plummet 4 stories to it's death.4
-
Me:. "Because of x, y, and z tasks this week, I was not able to complete a, b, c stories. I will need two days to complete those next week."
Boss:. "you have Saturday and Sunday"
Me: .........7 -
Now even messenger has stories! :-(
When will this end!? And why the hell does Facebook need three versions of stories, in three different apps!?5 -
Instagram has stories, WhatsApp has stories, Facebook and Messenger is testing out stories.
This is the future.3 -
VS Code stories are here.
I'm not making this up, there is now an extension for VS Code that brings instagram-style stories to your editor
https://marketplace.visualstudio.com/...15 -
Stories from a Startup #1
CEO walks into co-worker's office, staring longingly out of the window at the lake below.
After a brief moment of silence, the CEO speaks...
"I wonder if that swan ever thinks... about me?"1 -
Amazing API's and SEX!
Alright people, now that I've got your attention, I'm getting to the point where I need to plan and roll out a solid API for a project. So after reading a lot of the horror stories written here, What are the finer points of what makes an amazing API experience to use and integrate with over a poor one?
And don't say documentation (If you do explain why) 😁11 -
I've already read two stories of software engineers working on the field to end up becoming farmers years later. Almost as if there's a connection of disconnecting from the tech world after getting close to it.11
-
Today in horror stories: setting up the local dev environment for a project I'm taking over creates changes and notifications in prod.
Oh and my local dev env is somehow receiving data from actual patients. I don't know how.9 -
Just startup stories:
Our backlog of tasks and bugs has officially reached 100+ tickets, all for me, the single software engineer at our "tech" company.
Huh, imagine that.3 -
Hi guys I just joined like an hour ago and I have been reading a few comments/stories and I have to say this is awesome! Thanks for sharing, I look forward to read some more stories and share a few of mine too :-)4
-
Who would have thought that Ben Award's VSCode stories would be sold at 9000$. That's almost my entire college fees for 4 years.3
-
Again I ended working for a company where people love to pride themselves because they're 'agile'.
Basically they bought A JIRA license, that's all.
The CTO decides the estimates privately.
He assign the stories.
No idea what's a retrospective.
The sprint ends whenever he wants.
No CI.
New stories continuosly added to the active sprint.
That's the risk of agile, unchecked power.3 -
I’ll quit swearing when you stop moving user-stories in and out of the sprint DURING THE FUCKING SPRINT.6
-
Each sprint lasts for 2 weeks. But I get the basic info to start working on my stories only when 3/4th of the sprint is completed....
So yeah....no one gives shit about estimation at least in my case.6 -
So we decided to adopt Scrum where in manager(scrum master) picks the stories for dev, changes them during sprint and also decides the complexity of task. so much for a servant leader!!3
-
While I was working on a university project with my team, a teammate asked me why the window of the program in my screen was bigger than in his. I simply answered him that his screen was a FullHD one that had a 1920x1080 resolution, while mine had a lower resolution, and he was like "Noo! This isn't a fullhd screen, it's not so sharp".
So I showed him the "1920x1080" sticker right below his screen, and him again "Yeah, it could have this resolution but definitely it's not a FullHD screen".
- Ok, as you say...
The same guy two days ago was talking about creating a GUI in C.
I told him that C was the wrong language to build programs with a GUI, although there's some very old libs that allow you to do that in 16bit.
And him again: "Ok but Linux (distros) do that and the UIs are great!"
- Do you think that all the fucking Ubuntu/Mint/any distro code is written in C??
The funny thing is the arrogance with which he says all these bullshits.
P. S. We are attending the 3rd year of Computer Engineering.6 -
Why is everyone copying Snapchat? First Instagram stories and now the whole FB Messenger is basically a cheap clone.
Do they actually think they can steal the brand-loving sheep that are Snapchat's target demographic?7 -
Reads horrible code
Opens DevRant to rant about it
Reads some stories
Ok, better mood, I can continue working now.
What was my planned rant about again? Ah, it can't be that bad.
Goes back to the code: Oh no, it is that bad...1 -
> 1 hr meeting
> 30 min free
> 30 min meeting
> 3 hour meeting
> 30 min free
> 15 min "check point"
> How hard is concrete from 20 stories?!1 -
Forgive me for I have sinned.
I feel like I need a bleach shower after having had to write these methods in my Dart codebase11 -
Microsoft fucking Sharepoint.
How can software so shitty exist?
To upload an image, I need to F12 and increase the dimensions on an iframe so I can click the save button.
Have any Sharepoint horror stories to share?4 -
Morning there:)
To everyone who’s enjoying / doesn’t but is going to enjoy ( ̀⌄ ́) the DevStory:
here we go, with the third episode.
Leave a comment below and tell me your “dev stories” :)11 -
LinkedIn, now with stories.
Twitter, now with stories.
Stackoverflow, now with stories.
Slack, now with stories.
Devrant, stories coming May 2017
Everything Facebook related is having stories. At this rate other companies gonna have their apps feature stories. Just watch.12 -
just came back on here after a while. sad to see, devrant used to be so vibrant and hopeful. i remember when it used to be special for dfox and trogus to comment on posts, and there would be a bunch of really interesting stories.8
-
The older I get and the more perspective I have on my career, the more I cringe at the times I thought I was awesome but I really wasn’t, especially in the eyes of or in comparison to others I’ve worked with who were much better at this than I am. In that respect, I have very few stories that _aren’t_ embarrassing. I sometimes wonder how I managed to stay employed this long. And whether any stories here on DevRant are about me.
-
Came down with the virus.
I thought it would miss me, and I would have a cool story to tell people about how I came out is the pandemic unscathed.
Now I will have absolutely 0 interesting stories to tell my grandchildren.16 -
just got an email from medium with my daily stories, and the second story had someone's devRant profile picture as the image for the story! good job @dfox, you are really making an impact!!! https://link.medium.com/jQptPbA2nU4
-
The new devRant long story feature is great! Very nice to have them in one place. Thanks devRant team!
-
In these GOT times,
managers will suffer,
PRs will not be merged,
Pivotal Tracker/Jira stories will not be attended to.
Stand-up meetings will be ditched.
Winter is here. -
Sometimes I wonder how large the gap between tech savvy n normal is.
All those stories about too much time on social media...
and also not knowing why you should get a tempered glass screen protector.... Even if you're screen is reinforced with Gorilla Glass...15 -
Web version of whatsapp requires your phone to work, my phone is dead, fuck me.
They should spend money to make the web version better instead of dat stories shit that no one use8 -
All of those painfully incompetent coworker stories I could share are mostly about me, if I’m being honest. Most of the people I’ve worked with have been much more talented than I was.2
-
Always thought writing free code is devaluing yourself. So, the stories coming out how the most popular used libraries' dev/maintainer having no income, complaining afterwards doesn't surprise me.
Why do people devalue themselves? I have no idea.6 -
My boss is never gonna fucking understand scrum...
Even though I have explained him countless times he still creates user stories named "fixes" and puts all tasks in it...
Dude, are you having a seizure? -
Anyone that ever experienced that a personal/hobby project (side to work/school) became successful?
How successful? Did it beco.e your main job?
Was it mostly luck or a lot of hard work?
Curious to hear peoples stories and how common it is.7 -
Question from curiosity:
Does anyone know of interesting things to try on unused electronics, like phones or game consoles? Does Anyone have any stories of such or something? Software and hardware wise?6 -
Own before you do it.
Create user stories, fill tickets, draw diagrams, send approval mails, fill docs, write in the company blog and then some, before you even think about writing a line of code.2 -
As I am now in a leading position in the middle of a agile transition:
has anyone got a source for a project done completely with user stories?
I am searching a real life example with already finished stories an active backlog and a documentation.
I just can't wrap my head around it. When and what do you document? In which Form do you document? How are you writing user stories with more content like diagrams and such?
(we use jira and confluence but just started with stories)
I read some articles on the topic and watched some talks but sill don't get the picture.8 -
Browsing Reddit for weird porn back stories and you stumble upon the efficiency regarding loops
P.S. - the comments has more9 -
The feeling when you're in the zone for some important tasks and your coworkers just come and seat besides your table, start bullshitting each other with their flights delay stories. I wish there is a dismiss button for this kind of occasions.2
-
Stories from a Startup #1.1
Picture of the swan in question. 😉 We were going to give it to him as a gag gift on our last day, but opted-out. -
My boss (who's in a different country) just joined our internal Skype group where most of our daily information is spread. She honestly thinks we work faster when she's asking questions about progression on stories via Skype.
Why doesn't some managers trust developers? >.<5 -
Went in for an interview today and left my brain at home. Never been so tongue tied. And as it were I was the only remaining candidate. FML!1
-
I only have stories of dating affecting my code, relationships are so energy consuming... So much easier to be alone and deal with it.2
-
A really fun story to read. Makes me think of my own work shenanigans. Good to know Uber is just as fallible!
https://mobile.twitter.com/stantwin...1 -
Doesn’t everybody use Fibonacci story dev points to estimate stories?
Doesn’t.. everybody..? 😞
😭😭😭😭😭😭😭6 -
Me: Open Jira. See 8 point story skip QA column and move into Done.
Ask dev why it didn’t go through QA.
Teammate: Oh, did they want to test this?
Commence argument that **all** stories need to go through QA. -
I am not developing for any client (yet). But reading all these stories and rants at devrant I think I am well prepared.1
-
I wanna rant about a freelance job but I can't. Tell me your freelancing horror stories instead :D4
-
When I look at textfiles.com, it's pretty amazing to see what the internet was like back in the old days. I wonder if anyone here could share their stories? ☺2
-
Boy oh boy.. Reminds me of good ol college days. I was in my final sem when Amazon came to our university for campus hiring. I was very confident that I will get selected. Funnily enough I went till the final round and I had a feeling that it went well if not excellent. It was a Friday night and we had to wait two excruciating days for the final shortlisted result to come. On the evening of Monday my friend T called me and told me my name is not on the list. I was heartbroken. I asked him who all got selected and he said our friend A did. A was, and still is a good friend of ours and I was happy for him. That night we sat down for drinks and as the night progressed I anguished over my selection. I still remember solving a binary tree problem holding a glass of whiskey in my one hand. The next morning I woke up at 6, detoxed myself with fruit juices and sat in front of my laptop feeling full rage from last night. I sat till lunch and hacked a chrome extension in one sitting. Mind you I had no existing knowledge of extensions at that point of time. I sometimes look how my life has turned since that time and now I am one of the devs in a team which work on a product that itself is a browser extension. :)
-
Snapchat introduced stories, WhatsApp copied it.
Now its time for Facebook stories.
Stories everywhere! Copycats!
https://techcrunch.com/2017/03/...2 -
Funniest recruiter stories. This is an unused gold mine I'm still waiting for. I believe even a separate tag was requested for it before.
-
I don't have much to rant about mostly because my stories aren't very interesting but also mostly because I'm kinda unaware of people's anger.3
-
When you have assigned stories that are blocked by other dependencies being developed in the same Sprint... Oh boy, someone is not going to finish on time u.u
-
So this happened a few days ago
I was working on a module assigned by my senior, and was the sole developer on that module. Just when I was breaking my head to get a bash script correct (was writing a bash script for first time), my senior comes and looks at my messy script and goes "No, no, no, no that's not how you do it. "
Takes the keyboard and starts editing my script opened in vim.
Did some cool restructuring, taught me a few things about bash and while talking to me kept the keyboard back at its place.
I keep my hands on keyboard while talking to him and press
[Escape] :q!
And as I pressed Enter my face went purple/blue thinking this is not good. 😨
(I have a habit to quit as I had almost never edited and saved a vim file before)
And he sees that face and says
what happened?
No nothing. Everything's cool.2 -
Reworked my personal website. Went from this http://adriengiboire.com/2014 to http://adriengiboire.com/6
-
Best part of being a dev is that you get to be part of an amazing community like devRant.
Also the kind of jokes and stories devs get to share and laugh about is beyond anything. 😍 -
Any U.S. Americans here who can confirm the stories about "U.S. Americans beginning to stock Up on guns and ammo"?
I mean it sounds plausible but it's surely mostly overblown by the media, right? RIGHT?!20 -
Found an issue on Medium.com as I was not able to comment on some stories.. after some followups I found that it is because of CORS... they stopped responding after I responded with the reason. :(
-
Your best friend your colleague a developer you trust the most, your best buddy in the office can be a savage asshole sometimes.
Just sayin.
What are your "got backstabbed stories"1 -
As someone from the clothing/retail industry, I could never imagen a life within Tech.
I had a shop, it went very well. I had my ups and downs like most shop owners. Since the shop was on not on your typical shopping street, I had to make good relationships with my customers.
I enjoy talking to people, listen to peoples opinions, their day to day activities etc. After some years I really needed some much needed improvement to the administration and overall solutions. Checking around the internet I found some tools but expensive, or tools without those stuff I really needed.
As a can-do:er I am, I thought I would hook some tech people up and sell my idea, so they could make the product while I design it. They started build it, I watch. But they were busy all the time, no time to build something else. They taught me some code and suddenly, I was back at school learning to code.
And now, I'm a system developer. Really enjoying programming and the amazing world of technology. Even when I mostly talk to people over the web :')1 -
I'm at this magnificent company, working scrum, doing continuous integration which is really very cool. But although the features we develop are really nice it is sooooooo boring.
One of our team members emphasized that we should not pick up new stories if we haven't finished previous stories yet. I agree to some extent but think it is ok to pick up new stories if you have nothing to do. But we may not.
So, here I am now. Literally waiting for the day to pass. This sucks sooooo much!
I'm a hard worker and perform at my best under pressure with many things to do. Now, I just deployed one tiny little story today. I can do much much more. I feel so useless and cannot believe that my client pays so much just for me being at the office. And occasionally clicking a button and writing a line of code. This is so fucked up.5 -
I've been given a huge stack of paper, some users stories and loose specs. Was tasked with engineering the specific requirements, then the models and finally the database. Then I need to build an API on top of that.
Stuff I'll use is Go and Postgresql. Small issue is, I've never done DBs, so I've no idea what to do or where to start.
Does anyone have any resources to help kick-start myself in this field? I've been reading on SQL, but that doesn't really tell me anything about data structures and how to transform those user stories into product requirements.6 -
If someone here reads on Medium a lot, this might be useful for you: https://producthunt.com/posts/...
This is my second browser extension and it's open-source. It lets you read all Medium stories for free. Hugs and / or bugs welcome! 😇3 -
Is there anyone here who dealt with gaming addiction? I want real world responses, succes or failure stories. Not some third rate blog post copy paste replies please.18
-
Considering moving to a new city for a job. Don't know many people in the new city besides a couple family members.
Thoughts? Stories of moving for a job? Funny jokes? -
Gonna be applying for college. Gonna major in programming.. I've always read the horror stories.. I hope my teachers arent retarded and dont make me use shit software..
Any advice?..3 -
I stumbled upon series of stories about serial killer/system administrator addicted to lager and onion bahjits who hates users, managers, beancounters and sales people.
I'm just gonna leave it here https://theregister.com/data_centre...1 -
I want to make a game that collects a lot of questions for reuse and where players answer these one after another to make up the most dumb funny stories. Alas, it's in planning stage now.
-
So today we had a pre-sprint-planning meeting where the POs told us about the stories currently in the backlog. They went ahead and "roughly prioritised" some of them. Their priorities were:
- normal (but asap please)
- has to be done this sprint, because the feature has to be in the next release (code freeze after this sprint)
- top priority, because this has to be in the previous release (which was released last friday)
The non-normal stories alone are about twice our normal velocity. Good job guys. Good job. -
I wrote a bot. Does it count as making a new friend from coding?
It writes me bunch of interesting news everyday, maybe it will get a name and start speaking the news stories so I don’t have to read them.2 -
oh god, my Google Launcher/Google Now or whatever it is called "Stories to read" is filled with April Fool's Day articles... 😑4
-
Do you think Facebook developed different " stories" for each platform . Or just copy paste the code !?
U know .. WhatsApp , Instagram, messenger, FB .7 -
Not really a rant im new to the app love the community super nice people and great stories and informations1
-
so.. I took a drink tonight, and finished watching some devRant posts about alcohol and some funny stories..
whats wrong with u guys 😂 -
rumor has it dfox and trogus are abandoning their jobs to prioritize adding stories to devRant.
i mean, a social network without stories? sounds incredibly stupid and irrational to me8 -
Devs: We've spent some time estimating the stories, and found that we will finish a month too late. Which stories should be removed?
PM: None
Devs: Which are less important?
PM: All are vital. (read: Work harder)1 -
Hey I recently started working and had a few questions regarding fulfillment and sideprojects.
Although I am a game programmer now, the game we are making is not at all something I find interesting. I find myself wanting to work on some side Projects at home but its difficult to manage my time (obviously) and I cant really relax.
I do enjoy the work making the game, like, I like making the systems, I enjoy programming it, but I dislike the gameplay and the games thematics, so its a mixed bag.
I only worked there for 2 months and the game takes at least all of next year to be made. I dont want to quit, because its my first job and all and it would be stupid I dont really habe a reason to quit.
I guess I just want to hear how others are handling a situation like this2 -
y'all hear those stories about people who are blind and go into computer science and programming classes because they wanna make games
i'm in a digital entertainment class geared towards game development because i wanted to code bUt gUeSs wHat1 -
The worst part of getting ghosted or a rejection letter is that a scarcity mindset slowly build into you and there’s not much you can do about it.
Seeing success stories from others helps to boost morale a bit, but.. fuck!1 -
Have you guys ever seen another dev at you work just completely lose it? How do you cope with stress, rage, frustration at work? (other than DevRant) Stories, please.7
-
Im sad my fellow programmers, hit me with you love stories, good or bad. Everything will do...
I know this has nothing to do with programming pls no report....11 -
This is why I sometimes hate freelance work. You do the stuff and when it's time to pay, ducking clients come up with stories4
-
I'm developing an app based on user stories and stuff. The business team used Trello to share them with the devs. Everytime they changed a comma, they'd upload a new file. We got to the point where a simple 1 page story had like 15 versions..
So a couple of days ago I suggested my project's PO she could use Confluence for that, I explained her the benefits like how it'd be easier to track changes and the best part: no 30 effing word files.
I checked it today and turns out she started using, but instead of writing stories on pages, she just downloaded everything from Trello and uploaded the documents there 🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️1 -
Audibles are a great way to fall asleep... Like granny's bedtime stories... I used to listen to music before but now it's pretty much replaced by audio books and podcasts.1
-
i still haven't picked up graphql, might spend sometime next weekend seeing what it has to offer. anyone have any advice or stories?8
-
"I'd prefer a team that commits to solving real customer problems over a team that just commits to finishing user stories." ~@davidjbland1
-
I got tired of the tedium of navigating dropdowns and required fields to open and close user stories, so I wrote a script with the following syntax:
./ticket open TICKET TITLE GOES HERE
./ticket close <TICKET #>3 -
Finally git started providing unlimited free private repos.
Hope it won't start adding story like FB groups 🤣5 -
Does anybody have any good stories about recruiters or are they all these people that spend all day on LinkedIn viewing profiles and ringing developers about short time positions with little or no description?1
-
Imagine getting a 182 day chat ban on your favourite bhop server because you used the f-word too many times while telling extremely personal stories to people that where nice enough to listen9
-
Management wanted all features finished by close of business yesterday to start testing before a demo next week.
I started work at 8am to get my task out of the way early. Unfortunately there was another persons task that mine was dependant on. I kept telling people it needed to be merged so i could integrate it with my changes.
It was merged at 5pm.
I was still fixing merge conflicts at 8pm. 😑1 -
I m in holidays far from my keyboard... ( Desert in Australia) It feels so good to read some coding stories.2
-
Just wondering on some agile best practices. Do you guys estimate efforts for defects? My PO is totally against it and says we deliver 5 to 7 pointers user stories + fix all the defects from previous sprint and current sprint, which I feel is over burdening the Dev team + in hurry to complete current sprint stories delivering poor quality work, which in turn become defects in the next sprint 😨 caught in this loop for a while now 😫4
-
Interview stories. What are your funny/bizarre /success stories both as an interviewee or interviewer?6
-
Some moron at shitstagram: I have an idea! Let's make the already unbearable IG stories even more unwatchable by making a Q&A feature so people will spam even more stories with shit noone gives a fuck about.
Sometimes I wonder why I even use this shit...1 -
Freelancers: How do you get your Clients? How do you convince them of what you can do for them? Any articles, tips, experiences and stories appreciated!8
-
As a Software Engineer
I want agile bros to fucking understand the amount (scope) of work their stupid user stories contain. So that I don't have to rant about it and go back and forth between 10k people to figure out what the fuck they want.4 -
I'm not proud to admit that I was searching for the stories section just to notice that I haven't even updated the app.. Silly me 😅
-
Has anybody here ever thought of a really good idea, actually developed it all the way to the end, released it AND made a financial or worthwhile success of it? Interested in seeing/hearing your success stories and checking out the work.4
-
What if one day you wake up and surprisingly you find new feature by Github called Github stories.
What would it be....
Go ahead improvise.5 -
Yes I know that's too many points this sprint.
I understand you have to have all the things.
No I can't move the stories out bc you gave us a hard deadline for the release. -
"curious about programming?
You’ve read all of your member-only stories this month. Become a member to read and support the writers and publications uncovering new insights in the topics that matter to you."
Fair enough, good work should be paid.
But do "the writers" actually get paid by medium?
From my knowledge and experience so far, I had reasons to doubt, at least they never paid me (but then again I only wrote 1 serious story there).
Also I still do not get it why some stories are free and others aren't. Personally, I prefer dev.to for reading as well as writing. But medium stories rank so successfully on Google that there are always some of them before any dev.to content in the search results.4 -
At the end of the sprint half of the stories didn't get done due to lack of coordination to put 4 people in the same room and get them to agree on the solution.
During Retro my Scrum Master says: Are these stories not done because we haven't estimated them during sprint planning? 😂 -
I'm so excited about containerization and also ML. I think those are my biggest nerdgasm stories at the time. So please share some useful resource to learn, I will do it as well :)2
-
Jira does my nut in... recommend me something else that caters for stories/tasks for larger requirements but also works well for general issues like how GitHub just has a single issue list to work through3
-
Sprint planning meeting going nuts with 8 people shouting over each other and people standing up out of chairs to be heard.... Craziness.... Went in with expectation of just making skeleton of the user stories and discussed nitty gritty implementation details
-
Well, after almost a year of doing self study and what not... I decided to enroll in a bootcamp. Partially to help keep me accountable, mostly to help with networking and making contacts in the industry around me. I'm really stoked for it in spite of skepticism. They do offer guaranteed job placement if you finish the course, which was a major selling point for me. I'm curious if anyone on here has attended one? Thoughts? Success stories? Horror stories? From the research I've done, seems like you get what you put into it.
-
You stupid tester first add you freaking requirements and not just put back stories on todo and say it's not finished. You are just testing how an web app works. We can also automate that process you know!!!!
-
I have several stories from the same mentor. Programming, networking etc...
2 of my biggest lessons from him:
1. "If it has to be done more than once, it can be scripted".
2. "He who controls the network packet wins". -
Anybody has an opinion on CMU for a machine learning or robotics PhD? You think they'll let me in? (I've heard horror stories from their selection process tbh)
Also, any good Canadian unis and degrees for AI/robotic combo PhDs?7 -
So I was wondering... What's the worst burn you've seen from an unknown angry dev that you had to clean up?
A recent one of mine was a client in need with nuked hosting, nuked domain records, no backups, no access to any accounts and the business set to permanently closed on Google.
I thought that last one was a nice touch!1 -
Who is going to tell Netflix that not every title need to be a 10 part series? A story that should fit into an 1 hr (maybe 2 max) is padded with unnecessary stories to be a 10 part series of 1 hr+ per episode.2
-
!dev
It's 1 in the morning.
I am sleepy and really should be sleeping, but I open my laptop and load a scary stories website.
Then suddenly it's 3 in the morning.
What the hell.2 -
Well my PO introduced the concept of owning stories (which we naturally used to do) in our pairing environment. After we gave names, we started seeing each other like seven different kingdoms. Suddenly my PO looks like Cersei. And I am looking like Theon Greyjoy, hardly worried about other stories and stuck with no pair to complete my stories. That's how pair programming died a casual death.
P.S : Tomorrow is my (our) demo !! 😭😭4 -
Some Devs at work can listen do podcasts without losing focus. I wonder how they can do that. Maybe it depends?
I love those with horror stories but I always lose track of the narrative.9 -
Just joined a start-up as full stack developer intern ! The environment are so clean ! (Physical and Dev environment!) I'll start posting rant stories sometimes then 😊2
-
Around a year ago I got drunk, watched half of True Detective s01 over the night, and posted stuff like this to Instagram Stories.
I don't have access to alcohol right now :/7 -
So, our PO does not add any description for the stories. He just a title like 'Develop x module' and expect us to guess what is. What should we do?7
-
!rant
Does anyone know of any websites that have project ideas with requirements/user stories. I generally get side tracked if I sit down and just build something. There are a few full stack projects on freecodecamp with user stories which made me wonder if there are any other similar sites.2 -
online surveillance? bitch, given how often you post on instagram, if I wanna know where you've been and what you were up to, I'll just check your stories.1
-
I wish we can re-share ( retweet ) some rants and stories on devrant. Like it's a need more than a feature.8
-
Mansplaining stories are my favorite thing on the internet right now tbh
Anyone got any good ones?7 -
Anyone here has any good/bad stories with NativeScript? I can't get it working properly no matter what I do on my Mac. Never had this issue before.
-
i keep hearing horror stories about react native, why is that? i just started learning it, is that bad? is it worth to learn it?5
-
Migrating from opengl to vulkan. In the meanwhile, DevRant, let's talk about Balmers Peak !
Share your stories!3 -
I have a list of favorites but the first person that always usually comes to mind is John Romero.
I love listening to the talks Romero gives and even though I don’t partake in the practice of developing games I still love hearing his stories about his projects development or having to work with old/retro tech and learn something from those stories. -
I understand that impostor syndrome is an occupational disease among devs... But what does it take to overcome it?
Any good stories/advice?6 -
An Angular webapp that recommends you news stories from Hacker News if you have made at least 20 submissions there.
-
Jesus I'd think with all these insane stories, atleast someone would already employ me to do the work, and instead of that I just work delivery
-
Reading through these horror coworker stories and getting anxious what my colleagues would say about me actually. I only started working part time 6 months ago and I definitely have a lot of moments when my questions are plain dumb. The recurring theme I see in these rants is the stubbornness to learn so to everyone reading these stories and getting self conscious stick to it :) having questions and facing problems the only way to learn something and get better. Thanks for the stories everyone.
-
What is the "Stories" section (second bottom tab) in devRant? It looks like regular rants but grouped differently? I don’t get it.3
-
Let me confess something:
I've used funny stories I heard from friends to tell to other people as my own to appear funnier and cooler.13 -
Noticing that we have several stories in sprint that are scattered across the backlog, some are at the top, some at the bottom...
Me: I think we should prioritize the backlog.
PO: I agree; When do you think you'll be done?1 -
I'll be leading a team of devs as a company in the future. Tell me your stories of bad experience and what made you quit your job so i can learn what not to do10
-
Why the fuck would you have online documentation that has incorrect information?
My PM now thinks I am telling Stories on why I am not done with an integration I am usually done with in a day 🤦🏿7 -
Well i am on the fence with applying for a new job, currently management sucks and giving me additional load and complaining about orders that i took from them, any advice or stories about your management experience.
-
Every day, the SM likes to come by the dev table and ask what our updates are (stalking jira + dev slack channel is apparently too boring).
He comes by every 2 hours.
Each time asking about how close I am to finishing not only the current feature but the other stories I have to work on too.
The other stores are not in progress, what makes you think I was working on them in the background of what I'm currently working on?
Doesn't help that we somehow keep adding stories mid sprint, -
Historian who fucks up history stories every time I try to talk about them.
I love history, but I'll be damned if I can actually remember the details correctlyor articulate them1 -
Client uses CVS, tells me stories about how awful their new acquisition is because they don't use source control at all, only building off a file share...
Points for trying I guess? -
https://thriveglobal.com/stories/...
What's your business life like? Do you work at home (while being employed) or do you do you seperate private and business-related physically? -
I'm thinking about installing Windows 10 besides Ubuntu to be able to play every game from my Steam lib. I've googled how to do this properly but I didn't find stories of what can go wrong.
Does anyone has experience with that?9 -
Partial thoughts, are thoughts that sound like they should have more to them. However they are intentionally left short to create a sense that more is to come. This creates a state of anxiety in people and their desire for closure. The sentence is more effective if you say the last part of the sentence with an increasing pitch. This indicates there is more to the story. When in fact there is no more to the story.
Here is an example:
"I saw this guy walking down the street..."
People will automatically assume there is more to this story. So they will say something like, "And then what?" The response is: "That is it. That is what I saw." This is the peak time of frustration. They may even argue with you or storm away. Be prepared to be called names.
There is actually some history behind this.
...
Hehe, no, I am not going to leave you high and dry. In high school a dude I knew would always make fun of my friend. So I started doing these partial stories to the dude. He would get mad and storm off each time. I would do this several times per day. So it can be a tactic to deal with difficult people. -
it's going to be a 'headphones on and don't disturb me' kinda day, fucking bugs and not stable apis and a lot of stories to finish...
-
I'm bored and can't sleep soooo...
Bad clever code vs Good clean code
Worst / best examples. - what's devRant got
Stories, pictures, links. All mediums are welcome1 -
!rant
I see all these really awful dev stories and here I am, without a single one...yet. What are the signs of a bad dev storm brewing?1 -
When we take user stories in sprints but dependencies are not resolved. I have to wait till n-1 the day for the upstream team to go to UAT and then push half my tasks to next sprint for testing \ prod . Fuck the planners - _-|-_-¦
-
Has anybody been at a place when you try to finish stories but it just takes too long? And finishing work in general seems very difficult? How do you deal with this or break the cycle?
-
I've been wondering a lot lately: what is a toxic relationship? How do you know if you are in one?
A lot of stories sure sound clearcut from the outside, but its not as simple...4 -
Is it the manager's responsibility or the employer's responsibility to find work? I'm an employee in limbo space. I'm fine spending time to learn things, but feel kinda guilty not picking up stories9
-
@dfox i like the new stories feature. would be cool if there were another section that only showed posts with pictures. kind of like imgur is to reddit
-
Thank god somebody already had btrfs fuck up on them.
Horror stories awaiting ! Jesus.
A dd of a live filesystem causing trouble in the clone ? yeah I suppose tis to be expected.
sigh.6 -
Something that I think devs have to do, is say 'hell no' to their superiors. Anyone got any war stories for this? We can use the tag 'nope' to group them all?2
-
What are your stories of project delays(ideally that you caused) and how did you manage to get through the stakeholders with thise stories.
Please share some wisdom to handle these situations.1 -
I’m having to justify why our QA team doesn’t actually point stories… anyone have a good reference?5
-
Let me share my sprint with you.
So, we lost a developer this at the start of the sprint because the organisation we work for is total cancer.
Project manager frequently says to us that it's better to under commit than over commit.
Come sprint planning, we commit to exactly what we know we can achieve.
Of course, the PM whinges and says we need to put more in the sprint. So, we say sure, but we can't guarantee we will deliver everything on time.
Fast forward 2 weeks, we complete 90% of what we committed to.
PM is whinging at stand ups, asking us why some user stories are still in 'ready for test'.
We try to explain to the PM that 2 weeks ago we made ourselves very clear that this point 2 weeks later would most likely happen.
PM stops whining.
Tester starts whinging about only having a couple of days to test. Blames developers for not adhering to acceptance criteria.
>User stories aren't actually user stories, they're user essays.
How do you deal with this?3 -
I just wanted to say that most rants I saw today were great. Loads of original pics and good stories. This, while others think devRant is becoming more and more of just a repost forum. Any thoughts?1
-
Even if he's emotional, someone on devRant have similar stories/experiences?
http://churyumov.com/2019/02/...2 -
Why are we debugging our stories?! Heck even our products design?.... In the end we have our tasks objectives updated mid sprint.... What is this chaos?!
-
We need to create a story for creating the stories that we determined needed to be created during the SPIKE
-
Thoughts on the Elastic stack? I.e. if you have used it and regretted it, please share your horror stories. Or, if you feel that it's great, share why that's the case or how did it help your company/business/product/whatever.4
-
I feel like we should ressurect devops reactions on devrant, and put dedicated tab right beside stories and projects,1