Docendo Discimus. Ingeniero en Sistemas. Docente Universitario y Desarrollador de Software. Apasionado de la tecnología y entusiasta del software libre.
La Federación de Estudiantes de la PUCE y Asociación de Estudiantes de Medicina expresan su respaldo a Esteban Higuera, tras su separación del internado en el Hospital Carlos Andrade Marín.
Advierten sobre posible vulneración de derechos y rechazan cualquier forma de represalia.
Mi hijo fue impedido de continuar haciendo su internado en el #HCAM como lo venía haciendo desde hace semanas.
Y, esto me releva por ahora de explicar quién es mi hijo. @danielnoboa@JaimeOBernabe@mjpintoec@Salud_Ec ⬇️
Quick Linux tip:
The diff command is a useful tool for finding differences between files in the Linux terminal. However, icdiff offers an even better side-by-side comparison with colorized output.
$ icdiff config-dev.ini config-prod.ini
The output will display both files side-by-side with any differences highlighted in red and green, making it easy to spot the difference.
El creador de Claude Code compartió su flujo de trabajo.
Explica cómo planifica tareas complejas, divide el trabajo con subagentes, un sistema de mejora continua y mucho más.
🔖 Guárdalo, lo agradecerás.
El creador de Claude Code compartió su flujo de trabajo.
Explica cómo planifica tareas complejas, divide el trabajo con subagentes, un sistema de mejora continua y mucho más.
🔖 Guárdalo, lo agradecerás.
Docker Clearly Explained: The Ultimate Guide 🐋
➡️ Core Architecture:
→ Docker Engine: The primary software that combines the CLI and the background Daemon to manage your container environment.
→ Docker Daemon: The background service that does the heavy lifting, managing objects like images, containers, and networks.
→ Dockerfile: A text file containing the "recipe" or instructions needed to build a specific Docker image.
→ Docker Image: A read-only template that acts as a blueprint for your application and its dependencies.
→ Docker Container: A live, isolated instance of an image that runs your application consistently on any system.
➡️ Storage & Connectivity:
→ Docker Registry: A central library, like Docker Hub, where you store and share your container images.
→ Docker Volume: Provides a way to persist data outside the container, ensuring your files aren't lost when a container is deleted.
→ Docker Network: A secure communication bridge that allows your containers to talk to each other.
➡️ Essential Commands:
→ Images: docker pull, docker run, docker image ls.
→ Containers: docker ps -a, docker stop, docker rm, docker exec.
→ Resources: docker volume create, docker network ls.
Docker: Build Once, Run Anywhere 🐋
Why use Docker?
→ Lightweight: Shares the host OS kernel, making it much faster than VMs.
→ Consistent: Ensures the app runs the same way on every system.
→ Portable: Easily move containers between your laptop, staging, and the cloud.
How it works (High Level)
→ Dockerfile: A text file containing instructions to build your image.
→ Image: A read-only template used to create containers.
→ Container: A live, running instance of your application.
→ Docker Hub: A central registry to store and share your images.
The Docker Lifecycle
→ build: Create an image from a Dockerfile.
→ pull: Download an existing image from a registry.
→ run: Start a container from an image.
→ stop/rm: Manage and clean up your running instances.
Flow: Code to Container
1. Write your code and define the environment in a Dockerfile.
2. Build the image and optionally push it to Docker Hub.
3. Pull the image onto your server and run the container.
Ante los informes que indican la llegada de bombarderos B-52, miles de iraníes se congregan en las centrales eléctricas ondeando banderas.
Rechazo absoluto a la barbarie de @realDonaldTrump, si tienes valor y te sumas al valiente pueblo Irani dale #RT el mundo no puede permitir el uso de la fuerza sobre la razón. #HelpWorld
#Irán #IranWar #IranIsraelWar #Israël
#Nuevo_Orden_Mundial💥💥
👇🏼👇🏼👇🏼👇🏼
Miles de iranís están rodeando la única central nuclear de Irán en Bushehr, uno de los principales objetivos de Trump tras su amenaza de arrasar el país entero.
No comulgo con el gobierno de Irán, pero nunca vi un pueblo tan valiente defendiendo su país.
Google Stitch has released 𝗗𝗘𝗦𝗜𝗚𝗡.𝗺𝗱 🤯
One markdown file that teaches your AI coding agent your entire design system.
→ No Figma exports
→ No JSON schemas
→ Nothing to configure
The part that saves the most time:
A free collection of 40+ pre-built files already exists, extracted from real products. Stripe, Vercel, Linear, Notion, Lovable, Claude, ElevenLabs, Cursor, Warp, Zapier, and more.
Drop it in your project root. Claude Code, Cursor, Gemini CLI, and GitHub Copilot all read it natively.
100% Free and Open-Source.