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...
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....
What’s new in pandas 2.0.0 (April 3, 2023)
This version of pandas brings several changes and new features. These include improved performance and efficiency, new datatypes, and enhanced APIs. The release also includes numerous bug fixes and co...
Zero - Python framework for building fast and high performance microservices or distributed servers
Zero is a simple Python framework (RPC like) to build fast and high performance microservices or distributed servers. Zero provides faster communication between the microservices using zeromq under th...
T3 Stack Tutorial - FROM 0 TO PROD FOR $0 (Next.js, tRPC, TypeScript, Tailwind, Prisma & More)

The speaker presented their T3 stack, which they coined in a video a year and a half ago. They created an app to vote on the most round Pokémon using various technologies such as next.js, Prisma Plane...
A wrapper of LLMs that biases its behaviour using prompts
# Smarty-GPT ## A wrapper of LLMs (chatgpt, gpt4, etc.) that biases its behaviour using prompts A wrapper of LLMs that biases its behaviour using prompts and contexts in a **transparent** manner to th...
Awesome ChatGPT Prompts
This is a collection of prompt examples to be used with the ChatGPT model, a large language model trained by OpenAI, that is capable of generating human-like text. In this repository, you will find a ...
Awesome GPT-4 - A Curated List of Prompts, Tools, and Resources for the GPT-4 Language Model
This is a curated list of impactful scientific papers, open-source projects, community demos, product integrations, prompts, and tools related to the GPT-4 language model. The papers section includes ...
Chatbox - Desktop App for ChatGPT API and Prompt Debugging
Chatbox is a desktop application for ChatGPT API (OpenAI API), providing prompt debugging and management tools. It offers the same fast speed as ChatGPT Plus, and data is stored locally, reducing the ...
Intro to tRPC: Integrated, full-stack TypeScript
The tRPC project brings together strong typing with server-side JavaScript capabilities in a single client-server interaction protocol. tRPC stands for Typescript Remote Procedure Call which directly ...
Italy’s Privacy Watchdog Bans ChatGPT Over Data Breach Concerns
Italy’s Data Protection Authority has banned ChatGPT due to concerns about a recent data breach and the illegal use of personal data to train the chatbot. The move is a temporary measure “until ChatGP...
Vogen: .NET Source Generator and Analyzer for Value Objects
Vogen is a .NET Source Generator and analyzer that helps turn primitives into Value Objects, such as CustomerId and AccountBalance, which represent domain concepts. It generates strongly-typed domain ...
Eliezer Yudkowsky: Dangers of AI and the End of Human Civilization | Lex Fridman Podcast #368

Eliezer Yatkowski, a researcher and philosopher, expressed concern about the increasing intelligence of GPT-4 and the fact that we do not have any guard rails or tests to determine if there is a mind ...
Sam Harris: Consciousness, Free Will, Psychedelics, AI, UFOs, and Meaning | Lex Fridman Podcast #185

Sam Harris, influential author and host of the Making Sense podcast, discusses the nature of thoughts with Lex Friedman in a recent podcast episode. Harris explains that subjectively, thoughts appear ...
Debugging Azure Functions in PyCharm
This article discusses the use of Azure Functions in Python, and how to debug them using PyCharm instead of Visual Studio Code. Airwalk offers a range of services including technology strategy, digita...
MinimalRPC - An opinionated starter project using Minimal APIs with RPC style endpoints
MinimalRPC is a starter project that provides a simple and opinionated way to use Minimal APIs with RPC-style endpoints. The project follows the Request-Endpoint-Response (REPR) pattern, where each en...
Toolformer: Language Models Can Teach Themselves to Use Tools
Language models exhibit remarkable abilities to solve new tasks from just a few examples or textual instructions. However, they paradoxically struggle with basic functionality such as arithmetic or fa...
# 🤖 Awesome ChatGPT Plugins [](https://awesome.re)
⚡ An up-to-date collection of info about plugins for ChatGPT from OpenAI⚡. A curated list of awesome [ChatGPT Plugins](https://openai.com/blog/chatgpt-plugins), guides, blogs, and other resources. The...
AI Experts Distancing Themselves from Musk-Backed Campaign Due to Concerns Raised from 12 Pieces of Research
Four AI experts have expressed their concerns after their work was cited in an open letter demanding an urgent pause in research signed by Elon Musk; the letter cites 12 pieces of research stating tha...
AI-enhanced development makes me more ambitious with my projects
As an experienced developer, ChatGPT (and GitHub Copilot) save me an enormous amount of “figuring things out” time, which not only makes me more productive but also lowers my bar for when a project is...