Do you remember DEADBEEF from your early programming days?

  • Thread starter Thread starter jim mcnamara
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 4K views
Messages
4,789
Reaction score
3,854
from programming long ago?
 
  • Like
Likes   Reactions: Klystron
Physics news on Phys.org
I remember that we used it as a default setting a few years ago (I don't remember the exact application), but it was pointed out that it might not sit well with our vegetarian customers (which we never thought of), so we changed it. Not so much to be PC, but to avoid potential conflicts. (And that was before I married a vegetarian...) :smile:
 
I tried to relate a few hexadecimal jokes before but they fell flat. Either jokes made with words formed from the first six letters of the alphabet (combined with digits 0..9 ?) are not funny or people do not program hex any more. Cafe Dead, Feed Beef, Deaf Fade, Aced Deed.
Ho-Hum 😌
 
Yep.

Code:
 _   _
((___))
[ x x ]
 \   /
 (' ')
  (U)
 
  • Like
  • Haha
Likes   Reactions: 256bits and Klystron
Wow. This takes me back to the days when 32767 was the highest number in the universe!

I seem to have some recollection that deadbeef was null data on some systems... i.e. if you read some section of a program or data space that contained null data (as opposed to just zeros or random noise), than you would see deadbeef, in hex... but this is just a vague wisp of unrefreshed memory.

diogenesNY
 
  • Like
Likes   Reactions: DrClaude
jim mcnamara said:
from programming long ago?
Sure, and there are many more as well. We used these values when we needed something that would stand out in a hex dump (either scanning visually or searching), or a recognizable sentinel value

A few others: FEEDBEEF, FEEDFACE, DEAFBEEF, ...
 
  • Like
Likes   Reactions: Klystron