Blog Logo
TAGS

Platform as a Runtime (PaaR) - Beyond Platform Engineering

Platform Engineering is a crucial aspect of software development, and Wix has been practicing it for over a decade. In this article, Aviran Mordo, VP Engineering at Wix.com, shares insights into the n...

Read more...

Trinity Admin-Panel – a powerful SPA for managing website backends

Trinity is a powerful Single-Page Application (SPA) administration tool that makes managing your websites backend a breeze. With a feature-rich and beautifully-designed interface built using C# and A...

Read more...

Amazon’s quiet open source revolution

After years of getting a free ride from open source projects, Amazon Web Services (AWS) is developing its own obsession with contributing. Service teams at AWS seem to be getting the message that to d...

Read more...

Extending the Context Length of BERT using Recurrent Memory Transformer

This technical report introduces a new architecture, Recurrent Memory Transformer (RMT), that extends the context length of BERT, one of the most effective Transformer-based models in natural language...

Read more...

Multi-model, NoSQL Real-time Data Platform for Large-scale JSON and SQL Use Cases | Aerospike

The Aerospike Real-time Data Platform is a multi-model, NoSQL database offering the lowest latency and predictable performance at any scale, with five-nines uptime and up to 80% less infrastructure re...

Read more...

Strategies for Data Quality with Apache Spark

Data quality is crucial for the success of any data-driven organization. In this article, we explore the data quality landscape and how to ensure data quality across all data pipeline stages with Apac...

Read more...

GPTSEO - Re-write hundreds of articles a day

GPTSEO is a Python tool that scrapes entire blogs or knowledgebases and automatically generates hundreds of new, and SEO unique articles by using the power of ChatGPT. You can edit the prompt to get i...

Read more...

Hyena Hierarchy: Towards Larger Convolutional Language Models

In this paper, we propose Hyena, a subquadratic drop-in replacement for attention, constructed by interleaving implicitly parametrized long convolutions and data-controlled gating. Our proposed method...

Read more...

System Design Blueprint: The Ultimate Guide

In this blog post, Love Sharma provides a comprehensive guide and cheat sheet for developing a robust and scalable system. The post covers essential components such as DNS, load balancing, API Gateway...

Read more...

Teach Yourself Computer Science - A Guide to Learning Computer Science for Self-Taught Engineers and Bootcamp Graduates

Learn computer science without investing years and a small fortune in a degree program. Study nine subjects using suggested textbooks and video lecture series in roughly the presented order. Aim for 1...

Read more...

Testcontainers for .NET

Testcontainers for .NET is a library that supports tests with throwaway instances of Docker containers for all compatible .NET Standard versions. Choose from pre-configured modules or create your own ...

Read more...

ChatGPTs Astonishing Potential Unveiled in Inside Story | TED Talk by Greg Brockman

In this TED talk, Greg Brockman, the CTO of OpenAI, explores the advanced capabilities of ChatGPT, an AI-powered chatbot that can generate human-like responses. He delves into how ChatGPT is revolutio...

Read more...

Jupyter AI - A User-friendly and Powerful Way to Explore Generative AI Models in Notebooks

Welcome to Jupyter AI, which brings generative AI to Jupyter. Jupyter AI provides a user-friendly and powerful way to explore generative AI models in notebooks and improve your productivity in Jupyter...

Read more...

MASS-EDITING MEMORY IN A TRANSFORMER

In this preprint, the authors propose MEMIT, a method for updating language models with many memories, scaling up to thousands of associations for large models like GPT-J (6B) and GPT-NeoX (20B), exce...

Read more...

The A.I. Dilemma - March 9, 2023

The A.I. Dilemma - March 9, 2023

The co-founders of the Center for Humane Technology, Tristan Harris and ASA Raskin, discuss the potential dangers and irresponsible deployment of artificial intelligence (AI) in their presentation tit...

Read more...

Announcing Google DeepMind: Accelerating Progress in AI Safely and Responsibly

Earlier today, Google announced the formation of Google DeepMind, which combines the talents and efforts of the DeepMind and Brain teams from Google Research as a single, focused unit. The goal is to ...

Read more...

Azure Cost CLI

This is a simple command line tool to get the cost of your Azure subscription. It uses the Azure Cost Management API to get the cost and output the results to the console or JSON. E.g. so it can be us...

Read more...

griptape: A modular Python framework for LLM workflows, tools, memory, and data

# griptape [![PyPI Version](https://img.shields.io/pypi/v/griptape.svg)](https://pypi.python.org/pypi/griptape) [![Docs](https://readthedocs.org/projects/griptape/badge/)](https://griptape.readthedocs...

Read more...

Smoother Rebases with Auto-squashing Git Commits

At work, a colleague introduced the author to Gits --autosquash option. In this post, the author explores what it does, why its useful, and how to use it by default. The author also discusses interact...

Read more...

Testing Roslyn Incremental Source Generators

Roslyn Source Generators allow us to generate code based on the current project code and additional files. This blog post by Gérald Barré goes in-depth on how to write a test to ensure that the increm...

Read more...