Where I, William Rudenmalm, document my quixotic struggle against technology.
Unleash the power of your LLM to run Python code using llm-chain-tools in Rust! Learn how to create a custom Python tool that allows your language model to perform accurate mathematical operations and more. Dive into the step-by-step guide and explore the endless possibilities with this powerful combination. Proceed with caution, as with great power comes great responsibility!
Discover how to create a time-saving solution for staying informed about your favorite stocks using unstructured.io, langchain, GPT-3.5, Python and some clever prompt engineering. Learn how to combine these technologies to effortlessly summarize lengthy investor documents, allowing you to quickly grasp key takeaways without investing too much time.
Explore the potential of Large Language Models (LLMs) in solving complex problems with this informative blog post. Understand how iteratively applying LLMs can be utilized in applications like evaluating job candidate suitability based on CVs, and learn the essential steps to effectively harness the power of these models. Delve into the world of LLMs and see how they can simplify the development process and provide innovative solutions to intricate challenges. Join us for an insightful discussion on the practical applications of LLMs.
Microfrontends or MFEs for short, have taken over the frontend development space. One problem that teams need to solve however is that of caching. This post shows you how to do it right.
Over recent years IoT has finally gained widespread adoption, both in the industry and among enthusiasts. Most devices today are using Bluetooth Low Energy, WiFi, Zigbee or Z-wave. All of these have different benefits and downsides. None of the options however fulfill the criteria of being low-power and easily integrated into an IP network. Thread allows low-power devices use IP networking opening the door for innovation in the IoT space.
BTRFS is an alternative filesystem for Linux that provides copy-on-write support which enables deduplication.
In my last post about Web components we looked using webcomponents without using any libraries. In this part see how far we can get by using Lit, a framework or more accurately a library for building web components.
Web components have experienced something of a second wind in recent years. This article takes a look at the possibilities and limitations of web components in the context of the move back towards native web APIs.
The third part in the series implementing a kafka based key-value store in Rust. In this part we implement the API itself.
Push-down automatons, essentially finite state machines with a Stack, are in adddition to being theoretically interesting useful for a number of tasks, such as ensuring that parenthesises are balanced in a string
The second part in the series implementing a kafka based key-value store in Rust. In this part we finally start writing code and implement the logic for storage as well as Kafka.
In this first part of a series about building a key-value store in Rust with Kafka and sled. We completed the design of the service and reason about the choice of tech.
One of the first things that you have to do when embarking on a new project is choosing the set of technologies - the tech stack - that you will be using. This article discusses the principles to keep in mind when making this critical decision.
Java 8 adds the new Stream APIs to the Java language and runtime. These APIs increase the succinctness of the Java languages and making it almost as expressive as many dynamic languages such as Ruby and Python, without sacrificing Java's compile-time type checking. This article discusses how these new features can be used.
Java 8 and JDK 1.8 introduces a new functional programming concept called a stream to java
This article looks at best-practices for writing React components
A discussion of the connection of Implicit and Explicit processing informs UI design
Twitter recently released Bower, a dependency manager for client-side JavaScript. This article discusses how Bower compares to other dependency managers and how this release affects the client-side JavaScript space as a whole.
This post documents who to perform K-means clustering in R
Guide on how to manually install Meteor on ArchLinux