排序
Introducing EmbedAnything
Introducing EmbedAnything, Motivation Transformer models have become increasingly popular in recent times. One crucial requirement for all transformer models is a latent representa...
Unicode string length can mean different things in different languages
Unicode string length can mean different things in different languages,I was working on a text processing example across several different programming languages, including C++, Jav...
Encapsulation in Rust and Python
Encapsulation in Rust and Python, Rust and Python (6 Part Series) 1 From Rust to Python through screwed up SQL queries 2 Python Classes vs. Rust Traits: A Comparison of Object-Orie...
Bitwise OR/AND operations
Bitwise OR/AND operations,I've always had a poor understanding of bitwise operations. I read two interesting articles and decided to remember how poorly I understand all this stuff...
Announcing Espresso; a different kind of Java build tool.
Announcing Espresso; a different kind of Java build tool.,I've constantly fought Gradle for as long as I've been writing Java. I remember when I first started writing Java, I didn'...
pgvecto.rs 0.2: Unifying Relational Queries and Vector Search in PostgreSQL
pgvecto.rs 0.2: Unifying Relational Queries and Vector Search in PostgreSQL, pgvecto.rs (3 Part Series) 1 pgvecto.rs 0.2: Unifying Relational Queries and Vector Search in PostgreSQ...
Speed Test : Python Vs Rust
Speed Test : Python Vs Rust,I was hesitant to write this article, especially that I know that the comparison between both worlds, i mean bot languages is not fair, but still - out ...
Opaque Types for UniFFI
Opaque Types for UniFFI,I'm going to show you how to use slab to send handles from rust to python and back to rust using an arena allocator called slab. tl;dr With slab, we allocat...
UV is the latest attempt to rule All Python tools
UV is the latest attempt to rule All Python tools,In short, uv is a command line tool written in Rust for Python developers, which aims to be 'a comprehensive project and package m...
Abstraction in Rust and Python. Simple examples
Abstraction in Rust and Python. Simple examples, Rust and Python (6 Part Series) 1 From Rust to Python through screwed up SQL queries 2 Python Classes vs. Rust Traits: A Comparison...
Polymorphism in Rust and Python. Simple examples
Polymorphism in Rust and Python. Simple examples, Rust and Python (6 Part Series) 1 From Rust to Python through screwed up SQL queries 2 Python Classes vs. Rust Traits: A Compariso...
Reimplementar a API de Servlets em Rust?
Reimplementar a API de Servlets em Rust?,Ontem à noite, estava eu confabulando em reimplementar toda a especificação de Servlets do Jakarta EE em Rust, porém existem desafios e...