|
🔗 Stories, Tutorials & Articles |
|
|
|
Running AI Locally Using Ollama on Ubuntu Linux |
|
|
By following the provided tutorial, users can easily set up and run different open-source LLMs on their system. This tool streamlines the process of model configuration, dataset control, and model file management in a single package. |
|
|
|
|
|
|
Say Goodbye to Docker Volumes |
|
|
Docker has released a new feature called Docker Compose watch, which allows developers to automatically synchronize local source code with code in a Docker container without using volumes. |
|
|
|
|
|
|
The C++ Iceberg ✅ |
|
|
A list of known and less-known concepts and facts about C++ |
|
|
|
|
|
|
6 tools that made my life much easier as a Software Engineer |
|
|
Software engineers often need tools to simplify daily tasks and boost productivity. A refined GitHub browser extension can add useful features, such as linking back to PR workflows and matching PR titles to commit titles. Other tools like Maccy, Rectangle, Lunar, and Amphetamine can also enhance workflow efficiency and convenience in various ways. |
|
|
|
|
|
|
A 100x speedup with unsafe Python |
|
|
Speed up your Python code by using unsafe operations in Rust instead of numpy arrays, depending on the specific circumstances. Improve performance by understanding array layouts and strides, as well as adapting to surface layouts for pygame in order to avoid slowdowns. |
|
|
|
|
|
|
Slop is the new name for unwanted AI-generated content |
|
|
@deepfates tweeted about the term "slop" becoming a label for unwanted AI-generated content, likening it to how "spam" refers to unwanted emails. |
|
|
|
|
|
|
Things I Recommend Doing After Installing Ubuntu 24.04 |
|
|
The latest release of Ubuntu LTS comes with various improvements and new features to enhance usability. Users can choose between different sources to install software packages, such as Snap packages from Canonical or Flatpak packages from Flathub. Additionally, installing media codecs and managing software packages can be done easily through the Software Center or the Synaptic Package Manager. |
|
|
|
|
|
|
Build E2E CI/CD Pipeline using GitHub Actions, Docker & Cloud |
|
|
A crucial step in machine learning work is implementing code to fetch the current production model from MLflow. MLflow backend storage and REST API allow for direct methods to fetch the current production model. |
|
|
|
|
|
|
4 Software Design Principles I Learned the Hard Way |
|
|
There are two sources of truth, one of which is likely incorrect. Omlet is a new component analytics tool for React developers that helps drive component adoption and improves code reusability. Flink and Datadog can be used to enhance data observability within a service by providing two log levels: info and error. |
|
|
|
|