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 - "that name"
-
The JS Drinking Game:
1. Think of a noun.
2. Google "<noun>.js"
3. If a libary with that name exists, drink!16 -
Friend : Hey bro I made an awesome program which shows your future wife's name.
Me : Hey that sounds interesting, show me the source code bro !!
Friend shows the code :
#include <bits/stdc++.h>
using namespace std;
int main()
{
string first_name , last_name;
cout << "Enter your first name\n";
cin >> first_name ;
cout << "Enter your last name\n";
cin >> last_name ;
cout << "Your wife's name is " << "Mrs " << last_name << "\n";
}
Me : Dude you are gonna crack Google some day :P17 -
When you sign up for anything online, put the websites name as your middle name. That way when you receive spam/advert emails, you will know who sold your info.4
-
After countless hours trying to spell my name for customer service over the phone, I made a little webpage that helps me spell words phonetically! 💬
https://dialogue.now.sh35 -
When someone beats the level of stupidity you thought was possible.
No, when you request a Let's Encrypt certificate, you DON'T fill in YOUR OWN NAME in the "Common Name" field 🤦
Also, it explains right next to the fucking field that non-experienced users SHOULDN'T ALTER THE FUCKING VALUE.
😷23 -
Friend of mine: why are you always so grammar nazi-ish?
Me: well, it's in my job name...
Friend: ?!?
Me: pro-grammer :P
(Yes, I know that word isn't gramatically correct!)6 -
Sometimes I name my project "suicide" so that when I do a git commit I could say that I committed suicide.4
-
How is it possible that i remember fluently my aliases, shortcuts in vim, bindings in i3wm and yet forget the name of the person that was introduced to me 5 minutes ago.11
-
Crazy how git got its name:
The name "git" was given by Linus Torvalds when he wrote the very first version. He described the tool as "the stupid content tracker" and the name as (depending on your mood):
- random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant.
- stupid. contemptible and despicable. simple. Take your pick from the dictionary of slang.
- "global information tracker": you're in a good mood, and it actually works for you. Angels sing, and a light suddenly fills the room.
- "goddamn idiotic truckload of sh*t": when it breaks
~ from github git1 -
When you're so exited that you forget you have a name.
And thanks for the stickers senpai @dfox and @trogus.6 -
That moment when you've spent 3 hours debugging only to realise you weren't wrong. You were just debugging the wrong variable name...
I can stop questioning my life choices now.2 -
That moment when my boss and I were having a conversation (2 weeks into my new job) and she tells me her daughters name is "Amber" and I jump up with, "oh snap!! That's my dogs name too!!" 😑4
-
Argh!
I just realized that I committed and ran a migration with a typo in a column name.
We now have a :last_polll_capture_at column. 😭
Time for a commit of shame...13 -
"Trinidad And Tobago" changed their country name to "Trinidad & Tobago", and the .Net framework reflected that change.
So that's why this unit test is failing.
I GUESS BULLSHIT IS NOW INTERNATIONAL.2 -
Coworker 1: Ugh, what name should I give this variable? Any idea?
Coworker 2: Doesn't matter that much. Just give it a name.
Coworker 1: ** Types in "albert" **6 -
The mysterious all 0s number called yet again.
I had my headphones on so I answered during class, but didn't talk.
It was a "debt collector" and she used my mother's maiden name saying that we should pay or something like that.
The woman was human, but used a computer generated voice to say my mother's maiden name.
So... I guess it's a scam caller.14 -
@JoshBent suggested that I'd make a blog about security.
Nice idea, fair enough!
*registers domain at provider with discounts at the moment*
*tries to find whois protection option*
"You can add WHOIS protection to your account as an upgrade"
*requests authorization token*
*logs into usual domain name provider account*
*transfers domain name*
*anonymizes WHOIS details within two seconds*
I could've stayed and ask them about the cost etc but the fact that they even HAVE a price for protecting WHOIS data is a no-go for me.
Fuck domain name resellers which ask money for protecting ones WHOIS information (where possible).35 -
That awkward moment, when you after several hours of debugging finds the error, types git blame and your own name comes up.3
-
WTF Apple! That new name is longer than Empire State building! on the right how it was, on the left how it will be if I migrate to Swift 4.2 ...9
-
Yesterday my friend told me that he bought a second hand laptop of dy. I was first shocked by the name but later i got it.8
-
Friend - Could you develop a Website for me ?
Me - What exactly for?
Friend - (Explains what he wants) and the name of the site should be eventsomethingmanagement.com
Me - oh for that you'd have to buy the domain name, and host your site there
Friend - I thought you'd do all of that
Me - Seriously? NO
Friend - I thought you were an engineer
Me - :|8 -
TIL if a free fonts website ever asks you to register to download, you can just search GitHub for that file/font name, somebody most likely committed it before.17
-
How is it that my wireless headset becomes the name of my git bash session in VS code? Speculation welcome.12
-
Why the hell would someone name their function printSomething?
I literally just got a message from an old Sololearn user needing help with yet another thing.
The moment I saw that function name was the moment I logged out. Stop using shit function names.21 -
That creeping realization how the legacy code works.
The "it's not possible. They couldn't have... yes. Yes they did."
It should have a name3 -
People always asked me how I got started with Python, I always have to come up with a reason to hide the fact that I started using it because I like the name13
-
So, a rather unfortunate bug on the Minecraft website.
Minecraft allows you to change your name every 30 days. I was reverse engineering their API so I could use it personally.
On the username change form there are two fields: your desired username, and your password.
To protect myself from actually changing my name, I purposefully put in password123 so that it would fail. Then, I clicked "Change name" to monitor the network traffic.
Well that's when two unfortunate things combined.
#1: I used my last name to test. It's a unique word that is relatively short and very easy for me to type out of habit.
#2: That password field doesn't actually get validated.
So imagine my shock when I clicked "change username" and it WORKED.
And now my username is doxxing me for at least 30 days + the permanent name history
FUCK me6 -
The most embarrassing moment is when you look at an answer in StackOverflow and think "Which stupid wrote this answer?" and look at the name only to realize that it was YOU!!!1
-
Me : *wants to refactor a variable*
Visual Studio : Ok! Type the new name of the variable
Me : *backspace one time to remove a char*
VS : *erases ALL the name of the variable and ALL the usages of the variable, and no possibility to undo*
Me : ..... that was a dick move you know.9 -
I took a civil service exam October last year, the list of passers where posted in the government website last December. My name wasn't on the list. I was heart broken. :'(
I wasn't able to apply for the job I wanted. I thought that I'm so stupid I can't even pass an exam.
I was depressed for almost a month.
Then yesterday, a friend of mine was searching google since I refuse to tell her my middle name.
Suddenly she exclaimed, wow! you're a civil service exam passer!
I was shocked beyond belief!
I checked the website, my name is still not there. HAHA. (deep inside it hurts)
I cursed my friend for trolling me but she swear that it's true. She sent me the link and BOOM! my name is on the list of APRIL passers!
WHAT THE HECK???
i just verified through phone that I actually passed and that it was an error on their website that included me on the wrong list. I don't know whether to be angry or pleased. lol XDundefined error404 name not found oops it's there...wrong error. i passed oh my gosh after 6 months good news8 -
Is it really unreasonable that I wish aws would just name their fucking products after what they are? Why the fuck is dns called route 53? Why the fuck is a vm an elastic cloud compute node? Stop being pretentious dicks and just name things what they are!
Am I being unreasonable?7 -
Can we please make physicist use another name for black holes? I think that term is very racist and schould be replaced by a more politically correct one.10
-
“ThAnK YeW 4 KallIng MicraroSoFt TekNicAll SuppUrt, mY nAmE iS JaKe. YoUR KomputeR HaS VirUs ThaT NeEds ReMoVal.”
Go float yourself you sack of shit, your mother should have swallowed.6 -
HR: I’m sure you know what this meeting is about
Dev: My script that converts the name of our 3rd party IT provider in any email thread I reply to with “PooPoo Inc.”?
HR: No, that is a separate meeting
Dev: Ah.4 -
Today I noticed that my first name on my Apple Developer Account was totally wrong, even though the name on my Apple ID account was correct. Trying to fix the wrong name sent me to the Apple ID Account page with the already correct name. I contacted support.
It turns out the developer accounts pull info from your Apple ID at creation time, AND NEVER AGAIN. WTF? So you can not make changes to your dev account, because they are non-updateable..
The fix? Sending a copy of a photo ID to the supporter BY FAX?!?!? This is Apple we are talking about.. in 2017.. I don't know anything anymore -
Telling over people they should name their code clearer, I pretty much perfected that, but me if it comes to files:6
-
When starting a project at work:
My name everywhere. Every file, every change-list I proudly put my name to prove my skills.
Program goes for validation:
Thousands of bugs.
Realize that I've written shit code. Slowly removing my names from all over the code. -
A 520MB CSV file with 29 columns and no headers.
If it's not an impertinent question, why in the name of Satan's magnificent testicles would anyone do that?
I hope their pig dies.13 -
var { name: x } = person
Day 1 : that's some good ES6 code man, I'm so 2017
Day 5 : Oh yeah I think it works, dont really remember
Day 17 : WTF is that ? Is that even Javascript ?10 -
I am so off my game today that I accidentally rewrote the String.IfNullOrWhiteSpace extension method in C# because I forgot it existed.
My extension had a better name tho: String.IfItAintNoThang -
What's that name of that classic fairytale about that boy that struggles with build automation?
...
Hansel and Gradle -
I just wasted 20 minutes debugging a component that, when included in the parent template, caused an untraceable infinite loop.
Out of desperation, I finally just renamed component to "pants". It works.
...huh?
Renamed back to its original name. THAT works too.
...Huh??7 -
team lead: what is the minimum lenght validation on the first name field?
dev: i decided to put minlenhgt 3
team lead: why? did you tests it
Dev: i tested it. 3 makes sense to me
Team lead: isint your first name 2 letters long?
Dev: oh i dodth think about that4 -
I lost a bet today 😥 ... My surname is inman
I have to name my first born child
put-it
The bet? That apple wouldn't reject the app I submitted ... Fuck apple11 -
WanBLowS, you data hungry piece of shit! WHAT IN THE NAME OF FUCK MAKES YOU THINK THAT I WANT TO SIGN IN?!! Motherfuckers!!!rant microshaft no i don't want to log in install the fucking software already data mining at its best5
-
It's not a compsci paper if it doesn't start the intro with "Recent advances in [insert name of subfield] show that ..."4
-
Once worked with a PM in a company that was downsizing. Rumors were flying about who was getting cut. He heard his name was on the list and went on a rampage in the office. Cursing every member of management out and turned his office upside down before telling everyone to go fuck themselves and walking out.
Turns out his name wasn't on the cut list.2 -
#Personal_Opinion
I'm still a little annoyed at the fact that GitHub started pushing us to name the first branch "main" instead of "master".16 -
If I had a penny for every time I misspelt 'nginx', I'd be richer that Bill Fucking Gates.
Could you have picked a more typo-prone name!?9 -
I really wonder who is that genius from API team who decided that a namespace with the name "main" is a great fucking idea...
Because of this shit I've had to resort to hacky pImpl implementation of the API.11 -
Am I the only one who's sick of seing "new revolutionary language" from google & co that solves absolutely nothing but is becoming trendy because of the company's name?13
-
So building a game engine and everything's internal name is wood/axe/lumberjack themed...
Started work on the scripting language and gave it the code name faggot script... Took me 48 hours to realise I should probably change that...6 -
rule 34: if it exists, there is porn of it
rule 35: if it exists, there's a javascript framework with that name10 -
CSS Grid isn't working propperly so I am trying to debug it for a complete day.
It turns out that I have misspelled a grid-area name and thats why it didn't work :(4 -
!Dev
Not all Asians are the SAME. Let me explain, I got a coworker who goes by the name "Lau Dum Fuk" (which I learnt that it is pronounced "loud doom fok"). I was so stupid that I pronounced his name as "Loud Dumb Fuck" very awkward. I am Asian but I pronounced Asian name wrong . Who started with the idea that all Asian are the same?16 -
There once was a game.
In that game, there was an OS.
But that OS knew not his name.
The OS was mad, wild, and free.
"Oh, would you find a name for me?"
Seriously, I need a name for the Linux OS in my game. :3
I'll be used for hacking.
Please be original.
Bonus point if you google it to make sure it doesn't exist already.
:359 -
I was helping my girlfriend's sister on her programming homework yesterday. But the thing is that she missed a lot of classes to be with her boyfriend. So now she has a reasonably advanced task, without knowing the basics.
Her assignment was to open a file, extract it's text, and count how many times an user-given word appeared on it. So here's how it went:
- so you use the input function to ask the user to type the word.
- ok, but where do I type the word?
- in that black screen, on the bottom of visual code
~ changes name of the variable that receives the input()~
-like that?
- no, that is just the variable name. You should type in that black screen AT THE BOTTOM OF VISUAL CODE
- oh, ok.
~ changes name of .py file ~14 -
Just got an email reply with the following greeting: "Dear Cheers,"
Maybe somebody should tell the "Sales Director" of Gole that Cheers is NOT a first name.2 -
Had a customer call - the guy's name was "Kevin", which in Germany isn't even a name, but rather a diagnosis for stupidity. However, he was really competent and into the stuff. So what now, readjust my prejudice? Nah, he had an Asian family name, so I instead learnt that being of Asian ancestry trumps "Kevin" as given name.2
-
Losing 1 hour everytime I must name a class that create something.
- ThingGenerator ?
- ThingBuilder ?
- ThingCreator ?
- ThingFactory ?
- ThingCrafter ?
- ThingMaker ?
- Thinger ?
FFFUUUUUUUUUUUUUUUUUUUUU6 -
I should be saving money as a student. Wait, let me just buy that domain name real quick for my new project first.3
-
Who the fuck decided that serverless computing is a good name for something that isn't serverless?7
-
Now that Android P is officially named "Pie",
It makes me wonder what they'd name Android Q?😂
I'm not even aware of any desert that starts with a "Q". 😋22 -
I FINALLY FOUND IT!
Midnight City - M83
That one song I had in the back of my head for like seven years waiting to receive a name!5 -
That moment when you're doing regex to parse regex expression stored in a file whose name you found using a regex on input. Regex-ception1
-
Syntax for my proposed "unsure" programming language.
Variable declaration:
let's just say that <variable name> = <value>
Function declaration:
hypothetically, we could <function name> (<args>){}
Try/ catch:
it's possible that
{
}
...or not (<ex>)
{
}3 -
I regret commenting on a WordPress blog using my full name. Although there was nothing stupid on what I wrote, I just hate it that I googled my name and it showed. I just want to delete my useless information / myself on the internet.
Never will this happen again.10 -
I joined ACM (Association of Computing Machinery) when I helped my friends found out school's chapter.
I haven't had time to explore all it offers (other than free access to books I'm using for my certs), but I got an email saying they elected Cherri Pancake as President and I can't stop laughing. I feel a bit bad for the lady, as she may have had no say in her name (if it's her maiden name), but it's a wonderful name that makes me happy.1 -
That felling when you can't find the name of an function but you can remember the name of a similar function in another language.3
-
I have got so much of free time that this Quarantine has got me thinking What Should I Name my Class?
How Long do You take to name your class?8 -
Okay.. Serious question.
I have a game. And a license that i have to provide a name for.
..I'm transgender, and have get to get a legal name change...
Do I /have/ to claim it under my birth name? (I don't own a company, so i assume the answer is yes.)24 -
Boss: Happy Friday!!!!!!
Boss: okay with that out the way get to fuckin work...
Me: John(Boss’s name).....
Boss: hmmm??
Me: I hate you, happy Friday4 -
Need
An
Awesome
Name
For
College
Coding
Group.
Please comment whatever comes to your mind that you think is AWESOME...60 -
Api-docs: Use the query parameter name_pattern to return results that contain name. Otherwise use name to return an exact match
Api: Returns *name* results when using name and everything when using name_pattern without a wildcard -
Yours truly is gonna get published again (probably, most likely) but has to get their shit together and write faster because deadlines.
Send good vibes plz. I've been lazy lately.4 -
"note that the package name is different from the importable name"
God I hate Python dependency management2 -
Meet today.... Fetlang
---
lick Bob's cock
lick Duke's left nipple one million times
while Ada is submissive to Duke
make slave scream Ada's name
Have Charlie spank himself
Have Ada lick his tight little ass
Have Bob lick Charlie's tight little ass, as well
make Ada moan Bob's name
make Bob moan Charlie's name
---
Never felt so dirty after calculating the fibonacci sequence...
https://github.com/Property404/...
"Fetlang is a statically typed, procedural, esoteric programming language and reference implementation. It is designed such that source code looks like poorly written fetish erotica."8 -
I'm about to move to a new city and one of the websites I'm using adds its name, url and ©️2018 to anything you copy. It is driving me absolutely insane. Trying to find an adress on google? Well you didn't search for [streetname], you searched for [streetname, website name, url ©️2018]. Thank you for copyrighting that public street you fuck. Trying to e-mail an agent? Sorry I can't send an email to [e-mail adress, website name, url].
Whoever thought of this needs to be taken out back and shot.2 -
Var X1 = "" ;
Var X2 = "" ;
Var A = "" ;
Var A2 = 1;
...why. Just why ever name variables like that.1 -
I had a response body that I needed to obtain data from. It would either come as {success: {name, id}} or {success: [{name, id},{name,id}]}
I couldn't loop over something that wasn't a list and I couldn't just ask the type of the element in success so in my infinite wisdom I split the cases by examining the length of the element in success. If it had one it was an array and could be looped over, if it didn't, it was a single object to be processed 😂 if it works it works (it's still in production, tyvm)4 -
When I was very young, I remember I couldn't remember anyone's name.
I just yelled "HEY!" until the right guy noticed me.
(that was when I was about 5 years old.)12 -
Why red herring is important between discussions.
My daughter: Papa! See this is my name and this is the name of my Sir.
I: No my little princess!! This is our surname.
My daughter: oh ok!! Who is that?
I: Ummm... (No answer) Wow!! You're wearing a beautiful dress today...13 -
bought one of most trending things domain name.
daily 1m+ hit every day for that keyword.
little confuse
what is next ?4 -
Wow, what a fuck up lol also love the guy that tweeted this, that changed his name to "reply-all isn’t funny or clever fyi"
src: https://gdprhallofshame.com/19-dear...1 -
Just found an interface in an app of my company that uses the best of both worlds: csv AND xml 🤦🏻♂️
<Name>John;<Lastname>Doe;
🤣1 -
Want to fuck other developers? Then make a quite probable project name illegal without documenting it, nor providing any helpful information in the error messages.
I tried to name my Flutter test project flutter_test. Turns out that that name is reserved (it's a package). Fml. 🤦🏽♂️4 -
Just read this comment in my code from a few months ago... I guess I was in a strange mood at that time..
// Listen for fuckers. Also known by their muggle name: users.2 -
The display of the candy machine in my job works bad. At least the manufacturer it's honestly with that name...4
-
I have now turned the name board in my cubicle to hide my name.
Why you ask? Not because I don't like my name, or dislike my name board (there's this little design on it which is just delightful).
It is to make it a bit more difficult for new morons who don't know who I am or where I sit. Can't do much more than that because I have a desktop.5 -
The single most annoying thing about Rust the language, is that it shares name with Rust the game.
This sometimes leads to some pretty cumbersome workarounds when trying to Google for things in one that also exists in the other.5 -
I wanted to create a GitHub organization called my last name. Since I have a pretty uncommon lastname, I was quite confident that it would not be taken. Turns out it is... And when was that user created who has taken my name? Yesterday...6
-
And the time has come, my gf and I are just a month away from deploying yet we still call the project "project".
Usually solutions jump in my head when programming at least once a day but I can't name the damn thing for the love of God! It's the first night since we started development I have felt clueless.
Plus I don't want to be "that guy" that just gives it a generic name, like there's already a "ratemyprofessors", professor this, teacher that, fuck that shit!
I'm brain dead.8 -
me: Hey. This looks like a cool component that will save me lots of time and effort in the project I'm kicking off next week.
/* Two months later */
me: WTF was the name of that component that did that thing?
======================
I really should write things down more often.1 -
To the front end dev that 'finished' his part of a web form with a Hundred pluss fields. You left every id, name, and label-for as 'first-name'.
I know it saves you time to copy paste and only change what's visible on the page, but FUUUUUUCK YOU! -
HR failing to understand that JS and Java have nothing in common, and the miserable bastard who chose the name for JS, put together a pretty nasty criminal organization tbh.
-
I have a friend, he's name is Joe, he's a Tarantula and he's the only web developer I've seen that loves bugs.3
-
The fact that buying a paper train ticket from automates in Germany requires you to write your name on it afterwards with a pen is putting me through a lot of pain.15
-
Being able to properly name branches/commits in git and holding back from the tempting "I'll fix that along the way too" is an art on its own
-
So in my company there is one other person that has exactly the same first name and last name as me, but that doesn't do dev thing.
Knew that one day I'd receive a mail that was destined to him.1 -
Pythons tkinter library has a module called "N". Just N. That's it.
So whenever you type "N" and want to autocomplete some local variable or class name, the IDE will instead import that module!
Who the fuck thought N would be a good name??? Some people have some serious issues...9 -
Used a general technical word as a name for a group project.
And that ignorant bitch googled and copy pasted the definition of that term to describe the project in documentation.2 -
I have saved my sister's contact number with the nickname. Few days back I've noticed that her surname is automatically added to the nickname. Today I've noticed that her nickname is replaced with her real name in my Android mobile.
When I checked my contact list I noticed that there are 2 contacts, one with nickname, another with her real name.
Is this a new trick Google playing?13 -
When you have a great idea for an app, then find out that someone already done it and with the same name.
My idea is way better than the existing one though... I just need to think of another name.1 -
My FIRST robotics team 5024 is ordering sweaters and I can put anything I want on the back as my code name sortof thing. What is witty that I can put on it?4
-
Hey seniors:
Let's make a rant and name some old technologies that have been frequently used and now they are obsolete12 -
> Seeing ugly code and annotating to find out who the hell wrote that.
> Seeing your own name.
> Going back to what you were doing...3 -
Every time I have to write this, it feels like I have to pick a name for my new RPG character that took 5 hours to customize.
git commit -m "..."10 -
I had only 3 hours of sleep last night (technically, I slept in the morning) and when I was casually going through websites, I landed on this page of Feed website. This cracked me up a bit 😃
It says "My name is YOUR NAME". And I laughed at that.
I'm now afraid how my day is going to be.4 -
"What in the name of hell? Why? No.. absolutely not. Jeeeesus. Holy cow!! Haha.. that's funny. No friggin way! Oh that makes sense..wait, that makes no sense. Screw it I give up."
-
I just love PHP. You can do so much awesome stuff with it. Here, let me show you:
How to READ a private member of an object:
$reader = \Closure::bind(function ($instance, $name) {
return $instance->{$name};
}, null, $instance);
$value = $reader($instance, $name);
How to WRITE a private member of an object:
$writer = \Closure::bind(function ($instance, $name, $value) {
$instance->{$name} = $value;
}, null, $instance);
$writer($instance, $name, $value);
See? Just like that. This is really amazing stuff. I don't know of any other languages that allow this.10 -
because when you are ceo and founder of something at a young age, you need to empathize that as much as you can
that roughly translates as: "21 years old, international robotics champion, co-founder and CEO @ {put your company name here}"24 -
Does anyone have a good (preferably funny) name for a competitive programming team?
I was thinking "it compiles; submit it" but that is slightly unoriginal...27 -
I have a local variable that is completely unused, can be of any name or type as long as it's assigned.
Yet, if I delete it the program no longer works.
Huh?8 -
Lets make an app that shows a lot of ads. Oh, people actually have to download and use it? Well, let's half-ass a game and name it [...] of[...]!
-every mobile game studio2 -
When Google Engineers Made a Speech Synthesis Program, they hadn't figured out a name until:
"What should we name our advanced speech synthesis program"
"Hey bob what are going to order for lunch today"
"Tacos."
"What was that weird movie with the laser bikes that make light walls"
"Tron."
"Bob you're a genius" -
i dont give a fuck why would you take a perfectly good domain name and shit out a fucking 80s useless website THAT DOES NOT EVEN DO ANYTHING
FUCK U7 -
Can't wait to get a dev girlfriend,
make her my {World},
then start learning new languages even the weird ones so that I can do
~Hello {Her Name}~5 -
please for the love of all that is right in the world...name variables something useful. ll_j does not help me.4
-
That feeling when the code in a massive PR is of very high quality... Only comment is about some class name...1
-
God! Got my name as username in devRant. <3
Every other website or app told me that the username was already taken!!1 -
this is my cousin😎, his name is Gentoo(named after linux distro Gentoo(named after penguin species called Gentoo))
I suggested his name, all my folks thought that it's a cool name.
* he's now 10yrs. old, very stable, photo is taken with his permission6 -
Fucking java library publishing. It's a nightmare. You have to fucking own a domain to publish a shit onto jcenter/bintray/whatever. You have to own the domain, that your lib's package name is. And you MUST verify it, otherwise you won't publish anything. Or you can shit allover your lib with package name like com.github.dumbcoder.mycoollib.
You must to create a ticket for some shitheads that are going to verify your shit for two weeks. They gonna ask you for source.jar, docs.jar and whatever shit.jar they need.
What THE fuck? Who was the asshole that decided name packages in reverse domain name? No FUCKING more ecosystem has such a bullshit. In .net you just make a lib, create a free nuget account, fill some basic info and boom! you have .net package published. Same for npm and rust for example.
Because the fucking package name should be just for structure not for a some dick to own it. Namespace is name-fucking-space.
FUCK JAVA.7 -
Lmfao, in a book teaching Java, there's a chapter that contains a class called AddMeth to illustrate adding a method to a class.
They could have used a better name, though..7 -
So here I am trying to understand the database schema in order to write a REST interface. Then I find that one of the tables contains an id and a name columns but the name is Integer not a string!
I contacted the developer who gladly explained that it was easier for them to store the ids in the database but the actual names strings were hard coded in the source files so they can handle translations! -
making a messaging app, can you guys name a feature that would be cool that you would like to have, one you must have and/or one that you would like to see in the messaging app you use?14
-
JSONBORNE should change their movie name to SHAKYBORNE. The movie had so much shaky cams that I was having motion sickness and I had to to get out after half an hour 😣5
-
We have a naming convention that takes the first letter of each word of a table name... We have some interesting ones like tish, tit, tits 😂2
-
I have this classmate in college that names all his variables and classes like this: "seosX". I once spent an afternoon of my life helping him with this weird error he was getting running his program and the class name and file didn't have the same name...
I blocked him from all social media and my life. My IQ has doubled since. -
Complete bug reports for devs: Error name, stack trace, what did you do when it happened and all that stuff
Complete bug report for users: it crashed help1 -
Today I just considered that Excel isn't just a random spreadsheet product name, it's the *word* excel. To _excel_ at something
I need to do more self reflection 🪞9 -
Presenters, please. Do not name your presentations "Advanced X" if you spend 75% time on explaining every detail of basic software usage. DO NOT WASTE MY TIME LIKE THAT
-
So I was digging our chat logs in 2017
That time we were coming up of alliterative code name (Ubuntu-like)...
... it didn't end well...1 -
This bitch sent me a email to rename a file. That I didn't name and is getting a attitude.....I am gonna quit today guys. Its fucking live boys.2
-
How can anyone justify the cofefing craploaded bullshitish error messages of bloddy java?
Who, in the name of the flying spaghetti monster came up with that brain damaged bitwaste?
Sorry if i offended brain damaged people with that comparison4 -
I took half an afternoon to realize that the complex problem I was facing could be solved just by changing a variable's name for another one that would do the trick.
GOD. FUCKING. DAMNIT !!! -
NullPointerException: Object reference not set to an instance of an object.....ummm what was null?
How much longer must we wait for a language that tells you the variable name that was null?2 -
Thirty birds went on a journey to find their god Simurgh whose name was set in stone. After insane challenges and hardships they found out that the word Simurgh meant "thirty birds".2
-
So i was going through the Pragmatic Programmer book and i saw a name in the acknowledgements section... Alistair Cockburn... And my mind just started imagining all these scenarios where he was bullied. He has a great firstname though Alistair sounds like such a badass name and thats why i bet when he is introducing himself, firstnames only he just refuses to tell his last name i seriously wonder how he went through the wedding if he had one. Mr. and Mrs. Cockburn 😂 oh god this is so childish but so funny.6
-
Guys! Let’s have a contest.
I need a new name for a new journal for my new thoughts. Deep thoughts.
Person who best chooses a name that is fitting (maybe nerdy too) gets a ++ and a screenshot of my handwriting.17 -
now taking server names for our live backend server, most +1d's by tomorrow arvo i will name our server that.24
-
A message from my colleague (product name removed):
"I think I hate absolutely everything on this network. I think <insert product name> wouldn't be so bad if the pointy headed wankers hadn't got involved."
"It's the fuckery with https and screwing with certs that make it utterly shite without that, it would merely be irritating." -
When you notice that the guy next to you is using Urban Dictionary to name public methods in modules.2
-
No... like seriously, how do you pronounce Elon Musk child's name?
=> X AE A-XII
I think that kid is fucked!11 -
I get a free year of web hosting from this web developer course I'm taking on Udemy, so I started setting that up and bought my own domain name from GoDaddy with a promo code. But before I can transfer that domain name to the site I'll be using for hosting I have to wait 2 months.6
-
God dammit, I can't continue to work on my project until I can name that stupid file.
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA2 -
All this small node modules in the npm repository that is a fork of another with a name that sounds almost like the other. It's a jungle. Then things are abandoned or changing name. How much i like coding nodejs based projects I really feel bad of the total mess with that repo. Freedom and a lot of projects are good. But the mess is like the flat of a young student that hasn't been cleaned in a year.
-
Too many to name. In general though any meeting that could have been a short email and meetings about planning future meeting.1
-
That helpless moment when you type 'rm -rf *' in the wrong directory coz you misspelled the directory name!1
-
I seriously hate ppl that write vague variables name. It makes so hard for me to understand ur code !2
-
If I remember you, your name, email address etc, in my head, does that make me a data controller for GDPR purposes?
Do I have to forget you on command?3 -
Accidentally deleted everything in a project that had a very similar name to one I was replacing. Twice.
-
Always fun to name your computer '-' so that e.g. ping thinks a commandline parameter is missing 🖥️🔫2
-
The awkward moment when you name your dictionary "dic" and realize that while explaining a piece of code to a female colleague. 😳1
-
Next motherfucker named Chad that sends me an email with a RE: subject line for recruiting is going to be thrown from a helicopter screaming.
If your name is Chad that's okay, we know you didn't choose your name, but if you're a recruiter named Chad and you are trying to slide into my emails, get fucked.2 -
I feel like I spend more time staring at my screen, deciding what to name my files and folders, than I do writing the actual code that goes in them. So frustrating..3
-
Accidentally saying out loud "oh for fucks sake" when you overhear someone, talking on the phone, say "oh you're going to ask {Insert your name here} to do that" and you're already overloaded.
-
As a webdev telling a system admin that he should set the DNS records before moving the domain name to keep the email working. It does bother me
-
Do you think free VPN providers are reliable and not tracking our personal data?
If your answer is Yes then please let me know name of that VPN provider.11 -
TIL that in iOS, when you select text with double tap, it usually selects one word, but if that word is a part of a full name, it will select the full name. For example, tapping on “react” in “react sucks” will only select “react”, but tapping on “Howard” in “Howard Lovecraft” will select the entire thing.
Now that’s attention to detail. Android will never get this kind of care, pixel or not.13 -
Is there a term for people who use @channel or @here on Slack when they shouldn't?
Sorry if you used that name on DevRant and you got tagged.6 -
I think we should call python programmers "Montyneers" am I right ?
#For people that don't know what I'm talking about: Python's name originates from Monty Python's flying circus.3 -
Me : Hey VS, please search for all the method with that name
VS : *search all ' ; ' in the whole project*
Me : what the -- oh I missed the paste of the method's name lol
This is a funny situation when you don't have 140+ projects in your solution3 -
Came across a player called Root in Overwatch today, would that be you, @Root, by any chance? It's not exactly a common name.5
-
changed my name!
from awruh to aysentur now... can be spelled out better. I hope so at least, lmao.
my old name was created due to lack of creativity but the need of a username, so I smashed my keyboard... and that was what came up. aysentur has some more thought in it though not something meaningful.
new name old me10 -
when I follow a tutorial I have to name the variables and class exactly as they do because I m too paranoid that changing their names could lead to bugs.
#photocody6 -
When I was finding a domain name on godaddy, I got to know that buying domain name and selling it on high price is also a business. All the domain names that I want is now on sale(with premium costs on godaddy). Worth +$120023
-
Today I have seen of @Microsoft, @linuxxx devrant profile.
How should I search devs profile in devrant? when I had entered dev name with @, mostly rants were came of that tag name.1 -
My name, by western standards, is a "misspelled" version (it's actually the ancient Greek original). And here in SA there are some with the "normal" version of the name. All fine and dandy, spell it however you want for your kids. BUT STOP "CORRECTING" MY NAME! Anything and everything that stores my name these days has a 50% chance to get it wrong. What's worse is that is this is more prevalent when I WROTE IT ON A PHYSICAL APPLICATION FORM. NOBODY IS NOT GOING TO NOTICE IF THEY ACCIDENTALLY ADD A LETTER TO THEIR OWN NAME!13
-
The fact that you have to write "__" at the start of a variable name of a class to make it private (IntelliSense is not able to parse that. So you just "cannot see" that thing, but you can use ist) tells you everything about a language that you need to know...
-
I swear YouTube has become the new Twitter
it keeps recommending to me so much drama I've never heard of. this name that, career ruined, things are stealing from you! new outrage machine14 -
can we agree that T is a dumb variable name?
I mean I totally know what it means in that instance, but why do people keep writing math stuff like they'd skribble it on paper?8 -
"npm i {name} - - save-dev"
-ERROR: "{name} needs {dependency} v5.0.1"
"Oh, okay, I install that one then, no problem"
"npm i {dependency@5.0.1} - - save-dev"
-ERROR: "{dependency@5.0.1} needs {dependency} v3.1.1}
"Oh, okay, makes sens I guess, I'll" install that one to then."
"npm i {dependency@3.1.1} - -save-dev"
ERROR:"Nah"
"Son of a.."8 -
I'm amazed by the fact that someone out there could be making money with my name and email address, when that is just public information I give out myself.2
-
This is something that I hadn't done or that directly impacted me, but that had an effect in my life several years after it happened.
It's one of those stories that you think "this only happens to others", and then someday you're the "others".
So when I was born, I was, naturally, registered on the health care system. My parents chose an uncommon name for me (uncommon in my country) so I think I wasn't registered by the time of my birth, but 4 months later when all the bureaucratic crap came to an end (long story short, the guy that was there when it started died and my parents had to wait 4 months for another person to be appointed). So, when my parents finally went to register me, apparently, for some reason, the computer took my name and assumed it was a male name. As I've said, my name is uncommon in my country, there're probably 3 or 4 people with the same name here in Portugal.
Why did the computer assume it was a male name AND why didn't nobody check that? Since my parents had to ask to government entities to let them name me that name, I'm assuming it wasn't in their db. So why did it assume male? Was it purposely programmed that, by default, all "newly-registered" names were to be male? Was it random? Who the hell knows.
And how did nobody check that, every time I went to take vaccines? I don't think anyone told my mom that everytime we went there that the data was wrong, otherwise the situation wouldn't have lasted for 14 years.
We only knew about that mishap when it was time I had to take vaccines specifically for women and that I wasn't being noticed of it even though a friend 1y younger than me had already taken hers.
I find this story amusing but now that I started thinking about how it came to life (no pun intended) I'm actually a bit pissed off about how they didn't think of uncommon names and that how that could affect their registry in the system. They could have - IDK - placed "undefined" in that field so that it would caught the register's attention.
Moral of the story: don't assume stuff :v1 -
Did you know that "Bazmd" is an Indian name? I use it because it's an abbreviation of my real name. (Yep! Dr Baz).
It's just a coincidence, I used to wonder why algorithms would infer that I was Indian.
The algorithm: "Here I am with a brain the size of a planet and they ask me to pick up a piece of paper. Call that job satisfaction? I don't.".9 -
Made my first creation with bunifu tools for vb.net Its an injector. I think it looks nice .p (for the first time)
PS: a friend wanted that name. Not a fan of that .d7 -
Erm, instead of trying to guess my gender, just put “Dear <first name>” and leave it at that. It’s actually quite insulting13
-
🐱🖥️
I was thinking about my next cat, and thought how I would name it, as I like original names.
So I thought maybe, now I'm a developer (my cat is 10 years old, back then I was in primary school), I could name it after some technology I like but can't understand (like cats)... How many cats are called C#?
So, how would you name a cat based on some technology that would fit as a cat name for you?8 -
Creating a Spotify like client for YouTube, spent 3 hours commig up with Project Crimson. And it ain't even that good. Anyone have better name?8
-
When you go to create a function only to discover that you have already created that function with the same name you just thought of.... Am I in the matrix? 😯1
-
Spent debugging for weeks, then found that error was I didn't add my header name in Access-Control-Request-Header option........COOOOOOOOOOOORS!!!!!6
-
I was development a webapp, when it was well advanced I thought "it's time to decide a name" so I googled the name I was thinking and I found a website with that name. I opened it and it's pretty much the very same thing I was developing. FML
-
Until that recent terrorist attack, I had believed that Ariana Grande is the name of a spacecraft or something. I studied about Ariane 5's failure in software testing course. Maybe that's what made me think like that. 😁
-
Can you name any esoteric programming language that has a minimal number of 'keywords' and its interpreter can be designed simply?
For example BrainFuck programming language.5 -
That moment when the CTO rants about php and you ask them to name one of their grievances. And they say:
"It doesn't support private properties."
(┛✧Д✧))┛彡┻━┻ -
5 hours work to change a simple library to use it in uwp.
Lib was in .net standard so WHY should I change it?
(It is a rename helper that automatically and manually set subtitle name to tv show episode name) -
I am trying to come up with a company name for a while now but I can't get a good name. I want something abstract or something like hooli if you watched Silicon valley. I don't mean literally hooli but something that is abstract or means something on another language. Do you have any ideas?5
-
If you could name one thing that you think software engineering companies should be doing for their employees what would it be?3
-
How do you name your servers? or what's you'r company using?
Currently im using <abbreviation><sequence>, But i'm noticing that this does not really scale well.6 -
Trying to come up with a name for a dev services/software products company. Fkin frustrating. Ideal name that I wanted was appmedium.com but it was taken as well as appsolution.com :/7
-
Either I am too sensitive with my name or I just can't stop laughing when someone keep misspelled my English name, "Michael" into "Micheal".
I know it doesn't sound like a big deal but... *eye-roll*
Anyway, I am still wondering that what wording or how does it take for them to accidentally typed from 'ae' into 'ea'..?
Super curious here.3 -
That moment you realize, that the technology you try to search for is also a common name for a job/meal/fish.
*TABLE FLIP* -> *RAGE QUIT*4 -
Rumor has it that Apple is ditching the startup chime.
Fuck you apple. In the name of innovation you have ruined yourself.
[personal opinions in the comments]3 -
Just spent an hour debugging why my iPhone couldn't resolve a local domain name. Turns out that that's a known issue that Apple ignores since iOS8 👍
-
I was just thinking that if i need to setup a log server i'd need to name it properly so this was my conversation with myself:
me: i should name the log server something relevant
inner me: call it log_cabin
me: that's not relevat
inner me: CALL IT LOG_CABIN -
Just turned on a client's computer and am shocked that they keep their logins straight. Basically there are two logins, but one says "$USER1's Girl" and the other says "$USER2's Man."
If I were them, I would be clicking on the one with my name, not looking for my SO's name...3 -
Sooooo anyway to hide my profile name from the home screen?
Feel that eventually someone from work is going to put 2 + 2 together and check my rants out xD3 -
I have a friend named Rich. To protect his identity we will refer to him as Rich.
Rich: I don't like Dick.
Me: ...What?...
Rich: The name, I don't like the name Dick. <Rich then goes on to explain why he doesn't like the name Dick. How he got the name Rich. Like 5 or 10 minutes of this>
Me: <Trying not to laugh, because he is naive enough to not know the other connotations of not liking Dick>
Rich: And that is why I don't like Dick.
Me: <Smiles and nods. This was deep and personal to him.>
Things I wanted to say:
"I am glad we got this out in the open."
"Well, I don't like Dick either."2 -
There are definitely too many Javascript libraries, if only because every name that I want on npm is already taken 😔4
-
Third week into term and kids that can't even spell their own name are expected to use dictionaries in Python... Darwin's theory of evolution has turned to shit.1
-
I just realised that I never camel cased my user name, I would like to publicly apologise to my family, friends and all the devs out there.2
-
I just fucking rage quit SSMS...
Was trying to call a long named stored procedure and started typing the name when suddenly, autocomplete pops up with the name of the procedure.
I'm like hell yeah, I press tab to complete it, it appends the name to what I already wrote...
I delete it, start writing again, pops up again, I press down to select it and press enter, it appends it again.
*Ragequit*
Who the fuck QA'd that?1 -
Today I came across someone named Jason. I told them that they had spelled their name wrong. It took me a while to remember that no, Jason is the original spelling.
-
That sad moment a day before store submission when you're neutering the fun parts of your project coz they aren't perfect yet and slapping a "beta" on the name *sigh*
-
Okay soo... I have been working on a "notepad" script using bash. I basically have finished it but it lacks one thing. Verification if the user has typed anything! I started searching on google how i could do that, and found nothing (lol).
I'm asking help from you people :D
Here's the code that doesn't work.
while [[ $name != 'name' ]] || [[ $name == '' ]]
do
read -rp "What would you like the file name to be? The file extension is .txt!$(echo -ne '\n: ')" name
echo "Enter a valid file name please."
done
There's probably one small thing wrong anyway lol
Thanks already!3 -
WTF Windows?
If you call the API function to lookup the name of a service it expects a buffer and the size of the buffer.
If the supplied size is smaller than the service name it returns the number of characters (excluding the null-terminator) of the service name.
You can allocate a buffer for the service name and call the function again to receive the service name.
Except now Windows wants to know the size of the buffer including null terminators.
That took me a moment to figure out. -
Bold of me to assume that a project that solely exists as an example on how to use a library would include said library in the download.
(In the project file structure already exists a folder for libraries and in it was a folder with the name of the library. And I of course didn't check if the [library name] folder contained any files)1 -
When did it become so hard to come up with usernames that dont contain your name or year of birth ...4
-
What's your worst case of documentation examples that only cover the most basic of use cases, along with API docs that just repeat the name of the functions with some punctuation... angular js unit testing docs for me1
-
Working with QA department (QA for company processes, not IT) on creating a change history list in SharePoint. Name, fields, etc, simple stuff and all working fine for the past two days.
Today I get a request to change the name of the list because its the same name as another list on a separate SharePoint site (used exactly the same way).
Me: "I can, but no one really cares about the list name. Besides, it serves the same functionality as the XYZ site, so the same name would be consistent."
QAMgr1: "Go ahead and rename the list if its easy."
QAMgr2: "Agree! We already have that list in the XYZ system, we do not need to confuse people."
NOBODY IS GOING TO BE CONFUSED!
I would never, ever want to hear this from someone if there is a blunt object within my reach.
User: “I drove the forklift off the dock because I was confused by the SharePoint list name. Sorry.” -
latest alexa certification experience
them: you must not name your skill like this, this and that.
me: ok. please certify my skill named a not listed option.
them: YoU mUsT nOt NaMe It ThIs EiThEr.
for real, if i would have to do alexa skills for a living i'd long have gone mad (well, madder)
sincerely fu3 -
Optimization concepts/patterns or instances?
For pattern its gotta be any time i can take a O(n^2) and turn it into O(n) or literally anything better than O(n^2).
Instance would probably be the time that we took an api method that returned a json list made up of dictionaries CSV-style and changed it into a dictionary with the uid as the key and the other info as key-value pairs in a sub-dictionary. So instead of:
[
{
"Name": name,
"Info":info
}
]
We now return:
{
name:
{
"Info": info
}
}
Which can, if done right, make your runtime O(1), which i love. -
It's hard to remember someone's name here on devrant at times when trying to reply. I wish there was a feature that started to auto fill in the name. @dfox5
-
A self rant here.
I have noticed how much ever you think of UX by yourself and try to think u are a genius for coming up with it, users are going to shit over your idea anyways.
I recently thought of this genius idea of forcing users to put their "Full Name", cause it elevates the gaming experience, as it's a group party game. For that I thought of adding two boxes: "Full Name" and "Nickname". So users will be forced to put a silly name in the nickname box but in full name they would add their real name.
To my surprise out of everyone who has played my game only 4-5% of people have added their real name, I have had people enter random characters in both the boxes.
I have even mentioned that this information is used to enhance the game experience.. still!!29 -
Had a Word doc to format for our so-called CS class. A classmate submitted my file under his name, but didn't realize that my name was in the metadata xD. The teacher almost failed him on the spot.1
-
SSL cert problems
realize new pem file has a different name so now after going down a debug rabbit hole I'm updating the places that used the old file name with the new file name
i guess could've just changed the file name, but at this point im committed (might as well leave the file name alone so i can hope to be less confused next year if the new file's name changes again) and just hoping i can fix the fucking config
i just want shit to work2 -
Does anyone know if there's a name/term for the common distribution of app ratings that you see for pretty much every app (in the Google play store anyways).
Demonstrated in the pic:4 -
That frustrating moment when you create a source file with random name and later which becomes the final name coz changing the file name and linking it becomes so damn vauge.
-
It's probably best that I stop looking at my coding bootcamp's Slack group. "I got hired at (insert famous startup name)!" or "First day at (insert famous tech company name)!" It just messes with me.
-
Yesterday I spent hours searching for obscure references on where some function evaluates because my loop didn't work. After lunch I realized I used the same variable name twice, changed that, everything worked....2
-
So here the function that does same thing as new operator in javascript:
// we define our function Person that assigns properties to THIS that points to some object
const Person = function(name, lastName) {
this.name = name;
this.lastName = lastName;
}
// in Person prototype property we define our functions
Person.prototype.getName = function() {
return this.name;
}
Person.prototype.getLastName = function() {
return this.lastName;
}
// function that simulates new operator
// first argument is a function that would act as constructor
// second argument is an arguments that would be passed to constructor
function New(func, ...args) {
// with Object.create() we create a new object and assign [[__proto__]] from "func" prototype property
let object = Object.create(func.prototype);
// here we're calling "func" with THIS pointing to object
func.apply(object, args);
// then we return it
return object;
}
let person = New(Person, "Name", "LastName");
console.dir(person);
// so this is how prototype OOP works in javascript6 -
testng: if the name doesn't match (fubar locales whatever idk) doesn't match the corresponding test that uses it it'll just silently ignore instead of failing or running the test at all
@DataProvider(name="fubar")
public Object[][]{
//test data setup
}
@Test(dataProvider = "locales")
public void testWhatever(){}
whoever designed it to be this way: why?1 -
Im travelling with a show. And we just arrived. Since we are in a foreign land, I do not wish to use my data bundle.
So we see a wifi name that is pretty much our show name. So we naturally assume that it is for us but we havent gotten the wifi password yet.
So i tried 3 passwords and then guessed correctly. The date of our performance.... -
wk89 the first game I played was a fighter plane simulation game. 3D, very realistic at that time. Maybe around 2006. I just don't know the name of the game since I was a kid. The aircraft might be F-22. Anyone knows the name of the game?4
-
Some days I think I'm the only one that makes mistakes.
Also.... Load balancers suck. Somehow his name info is being stripped so server falls back to the catchall. -
When I shared my terminal setup with a bit of ricing to a Telegram group, someone asked what my terminal was. I said it was just the default terminal on my Fedora 27. Not that XTerm stuff or any other extra terminal emulators. He still insists that every terminal has a name. He's right.
I shall name my terminal "Default".3 -
Need help/ pointers; what to write a simple note app, that prompts a users for user name and emails address, then emails those details to a specified email address ...2
-
Refactoring is the revelation that the name "foobar" is pretty dumb and you should rename the function to "sine".
-
that just looks like nice logo, but I'm pretty sure someone uses it already.
how would you name it?8 -
when you visit your parents and you notice that the wifi is named after their grandchild. of course it's completely unacceptable to leave the default name.
-
I am thinking of naming a game developer company with a catchy name. Due to all the shitheads that have come before me the name I want could be considered racist though it is not meant to be.
Ever since I saw this picture:
https://twitter.com/michaelkeyes/...
I want to create an image of a raccoon riding a hog from a profile image. Think lion king imagery except with a raccoon and a hog. I also want to name the company "Coon Hog Gaming". "Raccoon Hog Gaming" doesn't sound as catchy.
I am by no means desiring to be a woketard. PC culture turns my stomach. I also don't want to alienate any potential customers. I would like to signal to customers that we are not PC and will not be PC. This name does that. Yet maybe some customers would be offended so I couldn't market the game on Steam. Should I just go for it anyway? I guess down the road if things get even more stupid than now I could always change the company name.10 -
after learning design patterns i realize that when they write "builder" on your profile picture, they actually have written the name of the design pattern used to implement that part D
-
I made a telegram bot that gives cov19 statistics for every country around the world.
Check it, i name it @elbaronbot -
Does anyone else have the problem of of offensive naming conventions? It's just a habit of mine that I name everything after something afwul, just for the lolz.
-
Do you guy know that there is a lot of short query name like "f" in web development?
We are discourage from using single character variable name and the query key is too short. Is there any specific reason for using short query name?6 -
The bright side of having a very rare family name is that you barely get contacted by recruiters on linkedin.
The negative side is that you need to go out of your way to find recruiters....
There are 4 people in my country with my family name, potentially 0 abroad...4 -
Felt like an idiot when realized that argument `back_populate` refers to the attribute of the class passed to `relationship`, not the stupid name of the table of any class, ugh
-
I am unable to understand the naming convention. I SUCK IN IT.. CAN'T I JUST NAME MY VARIABLE AND OTHER THINGS LIKE SIMPLY, WHY I HAVE TO USE UNDERSCORE AND ACCURATE NAME FOR IT.
I mean , my variable does tell what is it for then why I need to do that?5 -
That moment when you are struggling for hours to get your validation working, and in the end it's just a name that had to be turned into an id -_-
-
I have a function that receives 2 parameters: a string and a max numer of characters.
It returns an array with the partitioned string.
Example:
function name("hi, I love devRant", 10);
//return:
array(2){
[0] ->"hi, I love"
[1] ->" devRant"
}
Now.... what would be the appropriate name for that function?10 -
Used a GUI to merge branches today. I managed to create a local branch with the same name. Merge my changes into that. Then merge my local into the remote of the same name. The network graph is a little crazy right now.
-
TIL that Debian package names are not allowed to have underscores in their names. Toast my tomatoes. As if file name conventions, like discouraging colons, would not be enough, you just added another useless bit of entropy to all the clusterfuck information just because you established a naming scheme yourself where you delimited the versions and date with an underscore from the package name.2
-
Why VS code works like a cheap replica of popular IDE? Intellisense sucks with TypeScript.
importing, renaming, moving files, you name it, chances that it sucks in Vs Code -_-4 -
Fun Game: Type "[any word] js" into the google and there will be fucking JavaScript framework for that name.1
-
Typical discussion here between a fullstacker, frontender and designer: its this functionality, no its that functionality. But parents and childs. But javascript! No i want this to be this name. No that name is better. Im in the middle of this :(1
-
What's the name of that protocol that federated social media software implements? ActivityPub? well, what ever the name is I know it does not implement any concept for fitness specific social updates (like this app Hevy does)
-
What's harder than trying to name a variable is to think of a memorable but easy to type password to a system that resets expires every 3 months with history checks.2
-
#tli anyone that guesses my s3 bucket name can attack me by sending PUT requests... I may go bankruptcy any day now
-
How to organize your projects in Visual Studio with separate Namespaces without naming every project like: <projectname>.<this>.<that>
Instead I want to name the solution <projectname>. And then name my project <this>.<that>? -
What's the correct way to do an iterator in a for loop?
Some teachers tells me that every iterator be named like line and row and other says i and j are the convention and you should name your iterator like that.8 -
let target: any = e.target;
if (target.nodeName) //other code
Results in a typescript? error wherein it says that Property 'nodeName' does not exist on type 'EventTarget'. but if I refactor the variable name to something that isn't target it works
i don't understand2 -
Sometime I want to name a library "ABC" or "XYZ" just to make a heck out of it.And make it popular enough just for confusion. So they will be like the "ABC" here , is that a placeholder or a library name?6