GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
LXD
runc
Podman
Crane
CRI-O
ZeroVM
BuildKit
Buildah
GitHub
LXDBased on our record, GitHub seems to be a lot more popular than LXD. While we know about 2470 links to GitHub, we've tracked only 9 mentions of LXD. 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.
This is why eval and observability ship as a unit, not as separate purchases. agent-eval scores and gates the output โ the tiers above, drift, hallucination. AgentLens captures the trace of how the agent got there: every model step and tool call, the resolved inputs, the raw outputs, the trajectory. Two things fall out of that:. - Source: dev.to / 5 days ago
The real fragility is in trying to constrain arguments. The docs are explicit that a pattern like Bash(curl http://github.com/ *) fails to do what it looks like it does. It won't match curl -X GET http://github.com/... (option before the URL), curl https://github.com/... (different protocol), curl -L http://bit.ly/xyz (redirects to GitHub), URL=http://github.com && curl $URL (variable), or curl http://github.com... - Source: dev.to / 6 days ago
Fallback chains โ og:title โ twitter:title โ- SSRF protection โ if you fetch user-supplied URLs, you MUST block
localhost, RFC-1918 ranges, and internal hostnames, or your preview endpoint is a proxy into your own infrastructure- Caching โ you do not want to re-fetch a URL on every render
- Rate limiting โ a public...
- Source: dev.to / 8 days ago
$ git pull Remote: Repository not found. Fatal: repository 'https://github.com//.git/' not found. - Source: dev.to / 10 days ago
// ==UserScript== // @name GitHub -> Obsidian Task // @namespace obsidian // @version 1.0 // @match https://github.com/*/*/issues/* // @match https://github.com/*/*/pull/* // @grant GM_setClipboard // ==/UserScript== (function () { 'use strict'; function getTitle() { return document.querySelector("bdi")?.textContent.trim(); } function copyTask() { ... - Source: dev.to / 12 days ago
Linux containers project. Foreshadowing of this move at https://linuxcontainers.org/lxd/. - Source: Hacker News / over 2 years ago
The expected changes are: - https://github.com/lxc/lxd will now become https://github.com/canonical/lxd - https://linuxcontainers.org/lxd will disappear and be replaced with a mention directing users to https://ubuntu.com/lxd - The LXD YouTube channel will be handed over to the Canonical team - The LXD section on the LinuxContainers community forum will slowly Be sunset in favor of the Ubuntu Discourse forum... Source: about 3 years ago
Hello community, It seems LXC images for arm7l/armhf are no longer available, not from the official Turris mirror nor from LinuxContainers.org (https://linuxcontainers.org/lxd/). Any solution or alternative for people like me heavily relying on the Turris Omnia to run LXC containers? Thanks. Source: about 3 years ago
Any distribution stable enough and LXD https://linuxcontainers.org/lxd/ for containers and VMs. Source: over 3 years ago
This has been really stable, and has worked pretty well for me. I deploy the applications to a set of LXD containers (read: lightweight Linux VMs) on Proxmox, a free and open-source hypervisor with an excellent management interface. - Source: dev.to / over 4 years ago
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
runc - CLI tool for spawning and running containers according to the OCI specification - opencontainers/runc
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
Podman - Simple debugging tool for pods and images
VS Code - Build and debug modern web and cloud applications, by Microsoft
Crane - Crane is a docker image builder to approach light-weight ML users who want to expand a container image with custom apt/conda/pip packages without writing any Dockerfile.