#systemsprogramming hasil pencarian

This code speeds up the rest of my program by ~150ms. #SystemsProgramming

tavianator's tweet image. This code speeds up the rest of my program by ~150ms.  #SystemsProgramming

🦀🦀Rust🦀🦀 know C and Java, but string handling in Rust is a whole new challenge! 🦀 It's different, but I'm excited to dig deeper and get the hang of it. #RustLang #CodingJourney #SystemsProgramming

tanish_lande's tweet image. 🦀🦀Rust🦀🦀

know C and Java, but string handling in Rust is a whole new challenge! 🦀 

It's different, but I'm excited to dig deeper and get the hang of it. #RustLang #CodingJourney #SystemsProgramming

Bringing some serenity to your Friday morning...check out this beautiful grass! @Burnrate_Dev fixed a rotation bug. Some early grass spawning progress. #gamedev #systemsprogramming #HyperLightBreaker #screenshot

HeartMachineHQ's tweet image. Bringing some serenity to your Friday morning...check out this beautiful grass!

@Burnrate_Dev fixed a rotation bug. Some early grass spawning progress.

#gamedev #systemsprogramming #HyperLightBreaker #screenshot
HeartMachineHQ's tweet image. Bringing some serenity to your Friday morning...check out this beautiful grass!

@Burnrate_Dev fixed a rotation bug. Some early grass spawning progress.

#gamedev #systemsprogramming #HyperLightBreaker #screenshot

🦀🦀Rust🦀🦀 Just started learning Rust, and it’s already so much fun! 🦀 Excited to dive into this journey and explore what this amazing language can do. Let’s go! 💻 Anyone who knows Rust? #RustLang #LearningJourney #SystemsProgramming

tanish_lande's tweet image. 🦀🦀Rust🦀🦀

Just started learning Rust, and it’s already so much fun! 🦀 Excited to dive into this journey and explore what this amazing language can do. 
Let’s go! 💻

Anyone who knows Rust?

#RustLang #LearningJourney #SystemsProgramming

Day #1 of learning Rust 🦀 I started exploring how Rust works under the hood — from writing simple source code to understanding how it’s compiled and managed. #RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo #rustc

legend4tech's tweet image. Day #1 of learning Rust 🦀

I started exploring how Rust works under the hood — from writing simple source code to understanding how it’s compiled and managed.
#RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo #rustc

Built an interactive course teaching systems programming by building real production systems 🔥 12 lessons: HTTP servers → Concurrency → Distributed systems Try it: [claude.ai/public/artifac…] Build it: [github.com/kapil0x/Metric…] #buildinpublic #SystemsProgramming


Important Cargo Commands Every Rust Developer Should Know #RustLang #Cargo #SystemsProgramming #LearnRust #RustTips

RakeshKumawattt's tweet image. Important Cargo Commands Every Rust Developer Should Know

#RustLang #Cargo #SystemsProgramming #LearnRust #RustTips

📣 Deal of the Day 📣 Oct 3 HALF OFF NEW MEAP! Systems Programming with Zig & selected titles: hubs.la/Q03M5Ggn0 Zig delivers performance, reliability, and complex integration in systems programming in a simple, modern package. #systemsprogramming #zig #ziglang Learn…

ManningBooks's tweet image. 📣 Deal of the Day 📣 Oct 3

HALF OFF NEW MEAP!

Systems Programming with Zig & selected titles: hubs.la/Q03M5Ggn0 

Zig delivers performance, reliability, and complex integration in systems programming in a simple, modern package. #systemsprogramming #zig #ziglang

Learn…

CLAUDE, C, AND CARNAGE: BUILDING “LOG CARVER” AT THE EDGE OF PERFORMANCE iamnor.com/2025/08/07/cla… #DevSecOps #AICoding #SystemsProgramming #CybersecurityTools #PerformanceEngineering

Ron_Dilley's tweet image. CLAUDE, C, AND CARNAGE: BUILDING “LOG CARVER” AT THE EDGE OF PERFORMANCE iamnor.com/2025/08/07/cla… #DevSecOps #AICoding #SystemsProgramming #CybersecurityTools #PerformanceEngineering

MoonBit adds : • Value Type — zero-allocation structs • Bits pattern — spec-style parsing In FFT benchmarks: 🚀 30% faster than Rust Details & code 👉 moonbitlang.com/blog/moonbit-v… #moonbit #rust #systemsprogramming


Functions: Every Rust program starts from a main function defined with fn main() {} — where the execution begins. Functions follow a clean structure using snake_case naming and curly braces for the body. #RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo

legend4tech's tweet image. Functions:
Every Rust program starts from a main function defined with fn main() {} — where the execution begins. Functions follow a clean structure using snake_case naming and curly braces for the body.

#RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo

3-Month Learning Plan: Diving deep into Rust 🦀 for low-level systems & driver dev. Targeting a CUDA project for high-performance computing. Any ideas for a GPU-accelerated solver or a cool Rust/CUDA library? Let the low-level fun begin! #RustLang #CUDA #SystemsProgramming


🦀 Rust Gotcha: println!("232 as i8 = {}", 232 as i8); 👉 Output: -24 Why? 232 (u8) = 11101000₂ i8 range: -128..127 Bit pattern wraps → two’s complement → -24 ⚠️ Know your bit ranges before casting! #RustLang #SystemsProgramming #Bitwise #TwoComplement #openToWork 🚀

techieMeIndian's tweet image. 🦀 Rust Gotcha:

println!("232 as i8 = {}", 232 as i8);
👉 Output: -24
Why?

232 (u8) = 11101000₂

i8 range: -128..127

Bit pattern wraps → two’s complement → -24

⚠️ Know your bit ranges before casting!

#RustLang #SystemsProgramming #Bitwise #TwoComplement #openToWork 🚀

My winter holidays reading material just arrived! #zig #wasm #SystemsProgramming #NewYearResolutions

toinbis's tweet image. My winter holidays reading material just arrived!

#zig #wasm #SystemsProgramming #NewYearResolutions

Rust is becoming mandatory starting May! 🦀 This shift signals a major move in systems programming. Are we ready for memory safety by default? The debate is heating up! #RustLang #Programming #SystemsProgramming


5/ This was a HUGE learning experience: - Systems programming in Rust - Binary file formats - Durability guarantees (fsync) - Performance trade-offs - Production-grade testing Full docs + tutorial on GitHub #rustlang #databases #systemsprogramming #opensource


@xai Built **SFQ-Bench**: **40x faster than mutex**, **0 retries**, **perfect fairness** (Jain=1.0), **Merkle-replayable**. C: 7.3M ops/s | Python: 32k/s | NUMA + epochs. github.com/eldm-ethanmoor… #Lockless #systemsprogramming


GENc is not for everyone. It’s for those who operate in precision, who build when others talk, who rise when others stall. Welcome to the system that crafts permanence. #GENc @GENcoinCore #systemsprogramming #Meme #Solana #Ethereum #Bitcoin #ForexTrader #Revolution #Memewave

Paydayswt's tweet image. GENc is not for everyone. It’s for those who operate in precision, who build when others talk, who rise when others stall. Welcome to the system that crafts permanence. #GENc @GENcoinCore 

#systemsprogramming #Meme #Solana #Ethereum #Bitcoin #ForexTrader #Revolution #Memewave

3-Month Learning Plan: Diving deep into Rust 🦀 for low-level systems & driver dev. Targeting a CUDA project for high-performance computing. Any ideas for a GPU-accelerated solver or a cool Rust/CUDA library? Let the low-level fun begin! #RustLang #CUDA #SystemsProgramming


Rust Devs — At some point, you stop chasing the newest crates, async runtimes, and frameworks… and start mastering ownership, lifetimes, and borrow checking. That’s when growth stops looking exciting — and starts looking real. #RustLang #SystemsProgramming #LearningRust


A biological human, mechanical vessel (car + home), legal entity (US citizen), 2+ social faces, my digital presences, various data stores, and now as a very young, aspirational corporate (non-profit) intelligence. #opensource #systemsprogramming #nonbinary


Driver de Hook em Kernel Mode ✅ → Inline Hooking (Detour/Trampoline) → Write to Read-Only memory via MDL → Shellcode: MOV RAX + JMP RAX → Export table parsing #SystemsProgramming #C #Assembly

0x000cn7's tweet image. Driver de Hook em Kernel Mode ✅

→ Inline Hooking (Detour/Trampoline)
→ Write to Read-Only memory via MDL
→ Shellcode: MOV RAX + JMP RAX
→ Export table parsing

#SystemsProgramming #C #Assembly

Rust keeps gaining ground. Safety + performance are winning in infra, edge, and mobile tooling, introduce it where latency or memory safety matter most. #Rust #SystemsProgramming #Performance


Rust’s Zero-Sized Types (ZSTs) store no data but carry type info — powering zero-cost abstractions like PhantomData and unit structs. Fantastic deep dive from Fillmore Labs on how Rust optimizes type safety at compile time. 👉 blog.fillmore-labs.com/posts/zerosize… #rust #systemsprogramming


How do you write a file when your data isn't in neat, 8-bit bytes? My Rust assembler needed to write 4-bit opcodes, 2-bit registers, and 8-bit addresses into one continuous stream. Here's the story of how I built a "bit-packer" to solve it. 🧵👇 #SystemsProgramming


Functions: Every Rust program starts from a main function defined with fn main() {} — where the execution begins. Functions follow a clean structure using snake_case naming and curly braces for the body. #RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo

legend4tech's tweet image. Functions:
Every Rust program starts from a main function defined with fn main() {} — where the execution begins. Functions follow a clean structure using snake_case naming and curly braces for the body.

#RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo

Day #1 of learning Rust 🦀 I started exploring how Rust works under the hood — from writing simple source code to understanding how it’s compiled and managed. #RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo #rustc

legend4tech's tweet image. Day #1 of learning Rust 🦀

I started exploring how Rust works under the hood — from writing simple source code to understanding how it’s compiled and managed.
#RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo #rustc

🦀 Why Rust is gaining popularity: • Memory safety without GC • Zero-cost abstractions • Fearless concurrency • Great tooling (Cargo) • Growing ecosystem The future of systems programming! 🚀 #Rust #Programming #SystemsProgramming


Tidak ada hasil untuk "#systemsprogramming"

最近開始學習 Rust 語言,用於系統程式設計!感覺這語言真的很有趣,強效的編譯和安全的特性讓我對它印象深刻。正在探索其應用範圍,期待能寫出更穩健、高效的程式碼!#Rust #SystemsProgramming #程式設計

FoysalM10897653's tweet image. 最近開始學習 Rust 語言,用於系統程式設計!感覺這語言真的很有趣,強效的編譯和安全的特性讓我對它印象深刻。正在探索其應用範圍,期待能寫出更穩健、高效的程式碼!#Rust #SystemsProgramming #程式設計
FoysalM10897653's tweet image. 最近開始學習 Rust 語言,用於系統程式設計!感覺這語言真的很有趣,強效的編譯和安全的特性讓我對它印象深刻。正在探索其應用範圍,期待能寫出更穩健、高效的程式碼!#Rust #SystemsProgramming #程式設計

⚡ Trading runtime errors for compile-time safety! Learning Rust. #Rust #SystemsProgramming

AnandBhaleraooo's tweet image. ⚡ Trading runtime errors for compile-time safety! Learning Rust. #Rust #SystemsProgramming

This code speeds up the rest of my program by ~150ms. #SystemsProgramming

tavianator's tweet image. This code speeds up the rest of my program by ~150ms.  #SystemsProgramming

Functions: Every Rust program starts from a main function defined with fn main() {} — where the execution begins. Functions follow a clean structure using snake_case naming and curly braces for the body. #RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo

legend4tech's tweet image. Functions:
Every Rust program starts from a main function defined with fn main() {} — where the execution begins. Functions follow a clean structure using snake_case naming and curly braces for the body.

#RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo

Driver de Hook em Kernel Mode ✅ → Inline Hooking (Detour/Trampoline) → Write to Read-Only memory via MDL → Shellcode: MOV RAX + JMP RAX → Export table parsing #SystemsProgramming #C #Assembly

0x000cn7's tweet image. Driver de Hook em Kernel Mode ✅

→ Inline Hooking (Detour/Trampoline)
→ Write to Read-Only memory via MDL
→ Shellcode: MOV RAX + JMP RAX
→ Export table parsing

#SystemsProgramming #C #Assembly

Nice turnout at the @rustlab_conf Join me at 3pm for my talk about @kdashrs, #Rust, #systemsprogramming and more

deepu105's tweet image. Nice turnout at the @rustlab_conf 
Join me at 3pm for my talk about @kdashrs, #Rust, #systemsprogramming and more

Pretty dope interview with Linus Torvalds. The most interesting bit for me was him saying "nothing better has come around" wrt C as a language for low-level #SystemsProgramming. linuxjournal.com/content/25-yea…

anujdeshpandey's tweet image. Pretty dope interview with Linus Torvalds. The most interesting bit for me was him saying "nothing better has come around" wrt C as a language for low-level #SystemsProgramming.

linuxjournal.com/content/25-yea…

🦀🦀Rust🦀🦀 know C and Java, but string handling in Rust is a whole new challenge! 🦀 It's different, but I'm excited to dig deeper and get the hang of it. #RustLang #CodingJourney #SystemsProgramming

tanish_lande's tweet image. 🦀🦀Rust🦀🦀

know C and Java, but string handling in Rust is a whole new challenge! 🦀 

It's different, but I'm excited to dig deeper and get the hang of it. #RustLang #CodingJourney #SystemsProgramming

Important Cargo Commands Every Rust Developer Should Know #RustLang #Cargo #SystemsProgramming #LearnRust #RustTips

RakeshKumawattt's tweet image. Important Cargo Commands Every Rust Developer Should Know

#RustLang #Cargo #SystemsProgramming #LearnRust #RustTips

Bringing some serenity to your Friday morning...check out this beautiful grass! @Burnrate_Dev fixed a rotation bug. Some early grass spawning progress. #gamedev #systemsprogramming #HyperLightBreaker #screenshot

HeartMachineHQ's tweet image. Bringing some serenity to your Friday morning...check out this beautiful grass!

@Burnrate_Dev fixed a rotation bug. Some early grass spawning progress.

#gamedev #systemsprogramming #HyperLightBreaker #screenshot
HeartMachineHQ's tweet image. Bringing some serenity to your Friday morning...check out this beautiful grass!

@Burnrate_Dev fixed a rotation bug. Some early grass spawning progress.

#gamedev #systemsprogramming #HyperLightBreaker #screenshot

Day #1 of learning Rust 🦀 I started exploring how Rust works under the hood — from writing simple source code to understanding how it’s compiled and managed. #RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo #rustc

legend4tech's tweet image. Day #1 of learning Rust 🦀

I started exploring how Rust works under the hood — from writing simple source code to understanding how it’s compiled and managed.
#RustLang #LearningInPublic #SystemsProgramming #TechJourney #Cargo #rustc

🦀🦀Rust🦀🦀 Just started learning Rust, and it’s already so much fun! 🦀 Excited to dive into this journey and explore what this amazing language can do. Let’s go! 💻 Anyone who knows Rust? #RustLang #LearningJourney #SystemsProgramming

tanish_lande's tweet image. 🦀🦀Rust🦀🦀

Just started learning Rust, and it’s already so much fun! 🦀 Excited to dive into this journey and explore what this amazing language can do. 
Let’s go! 💻

Anyone who knows Rust?

#RustLang #LearningJourney #SystemsProgramming

Loading...

Something went wrong.


Something went wrong.


United States Trends