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 - "communication"
-
Client: Is your code functional?
Dev: Well, it's not. It's imperative. Object oriented and a bit procedural.
Client: Well, make it functional
Dev: [learning haskell]7 -
*came in this morning to see this conversation in slack from the remote teams*
Dev: Hey guys, I'm trying to push to the develop branch, telling me its locked. Is there a new process?
Lead dev: Yes I locked it because the repo is now dead, the last release that went out is the last for this year and ever for this app. Were merging this app with another, starting from the last release's code. We'll all have to swap over to the new repo soon.
Dev: ... eh ok I didn't put anything in the last release branch as it wasn't urgent. Normally our process is anything in /develop goes out in the new year. I've been merging to /develop for the last few weeks ... is that code now gone?
*14 question mark emoji reactions*
Lead dev: Yes
*27 angry emoji reactions*
Engineering manager: WHAT? when was this decided? When was it communicated?
Lead dev: oh I assumed my product counterpart had been spreading the messages around, have they not?
Several teams: no, nope, first i'm hearing of it.
Lead dev: Ok, i'll ask them what happened. Be aware then that most of the stuff thats going into develop now, most likely won't be allowed in until March. They want to prioritise releasing this new merged app and don't want anything to impact it.
Dev: So wait, i'm working on stuff now. What do I do? Where do I base the branch? Where do I merge?
<no response>
*My team comes into the office*
Dev: eeehhh ... what does this mean for our past 4 weeks of work? and all the stuff needed to go out in January?
Me: not.a.fucking.clue16 -
Client: I want the best.
Me: *starts designing a complex and pretty neat website*
Client: I don't like that. I want this. *shows me website design from 1998*
Me: *cries myself to sleep*4 -
A typical demo...
Me: We added validation, server communication, caching....
Customer: Meh...
Me: We fixed bugs, sped up queries, implemented X features.
Customer: Meh...
Me: We surpassed the speed of light, transcended to another plane of reality, cured cancer, brought peace to galaxy.
Customer: Meh...
UI Designer: I prepared these sketches for the UI
Customer: Wow, so innovative, look at that beautiful transitions, even mobile design, just wow
Me: * dies *11 -
Manager: The thing you working on. We need this now! Like end of the week.
Me: Desirability is not do-ability.
Manager: く( ・◇・)ヾ?
Me: I am still in the middle of figuring out how to do things in the first place, so there are some technologies to research and some problems I yet need to solve. I am in no state to just write down my solution. I don't even have enough information to even estimate how long it is going to take. I am getting there. And yes, I can rush things, but need I remind you that you want solid data as a result that actually means something? As this is *why* this whole project was started. We have some old project doing the exact same thing, but whose output we don't trust. I wonder how that came to be. Additionally, this whole project was on hold for months until I took over. So I neither understand nor accept this sudden sense of urgency. And by the way, you recently added manpower to this project. And adding manpower almost always decreases the productivity in the beginning due to on-boarding and communication overhead. Last Monday, I didn't write a single line of code due to that. So no, this week will not do, as I am also on vacation starting on Thursday that was requested and was approved by you at the beginning of the year. See you in January.undefined results project it went better than expected actually communication is key urgent deadline13 -
Something that I'm utterly ashamed of.
Had to add text message and call communication functionality in one of the products.
Boss shrunk the deadline to two days ETA.
Didn't know jackshit about twilio.
Meeting with client:
Client - So the communication thing is done right?
Me - Yyeahhh
Client - Let's try it then. *Calls himself*
Me - *Calls the API directly from my phone*
Client got out happy. Nobody knows what actually happened there. I didn't even talk to my colleagues about this. Boss gave me bonus to pull of the impossible. I added the feature after a week of the incident.8 -
So, I'm programming a control system for a prototype aerospace vehicle. You know, the stuff that needs to work to prevent falling out of the sky.
Anyway, test day was today (was -- not anymore). Wiring all the electronics, everything is actuating and works well. Except for one part, a little thruster for stability.
I spent hours - literally, fucking hours - trying to fix the problem. Wrong address? Wrong syntax? I had absolutely no clue what was wrong. Queue the hardware guy, $stupid:
$stupid: "How have you not got it working yet?!"
$me: "I don't know, everything I'm trying isn't working. I've spent hours digging through this code and nothing is fucking working."
$stupid: "Well have you set it up for the new thruster?"
$me: "What...What new thruster?"
$stupid: "Oh, the one we installed this morning, did noone tell you?"
WHY WOULDN'T YOU TELL ME THIS?! COMMUNICATION 101!6 -
Working with different nationalities is interesting, and sometimes kind of bewildering. And tiring.
I've been working with an Indian dev for a little while, and while she's a decent dev, interactions with her sometimes leave me a little puzzled. She glazes over serious topics, totally over-sensationalizes unimportant oddities, has yet to say the word "no," and she refers to the senior devs as (quote) "the legends." Also, when asked a question by her boss, like "Are you familiar with this?" Instead of a simple yes/no answer, she shows off a little. Fair, I do this sometimes too, but it's a regular thing with her. Also, like most Indians I've known and/or worked with, she has a very strict class-and-caste view of the world. It honestly makes me a little uncomfortable with how she views people, like certain people belong in certain boxes, how some boxes (and therefore their contents) are inherently better than others, and how it's difficult or simply impossible to move between boxes. My obviously westerner view of things is that you can pick where you want to be and what you want to do, and all it takes to get there is acquiring the proper skills and putting in the required effort. I see no boxes at all, just a sprawling web of trades/specialities. And those legends she talks about? They're good devs with more knowledge than me, but only one, maybe two of them are better devs. I see them as coworkers and leads, not legends. Legends would be the likes of Ada Lovelace, Dennis Ritchie, Yukihuro Matsumoto, and Satoshi Nakamoto. (Among others, obv.). To call a lead dev a legend is just strange to me, unless they're actually deserving, but we don't work with anyone like Wozniak or Carmack.
Since I'm apparently ranting about her a little, let me continue. She's also extremely difficult to understand. Not because of her words or her accent, but I can't ever figure out what she's trying to get across. The words fit together and make valid sentences, but the sentences don't often make sense with one another, and all put together... I'm just totally lost. To be a math nerd, like the two conversations are skew lines: very similar, but can never intersect. What's more, if I say I don't understand and ask for clarification, she refuses and says she doesn't want to confuse me further, and to just do what I think is best. It's incredibly frustrating.
Specifically, we're trying to split up functionality on a ticket -- she's part of a different dev team (accounting), and really should own the accounting portion since she will be responsible for it, but there's no clear boundary in the codebase. Trying to discuss this has been... difficult.
Anyway.
Sometimes other cultures' world views are just puzzling, or even kind of alien. This Irish/Chinese guy stayed at my parents' house for a week. He had red hair, and his facial features were about 3/4 Chinese. He looked strange and really interesting. I can't really explain it, but interacting with him felt like talking to basically any other guy I've known, except sometimes his mannerisms and behavior were just shockingly strange and unexpected, and he occasionally made so little sense to me that I was really taken aback.
This Chinese manager I had valued appearances and percieved honors more than anything else. He cared about punctuality and attire more than productivity. Instead of giving raises for good work or promotions, he would give fancy new titles and maybe allow you to move your desk somewhere with a better view of your coworkers. Not somewhere nicer; somewhere more prominent. How he made connections between concepts was also very strange, like the Chinese/Irish guy earlier. The site templating system was a "bridge?" Idk? He also talked luck with his investors (who were also Chinese), and they would often take the investment money to the casino to see if luck was in the company's favor. Not even kidding.
Also! the Iranian people I've known. They've shown very little emotion, except occasionally anger. If I tried to appease them, they would spurn and insult me, but if I met their anger, they would immediately return to being calm, and always seemed to respect me more afterward. Again, it's a little puzzling. By contrast, meeting an American's anger often makes them dislike you, and exceeding it tends to begin a rivalry.
It's neat seeing how people of different nationalities have different perspectives and world views and think so very differently. but it can also be a little tiring always having to translate and to switch behavior styles, sometimes even between sentences.
It's also frustrating when we simply cannot communicate despite having a language in common.random difficult communication too tired for anger or frustration nationalities tiring diversity root observes people25 -
I'm still remembering that one time a friend of mine asked me to pass him the WiFi-cable.
I know, that sounds like a cliche, but it's getting better...
We are both information and communication engineering students...
I told him to think about what he just said and after some seconds of thinking he responded with "Oh yea, I forgot that my laptop doesn't have a WiFi Jack..."
He's passing most exams with distinction btw...1 -
Trying out on my own, then googling the problems, finally watching a 2h documentary on zebra communication on youtube.2
-
So today I found out I'm a Senior Developer. Was I told nope. Just found it on my contact details on the company address book. Ask boss about it he said yes I am. Would have been nice to have been told I was promoted...8
-
A quick note about node.js security.
Decompiled Discord, a widely used chat app. Found 5 vulnerabilities (that are now reported.) Why? Severely outdated dependencies.
Cloned Mattermost, a business communication app like Slack, but open source, and (from their site) the Department of Defense uses it. Found 10 vulnerabilities (that are now reported.) Why? Severely outdated dependencies.
I get that some versions conflict, and in a fast moving enviroment, that is a huge risk - but update your damn dependencies.14 -
!rant
Communication with a new RFID-Reader:
"Hello RFID-Reader" - "何?"
Okay: "ハローリーダー" - "¿Qué?"
Seriously? "Hola lector RFID" - "Что?"
Wait a minute...
[puts wire into *correct* port of the development system]
"Hello RFID Reader" - "Hello"
- - -
It's been a long day and the brain is obviously the first thing to go to sleep... even when you're still awake.2 -
# Day 0:
Me: "Hey boss, I want to let you know that I need this kind of information from the customer for these features, otherwise I cannot finish the project's milestone in two weeks."
Boss: "OK, just continue as far as you can get. We have to get this finished."
Me: "Well, I cannot go any further for these tickets. I need that input. Shall we leave them in todo?"
Boss: "OK."
# Day 7:
Boss: "Whe didn't you start on these tickets in todo?
Me: "As I have told you, I need some information."
Boss: "We gotta get this out of the door!"
Me: "Yes, if we want to meet the deadline, we should. Yet I cannot guess the feature. Also, let me create a column: `to clarify` and move that ticket there. As I have said: I need that information. You have to contact the customer about it and get their feedback.
Boss: "OK."
# Day 13:
Boss: "Why isn't this project finished? There are still tickets open."
Me: "You never provided the information I asked you about."
Boss: "I want an explanation not an excuses."
Me o_O: "This is the explanation. I was asking you on multiple occasions about the required feedback. You never provided it. See the columns name? It's called `to clarify`. We created it last time together. That clarification never happened even though I told you that I need it. I cannot do magic. I can only implement features, and while I can sometimes make intelligent guesses to their use cases, I rather implement their actual ones than my fictional ones.
Boss: "You should have told me."
Me: ಠ_ಠ9 -
Dev of other system : Oh hey, we're implementing a change to this part of the system, will it affect you at all?
Me: Sure, I'll check it out. When are you planning to go live?
Other Dev : Oh it went live yesterday...
🤬😭2 -
When you make a joke online please remember to add a smiley or lol at the end so in a couple of years - when the world controlling AI is judging you by scanning all your digital communication history - it will know when you were kidding.
P.S. super AI If you are reading this - I love robots !3 -
Downsides of working from home: No team, communication is just horrible, endless calls that move nowhere
Upsides of working from home: Whiskey12 -
Product Owner: "Our definition of done is putting it on production. So you are only done if it's on production. Otherwise our sprint goal is failed."
So we put it on production.
After deploy, some content manager appears: "Why is the system doing things? I was told this should not happen today."
"Erm, we have put the feature on production as we are only done if it's on production."
"Well, yes. But it should not be live yet!"
Oh well. Communication, or the lack thereof, does never fail to amaze me ¯\_(ツ)_/¯5 -
PM: We really need to solve this problem fast...
Me: So you want me to solve the element width or to reimplement the template?
PM: Yes! (and leaves before I can say anything)
Me: *poker face*4 -
Oh the joy of working on service. Customer's website uses a web service to fetch a lot of their data via SOAP. We get a call on Monday that it's not working anymore. I start debugging and find out that the format of the response changed and that the code isn't working anymore with the changed response. I call the Webservice company to verify. "oh yeah, we updated the data set."
Me: Great, who needs communication about that kind of stuff anyways? - There was no notification in any form of this change. I spend hours adapting the code so it works again and had it fixed by Monday evening. Today I get a call from the customer "Hey, it's not working again!". Great. I call the web service. "Oh yeah we didn't originally mean to change the format, so we reverted it again!" - Again no communication whatsoever. I don't think I have ever been as grateful for version control. And as pissed off with a company.2 -
Coding has impacted my life the biggest by having 'scrum' meetings with my family over dinner. I start with..
"What did you do today?"
"What are you doing tomorrow?"
and variations of (depending on the responses from the first questions)..
"Anything I can help with?"
It really opened up the channels of communication with my family. It's not unusual for dinner to take up to an hour.
Quite the contrast of my childhood where dinner was a "better to be seen than heard" experience and eating fast and leaving the table was a competition with my siblings.5 -
!rant && sarcasm
For a long time now I've been trying to convince people to use secure communication. I'm used to getting called "paranoid", but the killer phrase always was (and still is): "Why do you want me to encrypt my communication, I HAVE NOTHING TO HIDE, so I don't care who's reading it" - "It's not about hiding something, it's about private stuff staying private" - "Yeah, whatever"
"I have nothing to hide". That always killed the conversation... until I asked them to hand me their phones, unlocked, for 5 minutes.
"No" - "Why? I thought, you had nothing to hide and don't care who's reading it?" - "Uhmmm..."
More and more people around me are popping up in my Signal contact list.
Looks like they suddenly care a lot about private stuff staying private </sarcasm>12 -
Dear self,
If you start a statement with “I think”, you do not have to also edit statement to add “in my opinion”. This is redundant and silly.
Sincerely,
Why are you so freaking timid?14 -
A senior developer come to interrupt me.
Senior developer: blah...blah....blah about this concept...... that concept... So, any new things you learn lately that you would like to share?
Me: I am learning back C++
Immediately he stop me and said, "Why did you learn C++? It is obsolete, no one use it anymore"
Me (in my head): But, you just said what I learn. It doesn't matter if its obsolete or not. Infact you are wrong, C++ is not obsolete anytime soon. I was about to share on webassembly.
Senior developer: So, would you like to join me in a short sharing session this afternoon.
Me: No thanks, I am really busy (just want to avoid at any cost)8 -
I am DONE with this woman CONTINUED!
I didn't think I'd have to put another rant about this stupidity at least not this soon but she just keeps on giving!
I have my noise canceling headphones on most of the time and when I want to hear the people around, I just put the right earcup of it to the side of my ear so the music pauses. Today we had a huge disrupt on our services because of a network switch error on the hub. I was also trying to focus on my coding as I didn't wanna do a stupid mistake on the last working day and be sorry about it in the next week.
So this woman sneaks up on me from behind calling my name - meaning she has a question, surprise! -, I say 'yes' moving my head to her side ever so slightly without getting my eyes off of my screen stating subtly that I'm also listening to her while trying to focus on my shit. She starts yelling at me 'look at me!' out of nowhere! I turn my head and ask what the problem is and she asks why I'm not looking at her face! Stupid moron, I might not be too good in understanding your way of communication but you are the one asking so you WILL wait if you'd like to hear answers.
I say I'm working on something and her answer is again 'Why aren't you looking at my face it's going to be quick bla bla did we do this like that?' and I answered I didn't remember because there's no way I'd ever remember without looking further and it was no lie.
This woman clearly has stability issues and everyone else seem to be tolerating it. It's now obvious as I'm not tolerating the nonsense I'll be the one that 'she only has ever had a problem with'.
I was quick to de escalate the situation but now I'm thinking maybe I should've responded in a way that she could understand. I wouldn't ever give a shit about it but this is getting ridiculous.21 -
Studying Multimedia Arts, we are required to take a couple of courses in basic web development. (PHP). Since its known as new media grrr 🙄
Coming from a webdev background, I have no problem understanding PHP. However other designers in my course do.
A friend messaged me asking me how to fix a problem while in the dev environment. She tried explaining her problem without any of the terms we use in our general communication. You can read the conversation below.14 -
I 'work' at a Minecraft server btw.
So here I am, 12 o clock, chatting with my friends, nothing weird here.
An employee of our hosting company sends me a message, because he knows we are hosting there. He asks us if we have changed our DNS for the server move. I was scared for a second, and asked 'what server move?'
He tells me that our server will be moved to "a better performing node". He told me that all server owners were alerted over email.
So here I am, 12:30 at night fixing my DNS settings and hoping that everything goes all right.
Damn, I hate it when people don't property communicate their maintenance dates with the rest of the team, does anyone relate?9 -
Coworker: Hey, you made some changes over here in module X?
Me: Yeah. The old way was deprecated and we need to switch all of our modules over to the new way.
Coworker: Okay. I'm working in module Y now. When are you going to get to it and make those changes?
Me: ... I sent out an email and a message in group chat saying we all need to make these changes as we find them.
Coworker: Uh-huh. So when are you going to update this? It's blocking me.4 -
!Rant
You know one of the things I love about this community is?
We have such a diverse group of people and even when those who don't speak English natively, they try to on the app as much as possible keeping it consistent. Even when they make some mistakes, no one's a dick about it (from what I've seen), which is awesome!13 -
About to walk into a second round job interview. It will take my commute from an hour and a half to 15 minutes, be a much larger scale company and teams, with actual schedules and communication. I might actually cry if I get it.9
-
When you work remotely and communication from your boss or coworkers sucks and you're paranoid that they think you arent doing anything since they dont check in with you.1
-
Actual conversation today with one of my remote developer teammates in Ukraine
Me: "next up I'd like to discuss the 'bigger picture' so you have context for the next tasks..."
Dev (after an hour or so and some chat in between...): "Yes, could you please send more details about a large images issue?"
Me (somewhat perplexed): "what are you... oh! Haha"
😂😂😂4 -
My company decided to stop remote working because of a lack of communication exactly 30 minutes after we talked about how communication was improved since the lockdown.9
-
I am seriously getting pissed off at these so called web developers on Instagram... More often than not I stumble upon an image of vs code with some Lorem ipsum code on the screen.
Just now I saw a picture that drew my attention, so I clicked on to the profile and fuck me in the rectum from a 90 degree angle this is what I see. Visual communication does not FUCKING EQUAL WEB DEVELOPMENT.
DAMN IT, JUST FUCK OFF.15 -
My team is working against me, seriously time to look for a new job! Bad management, piss poor communication, and...I'm in the wrong room: https://www.devrant.io/rants/2857231
-
DATA COMMUNICATION BETWEEN SERVER AND AN APP..
1. Write all data into files,
2. Make the files as zip,
3. Send the zip to server,
4. Server will unzip the zip file,
5. Read all the data line by line from the files and update the data.
** TRUST ME, THIS IS A PRODUCTION APP I HAVE SEEN FROM A CLIENT **7 -
Got an email earlier this week. It went something like this:
"It looks like your team still hasn't delivered the logging and monitoring solution that we asked for. Can you get it done in time for our production deployment next Friday?"
Um, wait, excuse me, WHAT?
1. You never actually asked for the thing you claim we didn't deliver. In fact, when we brought up the fact that you should probably have some monitoring set up for your servers, you said it would be handled entirely by your own team.
2. I HAVE BEEN WORKING ON THIS PROJECT FOR SIX MONTHS WHY DIDN'T YOU TELL ME YOUR DEADLINE UNTIL NOW
3. I won't even have time to start working on this until the Monday after your prod deployment date. Sorrynotsorry.
I really shouldn't be surprised though. This project has been a clusterfuck from the very beginning so this is just par for the course.2 -
1. Keep your rythm: 7/8 hours of sleep each day and DON'T take your work home. Unless you have your own business ofcourse. Still: don't wear yourself out!
2. Put on music. Me personally like fast punk when i'm struggling with a deadline. Makes you want to go faster.
3. Close ALL communication like chats, mail etc. Hell i even thought of a sign "do not disturb"
4. Coffee. Lot's of coffee
5. Use a time tracking method like pomodoro5 -
It definitely helps to not be proud, especially to talk to people.
I was about to refactor something someone did, without understanding their intentions and because I thought it was incorrect.
Thank God I got off my high horse to talk to them first!
If you are shy or bad at approaching people (like me), just force yourself and try.. You will eventually learn to be less hesitant.1 -
So there's this developer I work with. Let's call him Kevin.
I am a UX designer, former Developer from IBM - but I really love design, so I made the switch. My background however, usually makes working with Developers easy.
But not this guy! I provided a clickable prototype complete with code to easily inspect with Dev tools for measurements. I provided mobile references for some screens but not all.
Kevin submits screenshots for me to review the design. Looks nothing like the prototype, so I get out my Wacom tablet and basically draw redlines over the screenshot. "No border here, 22px should be 20px, etc."
His response was:
"I need you to say exactly what you one (want?) each pages and mobile pages to look like, text size of the font, etc.
You did a lot of red marking, so I am asking for clarification."
So basically asking for red line specs. I asked a month ago if he wanted all the mobile screens, or if what I provided was enough along with the style guide. He agreed. So now I'm majorly pissed off.
Maybe it's also the fact that one of the other developers has to hold his hand, because everything he does is bad. 😡 And his lack of ability to articulate a damn sentence effectively drives me crazy. Cherry on top, I suppose.
Would love to bring this up with my boss. ♥️ And suggestions. 😍3 -
I hate people who don't value transparent and assertive communication. I'm saying this thinking about an specific client.
This client is a boss of Web agency, and has some contractors working on their projects. I worked for them for a year, doing Web projects from scratch and also maintenance.
Then, one week, the communication stopped. No answers, no feedback, nothing. For months. They ghosted me.
I tried contact a few times with no luck. After 3 months, they started to remove me from slack, git, base camp.
And that's it. I was discarded and it seems I don't even deserved a message to be aware of that.
I don't mind to end business relationship anytime, for any reason. There are lot of reasons a working relationship would not work, and that's OK. We should have partners that are a great fit for us.
But at least say it. Ghosting is something ridiculous and unethical.5 -
*team worried about Slack conversations being tracked in the company*
Solution: Shared text file over network. Edit and save it for private communication. Best idea ever?29 -
CEO of previous job, only reachable by email, coming to the office twice a week at best, business trips at no notice, answers every third email, addressing the dev team:
"You need to plan better. A lot of the delays and bugs are due to poor communication and unaddressed issues."
I don't miss that job.1 -
Tested out my first app and it worked beautifully. I’m a projectionist and I made this to give me a constant visual feed of projector communication connection. Still in development, not ready for deployment yet. But it works!
I’m posting here because although this site did not help me technically, it definitely helped me emotionally. ;)6 -
Some people think that in the software industry there is no communication and everyone is glued to their screens doing their work. It really fucking pisses me off.
- We write documentation around our code more than actual code so that we can communicate with other developers better.
- We use version control and pull requests to make sure our work is at the required level and it is approved.
- We invented UML to communicate our technical understanding to less technical people.
- We sometimes have more client meetings than doctors have patients. In which we have deal with clients worse than patients.
- We conduct keynotes and conferences and hackathons to bring together communities.
These are just a few things from the top of my head so next time you think of saying that the IT or software professionals don't have "much" communication you better fucking educate yourself as to what the profession actually is.3 -
Web Devs - How many projects do you typically work on at once? I am currently developing 24 websites at once, most of them custom (homepage). I just feel like that is absurd and my company is absolutely insane. Not to mention I'm the front line for client communication as well, pretty much the project manager AND developer. We're a huge company too, not a start up. Just feel like not having project managers for web dev industry is unprecedented except for freelance. 😡👎🏼18
-
How the Fuck are aliens going to communicate to us, when the protocols we use for communication are all human made?5
-
The project manager and sales team decided to call a meeting to see how long a project I'm currently working will take to finish. Little did they think to ask the only person working on it.4
-
Amazing how people misuse the term technical debt.
A bug is a flaw in your design/development.
Tech debt is a conscious decision/tradeoff, which is often tracked and removed as the product matures.
The difference is subtle. Avoid this mix up at least in written communication.10 -
What do u have open when coding?
Me (PHP/NodeJS web development on a Mac):
CODING & TESTING
- MAMP PRO
- PhpStrom
- Navicat (for localhost MySql DB)
- Chrome
- Terminal
COMMUNICATION
- Slack
- Mail
- Messenger (for Google Chat)
- WhatApp Web
- Calendar
NOTE TAKING
- Evernote
- TextWrangler (for quick notes)36 -
Mom asked me one question.
How money transfer from one bank to another?
It was longest communication we ever had in few months.
I am happy for that question.
😊😊😊😊6 -
Should I actually look into getting a dev job..?
*I have a high school diploma (graduated three years early)
*College dropout (3-4 months, Computer Science - Personal Reasons)
*No prior work experience.
*Good textural communication skills, poor verbal communication skills.
*Currentally unemployed. (NEET :P)
*I have extensive personal experience with Java, and Python. Some Lua. Knowledge of data generation, parsing, Linux, Windows, Terminal(cmd & bash), & Encryption(Ciphers).
*Math, but very little algebra/geometry (though, could easily improve these).
*Work best under preasure.
Remote only.
Think anyone would hire me..?15 -
Volunteered at a hospital and made some kind of intranet for other volunteers because they wanted to use a facebook group for internal communication which I found stupid.
Made a reactjs/slimphp app and learned a variety of things while coding, unfortunately it had to support internet explorer which sucks balls.
Quit after a year because of school and a paid job, someone else is maintaining it now :)1 -
I am one of those individuals who can't understand a word someone is saying to me if there is any loud background noise - e.g. other people talking near me. That frustrated me so much in the past, nowadays I just say loudly and politely I can't understand a damn word because someone near me is talking a bit too loudly.10
-
Watching the Google I/O 2018 where they are showcasing their AI called Google Duplex, making a call for reservation.
I just realized it has better communication skill than me.
I am pooping for last 20 minutes watching the video.5 -
Conversing with developers can be frustrating.
Here is a good one from today. 2 people 1 women (let’s call her W) and one man (let’s call him M)
W: “Hey guys! Our team is looking for lots of great developers. Front end, back end, data, dev ops. At above market salaries with a great team! Reach out to me is you want to chat. I would love to hear from you.”
Translation: I have a great offer and want to help others achieve and strive in their careers.
M: “also, guys/less-gendered-alternative plz” proceeds to chastise this women about using the word guys.
Translation: I have no level of social awareness, but I have a need to feel big and important. So I’ll take offence for those who aren’t offended to make me feel better about my lack of fucking personality.
————
I’m not really concerned about opinions about the gender issue. It isn’t about that.
It’s just tiring dealing with these people’s bullshit.
It’s time to grow up folks, stop arguing on the fucking internet.
————
I also once saw a developer chastise 2 women we worked with while we were out for drinks for the exact same thing; using the word guys.
He was so busy “defending” them from themselves that he ended up making them uncomfortable and then they left.
He was saying “don’t exclude women” while fucking excluding the only women there.
What a fucking douche.4 -
Partner of ours claimed they are going to update their api. No breakage. My hopes were low and they did not disappoint.
Soon after the new version of their api went live, of course, loads of breakage. And the email contact with them is really fun.
Me: "Hello, since your update we get the issue A. Here's the complete communication."
Them: "We did not change the existing behavior. You are doing X wrong. Repeat that one call during the step and you should be fine."
Me: "Thank you, if I repeat the call, it does indeed work, albeit slower, since we are now repeating calls. Furthermore, our application was consuming your api for years and we did not change anything. So why is that step necessary now? Only after your update do our logs show errors from your API. And by the way, we now also have a issue with B. Why is that?"
Them: "Oh that's because your query the endpoint with "Fnord", try "Baz".
Me: "Yes, I do know that we query it with "Fnord" as that is what a previous endpoint of yours is responding to us. Why are we getting "Fnord"? What request do I have to make to get a "Baz" back?"
It feels like a game of wackamole. Squash one issue, ten more will pop up. I am one step away from becoming active-aggressive.3 -
!rant example of effective cross-language communication. A Drake meme can save up to 140 characters on avg.12
-
In my opinion during the past 18 hours devRant has gone from a great resource - to a must have indispensable developer community. It shows the power of Internet communication.
So many new developers arriving are making it so much more fun and valuable. I enjoyed devRant before but now it is amazing.
I am having a tough time keeping up - which is great.4 -
Right, I've been here before.
Our app requires an internet connection, and one of our clients wants to roll it out on a strictly managed network.
We told them which addresses our app communicates with and their network team opened them up for traffic. Should work, right?
Nope, doesn't work.
So I request them to use Fiddler to do some debugging of the network traffic, and lo and behold, it does work when Fiddler is active.
One important detail is that Fiddler uses it's own SSL certificate to debug HTTPS communications. I've had moments where expired certificates were the cause of things not working and running Fiddler "fixes" this because of their own certificate.
So I point this out in numerous mails to their network team, every time I get a response saying "nah, that can't be it".
I keep insisting "I have had this before, please check if any installed Root CA Certificates is expired"
At this point I'm certain they have updates turned off on these machines, and their certificates must not have been updated for a long time.
At one point they come back to me. "Hey, when Fiddler is off, WireShark shows the app communicating with ICMP calls, but when it's on it shows HTTP calls instead".
...YOU'RE THE SUPPOSED NETWORK EXPERTS?! You think data can be send via ICMP? Do you even know what ICMP is? Of course you'll see ICMP calls when the network is rejecting the packages instead of HTTP calls when everything's fine.
(ICMP is used to communicate errors)
I'm trying to keep my patience with these guys until they find exactly what's wrong because even I am somewhat grasping at straws right now. But things like this makes me doubt their expertise...8 -
Implementing Slack in the company really helped improve general communication between the two offices.. That was until we were told not to use it because there's a 10,000 message history limit on the free version and 'important documentation' was being lost... FML5
-
So, the uni hires a new CS lecturer. He is teaching 230, the second CS class in the CS major. Two weeks into the semester, he walks in and proceeds to do his usual fumbling around on the computer (with the projector on).
Then, he goes to his Google Drive, which is empty mostly, and tells us that he accidentally wrote a program that erased his entire hard drive and his internet storage drives (Google, box, etc.)...
I mean, way to build credibility, guy... Then he tells us that he has a backup of everything 500 miles away, where he moved from. He also says that he only knows C (we only had formally learned Java so far), but hasn't actually coded (correction: typed!) in 20+ years, because he had someone do that for him and he has been learning Java over the past two weeks.
The rest of the semester followed as expected: he never had any lecture material and would ramble for an hour. Every class, he would pull up a new .java file and type code that rarely ran and he had no debugging skills. We would spend 15 minutes trying to help him with syntax issues—namely (), ;— to get his program running and then there would be a logic issue, in data structures.
He knew nothing of our sequence and what we knew up until this point and would lecture about how we will be terrible programmers because we did not do something the way he wanted—though he failed to give us expectations or spend the five minutes to teach us basic things (run-time complexity, binary, pseudocode etc). His assignments were not related to the material and if they were, they were a couple of weeks off. Also, he never knew which class we were and would ask if we were 230 or 330 at the end of a lecture...
I learned relatively nothing from him (though I ended up with a B+) but thankful to be taking advanced data structures from someone who knows their stuff. He was awful. It was strange. Also, why did the uni not tell him what he needed to be teaching?
End rant.undefined worst teacher worst professor awful communication awful code worst cs teacher disorganization1 -
*Client calls and asks for a restful api in php*
Me: So the client called and asked for a restful service specifically in php
Co-worker: I'm gonna write it in python.
Me: *disowns co-worker*
The best kind of team work.3 -
Communication.
I started coding at Engineering school (so like 4 yrs ago) and even if there were projects by group, I kinda learned it all the way by myself so I actually learned to code alone. And to resolve my issues alone.
And it costs me a job right after my internship. Was a big problem since I was almost alone (someone worked also on it but they was on multiple project at the same time so not 100% available).
That was one of my biggest fear in my career and one of my biggest challenge too in my personal development.
And so, like 8 months later, I got a job, I'm in a big team and no more problem of communication. That's something I'm very proud of. But I'm still young in my career.1 -
Love it when testers loose there shit and take loads of screenshots, arrows everywhere, the lot...
But no explanation of what they are actually trying to show.
😂 -
I was looking for an single line ascii hug to let a Paizo (publisher of Pathfinder) employee know that he is going above and beyond with the communication because of delayed orders (delayed by Amazon).
Then I found the site on the screenshot. Guess they focused so much on the single line ascii art that they forgot to check the header :D4 -
So I work for an ISP in the customer support center and we use slack for communication... As you can tell by my starred channels; we do plenty of work...
(Yes, potato is dedicated to nothing but potato)8 -
Another guy on DevRant wanted to make an RPG.
After 2 months of slow communication, we never coded anything, because he couldn't decide what he wanted the game to be about.10 -
What you are expected to learn in 3 years:
power electronics,
analogue signal,
digital signal processing,
VDHL development,
VLSI debelopment,
antenna design,
optical communication,
networking,
digital storage,
electromagnetic,
ARM ISA,
x86 ISA,
signal and control system,
robotics,
computer vision,
NLP, data algorithm,
Java, C++, Python,
javascript frameworks,
ASP.NET web development,
cloud computing,
computer security ,
Information coding,
ethical hacking,
statistics,
machine learning,
data mining,
data analysis,
cloud computing,
Matlab,
Android app development,
IOS app development,
Computer architecture,
Computer network,
discrete structure,
3D game development,
operating system,
introduction to DevOps,
how-to -fix- computer,
system administration,
Project of being entrepreneur,
and 24 random unrelated subjects of your choices
This is a major called "computer engineering"4 -
My partner can't wrap her head around why I write all forms of communication in a formal matter, whether it be an email, bug report or text message.
I keep telling her you never know who you are actually talking to unless your face to face, anyone else agree with this logic?5 -
Releasing a new shipping console.
Every day I've told them to let me know when ANYTHING goes wrong.
I released it last week on Tuesday.
Yesterday.. they came with some missing options. Ok fine. I fixed them. Then repeated the same sentence: Let me know DIRECTLY when ANYTHING goes wrong!
Today, I planned to leave early and tomorrow I have a day off.
30 min before I leave;
hi, something's wrong, I told X yesterday.
GOD FUCKING DAMNIT;!!!!!5 -
!rant
I'm a developer turning into product designer guys. But I'll never forget my roots, my development origin. What I'm learning is, most of the UX designer are ignorant about development and developers in general and many developers are ignorant about usability. My future aim would be to build a well communication bridge between these two entities and get designer to empathize with developers and vice versa.13 -
In job description :
.....
- You should have a good communication skills .
....
At the company:
JUST FOCUS ON WRITING CODE , No useless conversation3 -
- Learning a lot of new shit because I don't want to get stuck. Remember, if you're the smartest person in a room/group, you're in the wrong group.
- Create a server and a client for a variation of MultiCube with up to 10 clients, with communication being done via UDP. Yes, I spend way too much time on my cubes.5 -
Computer engineering : Insanity!!!
Today a friend of mine was assigned to make a Client-Server Encryption using Sockets. The guy did a great job applying BlowFish algorithm, but the teacher was disappointed because she couldnt map letters to the encrypted text and she declared the program to be wrong!!!2 -
I asked one of my engineering classmate which processor they had in their laptop.
Ans : 3GB.
I dont know whether they dont know a shit about computers or they are too bad at english.10 -
Anyone else feel like it's hard to connect with people online? I mean *really* connect. I feel like some of the communication platforms that we use to share our thoughts are not suitable for meaningful exchanges, or are not being used in such a way. Nothing is long lasting. All communication is transient and shallow. Posts get buried underneath new posts. Memes get more interaction than questions or stories. I totally get it - a meme is much easier to digest and to really like and it doesn't require a written response, and there's nothing wrong with any of that, but what happens when you have a legit question or you just need to talk to somebody deeply about a subject? There's always gonna be someone who dismisses it but leaves a snarky comment behind, or somebody answers in such a way that doesn't move the discussion forward. Now that I am writing this, I realize that similar things happen in real interactions. You do small talk, you talk about a movie or a TV show - no problem. But whenever you wanna touch on a subject that doesn't have a clear answer, or is a bit emotionally vague, it seems that people close up a bit or try not to get into the thick of it. Fuck man, I don't need a coherent, well-structured answer, backed by research. I just wanna know how you feel. Do you ever feel like this too? Are you afraid of this, the same way I am afraid of it? Or tell me why you're so excited about this? I don't know, all this is obviously very abstract and I don't know where I am going with this. I suppose there's the fear of ultimate impermanence behind of all this, and I want to share that fear with someone else, not in some kind of hardcore blood-brothers way, but just like fucking wanna feel like we're all in this together, like that we acknowledge each other as something a bit more than just a pixelated avatar (which are funny as hell by the way) somewhere out there on the network. Maybe it's all in my head.
And at the same time I recognize that if somebody responds to this post and opens up in some kind of way, any kind of way, I will possibly not know how to open up in return as awkwardness settles in and defense mechanisms go up and just the vagueness and the uncertainty of the whole situation becomes too confusing, and the whole effort drops back to a level of chitchat for a glimpse of a second before it is swallowed whole by the new waves of conversations started by other people trying to connect with somebody else to escape their own loneliness.
I think that nobody captures this kind of abstract stuff better than David Foster Wallace: "You don't have to think very hard to realize that our dread of both relationships and loneliness ... has to do with angst about death, the recognition that I'm going to die, and die very much alone, and the rest of the world is going to go merrily on without me."19 -
Was doing white listing and asked for the address they need whitelisted. Was given the street address 😐.2
-
:-)
This just occurred to me: 20 years ago, we were telling our parents: look, when you tilt your head, it looks like a smiley face. We use these instead of facial expressions.
In another 10 years, we may be telling our children: look, when you tilt your head, it looks like a smiley face. We used these instead of emoji.6 -
why do so many programmers have so little regard for grammar/syntax, spelling and formatting when it comes to written communication?? it's not as though you can get away with ignoring their analogues when coding!4
-
I've got three 2-hour exams tomorrow back-to-back. I've been studying my ass off all week.
How the fuck is the College administration allowed to put student like me into this retarded and needlessly challenging predicament?
Guess I'll be drinking plenty of red bull tomorrow... 😰undefined philosophy i'm tired and hate this shit fuck college almost graduating communication networks operating systems8 -
The worst thing that could actually happen: I was working with a designer on a side project which wanted to build and see it grow. Everything went good until... He stops the communication without any reason!
and because of us working remote from each other there was no way of finding out why...
The project died :(7 -
Leave developers in a room long enough and they'll drop verbal communication in favour of irc/slack/discord3
-
I am sad, I am not getting paid for last month's work as it was some "mis-communication" and my contract was available till August! 2 options
> set opacity of the website in such a manner it partially shows anything
> set the website on fire9 -
Soon I will be talking about a new communication protocol between Raspberry Pi and Arduino ... At the meeting ... IoT enthusiasts.
I am excited and slightly upset.7 -
I think my hard drive is going to die.
My laptop takes 15 minutes to start up and it takes a fucking long time to open any program but once they're opened they run pretty well... And it does since two weeks ago!
This is a hdd related problem, isn't it?13 -
Honestly, the most underrated skill in tech is communication. Writing clear, succinct emails and telling the story without rambling is a critical skill. If hiring comes down to a wire, I would hire a dev that can communicate well than someone with pure technical skill but zero communication skills.4
-
This morning, i showed the communication manager how to use Photoshop (layer, image resize).
A year ago, I worked on the website, it has never been put online. The company's users never provided the content.
This afternoon, other people asked me where the site was, one year after!
I don't know whether to laugh of cry.
Ps : I'm sorry, my english level is low. I speak english as a cow speaks spanish.2 -
Jared wtf were you thinking! He is a wild man 😊 Final 5 minutes thru rolling credits was very cool.
Lot of communication and usability lessons to be learned during the episode.
Season finale next week. Can't wait!2 -
Quarantine day..... i've stopped counting...
Numbers and time have lost all meaning...
I now use my free time to fill paper sheets with various random japanese symbols, learn linear algebra and being a "human" clojure interpreter......
( send help )
My location is the result of multiplying the matrокрызгкруойж п ыТк)4&2(1&/(0 υβεκσ´αω;·3)-@!}€{]¥~+~;];{*<=
<<< COMMUNICATION ABORTED >>>6 -
Had annual appraisal meeting today. Been in this company for 2yrs now, after being hired outta college. It happens first after 2 years, then yearly.
I have long since known that my boss is a scumbag. My lucky college mates got assigned to great managers, leaders I must say, while I got the typical, know it all boss.
Now this racist, motherfucker, for reasons unknown to me, has mostly disliked me. But hey, the feelings mutual but I don't ever go busting his ass.
Previous employees eventually transferred locations or departments. But I stuck coz I respected some colleagues and learnt a lot from them.
Now this nutjob gave me a 2/5 rating. Says I need to improve my communication. I need to talk more. WTF you goatfucking cunt! I decide how much I wanna talk. I don't waste my time, and even if I did, I don't have any right to waste someone elses time. And talking about communication skills - BITCH! Everytime you speak something, I need like 2 mins to compile your jumbled fucking words in my mind to be able to comprehend what it is you wanted to convey. And you cunt! YOU are going to tell me I need to improve my communication. Dumbfuck I ain't no Shakespeare, but I can convey my message through.
Fucking peasant!
Hmm. The lemon tea sure is good today.4 -
"What is your project status? I need an update!"
So spoke the team leader. I was mildly hesitant about just rudely leaving work - which I was about to do, I was literally halfway out the building - without answering and delaying to Monday.
My project leader - the one that is supposed to look after me and my project every now and then - is on vacation. He's also the one, who is supposed to update the team leader.
It's not that we don't talk regularly, apart from his questions every two months or so, he is informed about my project on a bi-to-tri-weekly basis whether he wants it or not.
The team leader on the other hand seemed quite uninformed about my project.
Wouldn't it be nice if people would fucking talk to each other?!
Other than that, I'm learning C# for roughly six months now and today was the day it all started making sense. OO is a concept that is hard for me to grasp - I understand it, but I continuously failed to implement it. (That I have no regular code review right now isn't helping.)
Today, it just clicked.
I feel kind of stupid and in awe at the same time right now. :D2 -
Freelance client calls freaking out because she needed the website changes done by yesterday morning because she had some huge meeting with potential investors....
I feel bad but I don't, she never told me anything about needing it done by Sunday morning.
This is exactly why I hate freelance work. Lack of communication and then they blame you5 -
Fml
Friday: I just finished a project with someone and I went and told my boss that I'm done with this some other work can be allotted to me. He told me that I can start working on another project with another guy. This guy told me that we'll have to start working from tomorrow.
I was mentally taken aback because I thought Saturday's are holidays. And I had a feeling that maybe Saturdays are working but I wasn't just showing up(sidenote: I'm an unpaid intern here who started a month back). So I asked him one more time whether I should come tomorrow. He replied with a ya.
Saturday: I get ready take a cab to office only to realize that Saturday's are not working and what he understood from my 'tomorrow' was Monday.2 -
If a client changes the formatting of their data without telling me, and it breaks the code that I wrote for them, could they own up to their lack of communication, and not give me shit for it?
This problem was caused entirely by you. Can you fuck right off? Would you kindly? -
I'm almost impressed with how poor communication is within the company, given how small we are.
With less than 30 people, how did we manage getting half of the company having no idea what the other is doing?!2 -
I spent a month trying to understand how to split our application and setup a pdf server to manage 10'000> pdf documents generation at the same time.
Today during our monthly meeting, our dear Key Account Manager, said he's not selling pdf generation to customers since one year at least, and he's not planning to sell it in the future.
Nobody knew about that apparently. We had also some demo guys showing actually the functionality to potential customers.
Also nobody believe me when I say we should start a project to monitor used functionalities in our application.
Just wasted one month of my fucking extra-time. Now I'm late with a lot of other tasks, apparently more urgent that the potential scalability issue of a functionality we don't use.
Key Account Manager rules.
Key Asshole Manager.
I think we should hire a Key fucking-COMMUNICATION Manager -
Wow, y’all are depressed.
https://twitter.com/williamsbk/...
I don’t work in medicine or military so no one dies if I use “<“ instead of “>=“ because I wrote the variables in the wrong order. I’m not worried about skills, I’m worried about saying the wrong thing to the wrong person because direct, clear communication is out of style right now.21 -
tl;dr; A co-worker and I had an disagreement on our package structure. They went straight to our team lead instead of trying to solve this in our team and by that letting me do my job.
Do I overreact by assuming that this was malicious?
A co-worker asked me to do their code review today. There was nothing really wrong there, mainly something a bad generator created.
However at one point we had a disagreement about the naming structure of the packages. We both agreed to disagree, so I thought we could bring that up in the next daily, as it's something the team should agree on.
Shortly after that, they told me on Slack, that they relayed the matter to our team lead to get their opinion. Wtf.
My role in the team is that of a technical lead. Even though I like to discuss such topics in the team and not straight up dictate decisions.
By going directly to our team leader, they basically circumvented the whole team. This really rubs me wrong the way.
Maybe I'm just overreacting?6 -
"Good communication is as stimulating as black coffee, and just as hard to sleep after. " - Anne Morrow Lindbergh3
-
CS Teacher today:
"Transport Layer provides Security and Encryption to the communication" (TCP/IP stack)
me: WTF? Encryption is provided on the *top* of the transport layer (aka Application) ( and below [Network Layer] there is IPsec)
Teacher: no, it's wrong.
me: so Wikipedia it's wrong, RFC 5246 is wrong, and you have right?
Teacher: Yes.
me: Ok. (aka fuck you!)2 -
- my (non-dev) supervisor at my job
- no documentation
- no source control
- people working in the same team with completely different programming/domain knowledge levels, but also very different ways of being
- bad within-project communication
Luckily not all of them are about my job. We do use source control.8 -
FUCK YOU TECH LEAD! Our manager explained what he wanted 4 MONTHS AGO! You said we could do it! We can do it! You suddenly changed your mind, instead of asking me WHO IS WORKING ON THE PARTS REQUIRED TO DO THE MAGIC! MAYBE I WOULD KNOW IF IT IS POSSIBLE OR NOT??? MAYBE??? NOW I HAVE TO GO FIGHT YOU, YOUR EGO WILL SAY YOU ARE RIGHT, YOU WONT BACK DOWN, AND WE WILL SCREAM AT EACH OTHER! FUCK, RUINING MY 4 DAY WEEKEND RELAXATION! AND IN FRONT OF THE BOSS!!! FUCK
-
Language barriers are so frustrating. x.x
Trying to talk to a fellow ranter, and english isn't his native language. It's fine, I'm managing though.
Have you guys ever just sat and thought about how interesting language is? As I sit here and type, the very words i write were hand crafted to simplify communication. Spoken language itself was developed over of thousands of years. It really makes you think.3 -
!rant ?
So I had 2 Stack Overflow questions open about Rails / Webpack data communication, plus one issue open on Webpacker's github for 3 days, desperatly looking for an answer or an idea. No answers.
Today I talked a bit with my flatmate about my problem, dude gives me a perfect, easy to implant solution, and life seems to be bright again. Thank you Alex 😥.2 -
Interprocess communication with MemoryMappedFiles.
It took a while to figure out how interprocess communication works. -
So, is anyone here going to 34c3(*) in Leipzig?
(I'd very much like to, but I have so much studying to do, so I'll stay at a local hackerspace and organize a little bit Congress Everywhere.)
(*)34c3 or the 34th Chaos Communication Congress is the largest hacker meet-up in Germany this year.11 -
Alright, server got hacked a week ago. Bad enough on its own but okay, perfect time to change the server infrastucture completely instead of doing it later this year. Since Saturday we are working on setting everything up (game server, apache, etc.pp.) while making sure to configure everything correctly to be safer this time.
We are finally at the point where we could go back online. And what happens? One team member _now_ (6 days after the hack) suggests that it might be a good idea to format the hacked server and configure just what we need to patch the clients with it.
Great fucking idea, why didn't you have that idea 5 days earlier?! There was more than enough time already to format the old server and configure it. Another day delay, yay. X_X
Aaah, ranting really helps in those situations. Oh and Hi, I'm new here. Nice place, I like it. ^_^2 -
That moment when you get blamed by product/business for a slow feature...
A feature which the same product person demanded you implement two days before the deadline that the feature was supposed to be released at but you never got told about. You end up doing a miracle and the company avoids a lawsuit but you still get blamed for it being slow. Shouldn't have agreed on the ridiculous deadline and left them suffer from their own bad decisions and communication2 -
Can anyone recommend an Android app for blocking notifications from a specific app during, for example, non working hours? Context: we use Telegram as a communication channel, but it's often used outside of work hours too by some colleagues. I wanna be updated during work hours, but want my peace after and before. I'm using Android 6, and haven't found a way to do this natively yet.5
-
Switched from Skype to Slack for internal team communication...
Wish we could use devRant someday.. 💬1 -
"The era of self-regulation for online companies is over." UK Culture Secretary Jeremy Wright.
Look for governments, especially those without strong free speech protections, to move to control the means of communication for the masses, and control what people see and hear.2 -
It's like everytime you tell your PM that you need to be left alone to code their projects, it goes in one ear and out the other. I usually ignore them when busy coding, but then they start to blow you up on all forms of communication. Where are you? Why aren't you answering me? It's because I am coding away on all of your projects. If we sit here for hours talking, nothing would get done! Like was it necessary to message and call me on several forms of communication??
-
Every data communication example has Alice and Bob communicating with each other. I wonder after all these years how are they able to maintain a stable relationship.
I wish my girlfriend understood this. -
How do you deal with a developer that constantly challenges your propositions in a rhetorical matter?
For example, say if we have a problem and I propose solution A (along with my reasons why), the developer would then shoot it down - not with another alternative solution or exploration path but instead a rhetorical question.
It has gotten *exhausting* working with this person because every interaction becomes almost a debate. This isn’t just particularly with development but even during casual discussions.
I’ve even tried asking “so what would you suggest?” in which they would answer with confidence in a rhetorical matter - but without any concrete decision making (but at the same time sounding like they did make one).
We work in a team and nobody has taken the reigns of leadership (he’s quiet most meetings), so I decided to take initiative and make the calls. All of a sudden, he has a voice that is mostly axed towards being argumentative than productive. It has come to a point where I’ve just stopped making propositions because I’ve become exhausted trying to defend myself and literally repeating something like 4-5 times, however this is a project that needs to be delivered and because we work closely together, I can’t just ignore him and do my own thing.13 -
The last communication we had was me asking you if you would like a service for that, with no response? And now, ten days later, you’d like an update on when it will be available?
Well I raised a pull request on your side a week ago, your developers have just been ignoring it.
What? No, I don’t know when it will be merged and ready. -
I don't see the jobs.
-- I added them.
I don't see the "app-name".
-- Well, I have added them via an abbreviation "an".
Why though? That's so confusing. Why would I look for that? Assume I am a new employee. I would not know what it means.
-- You'll get used to it.
I. DON'T. WANT. TO. GET. USED. TO. IT. Why would you waste time by hiding necessary information behind non-saying abbreviation? Clarity counts.
Urgh.3 -
When someone (and this is typically someone non-dev and not a very structured person) says "Can I ask you a question" and, upon an affirmative answer to that, fires away a whole bunch of questions without waiting for an answer to the first of the questions.
Pleeeease! If you expect an answer, ask me one. question. at. a. time. Or write a freaking e-mail.3 -
fired in the morning, feeling happy! in 39 minutes later, having next job in the startup I worked for before.
yeah just would like to add, not only be honest, but communicate.. on friday I was laughing with colleagues hacking open source, today I guess they are more surprised than me.
so yeah don't just say empty words without deeds in behind, adding the picture to make you guys feel corny2 -
I have a client who is refusing to pay the remainder of their bill. When we last spoke 6 months ago they told me that they were traveling, had no time or capital to give me the videos so that I could finish developing the site, and that they'd contact me when they were ready to continue. Now they're angry that I contacted them for their status and say that the onus was on *me* to call them sooner.
Who is the onus on to keep contact going if one party says "I'll call you"? The developer or the client?
For what it's worth, the site is done aside from integrating media that they were going to be sending me.4 -
This guy... starts at 11. Ends at 16:00... And i’m supposed to work with him while my day is 9-17. No communication whatsoever. Great. Fucking great. Im boring my brains out meanwhile.1
-
I am feeling so powerful right now I can not describe it.
I found out how I can get the methods and params outta LINE.
Now that I finally understand Apache Thrift and how it works with the LINE servers, I can make a thrift file, generate communication files for the LINE servers and use them for any programming language I want. Means that I can switch to a faster language than Python. Finally :)3 -
Anyone else starting to perceive real life and communicating with people using logical gate thinking?
I think I need vacation because communicating with non tech/code savy people requires an effort..1 -
When you contact the API communication support of the supplier, and several emails and test cases later they still fail to understand your problem.1
-
When it’s Friday afternoon and you don’t want to work anymore after a loooong week in your web agency...
Caption : your communication is dickhead ? We have a team of cocks !3 -
Current mood: Preparing a communication plan for how to explain why we have decided to throw out the entire 3-years-worth-of-work code base for the frontend project we have inherited and rewrite it from zero because it's just. THAT. BAD.3
-
That moment when you start to use propositional logic in a conversation with normal people, but the others don't get what you are talking about.1
-
Why on earth I am doing docs and sending them to the whole team, if they keep asking me how to do X and why is Y not working
YOU WILL KNOW IF YOU READ THE DOCS
GAAAAAAA2 -
Sales: Hey @chenb0x, we told the Client that you were a phone phreak and could make any communication device work.
Me: Well, I don't think that's such a good idea becau-
Sales: Oh, you can do it! Here's the equivalent of a black box and a pocket knife. Have fun!
Me: But, Sales I reall-
*click*
Well then..... t( '-' t)1 -
The longer I work in my department, the more I grow to appreciate clients that actually know what they are doing. Or clients who have been communicating with us for so long that the emails got a little less strict and formal.
Having a client write something like "I know this mail looks scary long, but trust me, its just a few domain edits, nothing horrible" (freely-translated from my native language) just kinda... Sets me at ease and makes me chuckle.1 -
PM: "I have an easy question for you."
me: "Well let me decide if it's easy."
PM: "Where do the images for X in project Y come from?"
me: "Good question. No idea. I will come back to you."1 -
Is it so hard for other people to write code as if there will be other eyes watching? When will people learn that a programming language is what bridges the communication gap between humans and machines? If I can't follow your code, you wrote it poorly. Period. At least document what the hell is going on. Be considerate of the next person. Unbelievable.
-
I did a communication and multimedia design study because I was convinced I already knew almost anything.
Ooh the beauty of youth.
But it did help me in the long run, communication with clients and being able to present work with some decent looking presentation and mockups gets the managers all horney as teenagers on springbreak.
Pretty sure thats why I beat some competitors on big projects while their technical skill and team where much better.1 -
Today I was told by my team leader that I hadn't given them proper access to our website and they can't edit it. The repo is hosted on github and is opensource. Also the link can be found on the site....8
-
When you are creating a tool for a direct client that has no idea about development. She asks you to develop a tool to open a log file and format in a specific way inside Excel.
Ok, this is simple. In about 4 hours I can do that. After delivery and the client has tested, they answer: "Oh, it's working fine. You just forgot to include Y".
Of course Y were not in the initial scope. They supposed it was as it would makes sense to them, but at first they just asked a tool open a log. Ok, not a problem, I will implement it.
Weeks after implementation they answered it was not working with another specific file format (from a not industry default tool), but they have this client and my code should work with it too.
Ok, let's implement that. I had to change some functions and with some extra hours I could make it work. Once more, after delivery, they said the tool has to use a specific formatting for this file extension, that was not only different to the others, but I had to rewrite the entire code to make it work.
At least they paid me some extra hours...4 -
5k lines of code and some long days in and it turns out UI and I (backend) had an oopsie in our communication so it was all for nothing. Back to 0😖4
-
Best co-worker is my elder brother, he is electronics & communication engineer. Working on robotics project is too much fun. He handle the haredware i.e electronic circuits design in PCB where as programming work is left for me.1
-
Hmm, just noticed lifelog recognises devrant as communication. Found that intresting for some reason. Also dr is the only "communication" app i use for extended period along with sync for reddit.
Also, its 7.50 in morning, not evening. I am not that lazy. -
Fml
Why can't I still figure this shit out?
This is supposed to be easy!
Its a freaking USB communication!
It IS easy.
So why am I stuck?
Fcuk me.
I got shit ton of stuff to figure out and this is where I'm stuck?
Ugghhhhh!3 -
Is anyone here with ASD? How are you cope with communication with colleagues? At the moment I'm junior dev and need ask and discuss more, but it's difficult to explain what I mean and make correct questions5
-
We're using Slack for team communication.
After a lot of crappy slack apps I installed the snippetsbot today.
It's just great. Simple but really efficient. I love that damn little thing.5 -
Still using a database from 90' - Enea Polyhedra:
- no decent visual sql client
- utterly limited scripting language
- weird communications protocol
- no redundancy beyond master-replica
- no encryption of communication protocols
- etc. -
Where to start...
1) them initially expecting us to do 15+ custom websites at once while also doing the Project Management work (including all client communication) for all projects, for $33k a year....
2) Having to pull teeth to get a feeble raise
3) Rude clients1 -
I went to a meeting full of business senior management and IT senior management and proceeded to dress them down for treating me and my team like code monkeys. I was quite pointed in my criticism. Now, I'm just trying to deliver to minimize the blowback. I was right, but not my finest example of communication.
-
Nice! no fucking communication from the backend devs to the frontend devs
Got 400+ type issues because backend Capitalized property names!
Well there goes half an hour.4 -
I would like to meet all of you at the chaos communication congress. Who is onboard?
https://events.ccc.de/2017/10/...13 -
Just recently got a new job.
On the old jobs we've always held connection via mail, slack, fb messenger groups and whatever.
But on this new IT job they have this really weird theory of that when you want something, you've to stand up, walk to the coworkers booth, and use this super odd "voice" communication.
Such a barbaric routine!2 -
Daily stand-ups might seem like a joke when done remotely, but I believe they help unite the team, and they play a key role for project managers, even if they're brief. The bigger issue might be just some of the dev's attitude towards it, and the lack of communication through out the project development.4
-
To me, the single biggest coding distraction is other coding, i.e. When there are more things to work on than there are developers and priority changes on a whim. My runner's up would be people who come to you directly for non-urgent matters disregarding that you're busy. The third would be meetings, but I consider meetings to be a necessary evil. Almost nothing is worse than too little communication and the resulting mismatch in expectations.
-
I really hate it when people ignore the messages I sent on slack
I don't mention you or the damn @channel for show
There is some shit that needs to get done, and I even hate it more when they ask me for something I already said on slack
Whaaaaat, you can't read now -
Is it polite/appropriate to tell a recruiter that I'll get in touch with them in several weeks? Their offer's really interesting, but right now I'm in charge of a large project and I don't want to leave it unfinished.4
-
Before starting the project team lead told me this is the page of apidoc which will be updated after each new service call so that the communication is clear and i know the parameter of each api call well to use them.
1 month passed and no new service call appeared so i got curious and took a look at his code. He has created 8 f****g nrw calls but did not update the docs.1 -
22.30 PM: "Please ceheck all the points in (30 pages long extremely bad and scarce) documentation. Import doesn't work and customer is pretty unhapy."
me: "So do we have an error or am I searching for a needle in a haystack?"
PM: "Just general error."
FFS i'm sick of this. I can't even test the import because it's on a stupid retarded 3rd party software that expexts CRs on new lines and craps all over the place if it sees a Line Feed&#^$/!&@$&' -
I adhere to the Socratic method. I don't like people in business who 'explain' things to others by stating "this is obvious" and "this is obvious" about various aspects of very business-specific rules.
No, it's not 'obvious', explain to me ad minutae how something works if you want to transfer your mental image to mine.5 -
So, today a developer from a web app consuming our services requested to fix a 429 http error code (too many requests) they are seeing. The request is on an email with our managers cc'ed4
-
Me: hey guys there seems to be an integration problem?
Vendor: hacky workaround
Me: no that’s a hacky workaround, please check the integration
Vendor (sometime later): yeah so we made an engineering change like, a while back, which fundamentally alters stuff.
Me: so shit is fucked because you don’t think customers should be informed ahead of release? Dude do you not want our money? -
So, I was visiting a friend and we hung out 2 weekends in a row with one of her friends. No sharing numbers, no communication other than being in the same general area as one another for a few hours on 2 differentweekends.
So with 1 mutual friend, guess who facebook recommended to add as a new friend?
Thanks mark1 -
When customers start a project with your company and you're the one to create the software, then after a while the communication kind gets kind of placebo'd down until there is hardly any communication and your contact only replies to / mails you every 12 weeks or so and then after almost 1 year they urge you to get their shit done asap, telling you it'd better be done yesterday but you still lack information you asked for in one of your mails.
Fun fact: the record of them not responding was 20 weeks. -
I think I joined the wrong crowd. After the recent Hackathon, I proposed that the team that I was working with, form a company in which we continue building apps, launch and try to profit. Y'know, the whole build fast and die slow kind of thing. Granted, I proposed it late November and we're all gearing up for the holidays. Now its January and everyone has this mindset of "if we don't meet, we don't get anything done" or "discuss face to face only". Guess they don't like the idea of working remotely.
I think I might just quit this venture after a couple of meetings with them before I lose my mind.4 -
I really thought writing code of conduct was easy. Oh, was I wrong.
So being a programmer I created The Code of Conduct Generator!
Even though it's really simple, it can be really helpful for launching a community or conference for the first time.
https://producthunt.com/posts/...4 -
Offshore team: YOU ARE BAD AT COMMUNICATION
Me: I did send an email about my updates.
Offshore team: NO HANGOUT NO COMMUNICATION, KNOW HANGOUT KNOW COMMUNICATION. -
I'm breaking out our authentication logic to a separate OIDC server. It's technically pretty straightforward, but just the thought of moving all those users and making sure that the communication between the system and the auth server works properly makes me shiver...3
-
"Right and wrong do not exist in graphic design. There is only effective and non-effective communication." - Peter Bilak3
-
I'm making the communication in my company. So I have to make facebook posts to link our product.
That could be fun if only I could use memes, jokes and pop culture references. Unfortunately, our targets are seniors. So, always same format, always same sentences, always same images. I'm bored.2 -
In my country, in almost any company, bank, even major telecommunication companies you'll find that their systems are down at least very frequently.
I'm currently standing in front of a Vodafone booth (they provide mobile communication and are an ISP), their system is down and the operator said to wait an hour.
What's more horrid about this is that these systems are built by fellow software engineers in my country. It sure says a lot about us, unfortunately.4 -
Exercise and sports are good ways of relax and get some discipline. Writting, either blog posts or simply for yourself improves your communication skills. On the communication side, I've specially noticed that I improved by doing talks (dev and no-dev) even if it wasn't for and audiance of more than 30. Games also helped me with problem solving and management. There's a lot a stuff 😅
-
I had a question stuck in my head for a long time: How does it feel to have a dev/geek/techie as your friend?
How did you meet them and what was your experience?
I've never had any dev/geek/techie as my friend (I had one but he has a communication problem so never got to interact properly). Anything I should keep in mind when befriending any techies/devs/geeks?6 -
Ended friday on a really good note. Started monday on a complete shit note. Why does team communication have to be so fucking difficult? Oh so you want this like this even though you told me this and now I've spent 3 hours getting drained doing this? Fuck this. Also FUCK SAP, any company who uses that shit should be taxed as if they were established in a ultra communist hell (or utopia depending on your beliefs) until they implement something decent.2
-
"Design is not about innovation. Design is about communication. Innovation in design is usually a wonderful byproduct or direct result of a particular need. Design that seeks to foremost be innovative will commonly fall apart under its own stylistic girth. " - Jason Santa Maria
-
In a corporate world...apparently having open communication and sharing opinions is only allowed between ELDERS(bade log)😑1
-
Just installed Signal. Now what? No one I know uses it or has reason to since I'd be the only one they talk to on it. Any cool groups to join or something?
Dark theme on it is much appreciated!17 -
In an emergency, how would you communicate with friends and family? (No electricity*, no internet, no cell reception or landlines)
*No access to the electrical grid. Other sources are fine.4 -
I hate developers that don’t apply logic to non programming concepts. Like when someone declares what they don’t want instead of what they want. For my sake just say what you want to see.
I’m thinking of an animal. Guess what it it is not. Congrats you probably won.
I’m thinking of an animal. Guess what it is. Sorry you probably got it wrong. -
Incoming 5G-network's coverage is being resolved with natural ways
Finnish communication agency is figuring out ways to install mobile mini cell towers to moose and deer. The goal is to enhance network coverage in low density living areas. Safety of the network would be ensured with injections and deworming. Prototypes have been tested with voluntary public servants, and the results have been promising.4 -
For the benefit of people who are arseholes:
If you say that you need it by today, it means I have up to 1 pico second until the COB a.k.a only follow up tomorrow.
If you need it today, then say it so.
Also, if you're the person who is irregular with your email replies and communication, then replace today/now in your request with 1 week. -
Not having a team that wants to work together. Everyone does their own thing, occasionally people talk whilst making drinks, but no real communication. Worst teamwork fail.2
-
Coworker 1 asked if there was a website where he can learn more about Formstack.
Coworker 2 said no.
Coworker 1 asked him then what about formstack itself? Is their website helpful? Do they have a help section?
Coworker 2: "Well there’s not really a websiiiiiite for help, but their main website has a page for help.”
Coworker 1: “can you send me a link?”
Coworker 2: "no. I mean I can, but I mean they don’t really have a help website, but just help on their website.”
Coworker 1: "WTF!"2 -
1) communication is the key
2) if you don't understand something, ask
3) people always lie
4) you can always improove
5) if you don't stand up for yourself, noone will
Not so much that coding made me realise this, it's just something that got confirmed once I started working.. -
Genuine problem, not a rant
Started a new frontend developer/designer/graphic designer job recently. I feel technically capable, no problem there. Just noticing a pattern of repeatedly missing deadlines.
Its a very busy office, with various people all coming to me with things they need me to do. Never worked in an environment so busy before.
Doesn't help that they force me to manage my tasks by spreadsheets, communication by email, deployment by filezilla and no version control, but not convinced I'd still meet deadlines if I had a better setup.3 -
I fucked up this time...
I got in a hackaton that I don't have the time for because I have 4 delayed projects...
Too late to get out as I'll fuck up my team, and I'm pretty late with the projects already.
I got in a month ago when I was relatively free, but now with each day new responsibilities arise and I feel like I'll never handle them.
About the projects, one is delayed because of broken communication with the client, one is huge and one is the silliest one I've seen in a while.
There are times when I just want to stop existing xD1 -
The importance of clear and specific communication:
"We're seeing unusual amount of failure X on products A and B"
Me: "Can you send me 50 samples for triage?"
My expectation: 50 in total, mixture of A and B
Reality: 50x A and 50x B1 -
So I'm working on a project with another developer and a frontend guy. Now the frontend guy has the lead as the other dev and I can only do our job based on his work. So he had 3 months to deliver us the first part BUT has rarely been in communication. When he does email he just says "designing concept "FOR 3 FUCKING MONTHS" Now we are 1 week before the project is due for delivery and he is saying that he will send us over the concept this FRIDAY!! 3days days before project is due.........................................................................................AAAAAAAAAAAAARRRRRRRRRRGGGGGGGGGGHHHHHHHHHHRBFKDBDKSJRUDISNCFKSORVEOFBFOWBFFKDKWNDB!!!!!!!!!!!!!!!!!!!2
-
Me? At least I'm the one managing my studies.
Other than that I have had some terrible bosses, but I have had some great leaders as well!
I wouldn't not say these leaders were bosses figure since they couldn't fire me and they worked under the same shitty boss as me!
But I think communication is very important because the great leaders were only great because they were excellent at communication.
Idk, the most bosses I have had were the yelling type. -
I hate, hate, hate sockets! All the mysterious way they can fail. The subtleties, different API's if you switch between Linux to Mac, etc.
If the communication between (supposedly) deterministic machines is already such a clusterfuck, how do we even get sentences across humans and act as if we understood?8 -
First dev job was unified communication and call center software. Over 4 years later, still there today.
-
We've been working on a big application on-and-off for the last year (whenever we had time.) It was 99% working, and we left it to work on some other apps. We come back to it, only to find that some big features have magically stopped working. We dig into it and find thT some other dev team completely changed the functionality of one of the existing off-application microservices were utilizing without telling us, and then we had to spend days reverse-engineering what they did so we could retrofit our application to communicate with the microservice again.
We were able to get it fixed, but I just know that they're going to change something else in the future without telling us and it's gonna break again. A little interdepartmental communication would be greeeeaaaat!1 -
Process forking, signal handling, socket communication and race conditions. If I smoked I would have gone through a carton today.
-
"I loathe the phrase 'no questions asked.' Great service is about communication, sincerity, and action – not blind automation." - Marshall Bonobos
-
Why is it always so exhausting to communucate with clients?
It's been 11 fkin days since I started working on one really simple project, but it's still not done because client can't respond within 1 day...1 -
Dealing with clients is probably the biggest personal challenge. I'm not much of a people person, and I find it hard to converse with friends and people I've known for years, let alone clients who are looking for answers for why things aren't working, and wanting you to explain exactly (but in simple terms) why a thing that seems simple is so complicated.
Another challenge, which is somewhat related is expressing myself. This again, stems from not being super great or comfortable in conversations, but as a dev, even among other devs, your opinion on things gets asked a lot. For someone who was used to sticking with the status quo and mostly agreeing with things, stuff like peer code reviews, or giving pointers on how to implement something is a big challenge (but I'm improving)2 -
What do people feel about remote work?
I got into my current work about 8 months and we all were remote working.
In 8 months, we met in person several times and worked together at one place for a week or two.
We have never overcome the feeling of a disconnect when we work remotely. There's less focus and less clarity on things to do.
Is this common? How do people be focused and productive in remote work?
Also how do people communicate effectively?2 -
My company has 3 core partners but one works remotely nearly every day of the week and the other has his own business to run (attorney). It's funny being the one in the middle hearing about how each of them never knows what the other is working on for the company in an exasperated fashion, when all it would take is for them to talk to one another. I literally schedule meetings on their behalf just so we can all get on the same page. "Oh, you don't know what he's putting into that business proposal? We could just ask him and find out."
-
i really can't understand, why devs use Slack, HipChat or other Cloud Chats for internal communication.
Its even worse that three of my team use Hipchat in a Channel which the Mod is a former employee!2 -
Week ago, leader of the artifacts/packages storage and mirroring with animal in Logo, fucked up our testing enabling new feature on theirs SaaS.
We created a ticket, they managed to fix that, although it took them long time to do so, probably due to timezones as fix was simple click on their Admin area.
Today they forwarded us email that there will be some changes that can impact prod ...
Great timing, great .. -
In a job interview with panel of 4 people and I can't seem to communicate with them properly. OMG I spent 2 days in front of the mirror practicing communication skills.
Oh fuck!1 -
Every other engineer in my team: "I just pinged Avellable[me] on hipchat 5 seconds ago. He hasn't replied. Maybe I should go to his desk and poke him."1
-
few hours ago i ranted about how my company won’t use new software, now i’ve written 4 pages on a new organization/communication system and boy it better be convincing or else that was a HUGE waste of time3
-
Which of the two jobs is better for a frontend Dev:
1. React project, stressful, bad communication, depending on bad internal libraries
2. WordPress theme building, higher paid, promising startup with stock options8 -
None of my collabs were walk in a park. Some were better, and some worse. Never worked in a team that worked without serius communication problems. Some individuals stuck out as great for me to work with. I guess you can’t have a perfect team.1
-
Hi Guys,
As you have seen this week again we have a problem with data imports from <tool 1> and <tool 2>. Clearly the existing setup is not working. We are now encouraging more and more people from the project to start using our portal and we need a stable and up to date environment.
Can we have a call please to discuss the following topics:
1. Portal data integrity
2. SLAs
3. Project Communication
4. Development efficiency
Thanks
<Drama Queen PM>1 -
March's Khyber Weather was out of ordinary
Phishing and CEO-scams continued in March with even more activity.
SUPO told in their annual letter that focused attacks are day-to-day deal against Finland and Finnish companies. Positive things being that functionality of communicational services was better than average and there were new guidelines published about IoT-products' minimal requirements in the Great Britain.
Source:
Finnish Communication Regulatory Authority
https://viestintavirasto.fi/kybertu...
Translation by:
@joas1 -
Am I the only one who loves documenting their work? I mean I just absolutely love making Github gists, man!
It helps in the backend-frontend integration and in communication between teams that is necessary for frictionless progress towards our common goal.6 -
!rant but sometime you need to share some positive vibes.
Found out I could get $50 credit for digital ocean from github because I am a student.
So now I can learn a lot for free, and if I mess something up I can just create a new machine.
So now I am first learning how to work with docker and the communication between containers.
Good to see people want to encourage devs :)2 -
Probably my language and communication skills.
I tend to think of programming as a conversation between the programmer and the machine.
Similar to being an effective communicator, the key to being a good programmer is knowing what to say when (deciding how to do a particular task, such as reading a file from disk) and not about simply knowing the different ways of saying the same thing (different ways of doing that task in your code). -
I really hate working with learning management systems (LMS).
I make training simulations for retail companies and some of these have the worst, backwards LMS's out there.
The providers who install and manage these LMSs for the companies always insist we make our training run inside their own environment, but we can't since it's a 3D training made in Unity that doesn't run well in a browser.
Luckily some of these are fine to figure out. Just a few API calls here and there for authorization and reporting progress, but some are an absolute nightmare.
Just now one of the providers provided me with a 2000 page documentation of all the functions of the LMS's API that our customer is using. All I need are like 5 pages that explain what URL to call with what data and the responses, but now I'm stuck spending days trying to find the 0.5% of this documentation that I need to communicate with their API.
And of course, the documentation is vague as all hell. minimal descriptions of what each endpoint does. Subjects names are super vague, as in do I look for course progress or lesson completion state. What the heck is a Learning Event, is it relevant to me?
And the errors in this document, too.
Bullet-point lists with duplicate items.
language errors everywhere.
Property lists where they copy-pasted the description of properties.
An entire EMPTY chapter, literally a page with only the chapter's title.
I just can't stand how these providers barely seem to know anything about the API of the LMS's they provide to customers.
(for clarity, the LMS is produced by some big tech company, it's installed and maintained by some 3rd party which is our main line of communication when rolling out trainings to these).
It always goes like: "Hey, we want to use your training." "Oh, that's great, we have our own, simple LMS where you can view your employee's progress." "Nah, we want to use our backwards LMS. Here's a giant manual about it's API, go figure it out!"
And then I'm left here tearing my hair out trying to figure out which 3 calls I need to send their API from the tons of extra stuff it can do which is completely unnecessary and being unable to rely on the provider because they lack the knowledge and have such thick skulls about the implementation of the LMS itself that they also seems completely unwilling to help to begin with!
Just another day at the office. -
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 -
Thanks a phooking zillion for *not* telling me in advance that the test service was taken down! *grunting* It feels like the more available means of communication, the less people actually communicate.2
-
No support here. I was doing Communication Studies but spent most of my spare time learning webdev. My parents repeatedly berated me for messing around with it: "You should focus on your studies". Proving them wrong turned out to be THE most powerful drive.
3 years later I nudged my brother in the same direction when he wasn't sure what he wanted to do for a living (with parents' approval). -
My high school networking project. I should resurrect it.
It was basically device using LoRa for peer to peer communication between 2 custom boards that connect to phone via Bluetooth. -
The communication skills to explain everything so easily that everyone can follow my thoughts... and the serenity if they can't (or don't want to)
-
I wrote a bit about my experiences dealing with communication in remote teams, and how I'm trying to get better at it. #remote
https://monades.roperzh.com/getting...1 -
"Who are you?"
(People from the communication and marketing interviewing a techy guy) o_O
What do you think, best or worst? -
Token for App -> Backend communication was the username of the affected account. Wanna change anything you want for any user in the system? Just need their username and you're good to go.
-
Quote from Psychology Today's Article Entitled "How Technology Paves the Way for Passive-Aggressive Behaviour"
"Indeed, the same technology that makes real-time contact and around-the-clock communication possible has, in many cases, drastically lessened the amount of time that human beings spend actually interacting."
To which I say: There *IS* a God... -
If there were special online English course (1on1 online coaching) for software developers which is focusing (tailored for) on improving your business and communication English skills, would you interested in to attend?9
-
Just had a presentation of my application. There was an error my colleague knew about but didnt tell me because I should've asked him. After he went full shittalk mode on me because of a different bug.
Yeah that was totally my communication mistake. I also expect people I just shittalked with all my energy to ask nicely for the other bug i didnt mention.1 -
Devs from company that develop/modify a service for us say "you can test on <env>".
Description of how to test: scattered across multiple tickets, comments and slack messages in multiple conversations...
Oh and please... Could you not directly merge 20+ branches directly to the dev branch without testing...
So much going wrong with this project... Already a month overdue on the first release... -
Revolution of Communication/Chat/Data
Facebook, WhatsApp, Instagram, Messenger, Snapchat, LinkedIN, ETC
WE BASICALLY ARE BRINGING SKYNET TO LIFE.
AI REV HAS BEGUN!!!
Yaayyyy, the day Humans can live peacefully, and Date the right person, is sooo close.1 -
My manager's manager doesn't know I exist.
How do I make my presence known to him, after all he controls how much raises and bonuses I get.
Tried scheduling an appointment with him weeks ago that he hasn't responded to. Saw him around my cubicle today and things became awkward3 -
Discord server under development for software engineering, cyber security, networking, and IT talk in general. Looking to meet new people and talk :). @ me if you're interested in testing it.4
-
Avoiding using the line "...and this conversation is over" aka Suits-style, to simply STOP THE MADNESS!
-
I would like to completely communicate via email to obtain clients. Not Skype; that is clients calling me through Skype and the phone. Has anyone done this? I've found that phone calls/Skype wastes so much time. Time that could be spent gaining a client and starting their project. However people love the phone calls and Skype way too much.10
-
Fuck. Communication is important and everyone seems to be acknowledging it, but no one is actually doing it.
I think I might've been not so polite today because of the clusterfuck happening because of our lack of communication, professionalism and foresight...
I'm tired and am seriously thinking if leaving and starting my own thing. -
Sometimes I wonder if it's the norm, that the frontend reassemble almost nothing on the backend...
Even worse when a solution is agreed and sold one way, but implemented another.
Usually eliminating the opportunity to properly expand on, without hacky work-arounds.. further driving the technical debt..1 -
When do the front-end developers get the APIs.?
How does the communication between front-end and back-end works.?
I work in a startup and I'm getting the feeling that this communication is way off the place. Many-ier times we have to wait for weeks for the API to come. Till then, we build mock data structures and implement it. The API gives us more and less exactly what we need. And you can guess it sometimes the structure gets changed in such a way our front end code gets to be refactored.
Is it the correct way.? The whole mock data structures and wait for the API thing. One of my colleagues says, "It's much better if we get some part of API first and integrate it progressively".2 -
Is it just me where does slack have some of the stupidest names for emojis imaginable? Slightly smiling face? What the fuck is that? I thought the point of emojis was to make digital communication less awkward.
And you're telling me everytime I type a :-) I'm only slightly fucking smiling?! Do you realize I already have enough trouble with communication as it is?! The devs that slack use their own product so much they've become social Hermits beyond the point we thought possible as developers.1 -
When you are trying to buy something on Ebay and the seller doesn't listen to your communication for a picture of the actual product they are selling, because its really important for you to get the right model !
And of course, in their description they don't mention the model number..2 -
"To be truly great, we have to understand the motivation of our clients, maintain constant two-way communication with shockingly uncreative people, get a firm handle on copywriting and how that craft exists symbiotically with the visual element, and foresee how the finished whole will be greater than the sum of the bits and pieces we spent hours obsessing over. All of these factors cascade into the final product." - Kevin Potts
-
What non-technical qualities does a software engineer need to be successful?... Attitude? Communication skills? Vision? Teamwork? Passion?... What do you think? And why?7
-
Resume read and review day! After going through nears as makes no difference 70 applications I have a grand total of 18 fuckwits who refer to themselves in the third person.
Julian has experience working with multi-disiplinary teams...
Danielle found her career path and professional purpose cultivating interests in digital communication...
TOO MANY WANK WORDS9 -
The guy who's good in communication and always failed on logic and code building has a pic of Steve Jobs in his wallet
-
Today the communication is data driven. Telecom operators can offer free voice calls, but no free data.1
-
so management implements SDLC. finally. but here is the snag... none of the environments are setup for any developer , integration or uat testing. now all the while business keeps pushing changes knto us and making us try work miracles. anyone else have this hell of communication from the high holy management above not listening to developers concerns ?
-
Created an IoT communication framework generator which generated communication code for any IoT device for any communication protocol or any platform or programming language. Also managed to publish in an IEEE conference
-
I'll remove some courses - make some optional and some courses mandatory.
I'll explain- I did my B.E. degree in I.T. I'll remove some courses like the ECE subjects (Digital electronics , Communication Theory) - something I'll never use. If I will - I can learn it at that time. Some mandatory courses like DBMS, OS etc. And some optional ones you can take according to your passion like - security courses or scalability courses etc. -
Best: Completing the first year of my professional career doing what I like and learning from my team mates, which have been awesome. Wrote a couple of blog posts, they were my first, that helped me learn more and improve my communication.
Worst: On the last months of the year some work just got too repetitive which I think will lead me to some stagnation. -
In my company, we have been have been using skype, hipchat, slack and now Teams.
Yet somehow, email always survives.
I get it as a communication channel for external clients as everybody has an email.
Yet when you as a company are using a team messenger, well then use it as your primary communication tool NO EXCEPTIONS or don't use them at all.4 -
question / idea.
I do not know if it already exists or if others have already mentioned this idea.
a devRant live communication channel / chat where you can quickly get help with a issues you are sitting with here and now (of course, it requires others to be on) and I'm thinking of something built into devRant.3 -
My senior software engineer keeps telling me my tasks are trivial but doesn’t explain why they are trivial. Sometimes I feel like I’m wasting my time. I find it increasingly difficult to talk to him because I don’t feel like I’m doing a good job. I know everyone learns at their own pace and I am learning new things and concepts every day. But I don’t feel like I’m learning well or fast enough.
Anyone have any communication advice?6 -
Which platform do you recommend for inter-team comm?
We were on skype, but it didn't allow threads.
We have now shifted to Microsoft Teams but some members aren't liking it because it does not have a native App for Linux.
Slack is paid, and we're already paying Microsoft for other features.
There are open source alternatives but we don't have a spare machine to host on...
Suggestions?14 -
Being part of a "super helpful" Slack with hundreds of developers -> only active channel is the giphy channel 🔫1
-
Working with microcontrollers is like another level of frustration.
Beside the code not working you are on another level, which is the hardware not working...
Once spent 6 hours searching for a bug and in the end the "bug" was swapped cables for communication.2 -
So, our App is gonna go live soon, but on QA Test-Users were gone/not accessable.
PM is full edge, since there's a presentation in 30min. Tells me to call the Clients host again (Since they manage the users) so it gets done. And I may not hang up till it is.
Issue is, I already called the dude 3 times within 10min already, and as I call him again, he gets furious (obv.) that I call him all day and nag that that shit geta done.
Good shit, now both have an anger on me. ffs1 -
any remote ranters? is it common for a multi-national company with remote devs to have an email communication guide stipulating things like how long your email should be and how clean your inbox should be?5
-
That feeling when your Batchelor's project is so far up your ass that you're basically breathing it...
I'm feeling it now.3 -
I am using python scripts for mathematical computations and deep learning wheres spring to build the server and now want to handle the scripts from spring guess what scripts were in python 3.6 and fucking jython does not support it.. so tried finding the different libs like jpy , jpe and analysisRPC.. Everything seems just bullshit .
Finally using Kafka to have my interprocess communication.. -
How do the FOSS mobile OSes fare? Are they viable in terms of communication (ports/comparability) with common use apps?1
-
Is there a way to include a Python interpreter in a kotlin app? I need to do some serial communication over WiFi and I thought a simple Android app will be good for this1
-
Backend development!
I love my little services like a cobweb with solid bases of communication, security, logging and measuring. It can't get more fulfilling to build a service that is used by just more than one frontend. -
Anyone using lirc (Linux infrared remote control) and got a Windows or Android program to control it through the network?
I did not find any that actually worked so I started my own yesterday.
The communication with lirc is surprisingly easy.
My next step is parsing the remote configuration files from lirc.
After that I need to get the GUI look better.1 -
This is mostly a self rant, rather rant on self.
TL;DR I should talk to more people from the dev community.
So basically for a few years now I'm mostly investing my time in tech. More so into open source stuff and the linux eco system. I'm pretty sure anyone who ever came in touch with this would have atleast thought of contributing something, and so did I. In my case the problem was that of communication.. It's one of those things I'm really bad and ofcourse there is the issue of overthinking too. All these years I survived by just googling stuff and refraining from any direct conversation with an other human while solving a problem.. As you may have guessed it this wad a horrible and sub optimal thing to do. Humans know a lot more about context.. I guess a part of the reason for being so hesitant was the fear of being wrong. sigh -
Why there is always a communication gap between designers and developers? A designer should always think from a developer's perspective if a design is feasible or not. Just making a mess of waves in the front end won't make a good design.5
-
Lack of communication, well the communication is there via instant messaging and some video calls, but it's much slower than usual.
And the lack of free coffee of course. -
I've been trying to understand why my browser does not set the cookies I'm getting from my login api for the last 4 hours and I'm losing my mind, pls help. My frontend is a create-react-app on localhost:8888 and my api is a django rest framework on localhost:8000. I'm using fetch() for all the communication to the api11
-
Had three jira tickets assigned to me, two fundamentally opposed each other, the third aimed to address contradictions in the first two. None of them actually had any description so after a day of trying to find out what needs to be done I've made little progress but a lot of sitting quietly with my head in my hands.
Now I'm getting emails from my manager on why they haven't been closed yet. -
How are you handling junior/senior relationships, were you are the junior and have the feeling of being a burden on the senior?6
-
I’ve been on a couple of projects like this. Not to this magnitude, but similar types of communication and tech problems.
https://theregister.co.uk/2019/04/... -
I'm lost here 😑! Got a new job and I supposed to analyze/fix/update/ the communication softwares/hardwares internally. Data security is insanely important and everything should be inexpensive 😑. Any suggestion what I can use as softwares and communication tools?7
-
Hello there,
do you have any suggestions on how I can find some developer friends or other communities where everyone can bump some ideas around, get each other motivated, stay updated on tech stuff and so on. I had the idea of making a signal or threema group with some devs. Would anyone be interested?