Blog Logo
TAGS

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...

Web Scraping with Python: A Comprehensive Guide + Code

Python is the go-to programming language when it comes to web scraping. In this comprehensive guide, we explore the basics and provide practical tips for using Python to navigate through websites, ext...

Read more...

Andrej Karpathy: Tesla AI, Self-Driving, Optimus, Aliens, and AGI | Lex Fridman Podcast #333

Andrej Karpathy: Tesla AI, Self-Driving, Optimus, Aliens, and AGI | Lex Fridman Podcast #333

Andre Capothy, the former director of AI at Tesla and OpenAI, defines neural networks as a mathematical abstraction of the brain. These networks consist of knobs that are modifiable and trainable, sim...

Read more...

Attention is all you need by Vaswani et al.

The paper Attention is All You Need introduces the Transformer, a model based on attention which revolutionized the field of natural language processing. Unlike previous models, the Transformer relies...

Read more...

16 System Design Concepts for System Design Interviews

In this article, Arslan Ahmad shares 16 essential system design concepts that he wishes he knew before his system design interviews. He simplifies the process by presenting a system design master temp...

Read more...

ASP.NET Core Route Tooling Enhancements in .NET 8

ASP.NET Core is built on routing. Minimal APIs, Web APIs, Razor Pages, and Blazor all use routes to customize how HTTP requests map to your code. In .NET 8, new features are introduced to make routing...

Read more...

Attention Is All You Need

The Transformer is a new simple network architecture based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Our experiments on two machine translation tasks show t...

Read more...

Automating Solution Architecture with Obsidian and GPT

ArchVault is a knowledge management tool for technical architects that helps bridge the gap between coming up with ideas and designing solutions. In this article, David R Oliver introduces ArchVault a...

Read more...

Building a Creativity Training App Using ChatGPT API

In this article, the author shares his experience of building a creativity training app using the ChatGPT API. The game is designed to train word-finding ability in aphasia patients and creativity in ...

Read more...

How to build a technical blog with Next.js and Contentlayer

In this tutorial, were going to walk through how to build a technical blog using Next.js and Contentlayer. Well cover setting up a Next.js app, using Contentlayer to transform markdown files into type...

Read more...

ReSharper IL Viewer and Low-Level C# - Uncovering the Magic of Lowering

Learn how the C# programming language uses lowering to transform high-level language features into simpler techniques within the same language. Discover how ReSharper can help you uncover this magic w...

Read more...

# Bot Generator Bot

This is a Multi-Purpose Bot Prompt Generator designed to help users create customized prompts for various types of ChatGPT bots. With this tool, users can easily generate prompts for different types o...

Read more...

19 Sweet Python Syntax Sugar for Improving Your Coding Experience

In this article, Yang Zhou from TechToFreedom discusses 19 sweet syntax sugars in Python that can help you write precise, elegant and beautiful code that will improve your coding experience. Zhou emph...

Read more...

Auto-GPT: An Autonomous GPT-4 Experiment

Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, autonomously develops and manages businesses to increase net...

Read more...

GPT magic: A Jupyter/IPython command for generating code with GPT

# GPT magic A Jupyter/IPython magic command for generating code using GPT. Install with pip and provide your own OpenAI API key. Current default is gpt-3-turbo model with options to change to gpt-4. A...

Read more...

JARVIS Project Overview

JARVIS is a collaborative system that connects AI models for solving complicated AI tasks. The system comprises an LLM as the controller and numerous expert models as collaborative executors. The syst...

Read more...

Looking at C# 12 Proposals and Beyond

C# has undergone significant changes in the last decade, including open-sourcing, a new cross-platform framework, and yearly releases. However, it has remained popular and relevant in the software ind...

Read more...

TypeScripts ts-reset makes built-in typings better

The built-in typings in TypeScript arent perfect but ts-reset is here to help. Without ts-reset, .json (in fetch) and JSON.parse both return any, .filter(Boolean) doesnt behave as expected, and array....

Read more...