GitHub - martinjt/todo-odd
GitHub is the best place to build software together. With GitHub, you can host and review code, manage projects, and build software alongside millions of developers. GitHub offers a variety of feature...
Governance of Superintelligence: Managing Risks to Ensure a Prosperous Future
As AI systems become more capable, they will soon exceed expert skill levels in most domains and carry out as much productive activity as one of todays largest corporations. This calls for special tre...
Writing Python like its Rust | Kobzols blog
In this blog post, the author shares their experience of how programming in Rust changed the way they design programs in other programming languages, especially in Python. They emphasize the importanc...
Logging, tracing and metrics: instrumentation in .NET and Azure - Alex Thissen - NDC London 2023

In this session on instrumentation in .net and Azure for cloud applications, the speaker emphasizes the importance of observability in a devops mindset. Without observability, production environments ...
Tree of Thoughts: Deliberate Problem Solving with Large Language Models
Language models are being deployed for general problem solving, but can fall short in tasks requiring exploration or strategic lookahead. To address this, a new framework called Tree of Thoughts (ToT)...
Alan Turing Institutes Failure in Developing Modern AI in the UK
The Alan Turing Institute and the AI council have failed to acknowledge the importance of large language models (LLMs) in the development of modern AI in the UK. Despite its flagship status, the insti...
Announcing .NET 8 Preview 4 release with new features, improvements, and upgrade path
The .NET team has released .NET 8 Preview 4 with new features and improvements. The release has a straightforward upgrade path for .NET 6 and 7 users. The release notes, installers, and binaries are a...
Getting started with GraphQL in Asp.Net Core
GraphQL is a powerful query language and runtime that efficiently fetches and manipulates data from APIs. This blog post explores the core concepts of GraphQL and how to implement it in Asp.Net Core. ...
Improve Language Model Performance with Guidance Programs
Guidance programs improve the control of language models for better performance. They allow for interleaving generation, prompting, and logical control for a continuous flow. Using powerful language m...
LIVE: OpenAI CEO Sam Altman testifies during Senate hearing on AI oversight — 05/16/23

The Senate Judiciary Committees Subcommittee on Privacy, Technology and the Law held a hearing on the oversight of artificial intelligence (AI). While AI advancements can bring positive changes such a...
Durable entities - Azure Functions
Entity functions allow for reading and updating small pieces of state, also known as durable entities. They provide a means of scaling out applications and are accessed via a unique identifier, the en...
Building Secure Microservices in Azure - Jimmy Bogard - NDC London 2023

The speaker, Jimmy Bogard, introduces himself and provides links to his social media and blog. He explains that he works as a consultant, building applications and systems for clients. He discusses a ...
React component to render markdown.
This package is a React component that can be given a string of markdown that it’ll safely render to React elements. It allows passing plugins to change how markdown is transformed to React elements a...
Backward Compatible Database Changes
Learn about safely using the contract, migrate, and expand pattern to make database schema changes without downtime and data loss. By deploying changes to two critical systems at once, such as your da...
Python Variables Explained: Memory, Mutability, and More
In this blog post, we will dive into the world of Python variables. From memory to mutability, we will explore the fundamental concepts of Python variables in-depth. We will cover reference counting, ...
Understanding Python Decorators and How to Use Them Effectively
Python decorators are a crucial tool for any Python programmer seeking to improve code readability and maintainability. They let you extend the functionality of functions and methods elegantly, withou...
Just-in-time Architecture • Macklin Hartley • YOW! 2022

The speaker introduces themselves and discusses their company, vgw, a Perth-based startup turned non-startup. They explain that their talk is meant to cover topics for a new and diverse team, includin...
AI Test Kitchen - A place to experience and give feedback on Googles latest AI technologies
AI Test Kitchen is a platform that allows people to experience and provide feedback on Googles latest AI technologies. The goal of this initiative is to learn, improve, and innovate responsibly on AI ...
OpenAI Peeks into the “Black Box” of Neural Networks with New Research
In a new research paper, OpenAI details a technique that uses its GPT-4 language model to write explanations for the behavior of neurons in its older GPT-2 model. This step forward for interpretabilit...
Case Study of Future Me Campaign: Using Artificial Intelligence to Visualize Retirement
In this case study, Michał Bucholc explores how ING Bank Poland used the power of artificial intelligence to encourage clients to think about their financial future and visualize retirement. The Futur...