Accelerate developer productivity with these 9 open source AI and MCP projects
GitHub Copilot and VS Code teams, along with the Microsoft Open Source Program Office (OSPO), sponsored these nine open source MCP projects that provide new frameworks, tools, and assistants to unlock AI-native workflows, agentic tooling, and innovation.
The post [Accelerate developer productivity with these 9 open source AI and MCP projects](https://github.blog/open-source/acce … ⌘ Read more
How to navigate GitHub Universe (or any tech conference) if you’re an introvert
If alone time is your love language—don’t worry, it’s ours too—you can still attend, learn from, and enjoy big events like GitHub Universe. Here are some practical tips on how.
The post [How to navigate GitHub Universe (or any tech conference) if you’re an introvert](https://github.blog/news-insights/company-news/how-to-navigate-github-universe-or-any-tech-conferen … ⌘ Read more
Colored Highlighter - A terminal tool to highlight specific words in your command output with colors
I needed to take a look at some live logs and quickly analyze some old ones, but I couldn’t find anything effective to highlight terms, except for esoteric sed and awk commands.
So I built ch - Colored Highlighter - a simple terminal tool to highlight specific words in your command output with colors. Perfect for tailing logs, debugging, and making command output more readable.
Try it out, all feedback is welcome!
Liquibase continues to advertise itself as “open source” despite license switch
Comments ⌘ Read more
Microsoft Adding AI Facial Recognition, “You can only turn off 3 times a year.”
Al Notepad, Al Paint, Al Excel, Al Word, Al GitHub… ⌘ Read more
Copilot: Faster, smarter, and built for how you work now
Discover how GitHub Copilot has evolved from a high-powered autocomplete tool to a powerful, multi-model agentic assistant.
The post Copilot: Faster, smarter, and built for how you work now appeared first on The GitHub Blog. ⌘ Read more
1.5x to 2.2x GB/s decoding throughput for delta, delta-of-delta and xor-with-previous codes
Comments ⌘ Read more
How GitHub Copilot and AI agents are saving legacy systems
GitHub Copilot and AI agents are making legacy COBOL systems accessible to modern developers.
The post How GitHub Copilot and AI agents are saving legacy systems appeared first on The GitHub Blog. ⌘ Read more
nanochat: The best ChatGPT that $100 can buy
https://x.com/karpathy/status/1977755427569111362
[2022] JSONSki: Streaming Processing of JSONPath Queries with Fast Forwarding
Relevant Paper: https://dl.acm.org/doi/10.1145/3503222.3507719
I am sure this is impressive engineering, but I am not sure if this solves a meaningful problem. If you do need to access the data in this manner, maybe you shouldn’t have stored it as JSON in the first place?
GitHub Copilot CLI: How to get started
Discover how to use GitHub Copilot directly in the terminal. From cloning a repository to opening a pull request, here’s how to streamline your workflow with Copilot CLI.
The post GitHub Copilot CLI: How to get started appeared first on The GitHub Blog. ⌘ Read more
Push the Button: Using LuaJIT + FFI + CoreBluetooth with an async design to automate a trivial task
Comments ⌘ Read more
zoo of array languages
Click on any language on the 3rd bullet point for a REPL and cheatsheet! For example: https://ktye.github.io/zoo/index.html#ngn
How to build reliable AI workflows with agentic primitives and context engineering
See how this three-part framework will turn AI into a repeatable and reliable engineering practice.
The post How to build reliable AI workflows with agentic primitives and context engineering appeared first on [The GitHub Blog]( … ⌘ Read more
NanoChat – The best ChatGPT that $100 can buy
https://x.com/karpathy/status/1977755427569111362
Comments URL: https://news.ycombinator.com/item?id=45569350
Points: 531
# Comments: 85 ⌘ Read more
DebDroid - Debian on Android (v1.1)
Hello guys! I’m happy to share DebDroid, a free and open-source project that aims to bring a real Debian environment to Android devices. It is not Termux-based, nor a simple proot-based wrapper, but a real, near-native chroot environment running on top of the Android kernel.
The project is built around a heavily modified version of the Kali Nethunter’s script I’ve developed 3 years ago. This new version (DebDroid) brings greatly improved security, isolation and additional compatibility patch … ⌘ Read more
lavandula: A fast, lightweight web framework in C for building modern web applications
Comments ⌘ Read more
How to Add MCP Servers to Claude Code with Docker MCP Toolkit
AI coding assistants have evolved from simple autocomplete tools into full development partners. Yet even the best of them, like Claude Code, can’t act directly on your environment. Claude Code can suggest a database query, but can’t run it. It can draft a GitHub issue, but can’t create it. It can write a Slack message,… ⌘ Read more