this post was submitted on 14 Feb 2025
692 points (98.1% liked)

Greentext

5203 readers
1121 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 6 days ago

Waaaaaaaay back in my Visual Basic 5 days I used to hide easter eggs in my corporate apps. It was always just a dialog box that would pop up randomly saying something kinda funny. To keep them from being discovered by the other developers, I would put the code in some obscure file and instead of a (searchable) string variable containing the text for the popup, I would convert it to a concatenated series of CHR(ASCII#) statements, and then each line of code would start with a couple of hundred spaces, so it would only ever be seen if someone happened to open the file and also happened to notice that there was a horizontal scroll bar at the bottom. We got many bug reports about the easter eggs but nobody was ever able to locate the code that was producing them. I might have been fired for this but probably not - nobody really cared much about shit like this in 1999.