Best of Microsoft — August 2022
- 1
- 2
Hashnode·4y
Docusaurus 2.0 🥳️: Meta's static site generator to build beautiful documentation websites
Docusaurus 2.0 is a documentation static-site-generator, based on Node.js and React. It allows you to focus on content: just write Markdown files. It is already powering many great docs sites you know: React-Native, Redux, Tauri, Electron, Courier, Figma.
- 3
Hashnode·4y
Explain in 5 Levels of Difficulty: Linux
The Linux kernel was first released to the public in 1991 by Finnish computer science student Linus Torvalds. The kernel is the core of a Linux operating system and provides basic services such as memory management, process management, device drivers, and system call handling.
- 4
- 5
- 6
Pointer·4y
microsoft/DeepSpeed: DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
DeepSpeed trained the world's most powerful language models (MT-530B, BLOOM) Azure and DeepSpeed empower easy-to-use and high-performance model training. DeepSpeed is an important part of Microsoft’s new AI at Scale initiative to enable next-generation AI capabilities at scale. It is not tied to specific PyTorch or CUDA versions.
- 7
The Register·4y
FauxPilot: Like GitHub Copilot without Microsoft telemetry
GitHub Copilot is a tool for generating programming code suggestions with the help of AI models. It relies on OpenAI Codex, a natural language-to-code system based on GPT-3 that was trained on "billions of lines of public code" in GitHub repositories. Microsoft is a Linux and open source company these days.
- 8
DevBlogs·4y
.NET 6 is now in Ubuntu 22.04
.NET 6 is now in Ubuntu 22.04 (Jammy) and can be installed with just apt install dotnet6.NET in Chiseled Ubuntu Containers.NET delivers the smallest container footprint while still being the Ubuntu you know and trust.NET is similar to conventional distroless, with a tool that is customized for slicing.deb packages. The images will be offered in our nightly repos.
- 9
Visual Studio Blog·4y
Visual Studio 2022 17.3 is now available!
NET Multi-platform App UI has graduated from preview in Visual Studio and is now available on Windows. Pick Azure as the deployment target and Azure Container Apps will be one of the options available to you. Live Unit Testing now scales better for larger solutions by making the builds scoped to only what is needed and building projects in parallel.