#systemsprogramming resultados da pesquisa

Nenhum resultado para "#systemsprogramming"

Day 1: Building a High-Performance Search Engine in C++ Started a command-line search engine from scratch to understand search at a low level. ✔️ Fast text matching ✔️ CLI queries ✔️ Multi-document search github.com/adarshpheonix2… #CPlusPlus #OpenSource #SystemsProgramming

AdarshPheonix's tweet image. Day 1: Building a High-Performance Search Engine in C++ 
Started a command-line search engine from scratch to understand search at a low level.
✔️ Fast text matching
✔️ CLI queries
✔️ Multi-document search
 github.com/adarshpheonix2…
#CPlusPlus #OpenSource #SystemsProgramming

Rust moving deeper into the Linux kernel is no longer theoretical. It’s operational reality. Memory safety is becoming a default expectation, not a debate. #linux #rustlang #systemsprogramming #opensource #softwareengineering


Diving into Low-Level Systems & AI. ​Goal: Compiler/Driver Dev. Start: "Mathematics for Machine Learning". ​You can't optimize code if you don't understand the math behind it. Foundations first. 🛠️ ​#SystemsProgramming #LearningInPublic

lioren_52's tweet image. Diving into Low-Level Systems & AI.
​Goal: Compiler/Driver Dev.
Start: "Mathematics for Machine Learning".
​You can't optimize code if you don't understand the math behind it. Foundations first. 🛠️
​#SystemsProgramming #LearningInPublic

Just shipped a tiny yet mighty HTTP proxy in C. Multithreaded sockets timeouts + error handling, curl-based tests. here is the repo: github.com/Aditya41150/Pr… the joy of seeing 1k+ clients fly through cleanly. 🚀 #C #SystemsProgramming #Networking


8 threads hammering concurrent inserts + deletes 8.4 million total operations High-contention (splits/merges/borrows) Average: 143 seconds wall time ~58,800 ops/sec sustained GitHub: github.com/KatoKode/BTree… #Assembly #Concurrency #SystemsProgramming #Embedded #Hiring


8 threads hammering concurrent inserts + deletes 8.4 million total operations High-contention (splits/merges/borrows) Average: 143 seconds wall time ~58,800 ops/sec sustained GitHub: github.com/KatoKode/BTree… #Assembly #Concurrency #SystemsProgramming #Embedded #HiringNow


But I came to ask about technical debt 🥲🥲🥲 #systemsprogramming #coding #technicaldebt

ShyamHz's tweet image. But I came to ask about technical debt 🥲🥲🥲

#systemsprogramming #coding #technicaldebt

Hey @elonmusk I rewrote a critical part of the X algorithm in Rust and it’s 40% faster with 30% less memory . If you’re serious about efficiency at scale, your team should be using Rust, not just C++. #RustLang #SystemsProgramming #X


🦀 It's official: Rust has graduated from experimental to stable in the Linux kernel! Memory safety meets systems programming at the lowest level. This is huge for the future of OS development! #RustLang #Linux #SystemsProgramming


Linux 6.19 just added module parameters for Rust, finally closing the gap with C. This isn’t just an update—it’s a shift in power for systems programming. Read why the 30-year C monopoly just got real competition: tinyurl.com/vae4bymx #RustLang #Linux #SystemsProgramming

ashishjsharda's tweet image. Linux 6.19 just added module parameters for Rust, finally closing the gap with C.

This isn’t just an update—it’s a shift in power for systems programming.

Read why the 30-year C monopoly just got real competition: tinyurl.com/vae4bymx

#RustLang #Linux #SystemsProgramming…

🦀 This Week in Rust #628: The "quiet week" that shipped a 1.0 WebAssembly interpreter, achieved IEC 61508 safety certification, and merged 509 PRs. When maturity looks boring, it's actually winning. Read the full analysis: tinyurl.com/5n77y3p3 #RustLang #SystemsProgramming


I don't know about the rest but my Cpp skill increase exponentially if I managed to stay in the internship for long learned about - DDS(cyclone dds) - Protobuf - spdLog well Code was the easy part CMake + linking almost broke me... #SystemsProgramming #LearningInPublic #Embedded


Nenhum resultado para "#systemsprogramming"

Day 84 #100DaysOfCode Today, I was taught new mental model: IPO. Startlingly simple, universally applicable framework for architecting any function or system. Not just a pattern; it's a fundamental methodology for thinking like an engineer. The realisation... #systemsprogramming

valerkahere's tweet image. Day 84 #100DaysOfCode
Today, I was taught new mental model: IPO.
Startlingly simple, universally applicable framework for architecting any function or system. Not just a pattern; it's a fundamental methodology for thinking like an engineer. The realisation...
#systemsprogramming

After years of manual memory management in C/C++, I switched to Rust… and the compiler said: “Don’t worry bro, I got you” 🔥 I think I’m home now 🦀❤️ #RustLang #Rustacean #SystemsProgramming

techa_bility's tweet image. After years of manual memory management in C/C++, I switched to Rust…
and the compiler said: “Don’t worry bro, I got you” 🔥

I think I’m home now 🦀❤️

#RustLang #Rustacean #SystemsProgramming

Marginal Games always going to be presented you be successful. . #process #systemsprogramming #i_nasrin_ahmed #duplicates #foreverliving.com #don'tchase

Nas_Truth7's tweet image. Marginal Games always going to be presented you be successful. 
.
#process
#systemsprogramming #i_nasrin_ahmed 
#duplicates 
#foreverliving.com
#don'tchase

You don't need more time. You need a better system. The most successful founders I know batch their content. 1 hour a week 1 core topic 5+ pieces of content Save this. ↓ #systemsprogramming #Automation

DTrapreneur's tweet image. You don't need more time. You need a better system.
The most successful founders I know batch their content.
1 hour a week

1 core topic

5+ pieces of content

Save this. ↓

#systemsprogramming #Automation

Stop thinking let is just a keyword. In Rust, it’s a promise: CPU sees memory, compiler enforces trust. Immutable = safe to share, zero locks, zero surprises. #rustlang #systemsprogramming

khandakerjim's tweet image. Stop thinking let is just a keyword.

In Rust, it’s a promise: CPU sees memory, compiler enforces trust. Immutable = safe to share, zero locks, zero surprises.

#rustlang #systemsprogramming

Zig is disrupting the low-level dev scene! 🔥 Expect this bare-metal powerhouse to redefine systems programming by 2025. Me... See the article: devtechinsights.com/zig-language-f… #ZigLang #SystemsProgramming #LowLevel #BareMetal #TechTrends #2025Tech #CompSci

KhansbArkhan's tweet image. Zig is disrupting the low-level dev scene! 🔥 Expect this bare-metal powerhouse to redefine systems programming by 2025. Me...

See the article:
devtechinsights.com/zig-language-f…

#ZigLang #SystemsProgramming #LowLevel #BareMetal #TechTrends #2025Tech #CompSci

Linux 6.19 just added module parameters for Rust, finally closing the gap with C. This isn’t just an update—it’s a shift in power for systems programming. Read why the 30-year C monopoly just got real competition: tinyurl.com/vae4bymx #RustLang #Linux #SystemsProgramming

ashishjsharda's tweet image. Linux 6.19 just added module parameters for Rust, finally closing the gap with C.

This isn’t just an update—it’s a shift in power for systems programming.

Read why the 30-year C monopoly just got real competition: tinyurl.com/vae4bymx

#RustLang #Linux #SystemsProgramming…

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

But I came to ask about technical debt 🥲🥲🥲 #systemsprogramming #coding #technicaldebt

ShyamHz's tweet image. But I came to ask about technical debt 🥲🥲🥲

#systemsprogramming #coding #technicaldebt

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

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

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

Ever wonder what powers Unreal Engine 5, the Windows kernel, and high-frequency trading bots? Spoiler: It's C++. But is it still relevant in 2025 with Rust & Go on the scene? We answer that and more in our complete guide. 👇 #CPlusPlus #CPP #SystemsProgramming #GameDev

mind_hustle_'s tweet image. Ever wonder what powers Unreal Engine 5, the Windows kernel, and high-frequency trading bots?
Spoiler: It's C++.
But is it still relevant in 2025 with Rust & Go on the scene? We answer that and more in our complete guide. 👇
#CPlusPlus #CPP #SystemsProgramming #GameDev

⚡ 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

Loading...

Something went wrong.


Something went wrong.


United States Trends