root@naja:~$

Tech Blog

Latest Articles

A few handcrafted articles about my thoughts and experiments.

Signature on Web3 - ECDSA Algorithm
Signature on Web3 - ECDSA Algorithm
Instead of verifying credentials that can be stolen or hacked, we verify network member integrity through cryptographic signatures. The private keys central to these transactions are never exchanged; they are used to encrypt transactions whose signatures confirm identities and maintain trust within the network. At the heart of this new wave is secp256k1, an elliptic curve used in Bitcoin cryptographic functions that is setting the stage for secure and decentralized applications.
Published on
Rise of the ChatBots (3) - They can see!
Rise of the ChatBots (3) - They can see!
GPT-4 with Vision, also known as GPT-4V or gpt-4-vision-preview in API parlance, extends the capabilities of traditional language models by incorporating image processing. This feature moves beyond the text-only limitations of previous models, opening up new possibilities for applications that GPT-4 can be harnessed for.
Published on
Rise of the ChatBots (2) - They can hear and speak
Rise of the ChatBots (2) - They can hear and speak
This article delves into the integration of cutting-edge speech-to-text (STT) and text-to-speech (TTS) services with the OpenAI API, offering developers a powerful toolkit for creating more accessible and interactive applications. We explore how OpenAI API provides an intuitive platform for implementing these services, facilitating natural language understanding and generating human-like voice responses
Published on
Rise of the ChatBots (1) - Chat Completions
Rise of the ChatBots (1) - Chat Completions
In recent years, the digital landscape has witnessed a significant transformation with the advent of chatbots, revolutionizing the way businesses interact with their customers. As this technology continues to evolve, one of the most groundbreaking developments is the integration of advanced language models like OpenAI GPT (Generative Pre-trained Transformer) into chat systems.
Published on
First Program with Rust
First Program with Rust
To write a Hello, world! program in Rust, you will need to go through a few steps if you have not already set up your Rust environment
Published on
your dApp on the lightning network
Execute SSH commands with Python
This article will show you how to execute remote SSH Command with Python script.
Published on
Page 3 of 3