Tag: command-line tools
-
Cloud Blog: Using Cilium and GKE Dataplane V2? Be sure to check out Hubble for observability
Source URL: https://cloud.google.com/blog/products/containers-kubernetes/using-hubble-for-gke-dataplane-v2-observability/ Source: Cloud Blog Title: Using Cilium and GKE Dataplane V2? Be sure to check out Hubble for observability Feedly Summary: As a Kubernetes platform engineer, you’ve probably followed the buzz around eBPF and its revolutionary impact on Kubernetes networking. Perhaps you’ve explored Cilium, a popular solution leveraging eBPF, and wondered how Google…
-
Simon Willison’s Weblog: Quoting Rob Cheung
Source URL: https://simonwillison.net/2024/Dec/11/rob-cheung/ Source: Simon Willison’s Weblog Title: Quoting Rob Cheung Feedly Summary: (echo “PID COMMAND PORT USER"; lsof -i -P -n | grep LISTEN | awk ‘{print $2, $1, $9, $3}’ | sort -u | head -n 50; echo;) | column -t | llm "what servers are running on my machine and do some…
-
Docker: Using AI Tools to Convert a PDF into Images
Source URL: https://www.docker.com/blog/using-ai-tools-to-convert-a-pdf-into-images/ Source: Docker Title: Using AI Tools to Convert a PDF into Images Feedly Summary: Learn how to turn a PDF into a bunch of images with the help of Docker and AI tools. AI Summary and Description: Yes **Short Summary with Insight:** The text discusses the Docker Labs GenAI series, focusing on…
-
Simon Willison’s Weblog: Run a prompt to generate and execute jq programs using llm-jq
Source URL: https://simonwillison.net/2024/Oct/27/llm-jq/#atom-everything Source: Simon Willison’s Weblog Title: Run a prompt to generate and execute jq programs using llm-jq Feedly Summary: llm-jq is a brand new plugin for LLM which lets you pipe JSON directly into the llm jq command along with a human-language description of how you’d like to manipulate that JSON and have…
-
Docker: Using an AI Assistant to Read Tool Documentation
Source URL: https://www.docker.com/blog/using-an-ai-assistant-to-read-tool-documentation/ Source: Docker Title: Using an AI Assistant to Read Tool Documentation Feedly Summary: Explore how to use Docker and LLMs to streamline workflows for command-line tools to enhance the process of reading docs, troubleshooting errors, and running commands. AI Summary and Description: Yes **Summary:** The text outlines Docker’s ongoing exploration into utilizing…