Datadog is good for metrics, but I'm more curious about the deployment side of things. For example, let's say I just made an update to a service's API that requires deploying new versions of 3 microservices. I want to (1) be able to locally deploy and test the 3 new versions, and (2) deploy all 3 versions at the same time. This ends up being super tedious because I have to do a lot of manual work just to push a (potentially minor) update.
> Part of that comes from Facebook's aggressive policy about making Facebook social media accounts (whose terms of service revolve around a "real name" policy) mandatory to use new Oculus VR headsets, including the Quest 2.
That's all I need to know to stay away from this. 300 bucks and you still need to use a Facebook account?? No thanks
I remember DMOZ, but this site wouldn't just be a directory of online stores. It would search a set of reputable online stores and show you results from them. Unless I'm missing your point?
That's a good point. Initially I would only include big-name stores. If you searched for filing drawers you may see results from Office Depot, Staples, or directly from whoever makes filing drawers. When you order from those websites, you know you're getting a product shipped directly from them. When you order from Amazon, you don't know who is selling you the product (more often than not it's from a third-party seller).
Find out what dependencies are missing with ldd <executable>.
If you don’t identify them, you can check if they are direct dependencies by running readelf -d <executable> | grep NEEDED.
Make sure the dependencies actually exist. Maybe you forgot to compile them or move them to a libs directory?
Find out where dependencies are searched by using LD_DEBUG=libs ldd <executable>.
If you need to add a directory to the search:
Ad-hoc: add the directory to the LD_LIBRARY_PATH environment variable.
Baked in the file: add the directory to the executable or shared library’s rpath or runpath by passing -Wl,-rpath,<dir> (for rpath) or -Wl,--enable-new-dtags,-rpath,<dir> (for runpath). Use $ORIGIN for paths relative to the executable.
If ldd shows that no dependencies are missing, see if your application has elevated privileges. If so, ldd might lie. See security concerns above.
I found this particularly interesting: Fulgurites are homologous to Lichtenberg figures, which are the branching patterns produced on surfaces of insulators during dielectric breakdown by high-voltage discharges, such as lightning.
> I’m totally convinced that almost everyone can build a decent Twitter audience in a few months if you understand a few basic concepts and put in a couple of hours of effort per day.