How to write simple intelligent code search with Open AI
In this article, we will briefly review a technology that underlies ChatGPT — embeddings. Also we'll write a simple intelligent search in a codebase of a project: https://bit.ly/3ICXjB4
In this article, we will briefly review a technology that underlies ChatGPT — embeddings. Also we'll write a simple intelligent search in a codebase of a project: https://bit.ly/3ICXjB4
The Best NBA Fantasy Apps in 2023
For a basketball fan, the NBA season is the best time of the year, and fantasy sports app development have become the latest trend where you can create your own team and can compete with real-time teams: https://bit.ly/3Klo3Hz
For a basketball fan, the NBA season is the best time of the year, and fantasy sports app development have become the latest trend where you can create your own team and can compete with real-time teams: https://bit.ly/3Klo3Hz
"If there aren’t many elements, it can speed things up a lot, and so can hotkeys. But with the wrong approach it will only produce lists within lists and icons piling up make things worse"
How to improve user experience with interfaces: https://bit.ly/3Inhp0Z
How to improve user experience with interfaces: https://bit.ly/3Inhp0Z
«Divide and Conquer» for OpenStreetMap world inside PostgreSQL
Let's continue the story with secrets about OpenStreetMap geodata, on which many companies have built their business, but not everyone shares the details... Today we'll open crucial details: https://bit.ly/3Eu3HYR
Let's continue the story with secrets about OpenStreetMap geodata, on which many companies have built their business, but not everyone shares the details... Today we'll open crucial details: https://bit.ly/3Eu3HYR
SwiftUI & ChatGPT. The world is changing. Again
Everything that follows from this point forward input prompts, followed by ChatCGP’s responses, complete with sample code in Swift: https://bit.ly/3IzYLTv
Everything that follows from this point forward input prompts, followed by ChatCGP’s responses, complete with sample code in Swift: https://bit.ly/3IzYLTv
"Most of the processes that people use in their work lives can be represented as some object that goes through some flow. Each flow contains many stages, in each one of them the object can be manipulated by certain group of users.
In this article I want to suggest an approaches to effectively handle such flow based systems"
State Management for processes flow: https://bit.ly/3SBDuxh
In this article I want to suggest an approaches to effectively handle such flow based systems"
State Management for processes flow: https://bit.ly/3SBDuxh
"I just started to learn Game Development, and decided to run write my personal blog about it. So there you can find information that i've gathered and my personal problems with learning"
Let's start in GameDev: https://bit.ly/3krUtWq
Let's start in GameDev: https://bit.ly/3krUtWq
How to Create a Color Picker in React Native
A color picker allows users to select a specific color from a range of colors. In this tutorial, we will show you how to create a color picker in React Native: https://bit.ly/3SBv88P
A color picker allows users to select a specific color from a range of colors. In this tutorial, we will show you how to create a color picker in React Native: https://bit.ly/3SBv88P
PostgreSQL 16: Part 4 or CommitFest 2023-01
We continue to follow the news of the PostgreSQL 16 release, and today, the results of the fourth CommitFest are on the table. Let's have a look: https://bit.ly/40dbd2U
We continue to follow the news of the PostgreSQL 16 release, and today, the results of the fourth CommitFest are on the table. Let's have a look: https://bit.ly/40dbd2U
Writing The Matrix in Python: easy guide
Any beginner programmer can write a model of the cult splash screensaver with the green streams of digits flowing down the screen. Let's try to create it in the "great and mighty" Python: https://bit.ly/42gB2AM
Any beginner programmer can write a model of the cult splash screensaver with the green streams of digits flowing down the screen. Let's try to create it in the "great and mighty" Python: https://bit.ly/42gB2AM
Journey to find a headset with a good side talk cancellation mic for calls in an open office
All AI-based noise cancellations suck, only the physical cancellation technique works! And physical cancellation is implemented well only in Jabra devices yet, but other features suck them! All Bluetooth headsets suck too! So, no solution yet, just complaints: https://bit.ly/3mYhGQX
All AI-based noise cancellations suck, only the physical cancellation technique works! And physical cancellation is implemented well only in Jabra devices yet, but other features suck them! All Bluetooth headsets suck too! So, no solution yet, just complaints: https://bit.ly/3mYhGQX
Cross-Platform System Programming Guide for UNIX & Windows: Level 1
In this tutorial we'll learn how to write cross-platform code in C using the system functions on popular OS (Windows, Linux/Android, macOS & FreeBSD) — file management functions and file I/O, console I/O, pipes (unnamed), execution of the new processes: https://bit.ly/3LB0FGN
In this tutorial we'll learn how to write cross-platform code in C using the system functions on popular OS (Windows, Linux/Android, macOS & FreeBSD) — file management functions and file I/O, console I/O, pipes (unnamed), execution of the new processes: https://bit.ly/3LB0FGN
Tutorial. Onchain Analysis basics
This tutorial is built around the Bitcoin blockchain, but many of the techniques are applicable to any other blockchains as long as they have wallets, balances, and transactions: https://bit.ly/3JRPmbN
This tutorial is built around the Bitcoin blockchain, but many of the techniques are applicable to any other blockchains as long as they have wallets, balances, and transactions: https://bit.ly/3JRPmbN
The Collatz conjecture is the coolest math trick of all time
On the Internet and in non-fiction literature you can often find various mathematical tricks. The Collatz conjecture leaves all such tricks behind. At first glance, it may seem like some kind of a trick with a catch. However, there is no catch: https://bit.ly/3n9FSjo
On the Internet and in non-fiction literature you can often find various mathematical tricks. The Collatz conjecture leaves all such tricks behind. At first glance, it may seem like some kind of a trick with a catch. However, there is no catch: https://bit.ly/3n9FSjo
As developers, we spend a significant amount of time in the terminal, executing commands, writing scripts, and trying to solve problems. But, how many times have you found yourself stuck, trying to remember the correct syntax or flag for a command, or spending hours looking for a specific code snippet?
Boosting Your Terminal Productivity. Shell GPT: https://bit.ly/3TFdPEp
Boosting Your Terminal Productivity. Shell GPT: https://bit.ly/3TFdPEp
"For me, the main source of knowledge is reports from other researchers in this field. When reading reports, I find interesting techniques that I later apply in my work"
From research to practice — a portal to run virtual machines with vulnerabilities: https://bit.ly/42EDp0k
From research to practice — a portal to run virtual machines with vulnerabilities: https://bit.ly/42EDp0k
"Cruel time. Nothing I can do. I needed positive emotions. Distract myself, do some useless work. Coding a game might help"
Not 'Doom' ported: https://bit.ly/3K6YDgd
Not 'Doom' ported: https://bit.ly/3K6YDgd
"Wi-Fi looks like a very complicated thing standardized over hundreds of pages. Could a non-expert with a PC and a couple of 100$ devices (HackRFs) somehow improve it? Here I try to develop a Wi-Fi optimization approach basically agnostic of protocol implementation details. There's some math and Python programming in it"
GNU radio 802.11 black box optimization: https://bit.ly/4337GpS
GNU radio 802.11 black box optimization: https://bit.ly/4337GpS
Array of weak in Swift
In Swift, when working with objects, it’s important to manage memory correctly. One way to do this is by using weak references to avoid retaining objects too long and causing memory leaks. In this article, we will discuss how to create an array of weak references in Swift using a generic wrapper: https://bit.ly/42Z6bJq
In Swift, when working with objects, it’s important to manage memory correctly. One way to do this is by using weak references to avoid retaining objects too long and causing memory leaks. In this article, we will discuss how to create an array of weak references in Swift using a generic wrapper: https://bit.ly/42Z6bJq
Langton's ant: a mystery cellular automaton
There are about 14,000 species of ants on Earth, each of them has its own name. However, no matter how hard you try, you will not find Langton's ant in any biological encyclopedia.
The thing is, Langton's ant is just a mathematical abstraction, a model for describing the behavior of a dynamic system. Sometimes it seems that mathematicians are really fascinated with ants — just to mention, the ant colony optimization algorithm that has already become a classic. Also, ants are quite common in all sorts of logical models and math problems: https://bit.ly/3Ks3zfL
There are about 14,000 species of ants on Earth, each of them has its own name. However, no matter how hard you try, you will not find Langton's ant in any biological encyclopedia.
The thing is, Langton's ant is just a mathematical abstraction, a model for describing the behavior of a dynamic system. Sometimes it seems that mathematicians are really fascinated with ants — just to mention, the ant colony optimization algorithm that has already become a classic. Also, ants are quite common in all sorts of logical models and math problems: https://bit.ly/3Ks3zfL