Blog Logo
TAGS

Welcome to the YARP project

YARP is a reverse proxy toolkit designed to be easily customized and tweaked to match specific deployment scenarios. It provides a library and project template to create robust, performant proxy serve...

Read more...

Basic Machine Learning Algorithms - Part One - Naive Bayes

Learn about Basic Machine Learning algorithms in C# with a deep dive into Naive Bayes Algorithm. Understand the history of Thomas Bayes and how he discovered this algorithm, and explore its relationsh...

Read more...

Basic Machine Learning Algorithms - Part Two: The Bayes Classifier

In part two of this series, we explore the practical applications of the Naive Bayes algorithm as a classifier, comparing it to the system used by email services to detect spam. The Bayes classifier i...

Read more...

Extracting Data from Wikidata Using SPARQL and Python

Learn how to use SPARQL query language and SPARQLWrapper library in Python to extract and convert data from Wikidata into a pandas dataframes. Wikidata is a free, multilingual knowledge graph containi...

Read more...

GPT-4 System Card: Potential Societal Impacts and Safety Challenges

This system card analyzes the latest large language model in the GPT family of models, GPT-4, and the potential societal impacts of LLMs in our daily lives. The safety challenges presented by the mode...

Read more...

GPTs are GPTs: An Early Look at the Labor Market Impact Potential of Large Language Models

This paper investigates the potential implications of Generative Pre-trained Transformer (GPT) models and related technologies on the U.S. labor market. Using a new rubric, the authors assess occupati...

Read more...

gptty - ChatGPT wrapper in your TTY

gptty is a ChatGPT shell interface that allows you to interact with ChatGPT in a manner similar to the web application, but without needing to rely on the web applications stability; preserve context ...

Read more...

Java 20 and IntelliJ IDEA - Improved Record Patterns and Pattern Matching

This blog post covers the new Java 20 features, particularly Scoped Values, Record Patterns, Pattern Matching for switch, Foreign Function and Memory API, and Vector API. It also discusses IntelliJ ID...

Read more...

React GitHub Calendar - JavaScript App

React GitHub Calendar is a JavaScript app that allows users to display their GitHub activity and contribution data in a customizable calendar view. The app works by connecting to the GitHub API and fe...

Read more...

Architecture Challenges Faced by Agile Organisations • Simon Brown • YOW! 2019

Architecture Challenges Faced by Agile Organisations • Simon Brown • YOW! 2019

The speaker is an independent consultant who specializes in software architecture and is invited by organizations to help them solve problems. Typically, organizations reach out to the speaker to disc...

Read more...

ChatGPT Gets Its “Wolfram Superpowers”! - Stephen Wolfram Writings

ChatGPT can now call on Wolfram|Alpha and Wolfram Language to give it computational superpowers. When connected to the Wolfram plugin, ChatGPT can do nontrivial computations and systematically produce...

Read more...

ChatGPT Plugin Examples

This repository contains examples of ChatGPT plugins that demonstrate how to build and deploy plugins on the OpenAI platform. The examples were taken from the [OpenAI Platform documentation](https://p...

Read more...

Introductory Course on Prompt Engineering

Prompt engineering (PE) is the process of communicating effectively with an AI to achieve desired results. This course is tailored to beginners, but also covers advanced PE techniques. Our approach to...

Read more...

What is an event-driven architecture and why storing events is important?

In this post, we explore how to create a serverless analytics architecture based off an event-driven architecture using services like Kinesis Data Firehose, EventBridge, Athena, Glue, Lambda and S3. A...

Read more...

A Python program that talks to OpenAI API - Generally Pretty True Assistant

Generally Pretty True Assistant is a Python program that utilizes OpenAI API to enable conversations with AI systems. Users can give input to the AI system, which will then provide a response. The pro...

Read more...

Application Architecture Explained In-depth With A Real-world Example

In this article, the author discusses the application architecture of a food delivery service like Swiggy in-depth with a real-world example. The article talks about different components involved such...

Read more...

How to Add Google AdSense in Next JS

The traditional Google AdSense installation is not compatible with the websites created using Next JS. In this article, you will learn how to register and set up AdSense Auto Ads in Next JS, add AdSen...

Read more...

PyPDF2 - Free and Open Source Python PDF Library

PyPDF2 is a pure-python PDF library that allows you to split, merge, crop, and transform PDF pages. It also supports adding custom data, viewing options, and passwords to PDF files. You can retrieve t...

Read more...

Testing Kafka-based Asynchronous Workflows Using OpenTelemetry

Asynchronous architectures are common in cloud native applications due to their decoupling services and improving scalability and reliability. Testing these workflows, especially with Apache Kafka, po...

Read more...

Sam Altman: OpenAI CEO on GPT-4, ChatGPT, and the Future of AI | Lex Fridman Podcast #367

Sam Altman: OpenAI CEO on GPT-4, ChatGPT, and the Future of AI | Lex Fridman Podcast #367

OpenAI CEO Sam Altman reflects on the early days of the company when they faced mockery and disbelief for announcing their intention to work on AGI. He discusses the current moment in the history of h...

Read more...