/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

codeinthehole.com
| | telesens.co
11.3 parsecs away

Travel
| | [LatexPage] This post shows how to set up a local Ray cluster consisting of several Ubuntu workstations connected over a home WiFi network and running a Directed Acyclic Graph (DAG) of computations on this cluster. The DAG comprises loading a CSV file from AWS S3, performing simple data transformations steps, training a RandomForest classifier, running various
| | www.axismaps.com
9.2 parsecs away

Travel
| | [AI summary] The article discusses using Docker and cloud computing to process and optimize large-scale OSM data for offline cycling maps, emphasizing scalability and automation.
| | sergeyteplyakov.github.io
9.8 parsecs away

Travel
| | I was investigating crash dumps for one of our services and faced a puzzling group of crashes. These crashes were caused by a StackOverflowException with relatively short stack traces. It wasn't due to infinite recursion, just a logging method that was allocating 64K on the stack. Given that it was a Windows process with standard thread creation logic, each stack should have 1MB, making a stack overflow in this case not possible.
| | boucek.me
18.1 parsecs away

Travel
| FreeBSD 13 does not (yet) contain working Docker machine, although several implementations are on the way. This post explains how to install Docker daemon in Alpine Linux running in Bhyve. It also shows how to create NAT in Bhyve. I have to use NAT, because I use link aggregation (failover) between Wi-Fi and Ethernet. I will use following tools: pf - Packet Filter, part of the base system vm-bhyve, grub2-bhyve - CLI front end for Bhyve tmux - optional, replacement for default cu Networking Link to headin...