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 - "message"
-
Woken up early by a WhatsApp message, classmate asked a stupid bash scripting question. Replied with profanity and foul language.
Turns out it was the official chat group with faculty and everyone. FML7 -
*Typing a message in a modal.*
*Typing a message in a modal.*
*Typing a message in a modal.*
*Typing a message in a modal.*
*Trying to hit Submit button but misses.*
*Accidentally clicks outside.*
*Entire message is gone.*3 -
Client: "I have a problem."
Me: "No problem, can you say me the error message? "
Client: "No I have clicked the message Away... "
Me: 😣🤐5 -
devRanters do you think this is feasible as a fun/learning devRant community side-project?
Possible community side project: 'devie Stressball Trans-OceanicTrackable Voyage': So, my idea is based on the 2,000 year old concept of a message in a bottle. In fact, bottles from the Titanic were found 100 years after it hit the iceberg.
Pseudo: we pack devie into a bottle along with maybe a Raspberry Pi,GPS module, solar battery... Hopefully, it could send pings and we could track the journey. I am more a software guy than a hardware guy but I have played a bit with Pi and I know a few devs good with Pi's.I will also talk to the folds at Adafruit.
Here is an interesting paper I found in my beginning research. http://netlab.tkk.fi/u/jo/...
Also, I have seen low cost Raspberry Pi cubesats powered in outer space by solar.
Please let me know your thoughts if you think this might be possible. Also, if some of you might be interested in taking this learning journey. If we decide to try it I will purchase the hardware. Looking forward to your thoughts. Love this community!94 -
tl;dr @Root refactors some spaghetti.
I'm refactoring an api that creates a support message. It's a post route.
When seeing a magic hardcoded message string, this route instead updates the user object, and does not create a support message.
It also returns different results if the user is muted (fine) or if saving the message succeeds or fails (fine).
But if the user is creating a duplicate message, it doesn't save the message (fine) and... redirects to listing their messages instead? Wat?
Also, when refactoring this (migrating to a new message backend), I discovered that not all routes return a response. If the message is a non-duplicate, from a non-muted player, from a non-redacted client, the route doesn't respond at all!
So, I'm having fun cleaning this up. I actually am. Except I'll need to support all of the legacy clients for the next lifetime or two. I mean, really. There are still people with Android v2 devices who are using this thing. not even kidding.9 -
Worst error message management.
Can't you just display the valid pattern for an username instead of showing different error message everytime.
If plain ASCII and only letters and numbers same for them, just show only letters and numbers, and
what's that hourly limit.
I just couldn't sign up after wasting time thinking of an username.6 -
So we hired an intern and his first task was to change a few things in email layout for our client, which is an investment bank.
I told to one of my developers to make his local database dump and setup the project for an intern. When intern completed the task, my developer thought that title "Dow Jones index crashed" was pretty funny title for a test.
What he didn't thought through enough, is that he forgot to configure fake SMTP server and he had production database dump with real email addresses.
I had really awkward 20 minutes conversation with our client. Fuck my life.4 -
I tell a colleague, "Hey, could you make your commits more meaningful? A commit message of '.' helps nobody.".
He then uses 'no message' for his commits.
Also, commits every 30 seconds. I know commit often... But is that really necessary?
Why.7 -
The feeling when you try to be creative on the first commit message but end up using 'Initial commit'...5
-
My new favorite commit message:
> code modified
It must be the most redundant commit message ever15 -
Sometimes I wish devRant had private messaging feature.
Then I see spammers and 12 year old script kiddies around here and I realize why we don't have it.1 -
So my room mate received an email from a recruiter today:
Hey XXX,
We have not given up yet. We know you are a busy person so we thought of a very time-saving number system. Just send us the number that fits.
1) I am interested, tell me more.
2) Offer sounds interesting but I still don't have time, message me again in 6 months.
3) Thanks for the offer but XXX is still not a city I am interested in.
4) Not interested, thanks for the offer.
1,2 or 3? I am looking forward to your number ;)
(They actually included the wink emoji)
Regards,
Recruiter XXX
We usually don't read these recruiter emails but this one was actually funny :D2 -
<?php
$a = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!. ';
$message = $a[7 + 26].$a[4].$a[11].$a[11].$a[14].$a[64].$a[22 + 26].$a[14].$a[17].$a[11].$a[3].$a[52 + 10];
echo $message;9 -
Client gets an error message. Proceeds to write the error message on a piece of paper, scans the paper in as PDF and attaches the document to an email to tech support.1
-
I just started to use
"titties" for success message
and
"no titties" for error message
... I need friends... and titties obviously4 -
Voice commands are the future!!!! .... God I hope not... Why do people like this obviously inferior interface?
A real conversation with Google assistant while driving, I got a text:
"Read text"
...
"Read text message"
*You have one text message from Dave. Would you like to hear it?*
"... Yes!"
* Hey what's up?*
"Reply"
....
"Reply to text"
*I don't understand*
"Text Dave!!!!"
"Message James using SMS. What's the message?"
GAH!!!!!!!! fuck you Google assistant! This is literally the only thing I use you for, so stop being so fucking bad at it!!!!11 -
In the past, we used skype, hipchat, slack and now ... Microsoft Teams. What a tool.
Yes Teams, it makes total sense to tell me that my message is too long. I totally get it that you want me to rewrite my message and yes Teams, I should have rather attached it as a file to my message to begin with. Yes Teams, I wait for you to finish uploading those files before I can send the message. I'm sure there would be disastrous consequences if you send the message with my attached files as soon as you finished uploading. I don't even want to be productive. Thanks for helping me out.6 -
How it would be if Microsoft built cars:
*press break pedal*
Message Box:"Are you sure you want to break?"
User:"Yes"
Message Box:"Are you sure?"
User:"Yes"5 -
when the IBMQuantumExperience python package just returns "400: GENERIC ERROR"
come on, how the fuck am I supposed to debug that?8 -
Just saw on Zuckerbook.
Moral : Put a screaming message for such idiots on support sites to fucking read the error. It's all written there.5 -
I use this timer app... probably more than most people (for food). It works fine and looks nice but the undismissable warning message is a real eyesore. Why not just let me dismiss the message.... why...2
-
I was changing the default browser to Chrome, then I got this message.
Shall I stop using other browsers and use Edge instead because of the so convincing message.4 -
git commit message that I hate:
1. "Adjustment"
2. "Improvement"
3. "Fix Bug"
4. "I commit it but there are bug in this code"
5. "Client request"
YOU KNOW BE MORE SPECIFIC ON YOUR COMMIT MESSAGE!!!9 -
I dread the day that Slack has a “... has read this message 2 seconds ago” feature. Please Slack, continue letting me pretend I haven’t seen that message that I don’t want to reply to.2
-
!rant
Does anyone have an idea about a nice goodbye message to write on cakes for my last day on my summer job?
Requirements:
- Should be short enough so I can write it with a choco pen on 20 cakes of about 10cm each.
- Should be about me leaving (I worked on a terminal application in qt c++)
- Should have something to do with programming17 -
when a client sends an error message as a dual-screen screenshot and the actual message is unreadable because of JPEG compression
-
I got this message 30 minutes ago. I do edit videos but, only for my YT channel. So, should I respond?12
-
Hey everyone, cozyplanes here with another quick excel prank i thought of.
It is called TEEST, and the technique behind is simple, but interesting. Recommend taking a look, and pranking with your friends.
The following is the README of TEEST (Text in Excel Every Single Time) in Github.
You can check the simple project here ( https://github.com/cozyplanes/teest )
Disclaimer: Do not use or modify neither the program or the source code to make software violating the law.
### How do I use it?
1. Head to https://github.com/cozyplanes/teest and download the latest release `EXE` file.
1. Windows may warn you with the missing signature. The file is a DEBUG file, so there isn't a publisher signature. You can proceed downloading anyway since it has been virus checked by the developer.
2. Type the message you want to display in the textbox.
3. Click `Save text` button.
5. To check the file, click `Cancel` button in the opened popup dialog.
### What happens?
When an MS Excel file (`.xlsx`) has been opened, by using TEEST, two files gets opened.
1. The original file user opened
2. Excel file named `message.txt` with the custom message you have written.
`message.txt` excel file will open every single time a person opens a excel file.
*In some older versions of Excel, the message may overlap with the user opened file.*
### Why does this happen?
When MS Excel program is executed, it is programmed to check the files in the following 2 folders.
- `C:\Program Files\Microsoft Office\Office[versionnumber]\XLSTART`
- `C:\Users\%username%\AppData\Roaming\Microsoft\Excel\XLSTART`
In normal conditions, there is no file in those folders (or the folders doesn't exist at all) but when you use TEEST and click `Save text` button, it saves `message.txt` file in the folders above. From MS Excel is executed again, it will find out there is a file in the folders above, so it will show those text files in Excel.
### Where is this technique used?
There should be a lot of software using this trick, but it is widely known for ransomwares such as `GandCrab` and `TeslaCrypt` displaying decryption methods in MS Excel by this trick.
### How can I disable it?
1. Open TEEST again.
2. Click `Save text` button and click `Cancel` in the following popup.
3. Delete `message.txt` file in the opened explorer.
### LICENSE
This software is under the MIT License. Refer to the `LICENSE` file for more information.
### Contact
<cozyplanes@tuta.io>
Spam/Ads not allowed. Please only send questions or concerns about the software. It may take up to 48 hours to get a reply.13 -
When you've finished a project and the site goes live, you get a message from the client "looking good". To me that implies it's not finished, and I'm expecting a follow up message "can you just..."4
-
*Writes Slack message*
*Sends*
*Notices mistake*
*Goes to edit*
*Accidentally pins message*
*Goes to edit*
*Accidentally deletes*
*Gives up on life*3 -
I'm implementing some Italian web servicies.
The server response is "INDISPONIBILITÀ TEMPORANEA" (temporarily not available).
I'm Italian, but I'm not used with localized error messages. When I read this message I tought to a server in a toilet.4 -
Oh my, our frontend (FE) dev is amazing! He never ceases surprising me :D
[FTR: I'm building backend (BE).]
Here's a message at Trello I found today:
-----------
Hey @netikras
responseBody e --> Whoops! Lost connection to http://test.application.com/chat/...**************
Do you return this error to FE as a string when FE loses connection to BE?
-----------
I mean.. come on buddy :D Use that gray mass of yours2 -
My new favourite commit message:
"All changes as of 18th Sept"
How tremendously useful? There I was looking to know what changes were made to enable a feature / service, thought I could look for that in the commit message, but no you've given me a much more efficient way of finding out.
I simply need to download the contents of your memory, find out what date you made a change, and then dig through the massive commit to find the piece of info I need.
Forget experience using Git features, managing merges, following Git flow, or even any other SCM ... how can people be so tick when it comes to recording what they've done.
Heres a little cheat sheet for those struggling:
- Commit message
Describe what you actually ****ing did. Don't tell me the date or the time, thankfully Git records those. Don't tell me the day of the week, if I need to know I can figure that out, just tell me what ... you ... did.
- Feature branch names
Now this is a tricky one. You might be surprised to know that this isn't in fact suppose to be whatever random adjective or noun popped into your head ... I know, I too was shocked. The purpose of this is to let other people know what new feature is being worked on in this branch.
- Reusing feature branches
Now I know you started it to add some unit tests, and naming it "testing" is sort of ok. But its actually not ok to name it testing when you add 3 unit tests ... then rip out and replace 60% of the business logic. Perhaps it would have been wiser to create a new feature branch, given you are now working on a new feature.2 -
Pushed to production with a debug message left in. Whoops, debug message includes the private key. Ummmm...2
-
Worst error message to show a new user...
"An account with that email and password already exist. Please try again or login to your account." 😂😂😂😂💀💀💀💀3 -
I had once an sql error that took me two days to resolve it.
The error message was a syntax error but I was using an ORM to write my queries (doctrine with php) .I didn't have too much to debug as the code was pretty simple and clear so I got to the point that I convinced myself that this a bug and I'm gonna try to mess around it to avoid it.
Second day late night, something popped up in my mind '' hey what about those reserved words? Could it be the reason? '' aaaaand BINGO the key '' option '' is a fucking reserved word for mysql.
Tip : always check that list before writing your data models (specially if you're a noob like me)1 -
Is it that difficult to write a fucking commit message? I've told this guy 3 times and he still just commits 'dev' as a message.4
-
I really couldn't help but laugh when I found this gem of an error message. I mean, I'd literally know just as much if it served me a blank page.
If you can't describe your own god damned error message without calling it 'generic', IT IS NOT A GOOD ERROR MESSAGE!
I'm glad they informed me it's an application error though. HERE I WAS THINKING MY TOASTER WAS THE PROBLEM.2 -
Confirmation message takes too long, ask us to make it faster as it should not hold the user back.
Next week: the confirmation message is too fast we must please make it slower 🙈2 -
Surely you can add the tracking number to the URL in the text message, rather than having to go back to the message to copy and paste the tracking number into your website. Royal Mail.
-
*Commits the work with a typo in your commit message*. Shit. Commits again just to change the message.
#alwayshappens1 -
Got a message from recruiter with a proposal on LinkedIn
Answered and say I would be happy to chat.
She sends me a message to tell her about my experience being a dev for pre screening. On LinkedIn....4 -
So you're getting an error message that says "incorrect credentials"? Read the fucking message and check the spelling of your fucking email address.2
-
What dumb twat decided to commit a change with the message “FUCK”. And it not just one, it’s 10 or more in a fucking row!!!!!
Thanks, that’s really gonna help me understand what was changed 😡5 -
What on earth are some developers thinking. Was just browsing the Casio website, using Chrome and noticed the following message. How hard is it to display a message when actually needed, instead of all the time. Good watches, poor development :/2
-
The first rule of networking: You can't claim that a message had been received until you have heard the reply.4
-
Committing code with the same commit message although you refactored several times and changed the structure1
-
I hate people editing slack messages.
Here it goes...
1. I receive a slack message (notification sound while working)
After 5 mins of finishing my work...
2. I open slack to look at the message
3. The message says just a hyphen with an edited sign. Why tf you have to edit the message when you can delete it? Or better, don't send it in the first place.
Why people? Why?2 -
I hate Facebook messenger! Got a message about a freelance website I built a while ago with some change requests, as I was scrolling through the message I accidentally hit 👎. I tried to remove the reaction but deleted their message, which is only deleted for me so now I can't remove the reaction.8
-
Why is it so hard to remember, that devs need an error message if they should help you. just saying "it does not work" is not helping.
I even wrote you a checklist. so f*ing use it! I'm not there to be called every time just to tell you to do something that's already on this list.
Every. F**ing. Time.2 -
sounds logic, ..does it?
git commit -m "session now holds 'null' as date if equals today. This way a 'today' is always possible, even if yesterday was today and today is now the tomorrow from yesterday"
original german git message: "session hält 'null' als date, wenn gleich heute. So ist ein 'heute' immer möglich, auch wenn gestern heute war und heute mittlerweile das morgen von gestern."
Who finds the startrek reference? -
I discovered a commit message from one of my (senior) colleagues today. It made me shudder. It read, 'Just adding some changes made outside of source control and deployed (over last 12 months)'.
I genuinely think he can't follow any processes he didn't design. He controls the servers too, so it's not like any pipeline would prevent him from just doing what he wants. It's a bit scary to be honest, he thinks MD5 is a secure password hash! -
Ever had a client that emails you and then calls you if you received the email? I think it's understandable since most of us don't send a return receipt or whatever that's called.
But have you had a client message you on WhatsApp or equivalent that shows that you have read the messages and yet calls you to confirm if you have received the messages? 🙋
It's getting annoying really fast8 -
Pull Request Message -
Day 1: "Updates to the UI and the load performance of the page."
Day 127: "shdheiahwjak"6 -
How can anyone justify the cofefing craploaded bullshitish error messages of bloddy java?
Who, in the name of the flying spaghetti monster came up with that brain damaged bitwaste?
Sorry if i offended brain damaged people with that comparison4 -
Ok, if your going to let me type a message before you connect to the chat session, don't make enter fucking send the message, all I wanted was a new line. Ugh.1
-
*sends message in a thread at work immediately responding to message from another person*
*no response in more than 10 minutes*
*edits message to include apology of some kind*
Damn it, self. Why do you feel you have to do this?!3 -
My worst coding mistake
In my last project for the distributed application programming, I was working on encryption for messaging between two users, the mistake was after decrypting the message you should trim it, and I was trimming before which made the message corrupt, this mistake costed me 2 weeks of delay since I couldn't find the problem, the code was like this
Message=decrypt(message.trim());
Where it was supposed to be
Message=decrypt(message).trim(); -
Those people who don’t even understand the commit message
Who commits using commit message “commiting”?3 -
Boss: I don't want centralized error logging
Me: But we have 50+ client sites running the same web app, why the fuck wouldn't we?
Boss: What if the database is offline, then we wouldn't be able to log exceptions
Me: *beats head against desk*1 -
Open software:
Error message: Failed to load x..
Why not tell:
Error message: Failed to load x. Please reinstall software.
or
Error message: Failed to load x. Remove cache folder located in "drive/somewhere" and try again.
or
Error message: Failed to load x. Please recreate x by using tool y and try again.
if software tells you no meaningful message and you have NO idea how to solve it.. it is one of those annoying things you have to deal with.
Why can't I just create features....4 -
Its not effecting but definitely its weird one day i recieved a good morning message from my fiance,
I was working. Took time to read the message and i have no idea what I'm doing i almost sent her the message,
' print_r("goo '
Then i stoped removed the print and replied her 😆 -
Client sends a message that the mobile app is crashing and displaying a message that is nowhere to be found in code.
neither frontend, nor backend.
Do they even know which app they are using?!1 -
Wouldn't be node js a good fit for a performant message queue, I mean it's async from the bottom up, a low memory footprint and good rx support? Or what specific does a good mq require?1
-
I was updating software on Windows 10 when suddenly error dialog pops up: "Setup.exe has crashed, Windows is opening a portal to a new dimension."
Might have not be those exact words but it's pretty close. Such a shame I wasn't quick enough to printscreen. Have anyone else encountered that message?2 -
I asked a beginner to create "abc.html" with "hello world" message. After few minutes I got message
Hey I did it!!..Please visit "http://localhost/abc.html"3 -
these feelings when i mistake a text message for devrant updates: happy, confused, oh just a text message, boooooring10
-
<rant>
<title>On XML</title>
<message>Too much overhead for such a small amount of data. JSON is much more efficient.</message>
</rant>3 -
Alright so
I made an infinite post board.
Infinite in the sense that every post will be on this board, spiraling from position 0 0
I haven’t got a domain but here’s the address:
138.197.71.184
Not built for mobile and may later wipe data because it’s still in testing phase
Anyone who wants to register and leave a post is welcomed to do so10 -
I don't understand how my leads are so bad at estimating time.
"I'll message you in five minutes" = they'll message me in an hour
"Give me ten minutes" = I will sign off for two hours and not respond for another 45 the next time you see me on and message me
Seriously, stop saying things you don't mean. It's rude and insulting.3 -
What's all the fuss about Message Queuing? Why so much hype and noise? It's just literally message Queuing? What are use cases?3
-
-fills out web form-
-company sends txt message-
Txt Message: "Thanks for contacting us about X, would you like to schedule <insert thing>?
Me Thinking: Oh awesome I can just schedule it via txt!
Me: "Yes, I would like to schedule time to get an estimate on <insert thing>."
Txt Message: "Please call us at..."
Me: "wtf... yeah I know your number."2 -
Server Error Caused by: javax.servlet.ServletException:
Error Message: No message available with status code 500
Does this qualify as the best error message, ever? -
Manager asked me to create a coded message. I gave him a coded message, key and a program I just coded to create more coded messages.
Apparently he wasn't expecting that much :) -
if I happen to be a child of Richard M. Stallman, and a person with very open thoughts. what message do you want to say to my father? i'll guarantee you that i will tell that message anonymously to my father6
-
Recruiters on LinkedIn will be like: "I just came across your profile and ...". Scrolls up the message history and there is the same message a few times with a different job.
I know recruiters have to send out tons of emails and using templates makes it a lot easier, but at least make and effort to make it look like you aren't just reusing the same message over and over. -
I swear! I just typed some words, I pressed [Enter] key and....
Oh my good, I broke the machine ...
I'm sorry I'm sorry I'm sorry !
PS: this message is not alone, I found another one about a deprecated function once I clicked on a link... -
Finally, I just received an OTP message that said it will be expired in 10 minutes.
Funny part is that i was trying to login 2 hours ago at thier(new client) platform to review.
And they said it is fully functional and you will have to fix some minor issues only.
I am thinking this way( it is so secure that you received otp only after it is expired).😅1 -
Wtf
A website just prevented me from opening or closing tabs in Chrome by opening a message saying it was unable to connect to the server. I couldn't even see the message as it was displayed on the small screen I didn't look at.
It wouldn't even let me close Chrome!2 -
Just had my first instance of a user solving a program giving them an error message by just not running the program.
That is all.1 -
My phone is always on silent.
If you want something done, leave a message or listen to my phone message which says... Email me details and I'll sort it -
C: printf("Your message");
C++:cout>>"Your message";
Java:System.out.println("Your message");
Python:print("Message")8 -
So fun fact about message-passing plugin APIs, everything becomes a parallel programming problem. My lexer (the part of an interpreter that recognizes fundamental syntax elements) spawns a callback thread with request and reply channels, and then messages a plugin which is able to either talk to the callback thread or message the original thread with a successfully parsed token or an abort.
It has just occurred to me that plugins are under no obligation to sequence their requests to the callback thread, which means that having one channel for requests and one for responses no longer suffices; the requests need to each contain their response channel. -
React-Native lately reloads on errors. You try to read the error message in the console, but there is no message because it reloads everything. Why do you have to take a screenshot to read the error message?5
-
Should rants contain a message/lesson/formulated statement, or fo you consider rants a venting mechanism?
Out of curiousity, since I see some people in the comments asking what the message/constructive idea is on some posts1 -
“Your email address has been blacklisted and you can no longer send emails to this domain. If you feel that this has been done by mistake, I can assure you that I was not.”
-
So I've been reading about rest api and I purpose there should be a standardized keyword for message
like 'errorMsg', 'msg', or just 'message'
I m kind of tired of discovering new acronym for error message or message every time I write a REST service3 -
gulp started throwing premature close on useref:dist yesterday
said it was on a dependency
spent whole afternoon checking gulp issues and reviewing dependencies
as it turns out, it was nothing even remotely related to the error message
it was a spread operator used to merge objects
why must the Lord test me like that -
I hate the annoying Google cookies message - everytime I open Google or the try one month Premium on YouTube message...🤮👎3
-
I wanted to edit an older commit message, but the instructions were just overwhelming. So I simply made a new commit with the updated message bwhahaha !2
-
Based on deaddrop I create a chat app. No I think about that only one message from each chat member is displayed at the same time.
What do you think one message per member or multiple messages?
By the way I think that the most Chat rooms will have two persons at the same time. It would be very privat I think 🤔 -
Got a different error message, finally some progress!
Got a different error message again, I think I will be able to make it now,
Got the first error message again, oh no, oh no, oh no no no no no -
Please show me the error message if I cannot post a rant. Just don't silently fail without any error message.1