This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
It's amazing what will still compile and run. Consider this old project I maintained for a while, a while ago—it still has at least one file of pre-ANSI C (with the K&R style function definitions) alongside a bunch of C and C++ that compiles under C++14.
The story is that this actually runs a service that I needed to migrate from an old CentOS server to a new Ubuntu server. Despite it being a 30+ year old project, and my not having touched my fork in ~5-6 years, it all just compiled and ran (specifically configure && make
resulted in a working binary on the new server). I can't think of any other piece of software I use that I have that kind of confidence in just working!