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 - "name"
-
I've never had a great experience working with designers, but this one might be the laziest! Props if it's for a friend and unpaid though.15
-
Filling a form :
Normal Person
Name: Jim Jennings
Comment: Nice Post
Developer
Name: asfsafsadsa
Comment: asfsafsadsa dsad sdfs fa43 -
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 -
!dev
const children = {
length: 1,
data: [{
name: "noah",
gender: "male"}]
};
children.length++;
children.data.push({
name: "mina",
gender: "female"
});
const happy = true;21 -
👋🏻 So, yesterday I thought I'd quit...
👠 Today it turns out I've been fired, and my resignation wasn't opened 😂 😂
🖕 Hannah from HR
In fairness I did literally say that to Hannah from HR yesterday in a sort-of-attempt to get myself fired, so... I'm not quite sure who wins...10 -
I really should buy the linu.xxx domain when I get the money, shouldn't I?
Still thinking it over :P18 -
Am 23, I plan to have 4 kids in the future.
This will be their first names
1. Ruby - Female name
2. Pearl - Female name
3. Haskell - Male name
4. Python - Last born. Most loved. But am sure he will hate me for his name😂😂
All I need is a wife now or a girlfriend could do🤔...38 -
🎉 Today, I quit!
🖕🏻 Hannah from HR
🖕🏻 Hot desking
👋 I will miss (most of) the other people though. They were ok.
🤔 Now how am I gonna afford my coke and Bollinger hobbies12 -
So yeah, the name change is done. Me making a joke out of being called a code slut clearly backfired and people just started calling me a slut or inferring I was a slut or something unsavory because of an online username. Lesson learned. A few lessons, in fact.
Anyway thanks for allowing the name change @dfox and @trogus. Now, back to ranting.39 -
Every commercial lib:
"Download free trial"
*click*
Register with your email, full name, phone, company name, etc.
😒
Yeah, fuck you, too.8 -
Got inspired by a rant and got something to make my desk at work more green.
What should I name him/her?30 -
It's so hard to pick a good variable/class name, how the hell will I be able to pick a good name for my future kid?5
-
"You should name a variable using the same care with which you name a first-born child." - James O. Coplien9
-
Problems when selecting my country when signing up in websites
It is one of the following, and you should search it.
Republic of Korea
Korea, Republic of
South Korea
Korea, South
Korea
대한민국
남한
And some extraordinary names I saw
Korea, the good side
Korea, the below one
Chosun a.k.a. 조선 (the dynasty in korea that disappeared years and years ago)
Best wishes to me.23 -
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 -
My first name has 2 letters. For Some web applications, I have to use fake name..... because my name failed in string.length check.11
-
Dev1: We need you to name this service
Dev2: Name it whatever
Dev1: You should name it
Dev2: Can we change it later?
Dev1: No
Dev2: Are you going to have dependencies on the name
Dev1: Yes
Dev2: Call it StupidDev1
Dev1: Ok we will name it1 -
Changed my username to something other than my real name.
Realized my GitHub and website have my real name anyway.
🤦🏽♂️🤦🏽♂️12 -
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 -
What's so wrong with having no name for my position?
I mean, it's only me in this startup.
I AM THE STARTUP, DAMMIT.
Do I really have to start calling myself a CEO just to appear trustworthy?
But how does one become a Chief if there's nobody to supervise?
Hustler? Rockstar? Too 'startup'ish and just sad.
Entrepreneur? Founder? Sounds like something a scammer would use.
I'll just stick to leaving my position blank on my business card, thank you.20 -
SQL gives me a hard on right now.
Two tables, 954 rows and 9414, connected via foreign keys and shit.
SELECT a_id,name,shit FROM table1 a JOIN table2 b ON a.id = b.a_id WHERE ((lower(name) LIKE '%lorem%') OR MATCH(name) AGAINST('lorem' WITH QUERY EXPANSION) OR name SOUNDS LIKE 'lorem')
and you got fuzzy search with resolved keys to another table in 0.047 sec, fuck me dude.5 -
Just saw a repository with branch name - 👶
bitbucket gives this - git fetch && git checkout 👶 for checking it out,
wondering how would anyone checkout this branch without copy pasting the above line from the web xD8 -
Does anyone else know everyone on their notification list by [user]name? Like, glancing at the avatars and think "Hey {name}, what's new?" I'm often right about which comments/rants they've ++'d, too.
I know quite a few of you by name, too 😋28 -
Fuck, I just lost a node module name.
A few days ago I had an idea for a node module, checked npm to see if the name was taken and it was not. Today I was going to publish it and found out someone registered it 2 days ago.
Now I'll have to think of another name or publish it under my username...8 -
Just found the comment
// Wins a prize for the longest class name.
in a class with a 36 character name.
Didn't believe it and checked all classes: We do have a class with a 68 character name.4 -
Got this email from my manager today... a bit of a downer to my three day weekend!
I actually don't talk about work (in an indentifiable way), and I think most of the other points in their guide are utter BS (and unenforceable).
I am pretty open (about myself) on social media though, so feel sorry for HR if they've been combing through it! 🤣41 -
class devRant_member:
def __init__(self, name):
self.name = name
def say_hi(self):
print( "Hello world, I'm ", self.name)
p = devRant_member("Blacksteel")
p.say_hi()6 -
Auth Endpoint:
user name and password correct:
- response 200: with session key and profile info
user name and password incorrect:
- response 200: blank
smh -
Never name two different variables with the ALMOST same name or It will stop your work for a hours. I named one "lang" and anothers "langs"2
-
User logins testing:
How others name their imaginary users:
Admin
John
Jane
Bob
How I name my imaginary users:
Root (admin)
Alice
Floyd4 -
if a separate internet is created after the fcc passes the anti net neutrality bill, I shall call it the alternet9
-
Apparently getting someone’s name right is not a necessary soft skill for LinkedIn... My name is not Steve...14
-
Turns out scrolling through devRant while thinking for a function name was not a good decision after all.8
-
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 -
Watching the Parker Solar Probe launch, seems to have been delayed a couple of minutes.
I have my name and my sons name on it, kinda cool.6 -
Pokemon exception handling is now my favourite antipattern. I can't believe I've never heard of it until today. I laughed way to hard in that lecture.5
-
This is a request from all devs out there:
Please, If you plan to use a word play in naming your next product, please make it a little specific.
*googling "Brackets + [issue with some programming language]"
Just imagine how would I find what I want in a pile of crap about matching brackets.5 -
One of my friends is a Ruby Developer.
His grandma is still mad at him for not gifting her the precious stone. -
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
-
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
-
That awkward moment, when u watch last episode first and believe it to be the first episode..
Thank you "Order by Name".
Aptly named - "Alpha and omega". Gonna be my beginning and end episode 😂5 -
If you are teaching a newbie HTML and basic JS using ES6/ES2015 features, the "Hello World" app probably would be:
<!-- index.html -->
<html>
<body>
<div id='container'>
<h2> Enter a Name and Hit The Button</h2>
<input id='name'>
<button id='change-name'>Say Hello</button>
<h3 id='name-display'></h3>
</div>
<script type='module' src="./index.js"></script>
</body>
</html>
//index.js
import {sayHello} from './hello.js';
let displayArea = document.getElementById('name-display');
let input = document.getElementById('name');
let button = document.getElementById('change-name');
button.addEventListener('click', () => {
//displayArea.innerHTML = "Hello World"
displayArea.innerHTML = sayHello(input.value);
});
//hello.js
export const sayHello = (name='World') => {
return `Hello ${name}`;
};
Source: https://github.com/benmccormick/...7 -
Well, this one I HAVEN'T seen before. I'm officially getting emails from recruiters addressed to someone else's name
Today, apparently my name is Mateus.8 -
MySQL databases beginning with "test" in the name gives even people without login full access to its tables.
Somebody deleted all tables so we had to get a backup from out hoster.
Thanks MySQL.1 -
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 -
>School librarian asks me about library pass design
" Hmm, i think we can put the course name below the student's name and such and putting the barcode where the course name was previously"
>SA who designed it agrees.
today was a good day -
"note that the package name is different from the importable name"
God I hate Python dependency management2 -
What the fuck? Calling someone by Mr {name} or Mrs {name} is impolite and insulting? But when I call them by their name, they say I am disrespectful.
So how am I addressing you then ?
"hey you " <- like this?
What the fuck?15 -
When one of your friends makes you mad so you change their contact name to:
<ignore>their name</ignore>
🤷😂😂1 -
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 -
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 -
I need a name for a new app.
It's a spur of the moment travel app that lets you select the temp and humidity ranges you want and finds you the cheapest flights.
Dazzle me please.40 -
The hardest part of starting a new project is finding a name for it!! FFS && FML.
How do you all name your's?16 -
New project team name needed
Random team name generator suggested "The snowballers"
Errrr no I don't think so 🤢
https://urbandictionary.com/define....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 -
Challenge;
You will write names into the comments,. After 1 Day I will Set the highest rated Name as my actually Name here in devRant.
Example
Name:
WorstCoderEver
or
Name:
VisualStudio
Let the Games begin24 -
Client told me that they have two workers with very similar names (one letter difference) and customers constantly send emails to the wrong person because of this.
She asked me if there is anything I could do to fix this?
What the hell am I supposed to do? Tell one of them to get their name changed?4 -
All company meeting to discuss plans to move office, and they want to change all of the devs to hot-desking?!
Would be interested in your guys experiences if any of you have done it, but I feel I'd be affected a lot as I only work 3-4 days a week.
I literally stood up and left the meeting, saying I'd quit if they did it. I'm far more comfortable and productive with my setup and space. Knowing my co-workers they might think I'm saying it for drama but I think I actually would leave, despite everything else being fine (except HR!).16 -
I've just got in from bar* work, a little drunk*!
My last dev employer actually offered me my old job back, but as HR are so awful I said the situation was past that and demanded compensation. A nice payout agreed for me, for not taking it to tribunal 👍
Now for the new job! I thought working the night scene would be fun, but it's not well paid and the freelance I have is but it's hard to juggle the two.
I might have a break or a month or so doing this, then look for another job.
Anyone recommend good companies LGBT friendly in London?16 -
Mind of a programmer in an Interview be like:-
Interviewer:- What's your name?
Programmer:- My name is Alice. (In mind printf("my name is %s ",name);)
Interviewer:- Where are you from?
Programmer:- India. (In mind location = &India;)11 -
Being told code is "production ready" only to find this:
if name == 'foo' or name == 'bar' or name == 'someothershit'
What's wrong with:
if name in ['foo','bar', 'someothershit']?
Oh and they had 10 different values they were matching, not just 3. What kind of joker am I dealing with?1 -
Anonymous : You're an engineer? prove it. name every computer ever.
Me : ..
for (let i = 0; i < computers.length; i++) {
computers[i].name = 'ever'
}1 -
Going to register a domain name and it's already taken by a bloody estate agent. Why did my parents give me such a common name??1
-
When the school you attended changes their name after you’ve finished attending, how do you refer to the school you attended? Asking for a friend.
It’s me. I’m asking for myself.10 -
Okay ... Windows, I really tried to be nice, but that's it. You get off my ssd right now ...
Just got the error: "filename is too long - unable to delete file" (full name incl. path)
Seriously, WHY?
I mean, sure ... Long file paths/names are a thing and this is why there are limitations. I am totally fine with it!
But Why the hell allows windows you to create those files if it is unable to delete these files later ...
I don't get it. Maybe I am just hit my head to hard as a child and someone may enlighten me ...
PS: windows was running in a VM to give it a real serious try after years on Linux4 -
What's worse in an open office?
A) Music
B) People
(Shamelessly stolen from Twitter, credit @dustin)19 -
I recently saw someone complain because the name registrar would not name their daughter “is” because of their system (https://devrant.com/rants/1154582/...).
I have something to add.
Where I am from (India), local registrars intentionally misspell your name on the papers because than they can charge to a fee to fix it.
That’s why I hate India, too much bargaining for everything. This has happened twice in my family and both times we have refused to pay them.3 -
"This is now urgent we are in risk of breach of contract."
*travels an hour just to discuss*
"Oh don't worry, don't panick about it, so and so is probably sorting it. We most likely don't need it."1 -
Anyone else enjoy "uncropping" images embedded in MS Office documents? People cropping out other windows/tabs from full screenshots... I've seen some weird stuff!
It's not unusual to be sent documentation / screenshots saved as MS Office documents (Word, PowerPoint etc.). Kinda annoying but whatever.5 -
When a JSON structure returns back as:
{
"array_data" : {
"123" : {
"id" : 123,
"name" : "NAME"
},
"176" : {
"id" : 176,
"name" : "NAME"
},
"189" : {
"id" : 189,
"name" : "NAME"
}
}
}
Instead of:
{
"array_data": [
{
"id": 123,
"name": "NAME"
},
{
"id": 176,
"name": "NAME"
},
{
"id": 189,
"name": "NAME"
}
]
}3 -
Unsure , if I should name my variable name as 'info' or 'infoFromDbAboutUser_RequiredForSessionValidation' for a method named 'functionToValidateUserAndCheckSessionIdOrAssignSessionIdIfNotAssigned'
Please help, I am unable to decide. :/10 -
Just found this great JQuery selector in a bit of code a freelancer wrote:
var showErrorFor = $('[name="newPass"]').attr('name')6 -
Anyone have experience taking SSRIs? What's the first week or so like, did it help long term, and any withdrawal issues?14
-
Feature request: swipe from rant to go back to list of rants. It would be easier than reaching up for the "back" button.7
-
I'd love if devRant had a search for user name when writing a rant, so if I type @dfox, it'll at least verify the name before I post.9
-
Thinks of some cool npm package to build.
Thinks of a cool name.
Goes to npm to check if the name is available.
Finds the exact package instead ;-;2 -
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 -
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 -
class name for section named "liability" is "liab"
class name for section named "dedcutible" is "deduct"
class name for section named "personal property" is "personal-prop"
class name for section named "personal liability" is "personal-liab"
I don't know who you are, but you are a twisted evil teammate and I wish you fired.
You've ruined my day, hope you're happy.2 -
I had joined a new company and got access to their codebase. They were updating password on MD5 hash of user name and their email in get request. No password validation, no token based authentication, nothing.
Eg
...com/change_password/email=(plainemail)&name= MD5(name)
That's it, you get change user password. -
Disciplined to name a folder as 'Folder' in Windows and Lazy to name as 'folder' in Linux.
*Not wanting to press 'shift' key everytime to access.1 -
Fuck you stackoverflow. You should have told me this before I changed my username. Did you expect me to know this somehow???9
-
One of those ducks better have my name on it.
But sadly not 😖
No Wayne but a William, all ways same shit, might as well change my name.6 -
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
-
NDAs for me are a good predictor for a bad client or client relationship.
Doesn't work so well for larger cos, and it's not unusual for them to require one anyway.
I charge a fairly high flat fee for signing one. The people who won't pay probably don't need the NDA anyway and were going to be problematic.3 -
A UK bank (building society) are giving away a free home security camera if you take out their home insurance product.
Seriously!? I do NOT want to install a camera, given to me by my bank, in my flat! -
Do you guys actually name your computers? I mean I don't call mine - but I named it - "Momo"
Or some neat ideas? :D14 -
Can you help me to come up with a company name?
I want to provide dev services (mainly mobile apps) but I also want to have couple projects of my own, so I can't go with a name which indicates only mobile apps. This is the keyword list that I have at the moment:
dev
optimal
baltic
digital
digital
app
cyber
data
vision
systems
projects
solutions
apps
systems
tech
development
software
strategy
byte
builder
services
industries
house
Factory
incubator
media
dev
projects
net
tools
system
center
tech
pro
loft
devs
and these are my current ideas:
appswat.com
appdevhouse.com
balticdevs.com
devbaltic.com
balticincubator.com
appdecision.com
balticstrategy.com
appmobservice.com
appmobservices.com
appmobileservice.com
appbaltic.com
devbaltic.com
mobilebaltic.com
databaltic.com
balticcyber.com
solutionmob.com
mobiledevmedia.com
balticmobilevision.com
balticmobilesoftware.com
mobilemediasystem.com
probaltictech.com
But none of them seem good enough :/
What do you think about appbaltic.com or devbaltic.com ? Does this name makes sense for you native speakers?
Baltic because it will be an eastern european company located next to Baltic sea. We will provide dev services and have couple projects of our own.14 -
Anaconda. Quite fitting a name to something that fucks up python environments so thoroughly. Ironic too, given that it was meant to simplify. Anaconda doesn't give a shit about the python that came with the distro. And all packages installed with pip are only visible to anacondas python. Not a single note of caution during installation. Or a best practices guide for the newbie. Just chaos. Utter chaos. The price of being a noob had been paid.8
-
Are you willing to share details of your salary, or for contractors your daily/hourly rate? If you're not, that's interesting to know too.
Interesting to know;
- Currency (hopefully obviously)
- Location of work (or if remote, primary location of employer?)
- Contract type (FT/PT employee, contractor/freelancer)
- Job title (or general activity for contractors)
- Number of years in role/contracting
- Whether or not you would or have shared your salary with a co-worker (perhaps you're willing to share here but not with a co-worker)
- Gender
The 'Why is it soooo taboo to ask co-workers salary?' question made me think about this (https://devrant.com/rants/1557306/...)8 -
Is it wrong to change my amazon dot name from Alexa to Darling 🤔
Need a new name for it, because them annoying radio dj's keep say her name 🤓4 -
website: fill in all fields
user: john doe
kill blood, texas, 751454, usa
me: when the website says street name, we meant the name of your faking street! -
Not a rant just a question, can I change my profile name? I like my name and all but I didn't think about anonymity when I created it.7
-
I was stuck for almost 2 weeks on a button that would display, given a certain icon, and that would not display if it was another icon, although I checked the icons multiple times to make sure they existed.
A asked a co-worker for help. He looked at my code, couldn't figure out either. Called a 3rd co-worker. He looked at my code. "Yeah, seems right? ... Wait a second!" He found the problem.
... One FUCKING TYPO I had always overlooked, that was the name of the icon. 🤦2 -
name: ash williams
weapon of choice: chainsaw hand
name: john rambo
weapon of choice: heavy machine gun
name: kiki
weapon of choice: teleport behind you, create a door leading who knows where, drag you in, close the door shut, make it disappear into nowhere4 -
"Who ever said money can't solve your problems?
Must not have had enough money to problem to solve them."
Bitter truth for many. -
Just found this in a C lib:
struct Model
{
char* name;
};
struct ModelA
{
char* name;
int value;
...
};
ModelA* ma=...
...
Model* m=(Model*)ma; //!!?
is it legal?7 -
Why some single letter variable names looks ugly to me, for example: c, i and j (and even k) are the most used (mostly in for loops) but does not look ugly.. why?
Ugly
for (int a = 0; a < 10; ++a)
Not ugly
for (int i = 0; i < 10; ++i)24 -
Why the fuck are there so many utterly useless programming blogs? I have to implement DES in C++ for our college project. After coding most of it step by step, I decided to swallow my pride and check for an implementation online to save time because I was confused in the XOR part. Now most programming blogs had the same code copy pasted. To top that, NAME YOUR FUCKING VARIABLES PROPERLY YOU MORONS! I decided I'm better off resolving my confusions the hard way.3
-
Can you guys give me Name suggestion for a website?
Under the name we will create mobile apps and websites. It will free to use for anyone.
Preferred .com domain
Thanks in advance :)11 -
Tru-lyfe CTO (CTC) stories:
I spelled a juniors name wrong in a commit message...
Am I an asshole?
P.S.: it was 100% fully NOT on purpose, it's just an alternate spelling of the name, i.e. Jakob instead of Jacob (not the name of course, for privacy purposes, just an example)7 -
What I can't stand is when someone "name drops" a company they previously worked at. Such as, "...back when I worked at <insert Xxxsoft>" or "At <so and so place> we did things differently..."
We get it, your résumé is impressive. But it especially peeves me when they've been working at their current job for over a year and still mentions their old jobs.
1. I also worked at <XXXX-place> and it wasn't all that impressive.
2. If it was SO great, why aren't YOU still working there?2 -
Suggest me some good team name for a Hackathon,
Should not be too edgy as I want to show it to my College HOD : P10 -
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
-
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
-
Need a new business name idea for a web based software house. We are 2 weeks into choosing one and no progress :D help!15
-
The only thing I coded while drunk was a girls name and her phone number,
I write "leyla" and it then turned out her name was actually "irem"
Yeah I'm not going to open the pandoras box with drunk commits when I can fuck up a name 😐3 -
I am going to set up my own mini company and I am wondering about the name I will choose. Definitely want something strange and sarcastic like "undefined" or "null"...but these two are already taken? I was thinking about "1;DROP TABLE users" but it is too long. Any ideas out there? xD2
-
🐱🖥️
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 -
I like nerdy and cool coffee mugs. Comment with your favorites—bonus points for pictures! My best one right now is a Fermilab mug. Looking to buy a new dev-related mug!
(If only there was a devRant mug...)2 -
You Give Rest a Bad Name!!
By
Dylan Beattie
A parody of 'You Give Love a Bad Name' - about hypermedia APIs. No, really.
https://youtube.com/watch/...4 -
Filtering stored procedures by name in SQL Management Studio. Enter name and press enter. Cursor goes to next cell, instead of submitting.
I do this every single time. -
PLEASE. Help me to find a good name for my function.
My function returns json or XML based on the accept header parameter.
🤔🤔🤔🤔🤔10 -
Me always: never installing MacOS updates because something always breaks
Mac always: Updates available! Install now??
Me today: *installs MacOS updates*
Mac today: *refuses to boot*6 -
Why does nobody use company/school name here when they say in which domain they work? Is it a taboo?3
-
We are in fucking 2020 and I'm still forced to put prefixes like in 2005
'I' before interface name
'Abstract' before the abstract class name4 -
!rant
What do you call your boss?
Do you call by their first name basis, last name, or 'sir/madam' or anything else?
Here in India I've seen people calling 'sir/madam' and first name basis.12 -
Working from home, the office is pretty unbearable in this heat.
Anyone else feel like conference calls in your underwear is a top work from home perk!5 -
something something the weed number is the date lololololol
MY NAME IS DRACULA
I'M HERE TO SMOKE THE VEED
(name the reference)1 -
Some colleagues and myself will develop a tool for some school stuff, but we need a product name and we all have no idea how to want to call it.
Any name suggestions are much appreciated🤗🤗7 -
Quick and dirty job to get some data into a DB wasted my entire evening.
Created table with few columns, tried writing to it from NodeJS app and it kept complaining I wasn't providing values for columns that didn't even exist. After ages pissing about decided that the DB gods had cursed this particular table so created a second one with same DDL. Now it worked first fucking time. Then it finally dawned on me, I'd managed to pick a reserved table name and the RDBMS didn't think to give me a warning when I created it. Not only did it not warn me but it kept going as it nothing was the matter and didn't report the extra columns on a SELECT *. -
When I do SSH to a remote server, how can I show git branch name?
When I SSH it shows me this:
admin@123.456.789.555:/home/some_folder$
Can I configure it to show something like oh-my-zsh that shows me the current Git branch I am pointed to?
This is my local iTerm zsh default theme:
some_folder git:(feature/some_branch_name)18 -
2 seconds after I checked in some work on a web page, co-worker runs to me, freaking out because "This is not how I wanted it to look!" and waving a printed mock-up in my face.
I inherited a shitty, bloated, broken, 10-year-old site with dumbass CSS, but I did my best to work with it. I'm not surprised it's broken, so calm the fuck down and let's talk about what you're seeing and I'll happily fix it. It will be okay! -
Found a nice domain name, and I intend to buy it to host my personal website and maybe blog (if I get around to write one day). But now a great question arises: where do I buy it?
Do you have any advice on a cheap and nice registrar and hosting provider?14 -
Me trying to name a variable...
Spent over 15 minutes wondering if it should be "volume" or "volumn" and almost forgot there was something called google because chatgpt was down.2 -
Random:
You have up to 6 symbols to make a name/ tag in IT fashion, at least one number must be used
Examples:
1337, pr0grm9 -
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. -
Whose idea was to name FaaS "serverless"? It's just a terribly misleading name which can confuse newcomers.3
-
Ok, so currently in my Java course on Udemy we are going more in-depth into scope and visibility, and I'm currently doing the challenge for it.
So I'm doing it and the challenge is to have every single name of a variable or method be called 'x' (just to better understand scope and vis, he mentions how this is not a good practice AT ALL) with the exceptions of the classes and scanner var (but there is an optional challenge to also make them named x).
Now that I progressed into it, I noticed something. This challenge is literally making me make my code so DRY and outside-the-box-thinking that, what if, this could be a practice?
Not the naming everything in your code the same var name, but doing that at the start and then renaming the variables after coding. Because right now, I feel as though I am using SO MUCH less code than if I had the liberty of naming my classes, methods, and variables different things, it's actually kinda cool.
I'll attach my code from the challenge to this after by it really amazed me how well my code looked compared to my previous challenges and even personal projects!1 -
How would you approach choosing a fairly short but meaningful domain name? Common words are obviously going to be taken.
I have a handful of domain names used for different things, but my main one is 17 characters long and made up of 2 words and not particularly interesting (my surname + another word). It's relatively easy to read out to people over the phone, but inputting it in a phone handset or on a device without a keyboard (e.g. setting the hostname + domain of a media centre with a remote control) is a bit tiresome.
Doesn't even have to be something I can say easily as I mainly want it just for "infrastructure" purposes rather than to host a website etc.
I'd probably use it for sign-up e-mails to reduce the amount of spam/newsletter mail (I do generate a separate address for signing up to most services) but other than that wouldn't be using it regularly for e-mail.
But I don't want something meaningless like abcxyz.1 -
What do you name a library that just expands upon an existing library?
As in, it has the same functionality, but just goes about it in a different way to make it nicer to work with
Don't want to just prefix it with "better-" or something since a) that's probably subjective and b) it's a bit on the arrogant side9 -
The moment when Facebook blocks your account for being a PC Hater and bans the name entirely for No Reason!1
-
Just finished the night job at 5am. Looking forward to a good rest tomorrow! Not looking forward to correcting my sleeping pattern for Monday 😭1
-
I started with AP computer science as a junior in high school. We learned Java. It's a powerful thing to show a young person that they can control what a computer does.
-
I work so hard to name things well and yet last year's code is always full of esoteric and misleading nonsense.2
-
Hey!! I have made an app for curbing smartphone addiction, In this app, I am just asking user to set timer for an app, and then my app will remind them to stop using those apps! I am also showing weekly/daily usage statistics. So, what should I name my app?2
-
Fuck. Less than six hours before I'm in work. Time for bed! Let's see what that bitch Hannah from HR has to say when I'm back! I've stepped up my social media game🤣2
-
Can you please help me come up with a company name. The company would make PC/Mac/Linux games and android games. I've been trying to come up with a good name for a few months and they are either bad or already used somewhere.11
-
Anyone with ADHD on meds here? Current insurance stopped supporting brand name adderall and today I took this Amphetamine Salts cap and it’s actually working a bit better. I wonder if it’s just in my head or is it actually different from brand name outside not being brand name32
-
What is the name of the technology that your one time passcode is generated on your device instead of being send to your phone?
Is it a variety of 2FA?I try to google it but I am not having much luck.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.
-
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 -
Everyone who uses the name 'X' instead of twitter, can you explain your reasoning?
The only reason the name was changed is because Elon Musk wants to troll as many people as possible. If you use the name X, you were successfully trolled.11 -
Pick one:
> Awesome username but ugly real name.
> Ugly username but awesome real name.
🤔
(examples are welcome) -
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 -
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 -
tired of finding a name for my social networking platform. wanted to name it ripp.pl but richard branson invested in some patented product called ripplier2
-
Have any devs done bar work before..?
I've always enjoyed doing things outside of work, and I work 3-4 days a week in my main job to create time for this. It's great for my mental health, and means I can optimise the main job for pay/good benefits and fulfil my "other needs" (stimulation/challenge/enjoyment) in other places.
The main things for me are dev contracting on the side or acting/singing, to a lesser extent travel, a bit of activism and law study. Just because 🤷♂️
Especially re: my last rant with *that* email from HR on Friday, I'm tempted to be a bit more strict about only doing three days and picking up something else.
Although I know the pay is awful, I really want to try bar work on the side just to do something different.
Has anyone else done bar work before?9 -
$cash me outside, how 'bout that?
What do people use (I'm specifically interested in UK, but all answers welcome!) for P2P payments?
I like square cash, just so that I can say that. Monzo next, and the I guess direct bank transfer but only with a handful of people I really know. You wouldn't want to give it to stranger, and its a cumbersome process.4 -
I do some freelancing on the site, make a bit of cash and it's a bit different to the day job.
It can itself be pretty dull or boring, but at least I can drop the client when the project's over and try to find something interesting.
Anyways, I'm logged into a client Google account to do some domain admin on a GSuite account. Logged into Incognito so that it doesn't interrupt my usual session.
Get a bit distracted and sidetracked, end up searching for porn... in Incognito... in the client's session! 💀
Quickly clear search history and hope that does it!
Tell me someone else has done this too??4 -
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 -
New year, new Google HashCode!!!
I need a new stupid name for my team, last year "SicroMoft" by @Fast-Nop was great, but this time I need something even better (or worse)
Also, who else is participating?6 -
Reminiscing about my old name generator...
-Shart’Cannon, Village of Linlar’marlu-
... still my favourite -
!Rant
So this brilliant app called Enki.
Enki --> Enquire ?
Enquire Upon Everything?
Tim Berners-Lee paper?
Perhaps me being overly analytical but damn that's a nice name for an app... -
*not a rant*
I'm building a dashboard/control panel that checks on the status of a couple of dbs/apis/websites and need a cool name for it. Let's see how creative devrant can be?14 -
SonarQube just showed my package name as duplicated code because I have a second class in the same package with the same package name -.-
-
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 -
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
-
Nobody likes chatbots/conversational UI for anything other than chat, right?
I have a savings app with conversational UI. I press one of a number of options e.g. "Savings". There's this artificial delay after the network request has been made so that it looks like the app is typing back at you. Why???
You then get another limited set of options, or you can tap "Back". These options are supposedly as if you typed it back as a response.
I can get three "questions" (levels) deep, let's say to deposit cash, only for it to turn around and say that I've reached a daily/weekly limit? At each level there's this awful delay, and you already knew I wouldn't be able to perform the action regardless of my responses after my very first "message"!
Why is this good/popular? And the whole thing totally breaks if there's any loss of connectivity.
Stop it. Please. -
When coworkers leave their laptop unlocked we find a commonly used variable name and replace all name references with 'poop'
-
WHAT IS WRONG?
public class Person {
String name;
public Person (String personName) {
name = personName;
}
public String greet (String yourName ) {
return String.format ("Hi %s, my name is %s" + name+yourName);
}
}3 -
Find on frenh bank application :
string name;
try {
Client client = _repo.getById(id);
name = client.name;
} catch {
name = "noname";
}
😂😂😂😂😂 -
me starting developing one user control.... how to name the datagridview... after 3 minutes, I let you the default name for the beginning..