this post was submitted on 20 Jun 2023
8 points (100.0% liked)

Programming

46 readers
2 users here now

This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.

founded 2 years ago
 

Post your favorite cryptic error messages or other strange happenings that leave you dazed and confused, but trying to continue.

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 year ago

Segmentation fault (core dumped)

[–] [email protected] 5 points 1 year ago (1 children)
[–] [email protected] 2 points 1 year ago

Wow those were the days. I haven't touched PHP for years, but this post made me recall memories..

[–] [email protected] 3 points 1 year ago (1 children)

I honestly don’t think anything can top this.

[–] [email protected] 5 points 1 year ago (1 children)

Would you like to hear an OpenSSL joke?

It's 64k letters long and you can repeat it back to me when I'm done.

It's "A".

[–] [email protected] 2 points 1 year ago

My goodness that makes my heart bleed.

[–] [email protected] 3 points 1 year ago

System.InvalidCastException: [Type] cannot be cast to [Same type]

Of course, this means that a particular assembly (DLL library) has been loaded from code twice.