
rr
Replay.io
Dark Language
RemedyBG
Productivity Power Tools
Sciter
Cover Your Tracks
Ghidra
Docker Compose
Kubernetes
Rancher
Docker Swarm
Helm.sh
OpenShift
CloudStack
AlwaysData
rr
Docker Composerr might be a bit more popular than Docker Compose. We know about 77 links to it since March 2021 and only 60 links to Docker Compose. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Agreed. While not directly applicable, I was a huge fan of Mozilla's rr [0] in undergrad. Quoting their site: > rr records a group of Linux user-space processes and captures all inputs to those processes from the kernel, plus any nondeterministic CPU effects performed by those processes (of which there are very few). I think the solution will resemble that. You don't control the LLM, sure. But you can control what... - Source: Hacker News / 16 days ago
Rr (https://rr-project.org/) and memory watchpoints are a godsend when it comes to analysing heap corruptions. - Source: Hacker News / 8 months ago
Since you're already a GDB user, rr will probably feel comfortably familiar. https://rr-project.org/ already has enough example usage to get you going on the home page right there. - Source: Hacker News / 11 months ago
Something I haven't seen discussed here that is another type of debugging that can be very useful is historical / offline debugging. Kind of a hybrid of logging and standard debugging. "everything" is logged and you can go spelunk. For example: https://rr-project.org/. - Source: Hacker News / 11 months ago
Https://rr-project.org/ is a great Time-Travel debugger and has the capability to record and replay the execution of the CPython interpreter, but since it depends on GDB (which just knows how to inspect compiled programs) it struggles to present the state of the Python program running inside of the interpreter. I've found that the best way to inspect Python programs with GDB is to use the GDB extensions... - Source: Hacker News / 12 months ago
Docker Compose Documentation โ official Docker Compose reference. - Source: dev.to / 10 days ago
Docker Documentation Docker Compose Documentation. - Source: dev.to / 2 months ago
While developing web applications using Docker Compose has many positives, like portability and making it easy to add databases and other services like Redis to your environment, it's important to remember that Docker and containers generally were not originally meant to facilitate the sort of immediate-feedback development workflows which web developers expect. - Source: dev.to / 3 months ago
We started experimenting with AI-powered imports in March, and the initial tests were promising. By analyzing package files, Docker Compose files, Dockerfiles, READMEs, folder structures, and other project files, AI turned out to be remarkably capable of understanding how a project should run on Diploi. - Source: dev.to / 3 months ago
This tutorial walks you through setting up a simple Docker Compose project that serves two Node web servers over HTTPS using Caddy as a reverse proxy. You will learn how to use mkcert to generate wildcard certificates and the minimal configuration needed in the Caddyfile and docker-compose.yml to get it all working. - Source: dev.to / 3 months ago
Replay.io - The best place to backorder/drop purchase expiring ccTLD domain names
Kubernetes - Kubernetes is an open source orchestration system for Docker containers
Dark Language - Holistic language, editor, and infra for building backends
Rancher - Open Source Platform for Running a Private Container Service
RemedyBG - 64-bit Windows debugger written from scratch as an alternative to the Visual Studio debugger.
Docker Swarm - Native clustering for Docker. Turn a pool of Docker hosts into a single, virtual host.