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 - "accounts"
-
That feeling when you boot up your shiny new laptop for the first time and there's no fucking Cortana, online accounts or mandatory updates right out of the box.
Thank you Dell ❤️12 -
Twitter: "Your account has been locked because it is displaying automated behaviour which violates blah blah blah..."
I literally have 7 Twitter accounts and you have picked the only one which ISN'T automated FFS4 -
"Why was the promotion available on multiple accounts ? "
*suddenly realised there's an ID duplication among customers*
"Uhhh..... Family shares promotions."
"Nice job."4 -
Beware with LostPass: A tool to phish LastPass accounts.
Surprisingly it is an opensource project with 322 stars.17 -
"GitHub blocked all Iranian accounts without any prior notice and they don’t give us a chance to download a backup of our data. Here is a screenshot from GitHub support response to a developer who sends a request for backup"
https://bit.ly/2Omy63I
shame60 -
Thank you GDPR because of you we know who has our email and sent us "We're updating our Privacy Policy".
Time to delete some accounts.4 -
When i get kids. They are NOT allowed to have online game accounts until the age of 14.
I'll still teach them how the internet works. i'll maybe allow facebook.
kids on the internet and in online games these days are toxic little brats.17 -
Let's see if I have any new e-mails at outlook.office365.com
* gets redirected *
* gets redirected *
* gets redirected *
* gets redirected *
"You have been successfully logged out of all your accounts, have fun getting back in loser"5 -
LinkedIn Manager to Satya Nadella:
LM: Hey, how are you doing? At Linkedin we need to buy Github accounts.
SN: Just a min... Yes. We bought Github for $7.5 billion.
LM: Dude, we need github account for our developers. It’s just $21/user.
SN: WTF🤦🏻♂️2 -
Oh fuck and boy Jesus, how on earth is this still a thing 😦
MD fucking 5 is not a fucking “secure” crypto algorithm.
This site has 14 million breached accounts with fucking MD5 hashes.
I think I’ve had to much internet for today.17 -
If the time comes when the traditional signing in with email dies out, I don't know how long I'm gonna last to the Internet anymore. I never liked the idea of having my accounts associated with these giants especially with Facebook.14
-
Ninety-ninety Law - Tom Cargill
"The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time."
A good list of laws found here (old but good read):
http://globalnerdy.com/2007/07/...2 -
God damn it, i said so many times that this functionality is proof of concept and needs more investigation into technical/legal details...why the flugzeug mr account manager have you gone and emailed all your client accounts telling them we are now offering it?... why are you messaging me starting your sentence with "now that we provide..." god...damn...it4
-
Why do people get so unbelievably greedy when there is something for free.
Like "it's a free game server host, let's just create 100 accounts so I can have 100 empty servers"
Or "you can get a free game key if you contribute a lot, so let's just spam until I get the key"
It's so painfully to watch.3 -
Yesterday my father called me and asked if I'd have a look at his website to exchange his logo with a new one and make some string changes in the backend. Well, of course I did and hell am I glad I did it.
He had that page made a few years ago by some cousin of a friend who "is really good with computers", it's a small web shop for car parts and, as usual costumer accounts. Costumer Accounts with payment infos.
Now I've seen a lot of bad practices when it comes to handling passwords and I've surely done a few questionable things myself but this idiot took the cake. When a new account was registered his php script would read the login page, look for a specific comment and add a string "'account; password'," below into to a js array. In clear text. On the website. One doesn't even have to breach the db, it's just there, F12 and you got all the log ins.
Seriously, we really need a licensing system for devs, those were two or three years this shit was live, 53 accounts... Now I've gotta decipher this entire bowl of spaghetti just to see if he has done any more unspeakable things.4 -
Mom: Oh cool! So you can hack sites and accounts now?
Me: No mom.. I'll be making stuff, not breaking it.
Mom: Well what's the fun in that 😐
Me: ...4 -
Did you hear of the story of the fucked up data migration at the british bank TSB? People can't access their money for a week now. And people see the accounts of other bank custumers. The CEO had to call IBM for help.
https://theguardian.com/business/...3 -
THEY'RE ALL EXACTLY THE FUCKING SAME BUT UNDER DIFFERENT ACCOUNTS ARE YOU ACTUALLY FUCKING WITH ME RN9
-
Last news: yahoo just invented that thing of the 500M hacked accounts to make us believe they have that much users.8
-
Doing some Christmas shopping.
Creating some throwaway accounts in various e-shops
Some e-shops send me my password via email upon registration.
I've spent the better half of a day emailing those e-shops to revise their IT security policies.
Haven't bought a single gift yet.
Time well spent!6 -
Customer: I keep getting your newsletter with my password in it.
Me: What?
I look through the accounts. The customer had set their name as their password... a year ago.8 -
In the old days switching accounts was as simple as logging out and logging in
Now, logging out redirects you to 20 different pages, doesn't redirect you to the original page, and sometimes it doesn't even log you out5 -
I am now a Cloud Hosting (Windows and Linux) Reseller. I kinda feel like giving away some free accounts to the devRant community. But it can't give away too many accounts, so I probably won't because I don't want to exclude anybody. 😭25
-
MySQL should have a recycle bin. I just deleted whole "user" table by mistake... Forgot to add where clause properly... Had to restore 2 days old backup copy. I just hope no accounts were created or someone changed their password in last 2 days....7
-
C=consultant
M=Me
D=my Dumb boss
M: so how are you guys planning to implement the block all accounts feature?
C: oh it should be easy! We will just loop over every account and lock it!
M: what about implementing a flag that just blocks anyone from accessing the site till further notice?
C: what? I’m sure it’ll work. Just need a list of all accounts, we don’t need anything fancy!
M: what happens when we want to revert back to the pre-block state?
C: oh, so we will just unblock everybody
M: even people who were previously blocked for good reasons?
C: i guess so, unless you think otherwise
M: we r….
D: listen! We just need to be able to block all accounts, who cares about this details! So long as we block all accounts! We need this nuclear option in case something bad happens…
M: but what about when that bad thing passes and…
D: when it passes it passes who cares!
Arghhh so much rage here… like first at the stupid engineering design of looping over all of the accounts instead of using a simple flag. Like 1 http call (from one microservice to another) is a lot better than O(n)… not to mention, we won’t have to deal with failures and retries.
And second for my boss being a dumbass… ok you deal with being to afraid to unblock people after we used this “genius nuclear option”!6 -
Fucking bruteforce man. Was supposed to go sleep when got few messages from my gameserver players that their accounts have been hacked.
Checked their logs, all of their accounts have been accessed from Russia. Told them to change their passwords and they told me their previous passwords which were easy af to guess.
Digged deeper and found hundreds of thousands failed logins in the last few hours and all of them from different ips.
Since I cant modify gamefiles on client side, the solution for now was to disable in-game registration and force player registration through the website form with captcha and also where each players login name gets appended with a random suffix chosen by player from a random list..
Fuck you bruteforce scriptkiddies, good luck guessing accounts now. At least I can sleep now.18 -
tldr: My school created 1000 Microsoft and Google accounts without our permission and we can't even use the services they provide.
A few days ago I ranted about our schools IT department blocking all outgoing ports.
A few days ago we also got Enterprise OneDrive accounts to store all our stuff, sound wonderful in theory.
The thing is OneDrive doesn't work without outgoing ports either...
So our School created both Microsoft and Google accounts in our names. This is against the law. You can't just register 1000 Google and Microsoft accounts in some else's name, like bruh wtf.15 -
Fuck Reddit admins. Fuck them in ass with a rusted iron rod. Then pour in some liquid steel and dehydrate them to death.
Bloody fucks.
Remember the toxic girl who stalked and harassed me? She did that on Reddit.
After multiple reports to faggot admins, no action was taken against her multiple accounts.
I ended up creating few alt accounts for my mental well-being.
I have been contributing fairly well from all my accounts earning community trust and reputation, even behind the mask of anonymity.
Now, day before yesterday, a teen started abusing me for no reason on a local sub. I ended up ignoring.
Next morning I am notified that admins banned my account permanently.
What the fuck! I did not violate any policy and yet I was kicked out.
I raised an appeal for those fags to look into this and uplift the ban.
Fuckers banned all my accounts permanently without giving any reason.
Instead of taking action against retards who harass people, these bhenchods ban people who contribute in a good way.
I truly wish, that the person who made this decision rots to death while feeling the pain of regret.
I am soooo fucking annoyed. I have been using Reddit for many good reasons and have found it really helpful in various areas of my life.12 -
Taxi driver: "So what course you studying?"
Me: "Software Engineering"
Taxi driver: "Oh, so you know how to hack Facebook and people's bank accounts?"
Me: *facepalm*5 -
omg apple does not like to make things easy! Trying to set up developer accounts for a company but a company can't be an agent? a team member who isn't an agent can't create certificates or keys?
Android development seems so easy and nice now6 -
...when users create a ticket or call support because they forgot their password. Even though there is a big 'forgot your password?'-button right below the login form.
I always wonder if they also call Google or Facebook when they forget their password on those accounts...2 -
We have a bruteforce?
[30.01.19 11:25]🧠 WARNING (EXTERNAL IP): Not Found: /a
[30.01.19 11:25]🧠 WARNING (EXTERNAL IP): Not Found: /ac
[30.01.19 11:25]🧠 WARNING (EXTERNAL IP): Not Found: /acc
[30.01.19 11:25]🧠 WARNING (EXTERNAL IP): Not Found: /acco
[30.01.19 11:25]🧠 WARNING (EXTERNAL IP): Not Found: /accou
[30.01.19 11:25]🧠 WARNING (EXTERNAL IP): Not Found: /accoun
[30.01.19 11:25]🧠 WARNING (EXTERNAL IP): Not Found: /account
[30.01.19 11:26]🧠 WARNING (EXTERNAL IP): Not Found: /accounts/
[30.01.19 11:27]🧠 WARNING (EXTERNAL IP): Not Found: /accounts/lo
[30.01.19 11:27]🧠 WARNING (EXTERNAL IP): Not Found: /accounts/log
[30.01.19 11:27]🧠 WARNING (EXTERNAL IP): Not Found: /accounts/logi
No only a skiddie who try very hard9 -
My company has 2 android apps, I recently discovered they made/paid 2 google play accounts for that...4
-
One time I did that "show all windows" gesture while my MacBook was connected to a beamer in front of about eight people when suddenly a text editor containing tons of porn site accounts appeared from the background.2
-
My wife saw me posting on Dev Rant raging about my boss, and suggested I ought to use a different user name instead of my usual one... considering he spends all day using social media I think she might be right... passed the advice on to some friends we are all now paranoid and have new accounts. <32
-
!dev
So I am taking a break from the standard social media. Facebook, Instagram, etc. To sort of let my friends know, i posted this picture before disabling my accounts.
Right around midnight, the calls started pouring in because everyone thought I was going to kill myself.
Oops?5 -
Finally got access to repo in my new work place (bank). Now I'm considering keeping my money buried somewhere instead of using bank accounts...5
-
Too many "web savvy" clients these days. 9 times out of 10 they get hosting accounts which i have to reconfigure. My quote was for coding not sys admin. Do me a favour and dont do me any favours.3
-
Kind of disappointing that devrant rewards and attracts bot'esque accounts for exclusively re-posting facebook memes - with stickers.
Those accounts are even as bold to constantly spam everywhere "HOW LONG DID IT TAKE FOR YOU TO GET THEM?" as if they are entitled to next day delivery, feels wasted and especially insulting to people that actually use and flourish the platform.
Not really great input nor constructive criticism, more a vent, because I know that it's the "maybe some of the shit will stick" idea - maybe some of those shit posters will turn to actual content creators on here or them being free advertisement to maybe less useless beings.20 -
If it weren't for all the people who deleted their accounts, my avatar would be wearing a suit and tie right now.
Tsk tsk tak...
Now my avatar looks like a part time pimp + full time cs student. 😎😒👩🏻💻12 -
Starting my new bot experience together with Discord.
Discord is kinda easier than LINE. You had to create facebook accounts or fake lots of telephone numbers to be able to verify your bot account. They also kept changing the endpoints to avoid people using their bots.
Discord is the opposite. Discord loves bots. And that's why I start feeling love towards Discord.8 -
Client stores all user accounts in a publicly accessible google spreadsheet in case the user forgets their login. It includes user name, plain text password, and just in case, the hashed password....6
-
Wish me luck. I HAVE to launch 10 websites (yes, ten) this week and half if not all of the clients don't know their DNS accounts or log ins. I foresee a lot of long nights in my near future. Story of our life, right?5
-
Holy mother of god, Signal is working on a feature which makes that the sender part of the metadata is not readable for them (of course you still have accounts but not sure how they obfuscate that part) anymore.
This is taking metadata protection to the next motherfucking level.3 -
Had my hairdresser tell me she thought her phone number was a great password for all her online accounts.
Just smiled and nodded, I feel there’s a time and a place for lectures on internet security.11 -
So I worked in a company whose WiFi password was 1234567890 and they on the network they had a NAS that was not secured with the passwords to all the clients servers and online accounts on the root.
-
So it seems like Github banned a lot of Iranian accounts and repos. Clearly, enriched uranium is stored there.2
-
Account manager: "We somehow managed to take unmaintainable spaghetti code for money again. This is a great opportunity for you."3
-
That feeling when the business wants you to allow massive chunks of data to simply be missing or not required for "grandfathered" accounts, but required for all new accounts.
Our company handles tens of thousands of accounts and at some point in the past during a major upgrade, it was decided that everyone prior to the upgrade just didn't need to fill in the new data.
Now we are doing another major upgrade that is somewhat near completion and we are only just now being told that we have to magically allow a large set of our accounts to NOT require all of this new required data. The circumstances are clear as mud. If the user changes something in their grandfathered account or adds something new, from that point on that piece of data is now required.
But everything else that isn't changed or added can still be blank...
But every new account has to have all the data required...
WHY?!2 -
"Oh, let's delete no-reply@domain.tld because that's not needed by anything"
Stupid fucking clients...
Now users can't verify their accounts. Nice!1 -
You know what fuckin sucks? Those cheesy ass "business" MoTiVaTiOn accounts on social media including but not limited to the cheese master himself: Gary Vee5
-
Aus Gov: here's a bright idea, let's enforce social media accounts being verified with enough identification to pull of identify theft with ease for the greater good.
https://news.com.au/technology/...
Facebook: 533 million accounts leaked with names, email, phone, address details.
https://mobile.twitter.com/UnderThe...
Me: 🤦♂️12 -
On the bright side, with all these privacy update emails, it has given me a chance to unsubscribe from all the shitty newsletters that I subscribed loooong back and to delete unwanted spam accounts that I don't use anymore.
Thanks GDPR! -
More than 2 years ago I alerted management that the default password we use for client accounts (and two of the variations) were pwned in database breaches. Today we receive an all-staff email that management "has reason to believe this password may have been compromised" and that we needed to change it across the 1200+ accounts where it's being used (200+ clients, several accounts per client).
Is it unprofessional to send a few "I told you so" memes and gifs?7 -
So many steps and guilt to close accounts these days....
Even had to Google how to close it ... It's not in account settings...7 -
“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 -
disableSslVerification()
download("https://...", "update.exe")
execute("update.exe")
In a license reporting software, took them 1,5 years to fix!
If we hadn't specifically requested how to run this software with lesser privileged accounts, it would have had access to all our customer's machines.2 -
Another rant about my school: the default password system.
Each student's username is FirstnameLastname, and the same applies to teachers. The passwords assigned are <First initial><Last initial> for students, and the same for teachers with "teacher" appended to the end. As students, we figured out this system pretty quickly, and we were able to log into the computer system as any teacher who we knew had requested an account. (Teacher accounts had unfiltered Internet access, student accounts did not).
I now teach in this school, where they recently got Google Classrooms accounts for each teacher during Covid. The accounts use the same naming/password scheme! I somehow doubt the teachers replace their passwords, so any student clever enough to figure out the system can log into their Google for Education account.1 -
De-duping drama continues. Background: stakeholder marked a bunch of records as “do not use” and didn’t realize/didn’t care about the impact on other systems. Many of those are active user accounts.
Stakeholder: What if we ask the user to create a new website account?
Me: they can’t register a new account of the email was used already. Are you expecting me to delete all those web accounts so the users can start over with their current email? Or are you saying you’re going to email 400 people and tell them to get a new email address and create a new account? Don’t force users to do extra steps to fix your mess.
Continued from: https://devrant.com/rants/5403991/...3 -
How many Gmail accounts have your non-techy relatives created because they keep on forgetting their password and shit? Everytime they have a new Android Phone, they also have a new Gmail. Smh.5
-
Don't care much about losing ++s, but would it be a good idea if we could see a history of deleted and created accounts as well? Like, a trackers of devranters.
I'd at least get less paranoid with "I lost ++s, someone must've deleted account... Who could it be?"10 -
Rails gems are like heroine. Addicting as fuck and dangerous when you stop using them.
Just the other day I was explaining user accounts explanations to a coworker when he asked me "what if for some reason you cannot use that package"
My brain froze for a minute trying to remember how would one go about doing that without devise.
Dangerous man.2 -
When a police officer comes up to you randomly to talk about the best torrent sites in my opinion and if I ever have any Netflix or Hulu accounts available to let him know.... LOL WUT?!4
-
10 out of my last 10 clients are too dumb to set up their email accounts in Outlook / their smartphone...7
-
Deleted accounts could have a skeleton/corpse as the picture.
Adding "no offense" in the tags just to be a bit polite.6 -
Heres a rant:
Ion fuckin care if people post memes, not even if they post it as rant. But when they TRANSCRIBE the fucking meme im really tempted to make like 10 accounts just to downvote that shit. Eat a dick you fat fucking whores.7 -
Jase deleting his accounts (yes, that plural) and creating new ones, is the only dR tradition that is alive till date.22
-
company has Google drive, OneDrive, DropBox accounts, and yet 90% of important documents are distributed via email...2
-
What could be more annoying than signing out of all accounts to add a new one because I've reached the threshold. This logic is shit!9
-
Why does every god dam company require me to create an account to their HR hiring site in order to apply? Ive had to create like 100 accounts now just for them to reject me...6
-
Hate it when I see the same Programming Meme/Joke on 10 Different accounts 50 times. *fuckResposts(), even though I do them a lot...
-
Yay, our 2FA of our accounts for the stores are linked to the phone number of the CTO who has left the company10
-
Soooo.. facebook got breached today, 50 million accounts compromised. I'm sure that will help their stock price.. 😂
Change your passwords, ladies and gents!11 -
So I'm planning on ditching Google Play Store. Last step in my anti-Google action (apart from completely cleaning my old Gmail accounts)! I'm barely using it anymore anyways.
Only thing is, I need to find an alternative market. Not an easy journey :)7 -
Because I own http://grnail.co.uk and http://hotrnail.co.uk (which I bought to prevent scammers having access to them), I often get emails about peoples' accounts. I could do a password reset and own these accounts, but of course, I don't.
However, today I started getting passport scans and personal details from Syria...2 -
Mail provider: "You are over your storage quota"
Me: "K, guess I'll clean up the junk I have on there then?"
Mail provider: "We also block IMAP connections for accounts over the storage quota"
>.>5 -
Do u know facts☺
Bill gates kept same password for all his accounts from 1993 to 1998
His password was
Iwillwinthisworldin@decade1 -
Social Captain (a service to increase a user's Instagram followers) has exposed thousands of Instagram account passwords. The company says it helps thousands of users to grow their Instagram follower counts by connecting their accounts to its platform. Users are asked to enter their Instagram username and password into the platform to get started.
According to TechCrunch : Social Captain was storing the passwords of linked Instagram accounts in unencrypted plaintext. Any user who viewed the web page source code on their Social Captain profile page could see their Instagram username and password in plain text, as they had connected their account to the platform. A website bug allowed anyone access to any Social Captain user's profile without having to log in ; simply plugging in a user's unique account ID into the company's web address would grant access to their Social Captain account and their Instagram login credentials. Because the user account IDs were for the most part sequential, it was possible to access any user's account and view their Instagram password and other account information easily. The security researcher who reported the vulnerability provided a spreadsheet of about 10,000 scraped user accounts to TechCrunch.3 -
Client: “I’m trying to register on behalf of someone else but it’s saying my email address is already in use!”
Me [internally]: “Wait, you seriously thought you could register multiple accounts with the same email?”3 -
A swedish insurance company has two different solution for logging in to their system.
1. An advanced high security single sign on solution involving active directory, verification of the network the request came from etc etc.
2. Using a link and passing your credentials in the query string!!! Like: insurancecompany.com?username=admin&password=password.
Solution 2 works with admin accounts from anywhere.4 -
"I hate this virtual world", deletes all the social media accounts
Some moments later...
Comes back and rants how this world is full of shit3 -
I fcking hate when my friends come to me for restoring his stupid blocked accounts like Instagram, Facebook, Google etc... OMG I'm a fcking computer technician not a hacker1
-
Idiot: Hello, Sam gave me yo #, I need avery small database system, how much wd it cost.
Me: I can't giv u a price without knowing features of the system in details.
Idiot: letme send u a list of the features.
Me: ok
Idiot: Budget issues, Payroll, Reporting, capabilities, Purchasings,Projects/Awards, Trainings ,Input query, Fixed, assets, Central invoicing, General ledger, Accounts, payable, Accounts receivable.
Me: you managing a financial institution?
Idiot: no, its a university project.
Me: well am sory bt I can't help you guys, I dnt do campus projects.2 -
Client on his 40-inch 4K monitor: "Why is there so much white space on this page?"
Me: "Mobile traffic accounts for 70% of traffic..."
Client: "Can we just make it a little more interesting?" -
Never have I been so satisfied as I am right now after having implemented a login and user account system with the ability to update user preferences with databases n' shit in PHP after only knowing PHP for a day.
Speaking of all that, do you guys know of any good place to make sure all my stuff is secure? No SQL injections n' the like.4 -
I'm curious to know how lucrative it is for the people operating those 0-points accounts to post spam comments on this kind of a platform. I don't know the exact numbers of course but I have to think looking for change in your couch cushions is a better return on investment.6
-
Got an interview call from one company yesterday. They wanted to know how much active are mine GitHub and Stackoverflow accounts. When I asked how much time they give to employees to promote open source and community work, they didn't had any answer. Seriously? Wtf. At least don't ask if you don't promote open source and community contribution.2
-
Dear fellow devranters
ostream has created his 3rd generation accounts, @godiebitch and @gofuckyourself
Can we please downvote him this time?
He will delete his accounts anyway in a few months but maybe we can reduce the spam that way.
And also try to convince him to get some help.94 -
So, I was making a sort of "pre-autumn-cleaning" on some of my accounts (changing passwords, secret answers, canceling accounts/subscriptions, etc), when I arrive to devRant and go to the settings option just to found these options...
So... Really ಠ_ಠ? "Logout" and "Delete Account" are the only settings available via web browser?
I know that I can't expect the full range of settings that are present on the mobile app, but what the hell, I was expecting a little more than that...8 -
I've been using keepass for everything and just recently I've just come to realization of just how hard it is to get into my accounts now that I've done this.
Literally, I'm useless if i don't have a computer to get my passwords. (I know it's for android too, but i need the database)
I was trying to log into my spotify, but I couldn't remember my password. Then I thought, oh i know i'll just log into facebook and do it that way.
LOL JK you don't know the password
Fuck... what about my email???
LOL NOPE!
Seriously if i was held at gun point and told to log into anything I'd be dead. I've literally secured myself out of my own accounts...
I guess if there is any silver lining, it's that no-one, and I mean 'no-one' is getting into my accounts any time soon.9 -
Got blames for 2 hours because our product went down.
Because the provider of license managment went down.
Well, now I put in place a "fuck you" work around. If licensing provider is down, people can still connect and use product (But not create new accounts).
So silly. -
It's absolutely infuriating chasing overdue accounts. Seriously annoyed at the mo and need to dev rant.5
-
Three years into my "on the side" consulting business, I actually turned a profit! Most of my business "expenses" are my personal AWS pet projects, certification exam fees, and my hosted Gmail accounts. I'm super excited :)4
-
next hacktoberfest: prepare CoC and generated PR descriptions, splash vomit it onto everybody who participated and offers high difficulty merge only rewards - PR and get it merged - if they don't merge it, tag some twitter accounts automatically based on hair color and ping some news outlets via twitter and mail. 🙂1
-
You all like WoW? I developed a MUD (Multi User Dungeon, the first real mmorpg's) server from scratch using telnet and nodejs.
You can create accounts and characters with different classes/races and dive into a world full of quests, monsters and lots of loot :)5 -
Most of the companies visiting my campus for placements are hiring people with high CGPA and less knowledge and leaving (not even allowing for taking tests) the ones with good technical knowledge with less CGPA 🙁. So I hacked the placement portal developed by a PLACED, HIGH CGPA Candidate using SQL Injection and got access to all the student accounts 😄2
-
I am wondering what would it take to remove the spam / bot accounts out of devRant. Just recently seen quite a lot of them. If we collectively report their profile, would @dfox remove them ?
E.g. @chaosesqueteam33 -
"You can Download Sublime Merge, and try it for yourself - there's no time limit, no accounts, no metrics, and no tracking. The evaluation version is fully functional, but is restricted to the ***light theme only.***"
In your butt light theme haters ;)4 -
Updated firefox.
fireFtp broken -> all my ftp accounts in limbo now.
Just in case there was no Quantum rant today... -
Why do Twitter, fb and Instagram need to force accounts to view public content. Like i only want to check in on som ppl without having the app or an account. This move only gets me further away from using their website/apps17
-
Anyone else slightly annoyed by the recent uptick of "look at me cute and I'm a programmer" accounts on Instagram? NO YOU WRITE JAVASCRIPT AND RUN WHATS BASICALLY A LIFESTYLE INSTAGRAM ACCOUNT. SIT DOWN.14
-
A grammar analyzer for Twitter accounts. Basically trying to see how well or poor the grammar of a particular Twitter user is by analyzing their tweets.2
-
Today, Google says it will now require new Android developers with personal accounts to test their app with a minimum of 20 people for at least 2 weeks prior to publication. I have my mum, my dad and my two brothers but Google wants at least 20 testers. Yo!11
-
I’m using Devrant sporadically due to my lack of time and I really enjoyed it back in the early days. I see more and more scammers/spammers posting here and I feel like I’m not in the right place to be posting/sharing/ranting.
My question: is someone or more than one person here actually maintaining Devrant ? Why so many scammy accounts here ?8 -
Friday 5:13pm
- Critical report: "We're allowing users to withdraw more money then they actually have in their accounts"
5:16pm
- "False alarm. There is pagination on the transactions interface". Have a nice weekend everyone!1 -
Coworker#1: Our client's website is broken, there are 504 errors everywhere, and their customers aren't able to register accounts.
Coworker#2: Our machine that hosts everything won't start up.
How is your Friday going?5 -
Customer: You say you connect to XYZ service, but my data is not getting synced!
*checks their account*
Me: I see you have not integrated your two accounts. Go to Settings > Integrations > Connect to XYZ.
C: Why? But you already connect XYZ! You should already know all of my data!3 -
Joined the dark side.
Used to think (),{},[] meant the same. Just a type of brackets they said
Started counting at 0
Designer/Developer perspective to every website/app I visit
Rubber ducks were children bath toys
And for the love of LINUS! Stop asking me to hack your bf/gf 's social media accounts. -
I fucking hate apple so goddamn much. They make it next to impossible to connect or reset an old account from 10+ years ago for any modern services unless you are invested in their ecosystem and use it everyday for everything. Have not had any issues with old app accounts connecting through Google. Just sayin10
-
We have a univeristy internal gitlab. Ok.
My work place uses the official github. Great. No problem.
Now for another work related project, we got access to the gitlab of an institute which is at the same university....
Why the fuck do we have to use their gitlab now also? I've got 3 different git accounts now. It's just unecessary and annoying... -
anyone else paranoid when it comes to privacy? i'm already deleting my stack exchange accounts after realising that whatever I do there would be hard to delete. i keep googling myself. this is crazy.2
-
You know how Rule 34 of the Internet is:
"if it exists, there is porn of it"
I think another one should be:
"if it exists, there's Indian spam accounts on it"4 -
I would have more role models in web if their Twitter accounts weren't semi dedicated to pushing their political opinions.1
-
Anyone just have like a weekend where they stay up really late doing nerdy things or work on their personal projects? I sometimes find myself on certain weekends that I just work on a bunch of personal code, websites, or even if it is changing my accounts around.5
-
I just love starting my mornings with telling someone at another company not to chmod 777 their ftp root because mutual customers are yelling at me because the other company’s shit is broke. This is a production server with thousands of accounts.1
-
Ok, we get it....
EVERYTHING SUCKS!!!!!!
Damn new accounts be trolling today.rant suck it up everything sucks this rant sucks this sucks spoilers suck you suck that sucks i suck1 -
After all the rants I've written on this topic, no, no, fuck no. I ain't answering jackshit. The trauma is very real. I'm trying to not have a panic attack just remembering few of the times I've lost work, personal data, side projects, accounts, you name it.
Oh dear God it's hard to breathe...5 -
Does anyone know selenium?
Is it recommendable and trustful?
I want to create some java-app that login into different Websites with my accounts and collect data.5 -
Facebook and twitter seems to be deleting posts/tweets supporting Palestine against Israeli genocide & blocking accounts/pages whoever/whichever writes against Israel. That's a shame!86
-
Yeah, fuck all the authentication/authorization framework I build, just access manage resources directly and leak stuff, assign it to wrong accounts and don't even check if they should be able to with that eye shore you call code1
-
Sending a request to link accounts.
Response: {
errorCode: 200009,
errorMessage: 'Accounts Linked'
}
Wait what? So I checked the docs and this is actually how it is supposed to work... >_<1 -
Fuck UPS and their API Documentation. Has anyone here ever integrated their API ?
Their API documentation doesn't mention any sandbox or testing accounts.
If I click on their create access key button, it takes me to a form which requires a real payment method and address which seems like it's meant for real stuff not testing.4 -
Yesterday the news headline was MS bought GitHub.
Today the headline maybe:
BREAKING NEWS: Corporate users like Google are deleting their accounts and invoking GPDR to ensure all their data is deleted!5 -
Bought Logitech gaming mouse. They are doing everything they can to try and get you to get an account. However, it is not yet required. I stopped using Razer devices because of them requiring an account. I hope Logitech doesn't end up there. It seems like every company is going to shit. So for now Logitech isn't a bunch of shits. If they had required an account I would return the gaming mouse. I don't need that noise.
What I really want though is a framework that works with all vendors for added functionality. An extended feature framework.
What does the extended features for gaming mice and keyboards look like under Linux?29 -
Fuck this new fad of forcing you to open a new tab when you click on a link. I already have 40+ tabs do you think I need another fucking tab just for your shitty homepage? If I wanted to do that I would just fucking use command (cntrl) click. Stop forcing me. And fuck google especially for making this a thing with google drive and switching between accounts. I mean why the fuck do I need a tab of just the idiotic sheets homescreen (the one that doesn't even include my sheets)? And if I want to switch accounts why do you open the new account in a new tab? I don't want to have my old account up I wanted to switch that's why it's called switch accounts7
-
I started using Keepass like 2 months ago, and recently i started going through all my email accounts to compile a list of all the services i've ever signed up to; delete the accounts you don't need and move everything else to keepass with a strong passwd, that was the plan.
I'm still going, but out of the 60 i have so far, 10 sites just had the password, *in plain text*, in the confirmation email!! I don't even konw anymore, just end me now plz 😢7 -
Can someone suggest me a good Twitter client. Half of my feed is straight up garbage, filed with tweets from accounts I don't follow or ads. 80% of the accounts I follow are developers, yet more than half the posts I see are related to politics. Why!! just why!!??!!??
Also I wish more apps had chronogical sorting of posts like devrant. :/7 -
Accidentally cleared user accounts table that connects mobile apl accounts with main system accounts. Almost had a heart attack but luckily Azure had point in time restore 😌
-
Me: You decided some records in system A should be obsolete, but the records are tied to active user accounts on the website. Now, I have users emailing and asking why their profile’s last name field says “shell record - do not use.”
Stakeholder: Oh…can’t you stop those profiles from loading? Or redirect the users to the right record in system A? In system A, we set up a relationship between the shell record and the active one.
Me: 😵 Um, no and no. If I stop a user’s profile from on the website, that’s just going to cause more confusion. And the only way to identify those shell record is to look at the last name field, a text field, for that shell record wording. Also, the website uses an API to query data from system A by user id. Whatever record relationship you established isn’t reflected in the vendor’s API. The website can’t get the right record from system A if it doesn’t have the right user id.7 -
Oh my god why is receiving email so fucking hard? I don't want spamassassin, I don't want antivirus, I don't want accounts or fail2ban or any of that bullshit, I just want all email that is sent to addresses under my server dumped in a database or folder so that I can digest them programmatically or display them in a GUI3
-
Fuck you facebook
Fuck you zuckerberg and your dumb support.
Your fuckin shitty platfoem became even more garbage. You ban accounts for no fuckin reason. People reporting accounts continuously for posts that are in a closed group that the first thing the group description declares that if you feel offended you should just leave and the posr are jokes.
And fuck your support too for not fuckin being helpful while you explain to them that you are targered.
Fuck you, seriously, people can’t even take a joke and you fuckin support them.
I hope your trash platform dies.1 -
I just found out why so many accounts of mine had a lot of login attempts recently. Turns out Epic Games had a leak in 2016 with no info to its users about it. So my email and default shitty password i dont use anymore but for useless accounts got leaked...4
-
wait,
if there are 3.4 Billions FaceBook fake users, that means than there are also at least 3.4 Billions fake email accounts around. Jeez.
And the spam traffic estimates are at 260Billions email per day or 260B/3.4B=76 emails sent by each fake email accounts per day. Much less as probably fake email accounts are more.
So, only 76 spam emails sent per account per day. I think there is still room for a big improvement4 -
I had a complaint about a product I bought from a store a while back. I was resistant to taking into the store because the people there make you feel like you are stealing when trying to return a defective DVD. So I contacted the store via their website. I put in my first and last name and my email in the message to them. This is an excerpt of what I got back:
---
Response By Email (Triston) (12/12/2019 03:56 AM)
Hi Phuckin,
Your satisfaction is our top priority and your comments have been forwarded to your local Store. The management team there will take appropriate action and you can expect a response from them within three business days.
<store specific info>
Customer By (Phuckin Chit) (12/11/2019 03:40 PM)
<details of my complaint, etc>
---
Apparently I had created an account with this store a while back when I was angry. Hence my name being reported as Phuckin Chit. Even though I entered my name in the form it used the stored name associated with my email. At this point I am not sure they are going to help me.1 -
Did anyone hear of Twitter limiting viewing tweets to 300 to new unverified accounts, 600 to older unverified accounts and 6000 for verified accounts? You can't view tweets if you are not signed up, too... They did say it was a temporary thing, but still is a pretty weird move, if you ask me.
This is gonna fuck over so many people it's hard to put into words.15 -
Doing a physical scan of PC's in my network for anything that shouldn't be there. Find a Filezilla open for a "Roblox Generator"
Spent rest of day making a bot in Python to spam the registration with fake accounts.
Not on my network you don't!
Anybody else got stories like this? -
I have some people trying to access to my accounts from far away.
I think my password have been leaked :|
f*ck6 -
Why does nobody talk about security, even as basal on user accounts?
Its rare when i find a a framework/tool/talk/library/spec where the docs give an explanation, and more important an example of doing it the right way, and i mean without going into the history of ancient Greece and their scytale stick11 -
I was on Instagram and I saw a boy advertising to sell 5k followers and I was wondering, how do they do that? Can they programmically create and control those accounts? I know they can use the Instagram API to some degree but I feel like Instagram probably has security set up to detect that type of stuff (5k accounts following someone at the same time, etc). Does anybody know? I’m actually really curious6
-
Have any of you noticed how bad the new Google login page is? They invented reCAPTCHA, yet they use the old one. Considering how easy it is to make a mistake in the captcha and have to retype the password, people could start making shorter passwords (<16 characters) and seriously lower the security level of their accounts.4
-
Hey bros just found this (haveibeenpwned.com) supposedly tells you if your usernames or email addresses have been leaked in many websites/services. Check it out, some of my accounts were leaked nothing serious tho i forgot i even had them
-
I read this post somewhere where this son of a bitch created 4 5 accounts, then submitted fake PRs across those accounts to each other during Hacktoberfest.
People like these are fucking losers absolutely destroying the credibility of a event like Hacktoberfest.
People like them would sell of their own fucking soul for a T shirt
Do you agree?3 -
rants[0] =
"tl;dr: the account creation process at salesforce.com is really flawed.
In a lecture we were supposed to try out different CRM tools, one of them was salesforce. They are the worlds largest CRM software provider - not relevant for the rant, but it means they should have enough $$$ and competence to make something better.
When you create your account, you do not set a password. Instead they send you an email with a link, serving both as account activation and for setting your password. However, if you close the tab without setting a password, your account is still activated and the link in the email won't work anymore.
Alright, rather annoying, but that's why you can reset your password via email, right? Wrong. When you try to reset your password, they prompt you with a security question. Even when you never set them up. And obviously can't give the right answer. Who designed this logic?
On top of that, they nicely tell you to contact your sys admin if you are still having issues. My account is private. Not associated with any company.
So yeah, burned 3 emails until I figured that out and created 3 accounts I can never access again."; -
Discord apparently has a new vuln allowing bot accounts to become normal accounts without regenerating the token. Explains all the thotbots and shit appearing.4
-
Program seems to work better when there is about 2-3 times the amount of code related to error handling the task than just the task. I'm always glad to see quality stuff that accounts for the edge cases especially with helpful error messages.1
-
Api for providing a central platform of connected accounts. So you can do stuff like get your pubg info in discord or get your Twitter in steam. Has more uses I guess but that's just a starting point :)
-
did every social media adopt a common AI/ML algo for timeline recommendation or what.
EVERY goddamn platform now recommends posts heavily biased towards the last 5-10 accounts/topics you've interacted with.
I have to manually go delete my history/"saved data" just to get a fresh air of posts every few months.11 -
No joke at my old shool computer system. We couldn't install anything on our accounts. As a joke I tried admin and no password. Didn't work. My friend pressed "q" with no password. Got a message "Totally not bloatware is now installing." Amazing.9
-
Elon permanently suspended me cos I called him out… he claims to have suspended spam accounts. But most users he’s suspending are legit OG accounts.8
-
Pluralsight is migrating our company's accounts to a new plan. Because of this I haven't been able to watch videos for the past two days, and the weekend is coming so I'll probably have to wait for next week. How can this 'migration' even take this long?1
-
Spotted jAsE accounts till now:
@Wolfy
@RAISEDBYWOLVES
@rEaL-jAsE
@rEaLjAsE
@jAsEd (Well, this one deleted)10 -
And so behind the great purge...
If all the accounts I have signed into with my Yahoo email address...3 -
It would actually be interesting to see all of Jase's accounts(active and inactive)🤔. List and tag one if you can remember so that we can have a count. Try not to repeat an account that has been mentioned.8
-
TF, for me it's impossible to logout one google account in the browser if I signed in with multiple google accounts.
I'm too dumb I guess!2 -
Mesosphere sold every e-mail who registered with them to Tech Global Leads. Either that or Tech Global Leads stole a list of leaked e-mail addresses. In either case I unregistered/unsubscribed from Mesosphere and still got e-mails to those two specific accounts from Tech Global Leads with Mesosphere consulting soliciting. (So they keep e-mail information, even for accounts that unsubscribe).
TGL doesn't even have a website up. They're either amateurs or scammers. Either way, fuck you and your spam, both TGL and Mesosphere. Go die in a fire.1 -
About a month ago, one billion of Yahoo Accounts has been compromised. Today I received two emails from yahoo in my gmail accounts, they were saying that my yahoo password has been changed and my recovery email has been removed (+ a lot of warning emails of old accounts of forum and games that were receiving unknown accesses, but nvm). In the email which informed me about the recovery, I saw a link that would have allowed me to restore the old account, but before to click I thought "Wait! I had like 10 yahoo accounts. What account am I saving?" I check, I read, I read again, but nothing, no information about it in the text. Nevermind, there's a link. This link will be related to a specific account. Right? Wrong. I click, it sends me in a generic page. The link is mute. I attach a screenshot, you can see where the link points in the left-bottom corner. So now I know that one of my accounts has been hacked, I don't know WHICH account has been hacked and I'm not able to recover my account. Luckily it wasn't my main inbox!5
-
PSD2 ist already annoying. Yesterday was the start day of this new ruleset, but now it is just annoying, because the app I use for all my bank accounts across all banks currently doesn’t work with it...1
-
I fucking hate how every Instagram username I want is fucking taken by inactive accounts.
Obviously, I want stuxnet - 2 posts from like 2014 and 0 follows/followers.
Ok well let's try stux since it's a bad ass 4 letter handle - again, no posts in months.
Like fuck me man. Insta should clean up inactive accounts and free the usernames so they're up for grabs again.10 -
Is there a way to add support for dual messenger feature for Samsung phones?
I can't find any api for this2 -
The number fake accounts similar to sudanmealproject is an example some people have no conscience.
I am very skeptical if even the "real" sudanmealproject is just an attempt to make profit off gullible people.4 -
Trying different languages and techniques in my private time (and at work, if possible).
Following a bunch of tech accounts on Twitter to have a steady tech feed.
Watching pluralsight videos.
Also, moving to a different job. -
Idk who tosensei and sid keep having fights with, but get the fuck out of here.
I'm tired of seeing your drama (+ new accounts and bitching) in my feed all the time.
Y'all some grown ass bitches, so grow up ffs.3 -
How many Alexanderr's does it take to change a lightbulb?
Only one, but he'll first cry and moan about getting banned from Matrix chat, then he'll create 150 alt accounts and spew racism, before he gets to changing the lightbulb.2 -
Me: I am your fucking senior engineer...!
Co-founder: well, I still think there's nothing wrong with creating unsolicited user accounts and sending them mails unless you can quote a word-class source1 -
Start managing my bank accounts like they are git repos:
* account checkout -b venture/Some_Startup
* account add .
* account commit -m "Profits and Investments"
* account merge origin master -
To avoid PMs and bosses on devRant, login should be made using GitHub. And only accounts with code on them should be accepted. And not just forks.2
-
Given the recent #deletefacebook movement and everyone deleting their Facebook accounts for privacy reasons, I must ask. Is LinkedIn any better than facebook? How much do you guys trust them with personal information?9
-
Today I've realized that the previous dev for the time working on this project has decided to create brand new table in Db called 'Customers' and put all new user registrations there. So far sounds ok, if we ignore the fact that there already exists 'users' table with a few thousand accounts and not telling anyone for this 'minor' change.1
-
After finding SQLi on an internal application during its security review:
DB team: Well it's a remote database, so you're just seeing HTML...wait why do you see user accounts in that web field? -
So I was wondering... What's the worst burn you've seen from an unknown angry dev that you had to clean up?
A recent one of mine was a client in need with nuked hosting, nuked domain records, no backups, no access to any accounts and the business set to permanently closed on Google.
I thought that last one was a nice touch!1 -
browser automated test requiring multiple logins of different accounts
try to logout the legitimate way (automate hitting the button)
or wipe cookies?8 -
Have you ever tried, getting a free web server from portal.azure.com, with your university account? It took me 2 seperate accounts, 5 hours and lots and lots of different services to manage it. I am sure now, that I will use Linux later on.4
-
Anyone knows a good CRM/project manager for a 2-3 people company? I have like 30 trials accounts at all the big ones but they focus on bigger companies. We just want the basics and a nice API.4
-
"USE A PASSWORD MANAGER"
Actually I do use a password manager, but still passwords for 90% of accounts are same. I don't like going to password manager and looking for a password everytime I want to use a website.
But I gotta change this habit.2 -
Am I reasonable rejecting a job which is about building an accounts interface system which will interface with different services build with different technologies and manage the accounts, all in Visual Basic?
On my side I don't feel pleasant to put effort and will on such a language on my CV.8 -
Rewriting scripts to blacklist IPs of hacked accounts from SMTP logs. Very fun learning experience. Not really any other cool projects for me lol
-
I'm the tech support of my whole family. Grandmothers, mom, dad, uncles etc.
But every time my mom opens a facebook account, she calls me for gathering a new e-mail...
I am a friend of my moms 8 different facebook accounts. (probably she uses this account for games credits or like this)
¯\_(ツ)_/¯ -
What's your best hacky bodge that actually worked? Mine was probably adding an item in a list to iterate off when searching for matching accounts or else it crashed. Love you node.js.
-
Rabble. rabble.
wtf is this app and why did my friend make me download it.
I have a million accounts already on a million sites. I had to create another username. Gahhh. M i rite????3 -
Finally! Oderland supports node.js for all accounts. Huzza! If only I had time to give it a try. Well, soon enough. Unlike many other ranters, I have actually nothing against PHP. It's just that with node.js it's *one* language for the server and client alike :) I like a lot the idea of coding even the server side in javascript.
-
A bot that lives on your IM accounts and automatically replies "please add postcode" to any incoming message that looks like an address but doesn't have one.5
-
One of my few friends died with unknown reasons. Would it be unethical to hack their accounts to get more info?5
-
The fruit company is making me have sleepless nights.
Ffs...How long does it take to approve a developers account?
Considering we have 3 other developer accounts with them but we do need that 1 extra. This is so frustrating2 -
Getting pissed off with eBay and Amazon APIs! eBay’s is completely screwed and the sandbox site doesn’t even work.
Amazon have great API’s but getting accounts to link and have the right permissions is a complete joke! -
How fast do you actually counteract leaked password manages of your private accounts?
Right away? Only if the first signs of it malfunctioning appear?4 -
Lol this Rebecca James deleted its comment after i replied to it like that "You all sound like bitcoin promoting bots"
There was many accounts with boomers profile picture, one was promoting specialist of bitcoin trading. The other was saying "bitcoin is the true democracy"
I knew it was shady shit 😂 -
I gotta praise Google for notifying users well in advance of purging inactive accounts. In fact, it is amazing they retained abandoned accounts as long as they did, given that they provide 15 GB of cloud and mail storage for free.
Whatever unkind things Google has done, one has to appreciate the positive things.
In comparison, the email service "Web.de" deletes accounts not used for as little as half a year. And they only give 1 GB.6 -
I'm developing an add-on to management a real estate and I was almost 2 months trying to solve how to reconciliate accountant accounts depending on the owner, which tax resolution could be variant, after many nights and tears today I've solved it in less than 2 hours. 😒🤯1
-
I am truly baffled. How in the world am I receiving 2-10 spam wordpress account registrations EVERY DAY for a website which I've never let be crawled by search engines yet? These mail.ru accounts keep coming and seemingly for no reason. Who the fuck wants to register so many accounts, and how the fuck did they find my site to begin with? 😲
These registration emails are seriously annoying now and the site now has hundreds of fake accounts on it...8 -
I created this game
Every time a new gamer joins his actions are recorded
When or if he deletes the account or loses it his account is renamed and he is added as an npc
Thus I can stage new interactions based off the old accounts
aren’t I clever ? I made this account and an ugly old woman shows up lol5 -
I'm building a web application, and I'm currently working on the account registration code, and I could use some design advice. In your opinion, is it better to say "username/email address in use" when one or both are in use, or would it be best to specify whether the username or email address are in use? Why?1
-
One year anniversary at my company and I find I personally have 4 separate exchange accounts to varying levels of synchronization. Perforce, email, lync Skype and a few others have varying spellings of "Welcome1" as the password.
Every password expiration and reset gradually adds to the slow motion landslide.
IT can't figure out how my accounts are even working in the first place and wont touch it.
Halp.1 -
i once changed all of the passwords of my main online accounts(google, apple, facebook, telegram, outlook) as they weren't changed for years.
i decided unique and long passwords for each of them.😎
immediately after changing the passwords, i forgot all of them. 😵fortunately, i was able to reset.
Has this ever happened to anyone?3 -
I am sure that this idea of every site tracking their users must have come from the same people who ask to hack Facebook accounts!
-
why does microsoft products require so many accounts, google does it better IMO.
`this is intended to be a angry rant but I just can't put it in better words.`4 -
Ok so, i wanted to make python script that creates 100 accounts on some website via proxy(1acc on 1 proxy). Proxy part should be easy, but how do i solve captcha of trees and street signs? I saw there is some python module captcha-solver but havent tried it. What do you think, can this work?14
-
Is anyone using a yubikey or any other hardware key device at work?
How is your experience when using it and what types of accounts are secured with it?5 -
There should be a special place in hell reserved for those who are below the age of 40 and own a smartphone but still use an ATM machine for functions other than withdrawing cash & card/accounts pin.2
-
Anyone use docker in production handling monies and hundreds accounts? In Django in my case but doesnt matter the framework. More concerned with security and stability moving from paas to docker based paas. Worried I'll move everything to docker and end up moving back to vms bc of some issues or some vulnerability.
-
Are you kidding me? windows-build-tools developers does not know that devs like me would run npm update -g from a standard user account? Don't tell me that they use system administrator accounts for their day to day dev and qa tasks1
-
Forums are some of the hardest shits you will run away from when trying to delete your account. The complex nesting of threads algorithm makes it hard for you to escape. Some don't allow deleting of accounts and u didn't know that cause you didn't read terms of agreement.
-
Clients should pay their bills, yes. But also, developers should check their bank accounts before shutting things down.
https://thesun.co.uk/news/8253908/...2 -
Thank God for Authy app!
Lost phone and was able to get all my 2FA accounts linked up in seconds.
That would have been a logistical nightmare given that all my account are 2fa.
I can see it now
Enter username: xyz
Enter password: abc
Enter 2fa code: dangit
Lost or recover account
Enter phone number: dangit -
How to make money passively using money itself?
I only know savings accounts with interest rate. Any other ideas? (I don't know how to trade shares). Also, it's not a lot of money.19 -
Looking for some twitters to follow just made a new one. Specifically looking for influential accounts on the web dev stage1