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 - "paste+copy"
-
* Selects text to copy *
* Ctrl + C to copy *
* Selects text to be replaced with copied text *
* Ctrl + C again instead of Ctrl + V *
Instant rage.36 -
When you go to paste a piece of code with CTRL+V and accidentally press CTRL+C instead so you have to go back and re-copy it.26
-
When you copy some code and select the code you want to get replaced and accidentally press Ctrl+c again so you have to copy the thing you wanted to copy again 😡12
-
Rules for server newbees:
1. Never just copy paste stuff from the internet into your console.
-- End --18 -
I broke up with my girlfriend today
She asked me a help of a some real time issue.
What she actually want to accomplished is to copy content through mouse from one laptop, unplugged the mouse, plugging in the mouse to other laptop and trying to paste content there.22 -
Modern development methodologies:
SDD - sales driven development.
TDD - torture driven development.
BDD - bug driven development.
CPDD - copy&paste driven development.19 -
Right click > Copy
*Unpulg mouse and connect it to other PC
Right click > Paste
#HowTo #CopyPasteLikeABoss5 -
I literally spent 3h looking at all the freaking formulas in my pathtracer which was producing the wierdest psychedelic images for no reasons... And then I finally found this... And I want to kill myself...18
-
Copy code from StackOverflow and paste it. Then complaint on why is it giving a Variable Not Found.1
-
After 3-4 FUCKING hours I finally found a bootstrap thingy which properly centers a div!
In my defense, this shit is all Chinese to me so it's copy-paste-lets-hope-this-works 😅25 -
"We thought you'd just pick up the PSD files and copy paste them to your site, but it seems that you built it from scratch."
...fucking seriously?7 -
Am I the only one that can't remember how to link a CSS file in HTML? I must copy/paste every time from an other project :(
<link rel="stylesheet" type="text/css" href="main.css">10 -
A friend of mine asked me if I could review his code. I said ok and immediately regretted it when he sent me 250 lines of .docx text. In PDF. So I couldn't even copy-paste it.4
-
Every programmer has to see this. (copy paste link below in a browser).
https://destroyallsoftware.com/talk...9 -
"You guys are taking to long. can't you just copy and paste some code and complete the website?"
Literally fuming right now.2 -
Websites that don't let you copy paste email addresses. Well then, I'll do it using inspector. You're not going fuck with me, that's for sure.
-
Some data get lost during copy.The limit of clipboard exceeded so that's why pasted data is smaller :D1
-
!=Rant
Does any one else presses cmd+c / ctr+c multiple times just in case the first one did not work?!?12 -
Being a techie surrounded by "normal" people is like a torment you didn't ask for. I just watched someone copy a whole folder of images to their flash drive.
File by file.
Without keyboard shortcuts.
In one explorer window.
Select, copy, navigate to flash drive, paste, navigate to folder, repeat.8 -
People, for God's sake PLEASE at least try to understand the code you are copy-pasting ... now I have to debug a weird function because of someone who didn't.4
-
Sometimes, you'll be tempted to copy-paste some piece of code from somewhere (stack overflow, w3schools, etc). But instead, read the code there and re-type it. Will help you to understand it better.2
-
Feeling frustrated when you cut (ctrl-x) and move to the place you want to paste then you pushed copy (ctrl-c) only to lose what you cut.7
-
Trying to debug some webpage JavaScript with Edge.
Console window doesn't log anything before you open it.
You cannot copy-paste more than a single line from it.
You cannot search in it.
Fuck. Just FUCK.8 -
That moment when you copy something then hit ctrl+c instead of ctrl+v to paste and realize what you have done a split second later... Every time I do this a little part of me dies7
-
How to solve a problem in 7 steps.
1. Google
2. Open links
3. Read
4. Copy
5. Paste
6. Run
7. Repeat until solve2 -
"Ah no, reusable frameworks and libraries are a terrible idea. What you need is a bunch of very lightweight files that you can copy / paste from project to project"
- Mobile Architect, Large m.n.c, 10+ years experience.4 -
Worst project I had was when I was asked to just copy-paste code and change the names of variables. Yeah, that's it, nothing more than that.5
-
if ur gonna explain a brand new goddamn concept and make a goddamn course or a goddamn series out of it
then dont fcking goddamn copy and paste the godfuckingdamn code and just explain it
WRITE THE CODE AND EXPLAIN IT1 -
Basically script-kiddy-copy-pasting some C++ until I understood how it worked lol (and then learned it properly)3
-
So people in my class don't know how to copy & paste with the keyboard. Most are 13 y/o and it's actually sad :D8
-
Marketing: so we want it to behave like this website, so it'll have to have feature A, B, C and D.
Me: okay that might take a day or two.
Marketing: what? can't you just copy-paste the code from that website?8 -
From a gitlab blog post:
"You wouldn't copy and paste an answer from StackOverflow, without understanding it, (...)"
No.. never....... 🙄1 -
When the head of a department thinks migrating an old system to a new system is "just a copy and paste job"1
-
I hate when you copy something important to the clipboard, and accidentally copy something else later.6
-
So my manager comes to me and says the developer A said he wrote a code that you can re use why is it taking so long to complete, just copy and paste. As if it's just copy and paste😡1
-
It is kinda sad to see some software that looks quite promising, and when I check how-to-deploy crap it is only;
"Copy and paste this shit to make it work"
People are not learning anything.2 -
Migrate and entire fucking ERP system in NINE DAYS.
"It's just copy and paste!"
Yeah, if both systems worked exactly the same. And if they do, why switch?5 -
The function you are about to write is also been written by someone on Stackoverflow. Copy and Paste, lets call it a day.1
-
Installing something
Ctrl+c on web browser
Ctrl+shift+v on terminal
Next command
Ctrl+shift+c on web browser
Console opens6 -
When answer has 180 points on stackoverflow and it isn't even an accurate solution for the posted problem.2
-
The bad thing about programming is that you can copy paste working code from a previous program on the same machine, same IDE and it still won't give a fuck.. I'm currently here.2
-
When project managers copy and paste clients' vague requests word for word with no further explanation2
-
Nav bar is not placed at the top....
Spend an hour debugging. Finally....
Ctrl+a, Copy, paste into new file.
Save and overwrite old file.
Works.2 -
"I understand you want to write your own code. But that's not professional. If you have reusable tested code just copy and paste it in your project"
I thought he was joking. But I am realising it's the most valuable advice in jy workplace11 -
Me: Found solution on StackOverFlow, lets copy/paste code and try it out
*Clicks ctrl+v*
Computer: There's your value!
Me: Wait that's not what I copied
*notices that I copied from a different computer and expected it to paste on this one*
*cries in corner* T_T6 -
when you setup a CMS for the client, then they blindly copy-paste from Word.
then they complain that the pages are messed up.3 -
Added our new Terms of service and privacy policy to website today, copy and paste from word doc....15 pages of legalese with formatting. BLergh!!1
-
And after copy paste when it doesn't work, I read the text and come to know only works in x version, which I never have.2
-
Linux is pretty much like Windows, but instead of "next, next, next, and finish" you do "copy and paste, copy and paste, copy and paste".10
-
Writing a super extensive project in php. Twice so far, I have had weird problems of codes not working.
But everytime I copy/paste the SAME code from another file, IT MIRACULOUSLY WORKS!!!!
WHAT THE ACTUAL FUCK!!!12 -
The ability to recognize previously solved problems and integrate a known solution is crucial to programming (and problem solving in general). Us programmers, we call that "Copy and Pasting."
-
When your dev's copy and paste code and don't bother changing the (completely irrelevant and misleading) variable names.1
-
What i have been doing so far
1) create project
2) search google for help
3) copy & paste
4) compile
If not working GOTO 2, else
5) feel good for days1 -
So far, no one has surpassed the ultimately blasphemous practice of
Select text -> right click -> copy -> right click -> paste4 -
Director: hey, we need this new functionality that I saw somewhere else... Easy right? Just copy & paste!!!
Copy & paste... It works every time... Right? No!2 -
Oh my fucking god people are stupid, or ignorant, or fucking both.
How hard is it to copy a password from an email and paste that fucker in and press login.
Seriously several times of “this is your email” and “THIS” is your god dam fucking password.
God kill me now.
(No the password isn’t stored in plaintext, I reset it myself before sending it to the user)1 -
"Coding is free dude, why are you charging me for that when I can just use Google to copy-paste code from there and there, boy.. think about it"
-- Typical Client5 -
Is there anyone else who copy something useful. Paste it and after a minute when you need to copy something else, you remember that you copied something important before, but you can't remember what. And you need to paste it to check what it was so you don't lose something important.
But there always only useless shit.8 -
1- Copy/Paste (code)
1- Googling before trying to fix a bugs by myself first.
1- Never finish my side projects.
2- (Worst) Still doing all the above.3 -
(tl;dr at the bottom)
one day, an old "friend" asked if i would like to be part of a project with their friends to create a site, we had plenty of meetings, my partner and i were excited with this project until we realized that those girls literally wanted a copy-paste from another site, and i mean, exactly the same but translated in google translate. We even asked other developers for their opinion and they said the same, that it was a copypastarino.
so my partner and i talked to them about how we didn't want to be part of a copied project. Those girls went angry and we drop off that.
Yesterday, after almost 7 months, I found you that those girls won an "startup contest" and that they will be traveling to sillicon valley soon to meet a founder and start the business.
ooooh boy...
what would happen if we send an email pointing out that copied-googleTranslated project?
is the industry really that dumb or lazy? i mean, how is that even possible that they haven't found it out?
tl;dr
some girls just google-translated a site, my partner and i didnt want to be involved and now, 7 months later, they are going to sillicon valley to meet a founder and make it real.9 -
Some websites be like -
Please re enter your email address - [I copy, paste the address from previous field]
It works.
And I'm like that was so pointless 🤔2 -
When you simply copy&pasted and everything works just fine.
P.S. It's 1:00 AM so I decided to share my little happiness. ^_^ -
Copy and paste a piece of code from stackoverflow without having the trouble to understand the code3
-
I get emailed a bug with a bad photo (6.4 mb) of the guys pc where half the url is cut out.
So I ask the dude for the url, I shit you not he took 2 more bad photos (15mb of attachments) then hooked his phone up to his pc and mailed them to me.
This guy is the fricken "Operations Executive".2 -
So we got a new developer
And his first task's PR is a pure copy paste off a random website that I managed to find in less than 1 minute of searching for the feature on Google
And I mean that's cool and all, because we all do that sometimes
But my oh my, he didn't even bother changing it one bit, hell it didn't even fit the purpose and it was weirdly imported as a separate class instead of it being added as an extension on the existing base class
Like wtf man, at least put some effort into the 5 minutes it took you to find, copy and paste that in3 -
Was so used to saving my codes after i write something (ctrl+s) that i always ended up pressing them on browsers and after i copy and paste files.8
-
Tupac - Lyric king
Eazy - Gangsta rap
Biggie - Flow king
Eminem - Rhyme king
Dr Dre - beat king
Rick Ross - burger king
Me - COPY/PASTE KING4 -
Apple’s copy paste from your phone keeps ass biting me. Most of the time my clipboard has some obscure porn link that I don’t need to accidentally paste on a live share session. There are now dozens of people that know too much about me14
-
Learning through documentation.
I learned one thing.... That how I can copy paste any thing in my code and comment it as "magic happens here do not touch."
Yeah thats my code learned from documentation (image below ) -
You 👏🏻 can't 👏🏻 literally 👏🏻copy 👏🏻 and 👏🏻 paste 👏🏻 everything 👏🏻 from 👏🏻 Stack 👏🏻 Overflow 👏🏻 you 👏🏻 absolute 👏🏻 melt 😤8
-
After searching for half an hour in some legacy code for the corresponding opposite of a method "addSomething()" I realised that the method was there hiding in plain sight and used in several places. The name was not "removeSomething" as expected, but "addRemove()".1
-
Always include import statements. Always. No excuses. I don't care if you can't be arsed to copy-n-paste an extra bit of code.
Nothing worse than trying to learn something new, copy-n-paste a sample code then your wonderfully helpful IDE asks you which of the 8 matching packages you wish to import.
When someone asks me, "where did you get that", I don't simply say, "a shop"!!
If you don't include your imports in answers then I hate you.6 -
Maybe I'm just crazy, but it drives me nuts when people don't use keyboard shortcuts. It takes so much more time to right click to copy and paste!
-
Client: This feature is already present in one of my other projects, you just need to copy paste it.
Me: Ohh, I will have a look at it :)
What I felt: Nothing in code works with 'just copy paste!! Bitch.
AND YOU ARE THE 100TH PERSON TELLING ME THAT, SO...... YOU HAVE DIE! -
Anyone knows why I can copy paste text with color??
OS: Android 6.0.1
BTW: It's a regex for searching frequently repeating duplicates. Have been trying this for a while but still not working perfect...6 -
I’m on a screen share watching an offshore associate copy code from my email to the target script...
... by switching back and forth between windows and typing in the code...
Is COPY-PASTE a little too advanced for this team???3 -
Me: How to copy paste to the clipboard in X language?
Internet: Open your text editor to the file where you're writing in language X. Select a few words, then click Ctrl+C Ctrl+V3 -
Can we get a translator bot? I can't copy paste the text in app, so every time I want to translate some rant, I have to copy rant link, open it elsewhere, copy the text, and then go translate it.
Like, bots must do it easier and faster, right?14 -
At home: Man I really love code and everything I can do with it. I'm a fucking wizard.
At work: You want me to copy and paste some text into the view for you? Okay... *cries into keyboard* -
non dev half assed finance guy who came to "help" us with our accounting software's reporting: "easy just copy and paste the database"
drop database YourPatheticExistence1 -
Today I start teaching my friend programming. I think I will skip useless shit and just learn him how to google and copy paste from stack overflow.2
-
Student Account Password at the university. No changes the default. It's their DOB and first two letters of the name.
Injection steps:
Open Database ( I am the Placement Representative )
Copy DOB
Paste
Add the first two alphabet
Unlocked3 -
Late Steve Jobs :3
// I don't wanna copy and paste all the text from his biography book. So please assume I did that. :35 -
Yesterday my tests caught more typos in copy/paste test cases than in actual logic.
'twas was a decent day.2 -
I'm a big fan of super-modular and flexible code, but my colleagues are huge fans of Ctrl-C / Ctrl-V.1
-
This is a gripe about modern UX interfaces. UX interfaces need to have better ways to get information displayed in text as text. It is exceedingly annoying to be presented with an error message in a dialog with a cryptic error code. The user is forced to transcribe the error message to try and figure out what is causing the error. Just make the text copy-able with normal cut and paste interfaces. I think this should be a standard in interfaces that present text to make it easy to copy the message or text from interfaces. This makes information sharing easier and less cumbersome to the user. This is definitely a mindset change for UX. This is mostly a gripe about desktop. Phone systems are just shit to begin with.6
-
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.
-
I've been slowly but surely writing the skeleton of a game on my Github.
Now to actually learn the basics of Github so I don't have to copy and paste my code every time there's an update....6 -
Thanks Cordova
"TL;DR Standards are great and all, but what do you actually have to copy-paste to replace the previous FileTransfer examples? We have you covered" -
Scolded my friend for using Ctrl + V on the terminal to paste text, used the mouse, later switched places with him, ran a program and pressed Ctrl + C to copy, program ends and we switch again.4
-
So my friend who's learning to program didn't really feel like he accomplished much in a uni assignment since he googled most stuff, copy-pasted and tweaked the code a bit. When I told him that's actually the way we do things he found it the funniest thing ever.13
-
So, apparently, content entry is front end development.
It's all right there on our old site, just copy and paste it ... Complete with millions of annoying span and font tags you used.2 -
So I just found out that multi-line editing can copy a matrix of letters and paste it on other lines. This is amazing. Imagine being the person who thought of this feature.1
-
I’m on a screen share watching an offshore associate copy code from my email to the target script...
... by switching back and forth between windows and typing in the code...
Is COPY-PASTE a little to advanced for this team???5 -
Big plays...
function collapseView(element){
/**
*it doesnt work at the first time, the function needs to be called again
*/
element.collapse();
element.collapse();
}
Literally copy and paste this code..1 -
Why is it so difficult to copy paste in an editor which is considered as one of the most sophisticated editor ? I use VIM for almost everything except for copy pasting . All those internal buffer ..external buffer things are complicating things..
And the sad part is ..once i was editing a bash script using sublime ..I pressed escape :wq .. and tried executing that for a long time .. I was clueless for sometime after which i realised i didnt save the document..
If at all VIM had easy ways to copy paste..😥8 -
My first hackathon, I was the only one that knew coding, the rest of the people where copy and paste from Google. After spending 2 hours I decided to step out and never return back.
-
copy paste code ...... copy paste debug....
.
.
.
copy paste code ...... copy paste debug....
.
.
.
.
copy paste code ...... copy paste debug....1 -
that feel when I am the only one in team who knows at least one framework.. and coworkers refuse to learn and instead copy and paste code parts from old, insecure apps into new apps... 😐1
-
I just had to explain a friend of mine, an "engineering" student, how to copy and paste text in MS Word over the phone for half an hour. It's 12:30 in the night and I am frustrated as fuck9
-
When you find it amusing that your boss thinks you can copy and paste SEO from one website to another, you know you've given up.
-
Errgh.. Why do people keep sending screenshots of errors and software versions they have on their dev environment.. C'mon it cant be that hard copy it and paste into the chat3
-
How angry are you in a scale from 1 to 10 when you want copy something from gnome-terminal and you forget to press shift (only CTRL+C) -> ^C and you have to repeat ?3
-
People who make "tutorial" videos on youtube where they copy and paste literally EVERYTHING, should get their channel banned.10
-
At math lessons I was like: "WTF is this shit, I don´t need that." Well I figured out that coding is not "copy&paste" from SO. :)
-
Ubuntu > Open Terminal Here
Windows >
> open cmd,
> copy folder add
> paste with cd
Linux is Still better :D10 -
private static final int TEN = 10;
private static final double THOUSAND = 1000.0D;
[a copy-paste from our repo]12 -
$ python
>>> class Object:
>>> pass
>>> self = Object()
>>> self.attr = val...
>>> * copy paste code from some class
<Ctrl>+d
Testing ☑️ -
Spot what's wrong with this command!
It took me 10 minutes scratching head to find it out. This is why we still need to use our brain when copy paste-ing code.
😕11 -
Copy and paste everywhere is not an acceptable software development methodology. It's a sign that something's very wrong.2
-
Replies to only me from Group Email
Mgmt: "Can you update the group on what you just told me?"
Me: (Why can't you just copy and paste what I just sent you?).... Sure.
😒 Lazy people suck.2 -
I don't like things like "programming is copy&paste"
But if you think about it... Actually it is: when you don't know how to use a function or how to write a new language you read the docs, copying and using what they say 🤔
Stack Overflow? It's a doc full of examples 😁6 -
Crawling around in a legacy project. Need to rewrite 500 lines of SCSS, to regular CSS. Fuck it. Runs compiler, beautifier and copy paste that shit.4
-
The best invention of all time is copy and paste. Can you imagine without copy and paste in your machine/devices? I don't think so...
-
Recently learned about this term... I'm going to be using this from now on.
http://urbandictionary.com/define.p...4 -
What you do: copy and paste existing code from the project
How you explain it to your boss: "conformed to existing code style" -
Step 1: stackoverflow.com
Step 2: CTRL + C
Step 3: ALT + TAB
Step 4: CTRL + C
Step 5: FFFFFFFUUUUUUUUUUU3 -
It was when i was 4th grade. We had windows 95 computers in school. I used tk do assignments on them and submitted with a floppy disk. Yeah, copy paste started there...
-
Fun fact: in macOS Safari, you can copy text from images. It works on videos as well when you press pause and wait five seconds. This is the next-level web browsing UX — now I can copy text from an image on the internet and paste it anywhere I want.7
-
*thinking to myself*
Would it be faster to try to guess/remember the correct syntax and type out this line of code, or search for it on Google, then copy and paste it?1 -
Do you think Facebook developed different " stories" for each platform . Or just copy paste the code !?
U know .. WhatsApp , Instagram, messenger, FB .7 -
When you find some interesting code on the internet so you copy paste it but it gives you like 20 error messages and your whole project file get corrupted so you got to remove the whole project file and start over2
-
Ok in scenario A we do X, Y, Z, and in scenario B we'll do this other stuff mostly the same but a little different. That will <puts comments> go here ...
Ok let's make A work....
-time / days passes-
Ok we're done and it is ready to go.
-later-
Someone: "Why doesn't scenario B work?"
Me: LOL some idiot .... <copy paste, fiddle, copy paste, fiddle> there we go I fixed it!!! -
Sample code from an old boss... with Vector datatype. "Just copy paste. I have already tested and it works"1
-
Soo today (Sunday) I received a Email from my boss. He wants me to do a fucking huge project done by next Friday.
This "so amazing new idea" exists for like 5 years already. So I said I'd be done this Tuesday. Him not knowing I'll be copy&pasting this all the way 😂😂.
Not that I'm lazy, but just that why should I recreate something that exists for years now.5 -
Watching someone browse stackoverflow for the solution to a question. Copy and paste the most upvoted answer. Discover that it works, but fail to acknowledge or at least pay respect by also upvoted the answer they are using.
Even after they found a solution so quickly due to the fact that others had upvoted it and as a result it was at the top of the page.2 -
!rant
Just spent 30 minutes learning how to copy paste from tmux, on my virtual machine, to then set up a text file linked to my local machine, and paste >> file.text. So that then I could open the text file locally and ctrl-c to copy it
How long was this text, a 20 character url. I'm now contemplating why I spent 30 minutes doing this rather than spending 5 seconds typing it3 -
Is there anyone here who dealt with gaming addiction? I want real world responses, succes or failure stories. Not some third rate blog post copy paste replies please.18
-
No matter how many years experience you have, a part of your job will always be copy and pasting malformed client data in to a useable format.1
-
"Hello, thank you for your inMail but please go fuck yourself with a huge cactus with your Drupal developer job proposal."
> copy
> paste
> paste
> paste
> paste
> paste
> paste1 -
!Question.
Why Web Designs are all the same ? Is it Bootstrap & Cie's fault or the Web Designers one ?4 -
Ok, so we know you've not had any work to do for a week. Here's what we'll do - pick up this task to copy & paste shit code from one project to another. Don't worry yourself with what it does.
FMDL3 -
One of the DB guys at work writes DB packages like this:
- open package in PL/SQL developer
- copy code to notepad
- edit PL/SQL code in notepad (yes, fucking windows notepad)
- copy and paste back from notepad to PL/SQL developer
- commit
Everytime I see him edit DB packages I can feel my brain mass shrinking.5 -
When your project manager promised to give you a script generator for the big database migration and came back with an Excel sheet where you have to copy-paste every table name and fields to get the table specific part of the script.
Damn copy-pasting programmation ... -
Copy-paste elbow.
This is what I'm calling spending a few hours scrolling up and down and pressing the same keys hundreds or thousands of times, because, apparently single quotes look neater than double quotes.
Now you're in pain for the rest of the day and painkillers don't help at all.
Go to hell copy-paste elbow. Now.3 -
When people are coding and adding hard blank spaces instead of normal spaces. Usually because of copy paste from Internet. Oh, the joy.
-
Do senior developers and programmers with many years of experience still copy/paste code from stackoverflow?
If so how often and what is the percentage of the self written code to the total?7 -
I am a fresher at this IT giant and I was hired to work in a better role as a dev. They assigned me CMS copy paste stuff and I dont like the work here at all. I am preparing for better opportunities. The lead calls me up after working hours to do some more copy paste stuff. I conveyed frankly that I cant devote time after working hours as I have other studies to attend do. Did I fuck myself or did i do the right thing ?5
-
I will stop use CTRL-C CTRL-V from now on. Or any kind of copy paste.
I will either type the stuff or write some loop around it.
C’n’P just gave me tooooooo many errors
-.-5 -
Note to self, selecting text to copy it into the paste buffer only works in the terminal. It doesn't work in chrome...2
-
It makes me so sad to see such vast amounts of copy and pasted code at my new job :(
3 identical classes with only a few strings different 😡1 -
Copy-paste-edit. Started with javascript and PHP. I would copy a script and just edit some output. This was when blinking text, hit counters and guestbooks was all the rage.
-
I don't know whether this has been asked before but is it normal for devs to copy/paste code? I feel like half of the programming I do is copy pasting code. I mean, I know what I'm doing. I'm just lazy to type it out.7
-
I write a lot of custom code for a program my company sells and there is no good way to run tests on it. I just spent a bunch of time wondering why the change I made didn't work only to find I accidentally clicked paste shortcut instead of paste when copying the file. I really need to take some time to write a program to copy all my code for me instead of relying on a manual process. I guess a new night and weekend project.
-
Working with dildos-for-brain people! I asked how to achieve something and if I got an answer it stated: never saw something like that implemented before (It really means that people here just copy/paste shit and use iterative development method until they nab the solution)!!!
Really? I just asked to have nested XML structure, it's been around since early 90'!
I have new weekend project - polish my CV and get the fuck out of here. When it feels like you are smartest in the room and for every question for help people just throw you random answers not related to question at all it is not worth staying there.
Also using outdated XML server CMS that ceased its support, documentation is shoddy and internet never heard of it - only relevant google search leads to the CMS website. Good luck! Good fucking luck!
This shit went overboard so many times and I decided that this is the last time. I have 2 more fucks to give and those are for me! -
You know you are in trouble when you copy paste error on google and end up seeing code block from where you copied code 🙄
-
I used to dev on Windows and using a Mac was a nightmare at first because of the different keys... was always using control to try and copy and paste. Now I love Macs, though I'm constantly pressing the Windows key to try and copy and paste on Windows. #devproblems1
-
So much for having a professional writer review and write my profile....
All I see is Copy + Paste ... Incorrectly3 -
Inspired by @gowtham-sai
Are there any ranters from Gdańsk, or 3city, Poland?
Meeting would be a nice thing :D5 -
Ah, the ancient art of copy-paste development – where originality goes to die and bugs come out to play. It's like a cursed incantation that tempts even the best of us into the dark abyss of shortcuts.
You think you're saving time by copying that snippet from Stack Overflow, but little do you know, you've just invited a horde of gremlins into your codebase. Suddenly, your once-cohesive architecture looks like a patchwork quilt sewn by a drunkard.
And let's not forget the thrill of debugging when you realize that the copied code references variables that don't even exist in your context. "Ah, yes, I remember copying this gem at 2 AM. What could possibly go wrong?"
But wait, there's more! Copy-pasting also introduces a special kind of chaos when updates are needed. You find yourself fixing the same bug in five different places because you couldn't be bothered to encapsulate that logic in a reusable function.
So here's a heartfelt salute to all the copy-paste warriors out there, bravely navigating the treacherous waters of borrowed code. May your future coding endeavors involve more thinking, less CTRL+C, and a lot fewer late-night bug hunts!1 -
We checked a rather important part in our communication services because it was throwing errors from time to time.
Asked our former technical project lead if he could help us since he developed it.
"I don't really know why it's doing that, I got it from a online example so I know as much as you do"
Well butter my butt and call me a biscuit, it seems I can be a senior developer too!2 -
"
On content:
Never type something again that you can copy paste!!!
Use your bloody concentration on getting the layout right.
We are not I medieval times and you work on a computer not a stack of paper.
Jesus.
NEVER AGAIN!
"1 -
I always start a new project like: Copy & paste a similar project and edit its Readme.md file (and perhaps pom.xml) and delete all the other files I don't need right now 😉
-
Sometimes I'm to lazy to properly abstract and reuse code, so I'll just copy & paste and then alter it - and then later curse myself about that. I'm working on this though...
-
I logged in a Remote Server, where Bi-Directional was disabled.Didn't allowed copy-paste and needed to upload a new Web app release.
Hack: just inserted usb flash drive in my computer and remote server recognised that as external.
Deployment completed!4 -
I Just knew how to tell computer to show "hello world" in my screen ! and also show it 100 times using copy paste1
-
Once again I see offshore "developer" copy paste entire code base to separate folder, work on it there and then copy paste it back. Use a git branch goddammit. Is there something I'm not aware, is source control banned outside EU and US?4
-
When you are creating an account on devRant and want to use copy and paste on an iPhone with German language selected...
-
After using emacs for almost 2 weeks, I can't tell you how many times I've pressed Ctrl+W, Alt+W and Ctrl+Y in things that aren't emacs.1
-
Hate it when the devRantron Mac client app doesn't support copy and paste. What devRant client do you use? Web, devRantron or mobile apps? Thanks!
-
Is a developer a developer if they don't even know the keyboard shortcuts for copy and paste (even if not for code)?6
-
I just watched a friend scroll up on our python file to copy the string from a variable so she could paste it to concatenate it...
-
on desktop:
to edit my post i have to copy it, delete it, add a new comment, paste it, correct it and post it..
i feel like i'm doing a git rebase on master1 -
When you have no time to learn by code snippet, you'd have to copy and paste it rather than writing it line by line.
-
How to copy in Microsoft Edge by pressing ctrl+c one time only? Motherfuckers made copy/paste so fucking disgusting!6
-
So best way for me to learn is copy paste from the documentation, then fuck everything up and then clean the mess 😌 Seriously works way better than tutorials 😂3
-
"Can you build a fully customizable slider system in the CMS?"
"Sure."
"Great, booked an hour in for you - surely it's just a case of copy paste from something else, right?"
😟2 -
I just found this in the code I'm working on:
function checkDateValidity() {
function checkDateValidity() {
...
}
}
Obviously a bad copy/paste. Not even sure how it was working before; it probably wasn't.1 -
Started as an apprentice to copy and paste some content in. Dabbled with the HTML editor in the process, it started from there
-
I have gotten so used to the copy-paste keyboard short Ctrl+C/Ctrl+V that copying text by right-clicking on mouse felt weird today🤦🏽♂️6
-
That awkward moment when you find a funny rant worthy of a stress ball on twitter and you copy paste on devrant but all the other devranters know where you copied from.1
-
Code: error
Me: hmmmmmmmmm....what if I change this?
Code: error
Me: *copy* google *paste* enter stack overflow
Me: there we go1 -
Stupid Zkoss won't let me assign a UI component more than one parent. Instead of getting to use preexisting components I get to make copy/paste carbon copies. Shot my plans for code resusability to hell and back.
-
A cool script to automate copy and paste of commands from the web to the terminal
Usually, we do
1.Copy the command
2. Open the terminal
3. Paste the content copied into the terminal
4. Write password in case the command starts with sudo
My script does all that with one press of a shortcut.
Below is the link in case you like the idea of this automation
https://github.com/ishank-dev/...5 -
Damn it! I just spent an hour debugging something and it was due to a copy-paste error.
Copy paste hell. Bah. -
F this code, definitely going to rewrite it.....cba, copy n paste from the last homepage n re-jigging again :-/
-
I have to translate (read copy paste) a website in 8 different languages. Already busy with this for four weeks and building a doc with all parts missing. Fml3
-
Does anyone how to configure a mouse in Manjaro Linux?
Damn thing has a tendency to copy and paste, with a single click of the scroll wheel.
If would be awesome if I automate that.3 -
computers are fuckin weird sometimes.
Was just playing some hacking game, where each level is it's own user, acessed by ssh.
And suddenly copy-pasting passwords when prompted doesn't work ...
like, I can paste it in my terminal to see it, it can manually type it ... but I can't paste it into the prompt anymore.
It always worked until today, I could swear that!!
Why not today?2 -
Which keyboard do you use on phone? I got curious because lot is people are using Unicode character, so looking for some support other than copy paste from Unicode app or web page.4
-
vim: because best editor ever
tmux: split windows and copy/paste in console only systems like servers, although i use it on my pc also.
fossil: much better than git, easier to manage1 -
When somebody says this project is the same as the one you just finished so "just copy paste" about my latest mobile app. FML
-
When Groovy have a documentation page about Java interoperability, but you don't give a shit and with a simply copy-paste from Java the code works1
-
During a training reading a Readme file:
Copy paste the following code in the editor.
NOTE: REPLACE ALL SPACES WITH TABS OR IT WILL BREAK -
Code examples with dozen of lines in the project documentation (docx) are screenshots... lazy to format or to prevent simple copy and paste? That's the question.
-
Stackoverflow - the ultimate treasure for all the developers.
Now a days, I don't use "keyboard" much to build an application... the mouse is enough for "Right Click -> Copy" and "Right Click -> Paste".
;)2 -
Fingers -- what are you doing? You don't need the extra typing practice. Just use copy+paste already!
-
Looking for good literature regarding CRUD. Basically i want to have a list of possible dataoperations nowadays. And the relations to commands like Copy, Paste, Search, List, Undo Redo, Macros etc. Any suggestions?16
-
Ugh posting a review on Play Store is an awful experience. The text editor doesn't let you copy or paste and you can't even see your full review once you've posted the damn thing. Why Google 😡
-
Yes, I'm that sucker who writes by hand the copy paste code fields even if he already knows how to do that. I'm not proud of it but, what can I say? I'm a wet guy...
-
Is copy & paste a common, acceptable practice now? I would've assumed that most modern languages would have some kind of re-use capability.
-
When downloading 'animate.css', is it wrong to copy the raw file and paste into a file named 'animate.css' and link it in html file? Why doesn't it work??!!4
-
I remember when I started in programming, I literally copy/paste a typical "hello world"...
It failed to compile.
After a exhaustive investigation, I found the huge differences between VB6 and VB.net.