ylliX - Online Advertising Network

GitHub Availability Report: October 2024

In October, we experienced one incident that resulted in degraded performance across GitHub services. October 11 05:59 UTC (lasting 19 hours and 12 minutes) On October 11, 2024, starting at 05:59 UTC, the DNS infrastructure in one of our sites started failing to resolve lookups following a database migration. Attempts to recover the database led […]

Microsoft Unveils Enhanced AI Tools for Developers at GitHub Universe

At the recent GitHub Universe, Microsoft announced new capabilities and tools that further integrate Microsoft Azure AI services directly into developer tools like GitHub and VS Code. These innovations stem from the company’s mission to create AI-enhanced, end-to-end development environments with robust support from the developer community. With new features in GitHub Copilot for Azure […]

GitHub – JohannesKaufmann/html-to-markdown: ⚙️ Convert HTML to Markdown. Even works with entire websites and can be extended through rules.

A robust html-to-markdown converter that transforms HTML (even entire websites) into clean, readable Markdown. It supports complex formatting, customizable options, and plugins for full control over the conversion process. Use the fully extendable Golang library or a quick CLI command. Alternatively, try the Online Demo or REST API to see it in action! Here are […]

GitHub expands AI suite: Copilot goes multi-model, Spark debuts for web dev

GitHub is marking a significant evolution of its developer tools with two major announcements: a multi-model upgrade to Copilot and the introduction of Spark, a natural language web development platform.  The code hosting giant is expanding Copilot beyond its OpenAI-only architecture to include Anthropic’s Claude 3.5 Sonnet and Google’s Gemini 1.5 Pro models while simultaneously […]

Celebrating the GitHub Awards 2024 recipients 🎉

The GitHub Awards celebrates the outstanding contributions and achievements in the developer community by honoring individuals, projects, and organizations for creating an outsized positive impact on the community. We announced these awards live at GitHub Universe 2024, but here’s a recap for those who missed it! Open Source Awards Wonderfully Welcoming Award Home Assistant is […]

GitHub – swlkr/ryde: ryde is a single person, single file web framework for rust

ryde is a single person, single file web framework for rust cargo add –git https://github.com/swlkr/ryde use ryde::*; #[router] fn router() -> Router { Router::new().route(“https://github.com/”, get(get_slash)) } #[main] async fn main() { serve(“::1:9001”, router()).await } async fn get_slash() -> Html { html! { <!DOCTYPE html> <html> <head> <title>ryde with rust</title> </head> <body> <div>you are here {url!(get_slash)}</div> […]

GitHub for Nonprofits: Drive social impact one commit at a time

Over the past few years, we’ve seen the number of nonprofits leveraging GitHub grow—and grow. Technology is increasingly becoming a critical part of nonprofit’s strategies to drive forward their missions, accelerate human progress, and take big strides toward the Sustainable Development Goals. And we’re here to make this process easier and more accessible for all—from […]

GitHub Availability Report: September 2024

In September, we experienced three incidents that resulted in degraded performance across GitHub services. September 16 21:11 UTC (lasting 57 minutes) On September 16, 2024, between 21:11 UTC and 22:08 UTC, GitHub Actions and GitHub Pages services were degraded. Customers who deploy Pages from a source branch experienced delayed runs. We determined the root cause […]