ETOPO 30 Arc Second 2022 container

Posted on Sun 19 February 2023 in tech • Tagged with etopo, docker, gmt

ETOPO 30 Arc Second

Now available ETOPO 30 Arc Second 2022 Relief Model Docker container. This project is hosted on GitHub and available to download from either Docker Hub or GHCR

Ultra HD Wallpapers:

Package Contents:

  • Debian Stable
  • GMT 6.1
  • ETOPO …

Continue reading

Immediately get started developing smart contracts

Posted on Sat 28 January 2023 in tech • Tagged with solidity, docker, ethereum, foundry, collective

Immediately get started developing smart contracts using the Collective.

Full tutorial on YouTube:


M1 Mac: Should you enable efficiency cores in Docker?

Posted on Fri 20 January 2023 in tech • Tagged with docker, rust, c++, go, build, apple

Should you enable your efficiency cores for use by Docker on Apple Silicon?

If you enable the efficiency cores there are 2 additional cores for the system scheduler to allocate to your workload. However, if you leave them disabled, these 2 cores will remain in reserve for use by supportive …


Continue reading

Complete working example of Protocol Buffers in C++ with CMake and a Dockerfile

Posted on Thu 30 September 2021 in tech • Tagged with programming, Protobuf, C++, CMake, Linux, Docker

Protocol Buffers complete working example with CMake and Docker for C++

Protobuf


Complete working example gRPC in C++ with CMake and a Dockerfile

Posted on Thu 23 September 2021 in tech • Tagged with programming, gRPC, C++, CMake, Linux, Docker

Sometimes and example is worth a thousand words. In this installment gRPC C++ with CMake FetchContent and a Dockerfile.

gRPC