hyperoperationfractallisation:

eyepool:

the-hex-project:

ageblue-aka-varnah-g:

the-hex-project:

the-hex-project:

I love summons with words for codes. FACADE. BAD455.

I wonder how many words there are in hex code.

I decided to google after typing this, and found a handful

More finds:

#FA113D (Failed)

#B000B5

#10ADED

#C0FFEE

#907A70 (Potato)

#ACCE55

#0FF1C3

#D3C0D3

YES YES

HERE YOU GO @the-hex-project

WEBSITE WITH HEX CODES AS WORDS!

Look through it if you’re interested in the possibilities ^_^

Programmers do this a lot because we often look at memory values as hex. But we use 4 or 8 letters because that’s a typical size of memory value. Some well known ones are

DEADBEEF — various debugging tools will scribble this into unused or freed memory, so if you see it you know something’s been reading memory it shouldn’t.

CAFEBABE — stored in the first 4 bytes of every Java code file to identify what it is

Java my beloved