Random
Source Code

Yandere Dev

A developer who gets a game idea that interests a lot of people then when he's earning thousands of dollars of his supporters. Only makes progress once every 3 months.

It's been so long, but yandere dev has made only 2 weeks worth of progress. He streams Animal Crossing, and makes slurp sounds when staring at a Anime Girl's boobs.

by Potato.Exe July 17, 2020

241๐Ÿ‘ 13๐Ÿ‘Ž


Yandere Dev

The epitome of how not to develop a video game.

Guy 1: "How do I make a video game?"
Guy 2: "Don't be a Yandere Dev"

by jhfdjh November 2, 2020

100๐Ÿ‘ 6๐Ÿ‘Ž


bad dev

the definition of pollux, it should be said regularly

pollux is a bad dev

by ChinoKafuu December 31, 2021


Dev Srivastav

This person is well spoken and well mannered but he tends to have crush on girl names Omshi Gupta.

Yo: Hey so you know the boy who loves Omshi.

Bro : He must be Dev Srivastav

Yo: Obviously duh!

by rockmydic January 6, 2020

37๐Ÿ‘ 3๐Ÿ‘Ž


Dev Hour

Somebody wanted you to know about how you were in the popular podcast where developers come and meet up and talk to you about new games and such coming out.

"Davey wanted you to come to Dev Hour these nuts"

by Sawill January 23, 2022


naomi dev

a naomi dev loves having boyfriends and never wants to be without one

that naomi dev just took my boyfriend

by nibbaonthetrigger September 10, 2019


/dev/null

/dev/null is a character device file on UNIX computer operating systems that accepts all data written to it, without storing it. It can be opened by many processes simultaneously, and writing to it doesn't cause the file to grow. Formally, it's described as being an infinite data sink. In shell programming, unwanted output from a command can be redirected there. For example:

find / 2>/dev/null

This would display the full paths to all the accessible files on the computer, without displaying the "Permission denied" errors that are likely to occur.

When programs try to read from /dev/null, they get an end-of-file error.

The idea of a null device was imitated by Microsoft in MS-DOS. In DOS, 'NUL' is a reserved filename. When you open a file with that name, DOS opens its equivalent of /dev/null. This behavior was inherited by Windows. In Windows,
even versions of it that are based on the NT kernel, you cannot create a file called "NUL".

It is usually pronounced as "dev null", not "slash dev, slash null." Programmers sometimes refer to /dev/null as a place to send any unwanted information, even if, for example, the data is being transmitted as spoken words from a human's mouth.

"I didn't give a shit about what the Resident was saying, so I simply redirected everything he said to /dev/null."

by Shaka Zulu September 3, 2004

268๐Ÿ‘ 69๐Ÿ‘Ž