#Rust

20 posts loaded — scroll for more

Text
tinchicus
tinchicus

Hoy veremos un concepto de Rust sobre como asociar una función a un struct pero no confundan con un método de esta. Sobre eso hablaremos en otro video, espero les sea útil y buen inicio de semana!

Text
chronicbanshee
chronicbanshee
Text
tinchicus
tinchicus

Hoy les traigo un resumen sobre como son las funciones en Rust. Espero les sea de solicitud y tengan un buen finde!

Text
tinchicus
tinchicus

En este video les traigo al otro condicional de este lenguaje. Este toma una variable y evalúa los distintos valores que puede tomar, les suena de algo? Es la equivalencia de switch o select case. Espero les sea de utilidad!

Text
cyber-sec
cyber-sec

Five "Harmless" Rust Packages Were Quietly Stealing Your API Keys

A threat actor disguised credential-stealing malware as routine time-synchronisation utilities in the Rust package registry, using decoy traffic to a legitimate service to mask the theft of .env secrets.

Source: Socket

Read more: CyberSecBrief

Text
oo60sec
oo60sec

🪵🦾 The Most Versatile Laser: Clean Rust, Polish Wood & Engrave with One Machine!

Text
enigmatic-personage
enigmatic-personage

I have Decided that the next step in my transition is to learn the Rust programming language

Because if embracing being a walking stereotype is what it takes to get me to practice my tech skills then so be it

Text
soupy-sez
soupy-sez

“Rust” Loading Screen

What’s a little danger to a wastelander? Art by Ryan Barry.

Text
nixos-linux-official
nixos-linux-official

I spent the last 2 hours figuring out how to combine Python and Rust using Nix. Pretty mid, it was less painful than installing Rust for the first time on NixOS.

Text
apatheticshots
apatheticshots
Text
theartsofrust
theartsofrust
Text
lizzyspictures
lizzyspictures
Text
myimaginaryradio
myimaginaryradio

Rust - Zakk Wylde - Bayonne, NJ

Text
ferramroberto
ferramroberto

Rust 1.94 porta nuove API e configurazioni più flessibili in Cargo

Rust 1.94 continua il percorso evolutivo del linguaggio puntando su tre pilastri che ne hanno definito il successo: prestazioni, sicurezza e coerenza. La nuova versione introduce strumenti che semplificano la gestione dei dati, migliorano l’organizzazione dei progetti e rendono più fluido il lavoro quotidiano degli sviluppatori. È una release che non stravolge, ma raffina, consolidando…

Text
great-photography-attributed
great-photography-attributed
Text
vexeys
vexeys

TMAGP 15: the way his tone changes throughout the “statement” reminds me of Jane Prentiss’ statement, how she started off saying she was scared and thought she needed help to deciding at the end she loved it. fantastic storytelling like the “real” them got out just long enough to make it to somewhere they thought could help, only to be pulled back under

Text
douglopesreal
douglopesreal

Rust 1.94: Array Windows e mais performance

Rust 1.94 chegou com Array Windows e trouxe aquele combo que a gente gosta: menos boilerplate e mais performance real no dia a dia. Vale a leitura 👇 https://dougdesign.com.br/rust-1-94-performance-slices/

RustLang #Programacao #Performance #DevBrasil

Text
jefkoelewijnphotography
jefkoelewijnphotography

Rust. Texture. Abstract.

Text
newstech24
newstech24

Trae Young: 19 Minutes, Zero Rust, Pure Dazzle for Wizards.

WASHINGTON — It was almost 21 minutes into Thursday evening’s contest when Trae Young unveiled his memorable D.C. arrival, in a truly striking display.
After receiving a pass beyond the 3-point arc and executing a pump-fake that sent his defender airborne past him, Young penetrated towards the hoop. He then feigned a behind-the-back assist to guard Leaky Black in the left corner with his right…

Text
holyjak
holyjak

A useful article. Tips: Use sqlx instead of ORM. How to do batching inserts and updates. Leader election with PostgreSQL’s advisory locks. Replace redis with unlogged tables. Using PostgreSQL as a job queue.

Also, this experience is pretty impressive:

Before, the service was written in Go completed batch jobs in ~30 minutes, and needed to run on instances with at least 4 GB of RAM. After being rewritten in Rust and configuring a high-performance memory allocator, it’s now completing batch jobs in less than 5 minutes and run on a single instance with 512 MB of RAM.