Join us

ContentUpdates and recent posts about GitHub Copilot..
Discovery IconThat's all about @GitHub Copilot — explore more posts below...
 Activity
@mikeschinkel started using tool SQLite , 7 hours, 42 minutes ago.
 Activity
@mikeschinkel started using tool PostgreSQL , 7 hours, 42 minutes ago.
 Activity
@mikeschinkel started using tool MySQL , 7 hours, 42 minutes ago.
 Activity
@mikeschinkel started using tool Kubernetes , 7 hours, 42 minutes ago.
 Activity
@mikeschinkel started using tool Go , 7 hours, 42 minutes ago.
 Activity
@mikeschinkel started using tool GNU/Linux , 7 hours, 42 minutes ago.
 Activity
@mikeschinkel started using tool Docker , 7 hours, 42 minutes ago.
Link
@varbear shared a link, 1 day, 23 hours ago
FAUN.dev()

I built a programming language using Claude Code

Cutlet usesClaude Code. The LLM emits every line. Source, build steps, and examples live on GitHub. It runs on macOS and Linux and ships aREPL. It supports arrays, strings, double numbers, a vectorizingmeta-operator, zip/filter indexing, prototypal inheritance, and a mark-and-sweepGC. Development ra.. read more  

Link
@varbear shared a link, 1 day, 23 hours ago
FAUN.dev()

Using Rust and Postgres for everything: patterns learned over the years

Rust and PostgreSQL are considered the best tools in the software world due to their performance and reliability. Rewriting a backend service from Go to Rust led to significant improvements in processing speed and memory usage. Using sqlx for database operations and leveraging PostgreSQL features li.. read more  

Link
@varbear shared a link, 1 day, 23 hours ago
FAUN.dev()

Why value streams and capability maps are your new governance control plane

The piece flips enterprise AI fromgenerativetoagentic. Agents getstructured autonomyto perceive, plan, and execute across systems. It turnsvalue streammaps into a control plane withautonomy zones,halt-on-exceptiongates, cryptographicflight recorders, andpolicy-as-code. Result: less hallucination and.. read more  

Why value streams and capability maps are your new governance control plane
GitHub Copilot is an AI coding companion built by GitHub and powered by large language models trained on billions of lines of code. More than just autocomplete, it understands your project context — open files, comments, and coding style - to generate relevant suggestions, explain code, and even fix errors.

It integrates directly into popular IDEs like VS Code, JetBrains, and Neovim, offering seamless inline completions, chat-based assistance, and advanced modes like Copilot Agents that can edit, debug, and automate tasks across your codebase. With support for multiple languages, frameworks, and workflows, Copilot helps individuals and teams move from typing code to reasoning about it - enabling faster development, fewer bugs, and a more creative coding experience.