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 - "delete"
-
Oh shit. I found something better. Had to delete previous rant.
Google Assistant is actually being cheeky!27 -
"If Java had true garbage collection, most programs would delete themselves upon execution." - Robert Sewell31
-
This code looks pretty old, I wonder if I can delete th.... what the...
(src: twitter/@iammerrick)4 -
Okay, time to delete my old Skype account
1. Enter Skype name
2. Reset password
3. Captcha
4. Complete email
5. Enter email code
6. You are logged in now, please complete your profile first
7. Enter birth date
8. Add your phone number or second email address
9. Create new outlook mail
10. Got access to profile settings
11. Click on delete profile
12. Stop please first verify your email again
13. Enter code
14. Check all checkboxes that I am really sure to want it deleted
15. Click delete button
Fuck hell and that all again for my second account7 -
Me: "Delete this folder"
Windows: "Oki, done."
Me: "How is it still there, F5. Still there! Hey, you forgot to delete this one file. Fix it."
Windows: "Nope."
Me: "Why?"
Windows: "Requires permissions."
Me: "Eh, it was my file, but here you are, my admin credentials."
Windows: "None shall pass."
Me: "Wtf, this is my computer. Who owns this file?"
Windows: "No one."
Me: "What do you mean? Oh, time for your reboot pills, ms. Wandows."
Windows: "Noooooo... ... ... Welcome."
Me: "Ha, the file is gone. Glorious victory."
Windows: "It's just a flash wound."
Credit for style: https://mobile.twitter.com/cmurator...4 -
Seriously, god bless Laravel and Taylor Otwell.
I've just had a customer foolishly delete all their user accounts. The customer was seriously stressed about this and as it usually goes, this stress was echoed in the call.
I explained how they can easily restore the deleted records in a single click as I have configured Laravel's "soft delete" functionality site wide. i.e. when they delete a record it isn't really deleted. Functionality to physically delete the record is hidden away outside the client's user level.
Customer was seriously grateful and paid for 2 hours of my time (even though the call took 15 mins) and generally gave me lots of kudos.
Laravel, awesome.6 -
So apparently I (as admin) do not have the necessary rights to delete I folder I created.
Thanks Windows7 -
I sometimes look at the code of the guy who had my job before me and I think.
Delete it.
Delete it all.
Delete it with fire.
Use the developer as kindling so it never happens again.9 -
Had a blast this past week. Set my vs code theme to the same colors of xnxx.com..
Had a two different guys do a double take as they were walking down my row.11 -
Me: Open terminal on current folder
Mac: No.
Me: Copy path of current folder
Mac: No.
Me: Delete this desktop icon (Delete key)
Mac: No.
Me: Lets move this icon to trash
Mac: Alrighty then, delete application.
Man i will have a hard time getting used to this, Windows had its cons but these small things made my life easier.20 -
This morning I couldn't delete any of my projects and my workspace kept refreshing. I was going mad about it. Then I looked at my keyboard and realized I was clicking F5 instead of Delete. I'm going to get a coffee. Be right back.3
-
I often alias sudo as "fucking". Therefore if I get an error like
cannot delete . I just type fucking delete .5 -
I recently learned why you shouldn't delete your linux partition by just pressing the 'delete volume' button.
I currently own a SP3(i7, 256gb).
I got bored of windows and installed Linux Mate. It ran quite fast and snappily. All was good.
Then I looked on the internet. Apparently fedora runs really well on the SP3. So I deleted my Linux partition by pressing 'delete volume'.
Turns out, thats a bad idea. Grub was in that partition, so when I restarted my tablet, it booted into the 'grub rescue>' prompt.
After messing around, I finally found that pressing the Volume Down button and power button at the same time seemed to boot into my Fedora Live USB.
All the while, I was quite worried I'd lost all of my assignments(I knew I could have used the minitool of gparted live cd).
Finally I got it to install, and all was good again. Has anyone else made this mistake?7 -
If Java had true garbage collector, most programs would delete themselves upon execution. -Robert Sewel 😂😂4
-
Intranet not working.
Delete certificates.
Still not working.
Ask IT.
You need to create ticket to delete certificates.
IT site is in intranet.
Intranet not working.
Ask IT to create ticket.
They can't create tickets for users.
FML
Just another day in corporation.1 -
Always use SELECT-query with the same conditions before you DELETE/UPDATE in a production database.1
-
Okay... I think I will just delete AppData to have a stable Windows installation.
Source: https://answers.microsoft.com/en-us...1 -
If java had real garbage collection then most programs would delete themself immediately upon running.2
-
Put this in your build script for compile-time garbage collection:
find / -name "*.java" -type f -delete5 -
If user was on the right screen, and if random error dialog happened to show, it would delete his account.
For example, if user got "Server error, please try again later", it would delete his account, after dismissing dialog.
Luckily it didn't make it to production.7 -
Okay, so I'm in rage mode right now :/
Last week a client of mine absolutely insisted on removing the "irritating delete popups" as they phrased it, against my advice.
In short, when deleting a record, I had a sexy "swal" confirmation appear (see https://limonte.github.io/sweetaler...) with some key data from the record, that prompted the user to confirm the action.
The client has now emailed me with the subject "URGENT, please read ASAP!!!". The email says his staff has deleted lots of records incorrectly.
*** face palm ***.
This is EXACTLY why we include delete confirmation prompts.
As I've used Laravel with soft deletes (luckily for my client) it shouldn't be a huge issue to reverse around 400 deleted records. However, I'm charging my client for half a days work out of principal.
Perfect example of my client not listening to me :(5 -
I need a new 'main' language to do all my projects in as java is kind of grinding away at my psyche.
Golang I liked quite a lot when I used it for my job a year ago, I'll give that a try..
Golang installed and up and working fine.
Oh, I know lets see if there are GLFW bindings for golang. And sure there are lets go!
Oh I need gcc and mingwex + mingw32 which I will acquire through cygwin.
hmm.. mingwex + mingw32 not found and my drive is almost full. I'll reinstall on my D:\ drive before continuing troubleshooting.
> Delete C:\Cygwin Access denied.
> cmd rmdir c:\test /s /q Access denied.
> Change permissions Access denied.
No problem I just don't own this object!
> Change to be the 'object owner' Success!
> Change permissions Success!
> Delete C:\Cygwin Access denied.
> cmd rmdir c:\test /s /q Access denied.
> takeown /F C:\Cygwin /A /R /D Y Success!
> cmd rmdir c:\test /s /q Access denied.
At this point it would be more efficient to manually open up my ssd, and using a fridge magnet change every single bit to be exactly what I want it to be.
Or install linux.7 -
There are still old youtube comments from my younger self to be found on youtube. Delete every evidence!2
-
*closes service*
*deletes program / associated exe's*
*attempts to delete a file*
"Failed to delete file: In use by that_program_you_deleted.exe"
WELL IT'S NOT IN USE BECAUSE I JUST DELETED IT SO YOU'D BETTER GET YOUR ACT TOGETHER, WINDOWS14 -
Windows update fails with error 0x1235
Me in Technet: Hey, ms, i got this error. How do i fix it?
MS: Install the Troubleshooting for Windows Update and follow the instructions. Before that, create a system restore just in case. Also, if the problem persists, go to your boot menu -> troubleshooting options and follow the instructions.
Hope it helps.
Found it helpful? Yes No
Other random people: just rename $WINDOWS ~BT to anything or delete it. Then continue the process.
.
.
I followed the random people advice and worked.
Fuck MS.1 -
DELETE userAccount
FROM devRant
WHERE postContent LIKE '%article 13%' AND numberOfPostsAboutArticle13 > 1;6 -
Lesson of the day: If Visual Studio starts acting up (doing inexplicable and illogical shit that literally makes me question life), just delete the .vs folder. In fact, don't delete it. Fucking shred it with a file shredder. Or even better, write it to a CD and burn the CD.6
-
Going to create a couple of cron jobs that delete stuff from database.
What could possibly go wrong? ;)6 -
Made me always think something like:
Code: should i delete it or just comment it out?
Files: should i delete this file or just rename it as .old?
OldHW: should i put it in the bin or i can recycle some parts?
Etc...... -
A few days ago, in my windows machine, I was looking at the Task manager's processes. I was like, "I don't need Cortana. It is using so much RAM already. Why not delete it?"
So, I used "Iobit Unlocker" to force delete Cortana & everything seemed okay. But after 1 day, creating new folder option is gone. Now I have to use CMD and MKDIR to create new folders.
The start menu search is also gone (I guess, That's what Cortana was for).
My context menu became buggy. Some menus show sometimes, sometimes don't. "Open with VS code" option is also gone sometimes.
I don't know what will happen next.
Keep my "Windows machine" in your prayer :/20 -
Apparently DELETE and... most of the HTTP verbs are disabled by default in IIS (ASP/ MVC/ Microsoft server software)
Am I wrong in saying that's fucking bullshit?!
Why make an HTTP serving environment with a massive array of tools to help you do everything you need in the web environment... And then DISABLE some of the web protocol??? What???
Not even the obscure verbs. DELETE. Is microsoft the type of bitch to delete using a GET request?? I bet the send passwords as get parameters.8 -
We developed an application and deployed on production (but not launched)
And business team already created lot of garbage or dummy data. Reporting systems are huge pile of bars, stats and shit.
Now, has to destroy and clean production.
Already advise them to do experiments or testing dev or staging.
Damn. First time in my career experienced this. Has to delete production.4 -
I added functions to create and delete categories on my cms project :) Its starting to come around.1
-
“I accidentally e-mailed my bank ‘delete’ and they lost everybody’s accounts. I’m sorry i’m just learning banking.”
“The latest Ethereum Parity wallet disaster”
https://davidgerard.co.uk/blockchai...10 -
I found these notes from myself 6 months ago to my future self:
// may delete this, now it's in join profile
require('./configure/auto-confirm.js');
// may delete this, now it's in join profile
require('./wso/wso-email-ad-form.js');
I don't trust it. Not deleting.2 -
Can GET method be renamed to "accio" and DELETE to "Avada Kedavra"?
Harry Potter on my mind today.1 -
Overtime rant, I suspect they will try to denie me half of the overtime pay for the past week cause I did more than ordered to reach their arbitrary deadline.
I will in return offer to delete half the work I did. Rollback changesets and delete the code. -
Just created a batch file to delete a directory so that I don't have to right click and move my mouse all the way to delete and click it.10
-
Delete your Facebook
Delete LinkedIn and Gmail too
Stop visiting websites with ads
Stop being friends with anyone with smartphones
Draw your own maps
Draw your own water
Avoid drinking tap water
Avoid going out in public with your face on
Kill your own meat
Kill your gods
- From tweet2 -
Reminiscing the days before Mercurial and Git,
1) I delete foo.cpp.
2) I tell Subversion to delete foo.cpp from repository.
Subversion: Error - can't delete file because it doesn't exist locally.
3) I create some dummy foo.cpp.
4) Again, I tell subversion to delete it.
Subversion: Error - can't delete file because it exists locally.
Every time I get angry with Git (strangely never happens with Mercurial), I remind myself what Subversion was like.1 -
Just delete the whole local repo and clone again!
(He definitely didn't know about git reset --hard head)3 -
With the movement of people recently deleting their facebook accounts, this actually covers a valid concern I didn't even think of, since I personally don't use that feature at all, nor have I ever used it.
People that used the "login with facebook" a lot, especially with websites that exclusively use it, will flush not only their facebook account doing that, but also all accounts they have ever used to log in with facebook, if not actually thought as far as checking the apps section of facebook and trying to migrate your account, which is also rarely possible.
So basically many people that do use it, simply won't delete their facebook account, because it has this backup parachute attached with its strings, that does not allow for an easy exit, except for literally ripping it all out and losing every account it seems.
Ignore dashlanes self advertisement bullshit at the bottom, the blog itself is still highly valuable in itself.
Source: https://blog.dashlane.com/delete-fa...12 -
And yes, after several hours debugging I found a delete statement in a function called "changeName"... :)2
-
Do you guys use PUT,DELETE,UPDATE http requests? I use like GET and POST. Keep me updated veterans!19
-
Supervisor: Go interview the client for requirements
Client:i want insert,update blablabla and searching,
Me: Delete?
Client:Nope we want store the data blablabla forever..
*after few weeks*
Supervisor:Can i see the progress?
Me: sure
Supervisor: where is the delete function? I want the delete button !!
Me: :/ *why the hell i hav to meet the client if i need to fllow my supervisor requirements*
#PracticalStudent #Internship #Confusing6 -
Okay ... Windows, I really tried to be nice, but that's it. You get off my ssd right now ...
Just got the error: "filename is too long - unable to delete file" (full name incl. path)
Seriously, WHY?
I mean, sure ... Long file paths/names are a thing and this is why there are limitations. I am totally fine with it!
But Why the hell allows windows you to create those files if it is unable to delete these files later ...
I don't get it. Maybe I am just hit my head to hard as a child and someone may enlighten me ...
PS: windows was running in a VM to give it a real serious try after years on Linux4 -
I just want to delete a jira…that’s all just delete it..listen you jira fucks ..just let me delete the fucking thing!!!1
-
Devrant feature request: auto delete posts with -2 or worse rating and contains an attached image.
#sickofshittyposts5 -
My weather report just says "delete" for friday. ("Löschen" in german)
Seems good weather app, seems good! 🤔11 -
Today I deleted a lot of stuff
Fields, methods, classes, files, even database tables
And for a change, it was all on purpose 😁
Feels good to refactor stuff and clear out the cruft!3 -
Today I had my first ever prod db fuckup due to too wide where clause in delete query. Spent 8 hours restoring service. It's 02.09 now and I'm finally home, going to bed.
Interestingly enough I've enjoyed this experience... -
Corporate Training: to lock your screen press ctrl+alt+delete and select lock screen.
Non-Dev: need to lock screen, ctrl+alt+delete... It's not responding... Ctrl+alt+delete.... Wait why did my computer reboot.... NOOOOOOOO... MY WORK
Me, Dev: uhm I just used Win+L...2 -
So the library we used to interact with s3 had this very cool delete function. (Pseudocode)
function delete(bucket, file)
request = buildRequest(bucket, file)
sendRequest(request)
OK
Now imagine how many problems we setup without delete permission, because we assumed this librsry actually returns an error code -
::This app says you need at least 3GB RAM.
::> delete everything there, I don't need anything.
:: uaaaaa.... you can't (long pause... ) do that.
::> I don't need anything from the laptop, delete everything and make the app run.
¯\_(ツ)_/¯ (he had 2GB ram)1 -
How to convince someone that it's not helpful to delete apps running in background (RAM) on an android phone? it's like a habit for that person😌
says phone will explode with too much RAM being used and don't want apps run in background ... 😥
pls help for arguments16 -
This is also why you should always take a backup:
client.ExecuteNonQuery($"delete from {CategoryTable} where category_id-{id}");4 -
if (smart === false) {
system32.delete();
} else if (smart === true) {
system32.DEMOLISH();
}
MUAHAHAH5 -
You work in a phone shop.
How would you, as a developer, in your own words describe the "like" function from Facebook to elderly people who ask you what it means - and don't know shit about computers?5 -
Quickly delete a double record in the production database with a script, just forgot the where statement...2
-
Does delete account in devrant asks for confirmation of delete account or just deletes the account without any confirmation?8
-
I know I ranted about this before but...
FHEGYOQOBGMLAEBFOEBFKHIOQMBEVCOFARQIJSABUEVEUANGIWN
Dumbass me thought "I know it's fucked up in the past but give it another chance". My google home decided to delete all of my alarms. It will not be getting another chance.
I woke up 3 hours later than expected on a normally smooth day and now I going to be late to class and I'm anything but calm.
I'm about ready to frisbee this shit out my window. -
Me in my first program:
mmm... i have a error in the brackets, i'll delete one bracket... mmmm... i have still errors, i'll delete one more... i have still errors, i'll add one more2 -
Definitely the meetings. Not sure if the "Meeting to prepare for the Sprint Planning" or the "Planning meeting to prepare for the Meeting to prepare for Sprint Planning".
I know it sounds like I'm joking, but it actually happened 2 months ago.1 -
Some image viewers on smartphones let the user delete photos and videos by swiping them off the screen vertically. This causes the risk of it happening accidentally. Someone must have thought this is a smart idea.
If a gallery application has this anti-feature, I will immediately stop using it and install a third-party one without swipe-to-delete.4 -
When some one says Control+alt+delete
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
It's *alternative*. Freaking *alternative*.1 -
Why the FUCK SCALEWAY DOESN'T DELETE MY FUCKING ACCOUNT!
Arrgh. I just want it to be deleted. I clicked delete almost 3 months now. I used their service for 2 months, charged for 4.
Ok, there is the story.
> Be me
> Be broke
> Buy their 3 Euro package
> Use it for 1 month, you know, install npm, vpn and stuff
> Be broke
> You have 0 euros in your account
> Cannot log in to server couse you didn't paid their bill
> Sure, they have right to do that
> Forget about it
> Earn money
> 3 months later, remember it
> Ok, I want to delete it, couse i don't use it anymore
> Remember you used more than 1 month, so pay your debt
> There is 3 issued bills
> Try to delete account
> Wait 1 month
> They didn't deleted your account
> Fuck it, there is the money you want
> Pay all the bills, hope it ends
> Wait 1 week
> Nope
> Open a ticket
> Says it will be deleted in few weeks.
> Wait 1 month
> DIDN'T FUCKING DELETED
WHY CAN'T THEY DELETE THAT SHIT FOR FUCKS SAKE. WHAT CAN I DO FOR MAKE THEM DELETE MY FUCKING ACCOUNT?
FUCK.9 -
I had been struggling with writing some test cases for days - so I decided to delete all the test methods I'd written and start from scratch - took me less than 30 minutes!
I'm happy now -
Spent 3 hours on SO and google to find out why a listview is missing data. Finally I delete it from form and recreate it, works flawless on first compile.
-
sudo rm * ../assets doesn't delete all files from the assets folder... (I was sleepy at this moment)
-
How to destroy all table data:
* Get a database;
* Add the first table;
* Add the second table;
* Create a foreign key in second table that delete a record where there is a delete in the first table;
* Update all data in the first table with a REPLACE command.
Miracle: all data is lost5 -
HELP ME I used to conduct Java interviews for junior dev candidates, but since changing jobs three years ago, I've barely had to look at Java at all, and now I've forgotten everything.
Am I stuck in a never-ending loop of learning and relearning everything over and over again for eternity???8 -
"Delete, delete, delete and at the end find the ‘core aspect of the design’." - Achille Castiglioni1
-
-> Had to remap all api endpoints on the backend...
-> The system architect raised a critical bug, saying he can't delete reports from the GUI even though the back-end is returning HTTP 200 (for now, say we also save some sort of reports in our DB)...
-> While remapping, I had returned get in the delete call xD
-> He thanked me for not doing the other way round, delete function in get call xD1 -
On a lighter note:
Mom: How do I delete messages on my phone? I want to delete some pictures of coupons that I sent you.
Me: Why? Mom, that’s not really necessary. The messages aren’t taking up that much space on your phone. And those coupons have expired anyway.
Mom: But they’re old and I want to delete them.
Me: Ok. Get your phone.4 -
Ahhhhh. Deleting data. Delete. Delete
Delete.
With authorization, no less.
It's almost as pleasurable as drinking coffee. -
create, read, update, delete, get, store, put, post, show, view, patch, destroy, list, remove, save, status, ...
crudgsppsvpdlrss? -
How much of windows 10 you will improve? How? And what would you delete?
(In case you want to delete windows 10: "that will be taken care of by op")8 -
WordPress File Delete to Code Execution
The vulnerability was reported 7 months ago to the WordPress security team but still remains unpatched.
https://blog.ripstech.com/2018/...1 -
No, Twitter, I will not delete my tweet wishing for the death of a video game character. I will, however, delete my account and invite all my friends to move elsewhere if you don't accept my appeal.7
-
When you develop a standalone page using JS and the old JS, JQuery libraries interfere with your current libraries!
Delete
Delete
Delete
..
.
..
Open that js file rename
Open that min.js file rename
..
.
..
Still Not working!
Cleared cache ... works like a charm!
Damn you cache and min.js!!! -
Oh god..
Starts using Laravel Framework
Code some lines
Everything works fine now
*Let see what happens if I delete this*
Error
Naturally
*Redo delete*
Run *OK, now it should work like before*
Error
Why??3 -
Why does "git rm ..." Without options delete files! That is the dumbest thing ever. If I wanted to delete files, I could always type "rm file"... You forget --cached you're going to be in for a long day.
-
Why does Bitdefender always have to delete my shit? I just want to compile some code!
link.exe? Defenetly malware, I should delete it for the 20th time! You want to run some unittests? No, that's malware, better block this too.12 -
Facebook keeps popping up with news about merging Instagram into Facebook to create F.B.I
I'm like WHAT THE F***!
Ahh, I realize people arent going to give a shit about this either.
They can slowly bake it in a *slow boiling a frog style* and eventually it will be merged.
Delete Facebook.
Delete Instagram.
Delete Whatsapp.
Read Devrant!8 -
That feeling when u delete 4months of coding work that u didn't deploy on git, with just one line of code ....😔😔😠😤..
I wanted to delete the virtual environment oo...6 -
Windows : fuck you i delete your KMS file
Windose : your licence is expiring in 30 days
Me: re apply KMS and disable that fucking useless anti virus
Window just self permit to delete my file with no fucking reason and not notify me in is shiti settings panel1 -
Frak Yahoo!
Son of a duck!
Why don't you just let me delete my account?!
>Sign In
>Please change your password
*changes password*
>Sign In
>We sent a code to your recovery email
*Signs in with the code
>Oops, can't load your emails temporarily
(And the first and only email it loads is "Find your right life partner!")
*On a quest to find the hidden treasure of the Delete Account link*
?
>Read this before you delete your account
>Continue to terminate your account
*Delete*
>Oops, can't delete your account for some reason, try again later
*Nothing else works on the page*
*One link works - Cancel*
>Sign In to Delete your account
>>Repeat
Trucking motherduck!
Why is deleting accounts such a hard thing to do?4 -
i don't want to write the query and tests for query, for the data i need, for this thing we're deleting and the fact that the query and tests on the query would get deleted later
i'd rather just hard code the results i have
yes im lazy1 -
I want to delete facebook account. Can anybody give me reasons not to delete it or delete it right away?
P.S: want to connect with real developers community.20 -
!rant
Honestly thinking really seriously about deleting facebook, as it occupies a good portion of my day with its scrolling up and down.. However I am bit scared that I am going to miss out on like friend's stuff (or people that I know a bit closer), news and all that.. Has anyone done it and can provide with his/her experience on how to tackle this?8 -
I have realised this the hard way. Never ever ever delete something if it’s backed up in cloud and is not taking space in your device, just to free some space.
Obviously some bullshit is better deleted. But never overdo it. You never know when you are going to want the thing you have deleted.
I have 2 regrets. Both related to deleting things without backup. But in my defence, I forgot that they were not backed up. Brain freeze.3 -
MICROSOFT IS SO EVIL! WHY WON'T YOU LET US DELETE OUR AZURE DETAILS?!
https://feedback.azure.com/forums/... -
So slack is great. It really is. But you can't bulk delete messages so if you're using the free version prepare to delete 10k by hand.
Yeah so our team is switching to something like chanty.
http://chanty.com
Any suggestions for free team messaging tools?13 -
Accidentally deleting files for one of our internal web servers because the naming of the directory looked like a duplicate of another directory. Thank goodness for backups.
-
I'm a fool.
Trying to delete local version of domain account:
Supposed to use command:
net user [username] /delete
Tried:
net user "domain\user" /delete
Didn't work, came up with help which said an option was net user [/delete] [/domain]
So I decided to try:
net user "user" /delete /domain
... "The request will be processed at a domain controller for domain domain.local.
The command completed successfully."
Well FUCK
So now the user's account has been deleted on AD, trying to restore it but AD management tools aren't picking up AD's object so I can't find the tombstone.
SHIITTTTTTTTT :((
TL;DR: I've fucked a user's account and can't find what I need to fix it.
Moral: Don't be a fool like me.6 -
For everyone who speak spanish :) don't forget put WHERE on the DELETE FROM.
https://youtu.be/i_cVJgIz_Cs -
Soooo MY BOSS has proved himself stupid and ignorant.
And asshole.
So he changed the db because he decided after 4months building everything around a db we changed aaaand OF COURSE NO ORM as I already told you.
So raw queries fine. What queries? Well, he decided we dont need delete.
We had a soft delete before where archived was true but the entity still in db.
Fine we dont need delete?!? Ok sure
Today, him:" guys is it ok if I add some stuff to db?"
Me:"Well, taking into account we dont have delete that data will be with a lot of garbage and irrelevant data"
Him:" yes we dont need delete, in the future we will need archived true"
Me:" that's what the old delete was doing"
HE DOESNT KNOW THE FUCKING APP.
He IS VP ENGINEER
COO AND PM THINKS HE KNOWS STUFF WHEN HE DOES NOOOOOOT
FUCK THAT COMPANY. -
I don't understand one thing and that is people who say they are going To delete their
Devrant account and make an announcement and post it 1st, as though they just announced they wan't to kill themselves. if you're really tired of devrant you'll just delete the account. You wouldn't announce it. Which leads to the Only other logical conclusion... you're just looking for attention aren't you11 -
I can't delete stuff!
I am currently sorting through my harddrive(s) and realized I have over 800 gigabytes of raw audio and video from four of our theatre productions lying around. The films have long been edited and there is no use for the source material anymore.
But just in case, I'm keeping it. You never know... -
Was feeling over-confident one day, wrote a delete query and pushed to production without double checking it.
Turns out the where clause always returned true and deleted all rows in the production table.
Mind you, from that day onwards I'm using update queries instead of delete.. -
Anyone else that visualizes how you press "Ctrl+A", "Shift+Delete", "Enter" (since the yes-button is pre-selected) before you go to sleep to delete all the thoughts running through your head?2
-
Fellow Spanish-speaking developer:
https://youtu.be/i_cVJgIz_Cs
Don't forget the WHERE in the DELETE statement. -
String sql = "DELETE FROM TABLE ";
conn.ExecUpd(sql + request.getParameter("recordNumberParam"), true); -
There's a weird feature (bug) that i've been noticing
If post has tags
Display delete button for rant
Else
Display no delete button for rant1 -
I want to merge select and delete/drop query together and make it as one in MySQL. For ex:
Select * from t where year = 2015 and drop table tab;
or
Select * from t where year = 2015 and delete from tab;
and ya you can't use ';' for merging4 -
JIRA BULK DELETE USER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!3
-
I wish WhatsApp had delete for everyone with no limits. I wanna delete everything I ever sent in college groups ;-;2
-
Pgadmin4 error: could not connect to server
Tried to delete data from pgadmin folder but didn't worked for me2 -
tl;dr: looking for suggestions for new instant messenger (WhatsApp, Telegram, etc.)
so I used to use Facebook Messenger a LOT, actually much more than even texting (I know I know, Facebook=spyware lol). I wanna ditch Facebook so bad but most of the people I talk to, I message through Messenger, and thus, I don't have most people's actual phone number. so I'm looking for suggestions for a new messaging platform, where these are my priorities:
1. Ease of use/existing userbase (e.g. the more of my friends that are already on it, the better)
2. Security & Privacy
3. the ability to easily find people I know without having their phone number7 -
Net Stop mycompany.service
InstallUtil.exe /u Myservice.exe
Sc Delete mycompany.service
InstallUtil.exe /i Myservice.exe
Net start mycompany.service -
I decided to delete Apache Zookeeper on my Windows system but I cannot delete
1)CreateTxn.
2)DeleteTxn.
3)SetACLTxn.
4)TxnHeader.
in "docs\apidocs\zookeeper-jute\org\apache\zookeeper\txn\class-use"
It should be easy to delete but Windows said it cannot delete the file. I try to delete using command prompt but it said access denied.13 -
Finishing work on a Friday when cascade delete won't cascade delete in EF and throws foreign key issues. That's my weekend doomed to be spent obsessing over why.
Piss.2 -
Commenting and forgetting to delete before merging to master, only to create another branch just to delete these comments or put TODOs. 😑😑
-
Are there any apps or website which delete chat / conversations from server and local device permanently.3
-
Is there any command based osx tool to extrat and delete photos from an android before a specific date ?