That's literally how many agender people would define it, but you are of course free to use whatever labels you prefer to use for yourself. Answer from flumphgrump on reddit.com
🌐
Dictionary.com
dictionary.com › browse › null
NULL Definition & Meaning | Dictionary.com
Null means having no value; in other words null is zero, like if you put so little sugar in your coffee that it’s practically null. Null also means invalid, or having no binding force. From the Latin nullus, meaning "not any," poor, powerless null is not actually there at all.
🌐
Cambridge Dictionary
dictionary.cambridge.org › dictionary › english › null
NULL | English meaning - Cambridge Dictionary
6 days ago - 1. having no legal force: 2. with no value or effect: 3. (of a set or matrix…
Discussions

Anyone else consider their gender 'null'?
That's literally how many agender people would define it, but you are of course free to use whatever labels you prefer to use for yourself. More on reddit.com
🌐 r/NonBinary
46
190
February 4, 2024
TIL- There are people with the last name of Null and this causes them many problems. (NULL literally means nothing or "no value given/entered" in computer language)
And because there is, of course, an XKCD for everything... https://xkcd.com/327/ More on reddit.com
🌐 r/todayilearned
49
171
January 7, 2022
🌐
Merriam-Webster
merriam-webster.com › dictionary › null
NULL Definition & Meaning - Merriam-Webster
1 month ago - Let’s be honest: null is kind of a nothing word. That’s not a judgment—it was literally borrowed into English from the Anglo-French word nul, meaning "not any." That word, in turn, traces to the Latin word nullus, from ne-, meaning "not," and ullus, meaning "any."
🌐
VICE
vice.com › home › when a ‘null’ value happens to be a person
When a 'Null' Value Happens to Be a Person
July 29, 2024 - Null has meaning—a whole lot of it, actually—but its whole purpose in life is to indicate no value.
🌐
Reddit
reddit.com › r/nonbinary › anyone else consider their gender 'null'?
r/NonBinary on Reddit: Anyone else consider their gender 'null'?
February 4, 2024 -

So the label 'nonbinary' is one I felt has fit for a while, though it has no meaningful impact on my day to day life. Anyone who knows me IRL has no reason to think of me as anything other than a somewhat GNC cis man, and when it comes to pronouns it's literally 'call me whatever the heck you want' if anyone asked me.

I never thought it of it much beyond that but over time I've realised what 'gender' fits me.

Nullgender.

Not agender. Not linked to male or female in any way. Just not there, like a NULL 'value' in a data set (I work with data sets all the time in my day job).

Not exactly a life-changing revelation, but nice to put a stronger label on it.

Anyone else feel similar?

🌐
Urban Dictionary
urbandictionary.com › define.php
Urban Dictionary: Null
Meaning NO! Ex: Aye Rod can I borrow your car to go the store, NULL!
🌐
freeCodeCamp
freecodecamp.org › news › a-quick-and-thorough-guide-to-null-what-it-is-and-how-you-should-use-it-d170cea62840
A quick and thorough guide to ‘null’: what it is, and how you should use it
June 12, 2018 - In a simple and flawless world, null would simply mean that Alice actually doesn't have an email address. When we write code, the reason why a reference points to null is often irrelevant. We just check for null and take appropriate actions. For example, suppose that we have to write a loop that sends emails for a list of persons.
🌐
Etymonline
etymonline.com › word › null
Null - Etymology, Origin & Meaning
"nothing," 1957; "insignificant person," 1933, from use of Zilch as a generic comical-sounding surname for an insignificant person (especially Joe Zilch). There was a Mr. Zilch (1931), comic character in the magazine "Ballyhoo," and the use ...
Find elsewhere
Top answer
1 of 7
42

I have seen database interfaces (e.g. framework libraries) that return 'null' as a string for null columns. I believe there was a flag that would turn this on or off for debugging. This flag allows developers to easily determine if the empty field was a result of a null value or an empty value. This is a bad setting, especially in production, and would explain the issues explained in the article.

The reverse processing of converting 'null' to a null value should generate an application error for a name field. I would expect this to be rather quickly resolved.

2 of 7
24

There's a good chance that a good chunk of your confusion stems from the journalist's. The article talks about problems using entire application systems, not just databases. Completely reasonable since this is a piece of writing aimed at mass consumption, but technical details are glossed over or misunderstood by the author.

Likely a number of these issues are caused at the application layer, rather than the DB's API. Magic values are an anti-pattern which is ridiculously hard to stamp out of the industry. Very easily some programmer could have written a condition along the lines of "someone typed 'null'? They must mean there's no value, because that's what null means!" A misguided attempt at preventing SQL injection could also be responsible for the mentioned mistreatment of Null, or the Hawaiian last name which contains a single quote, which is also the standard SQL string delimiter.

An application which incorrectly transforms these values into NULL or an empty string can easily create errors if business logic or DB constraints expect something different. This naturally results in exactly the frustrating user experience described in the article.

🌐
Wiktionary
en.wiktionary.org › wiki › null
null - Wiktionary, the free dictionary
Something that has no force or meaning. (computing) The null character; the ASCII or Unicode character (␀), represented by a zero value, which indicates no character and is sometimes used as a string terminator.
🌐
WIRED
wired.com › opinion › cybersecurity › hello, i'm mr. null. my name makes me invisible to computers
Hello, I'm Mr. Null. My Name Makes Me Invisible to Computers | WIRED
November 5, 2015 - As a technology journalist, being a Null has served me rather well. (John Dvorak, you know what I'm talking about!) The geek connotations provide a bit of instant nerd cred—to the point where more than one person has accused me of using a nom de plume to make me seem like a bigger nerd than I am.
🌐
Wikipedia
en.wikipedia.org › wiki › Null
Null - Wikipedia
2 weeks ago - Null character, the zero-valued ASCII character, also designated by NUL, often used as a terminator, separator or filler.
🌐
LSD.Law
lsd.law › home › legal definitions › nulla persona
What is nulla persona? Simple Definition & Meaning · LSD.Law
November 17, 2025 - Nulla persona is a Latin term meaning "no person." Historically, it referred to an individual who essentially possessed no legal rights. This status could...
🌐
Quora
quora.com › What-does-null-mean-in-messaging-I-sent-someone-a-DM-in-GroupMe-and-at-the-bottom-it-said-read-null-then-when-I-closed-the-app-and-opened-it-again-it-just-said-read-What-does-this-mean-Did-they-receive-the-message
What does ‘null’ mean in messaging? I sent someone a DM in GroupMe, and at the bottom, it said “read (null)” then when I closed the app a...
Answer (1 of 4): Null is a programming term like ‘this space intentionally left blank’ My guess is the program expects to find ‘timestamp’ data there to know when it was read. The first time it dutifully reported ‘null’ the second time around it may have be processed by other code that shrugged ...
🌐
Vocabulary.com
vocabulary.com › dictionary › null
Null - Definition, Meaning & Synonyms | Vocabulary.com
From the Latin nullus, meaning "not any," poor, powerless null is not actually there at all. Or if it was, it’s gone now. Because null is basically nothing, zip, zilch, nada, and nix. What could be worse? Maybe being "null and void," which is a legal term making something really, really null.
🌐
BBC
bbc.com › future › article › 20160325-the-names-that-break-computer-systems
These unlucky people have names that break computers
March 25, 2016 - But to any programmer, it’s painfully easy to see why “Null” could cause problems for software interacting with a database. This is because the word 'null' can be produced by a system to indicate an empty name field.
🌐
VICE
vice.com › home › having ‘null’ for a last name kind of sucks
Having 'Null' for a Last Name Kind of Sucks
February 25, 2025 - In the world of computer science, the word “null” means “no value.” That’s not to be confused with zero which means zero, an actual numerical value. To put it another way, null is so valueless that it essentially tells the reader not to even pay attention to the space the word occupies.