Blog Logo
TAGS

Python 3.12 Preview: Ever Better Error Messages

Python 3.12 will offer even more readable and actionable error messages. With improved communication in various error situations, this tutorial will teach you about the background and limitations of t...

Read more...

Accessible and Customizable Components for Your App

# shadcn/ui Accessible and customizable components that you can copy and paste into your apps. Free. Open Source. **Use this to build your own component library**. ![hero](apps/www/public/og.jpg) ## R...

Read more...

Algebraic Data Types in (typed) Python

By properly utilizing Algebraic Data Types (ADTs, not to be confused with abstract data types), you can transform certain types of invalid states from runtime errors into type-checking errors, making ...

Read more...

Next.js 13.3 Adds Popular Community-Requested Features: File-Based Metadata API, Dynamic Open Graph Images, and Static Export for App Router

Next.js 13.3 adds new and popular community-requested features that enhance the Metadata API, provide dynamic open graph images, and supports static export for the App Router. The Metadata API now sup...

Read more...

Our Approach to AI Safety: Ensuring Safe and Beneficial Use of Powerful AI Systems

OpenAI is committed to building and deploying powerful AI systems safely and responsibly. We understand that AI tools come with real risks, which is why we conduct rigorous testing and engage with ext...

Read more...

PyArrow Strings in Dask DataFrames - Improved PyArrow data type support for faster and more compact memory

PyArrow strings have become a major part of pandas 2.0 release as they are faster and more compact in memory than Python object strings. Dask DataFrame users stand to benefit from using PyArrow string...

Read more...

Quadratic - Data Science Spreadsheet With Python & SQL

Quadratic is a structured spreadsheet that extends forever in every direction, equipped with Python, SQL, and formulas. It enables your team to work together on data analysis to deliver better results...

Read more...

Radix UI: Unstyled, Accessible Components for Building Web Apps in React

Radix UI provides unstyled and accessible components that are designed to help developers build high-quality design systems and web apps in React. It offers a range of components, including sliders, p...

Read more...

Rerun: Visualization infrastructure for computer vision.

Use Rerun logging APIs (Python or Rust) to stream and visualize rich data, such as images and point clouds, on the Rerun Viewer. It can be installed through `pip` or `cargo`. Both Python and Rust libr...

Read more...

Samila - A Python Generative Art Generator

Samila is a generative art generator written in Python, which lets you create images based on many thousand points. The position of every single point is calculated by a formula, which has random para...

Read more...

shadcn/ui - Beautifully designed components built with Radix UI and Tailwind CSS

shadcn/ui is a collection of beautifully designed and accessible components built with Radix UI and Tailwind CSS that you can copy and paste into your apps. It is completely free and open source, allo...

Read more...

The Changing World of Java: Vaadins 2023 State of Java in the Enterprise Report and Its Implications

Vaadins recently released State of Java in the Enterprise Report shows the vitality and resurgence of the Java language, while also highlighting the importance of keeping up with version updates and m...

Read more...

Welcome to LangChain - LangChain 0.0.133

LangChain is a powerful platform for developing and integrating natural language models, chat models, prompt templates, vector stores, and much more. Get started with our quickstart guide, and explore...

Read more...

Improvements to auth and identity in ASP.NET Core 8

The ASP.NET Core team is improving authentication, authorization, and identity management (collectively referred to as “auth”) in .NET 8. New APIs will make it easier to customize the user login and i...

Read more...

Improving multi-platform container support

Docker makes it straightforward to build container images that target a specific hardware architecture (Arm and x64). We are encouraging a new pattern for building container images for multiple archit...

Read more...

Neural Networks: Zero To Hero

This course by Andrej Karpathy is a step-by-step guide to building neural networks from scratch, starting with backpropagation and building up to modern deep neural networks like GPT. The focus is on ...

Read more...

Rider 2023.1: Enhanced C# Support, Best-in-class GameDev Features, and Much More!

The latest major update to Rider has just been published! Explore the new 2023.1 version of the cross-platform .NET IDE with enhanced C# support and the best game development features. This update int...

Read more...

Rubbrband: One command to finetune Stable Diffusion models

Rubbrband is a CLI tool that simplifies the process of finetuning Stable Diffusion models. It provides automatic environment setup, dataset cropping, and integration with Automatic1111. Rubbrband also...

Read more...

Upgrading Azure Functions to .NET 7 Isolated Worker Process

Learn how to upgrade your Azure Functions from .NET 6 in-process mode to .NET 7 isolated worker process mode with this guide by Bron Thulke, a web developer. The guide includes key learnings from the ...

Read more...

Using LinuxFxVersion for Linux Function Apps

Learn how to use LinuxFxVersion to improve the performance of your Linux Function Apps in Azure. This article covers key topics such as assembly resolution, configuration settings, and bindings in out...

Read more...