home.social

#rusties — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rusties, aggregated by home.social.

  1. Kenne ich jemanden in #Berlin, der heute beim #Neil Young Konzert an der #Waldbühne ist und Lust auf ein Treffen hat?
    #NeilYoung #rusties

  2. 🦀 +🐍

    #Granian: Rust HTTP server for Python applications

    👉 Supports ASGI/3,RSGI and WSGI

    👉 HTTP 1 & 2 protocols

    👉Avoid the usual Gunicorn + uvicorn + http-tools dependency composition on unix systems

    github.com/emmett-framework/gr

    #rustlang #python #rusties #rustaceans #rust

  3. 🦀 +🐍

    #Granian: Rust HTTP server for Python applications

    👉 Supports ASGI/3,RSGI and WSGI

    👉 HTTP 1 & 2 protocols

    👉Avoid the usual Gunicorn + uvicorn + http-tools dependency composition on unix systems

    github.com/emmett-framework/gr

    #rustlang #python #rusties #rustaceans #rust

  4. 🦀 +🐍

    #Granian: Rust HTTP server for Python applications

    👉 Supports ASGI/3,RSGI and WSGI

    👉 HTTP 1 & 2 protocols

    👉Avoid the usual Gunicorn + uvicorn + http-tools dependency composition on unix systems

    github.com/emmett-framework/gr

    #rustlang #python #rusties #rustaceans #rust

  5. 🦀 +🐍

    #Granian: Rust HTTP server for Python applications

    👉 Supports ASGI/3,RSGI and WSGI

    👉 HTTP 1 & 2 protocols

    👉Avoid the usual Gunicorn + uvicorn + http-tools dependency composition on unix systems

    github.com/emmett-framework/gr

    #rustlang #python #rusties #rustaceans #rust

  6. 🦀 +🐍

    #Granian: Rust HTTP server for Python applications

    👉 Supports ASGI/3,RSGI and WSGI

    👉 HTTP 1 & 2 protocols

    👉Avoid the usual Gunicorn + uvicorn + http-tools dependency composition on unix systems

    github.com/emmett-framework/gr

    #rustlang #python #rusties #rustaceans #rust

  7. 🦀 Cherrybomb: CLI tool written in Rust that helps you avoid undefined user behavior by validating your API specifications and running API security tests

    github.com/blst-security/cherr

    By @BLSTSecurity

    #infosec #rust #rustlang #rustaceans #rusties #appsec #cherrybomb

  8. 🦀 Cherrybomb: CLI tool written in Rust that helps you avoid undefined user behavior by validating your API specifications and running API security tests

    github.com/blst-security/cherr

    By @BLSTSecurity

    #infosec #rust #rustlang #rustaceans #rusties #appsec #cherrybomb

  9. 🦀 Cherrybomb: CLI tool written in Rust that helps you avoid undefined user behavior by validating your API specifications and running API security tests

    github.com/blst-security/cherr

    By @BLSTSecurity

    #infosec #rust #rustlang #rustaceans #rusties #appsec #cherrybomb

  10. ✨ DG OPINION ON SAFETY FOR ISO C++

    From the paper: 👀

    🪲 "We believe we should not force safety on everyone, especially
    those who don’t need or want it."

    🦀 "Rust, originally from Mozilla, built on top of C++ became the poster child of a safe browser language"

    🦀"Newer languages have less vulnerabilities because they have not
    been through the test of time. Today, even RUST has had vulnerabilities discovered recently
    [Rust2][Rust3][Rust4] and time will expose more vulnerabilities and weaknesses for general use."

    Source:
    reddit.com/r/rust/comments/10g

    #rust #rustlang #rusties #rustaceans #cpp #cplusplus #programming #infosec #rustacean

  11. ✨ Introducing sqlite-xsv: The Fastest CSV Parser for SQLite

    👉 New SQLite extension for querying CSVs,TSVs,and other-SVs,written in Rust

    👉 Querying gzip'ed & zstd compressed files directly

    github.com/asg017/sqlite-xsv

    observablehq.com/@asg017/intro

    #rustlang #rust #rustaceans #rusties

  12. 🦀 🪲 Watch out for DoS Vulnerability when using Rust’s popular Hyper package

    👉 Forgetting to set proper limits on HTTP requests

    👉 Up to developers that rely on Hyper to implement size check in their own code

    jfrog.com/blog/watch-out-for-d

    #infosec #AppSec #rustlang #rustaceans #rusties #rust

  13. 🦀 Supporting the Use of Rust in the Chromium Project

    👉 a simpler (no IPC) and safer

    👉 Less complex C++ overall, no memory safety bugs

    👉 Speed up development (less code to write)

    security.googleblog.com/2023/0

    #rust #rustlang #rustaceans #rusties #rustacean

  14. 🦀 Security issue #Rust

    👉 Cargo didn't perform SSH host key verification when cloning indexes and dependencies via SSH

    👉 An attacker could exploit this to perform man-in-the-middle attacks

    👉 Cargo before 1.66.1 vulnerable

    blog.rust-lang.org/2023/01/10/

    #rustlang #rustaceans #rusties #rustacean #infosec

  15. 🦀 Did you know you can run Rust code one by one just like Python with an interactive REPL?

    cargo install evcxr_repl

    crates.io/crates/evcxr_repl

    #rust #rustlang #rustaceans #rustacean #rusties #python

  16. 🦀 Rust: Memory Safe Languages in Android 13 ( post by @jeffvanderstoep)

    👉 To date, there have been zero memory safety vulnerabilities discovered in Android’s Rust code

    👉 In Android 13, about 21% of all new native code is in Rust

    👉 Migrated VM firmware in the Android Virtualization Framework to Rust

    security.googleblog.com/2022/1


    #infosec #androidsecurity #memorysafety #exploits #rust #rustlang #rustaceans #rusties

  17. #PSA for #Auspol

    TIL that on Mastodon #Rusties are people who use the #Rust programming language.

    So, I guess it's time for me to go back to calling rusted on #ALP supporters #Rustadons. Or #drips

    You might wish to do likewise.

  18. 17. #RustChallenge

    👉 Will it compile?

    👉 If so, what might be the result?

    🦀 Don't forget to mark your answer with spoiler tag

    #rustacean #rusties #rustlang #rustaceans #rust #rustdev

  19. ✨ ripgrep recursively searches directories for a regex pattern while respecting your gitignore
    (Written in Rust)

    github.com/BurntSushi/ripgrep

    #ripgrep #rust #rustlang #rustaceans #rusties #linux

  20. Fully working CRUD REST API example using Rust and Rocket

    👉 Fully working CRUD REST API example using

    🎯 Rust (stable)
    🎯 Rocket.rs
    🎯 mongodb
    🎯 okapi

    github.com/TaeyoonKwon/rust-ro

    #rust #rusties #rustlang #rustaceans #rustprogramming

  21. Gall's law

    👉 A complex system that works is invariably found to have evolved from a simple system that worked

    👉 A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over with a simple working system

    #rustlang #rusties #rustacean #rustprogramming #rustaceans