Trending

#systemsprogramming

Latest posts tagged with #systemsprogramming on Bluesky

Latest Top
Trending

Posts tagged #systemsprogramming

Preview
This Week in Rust #642: Rust 1.94, Mini-Agents, and Eating PostgreSQL Rust 1.94, a 500ns parser, AI mini-agents, and the ecosystem quietly expanding Rust’s reach.

Rust 1.94 • 500ns parser • AI mini-agents • PostgreSQL being eaten alive 🦀
483 PRs. No drama. Just execution.
This is what Rust's ubiquity phase looks like.

My #TWiR 642 recap → tinyurl.com/5ee4sae7

#Rust #SystemsProgramming

1 1 0 0
Preview
Rust 1.94.0 Released with Array Windows and Cargo Improvements Rust 1.94.0 introduces array_windows for slices, Cargo config inclusion, TOML 1.1 support in Cargo, and stabilized APIs in const contexts.

Rust 1.94.0 Released with Array Windows and Cargo Improvements

techlife.blog/posts/rust-1...

#RustLang #Rust #Programming #SoftwareDevelopment #SystemsProgramming #OpenSource #Cargo #ArrayWindows #TOML #ConstEval #RustRelease

1 0 0 0

🦀 Casi la mitad de las empresas ya usa Rust en producción, según encuesta

La encuesta de 2025 revela la adopción masiva de Rust tras una década de seguimiento.

https://thenewstack.io/rust-enterprise-developers/

#RustLang #Programming #SystemsProgramming #RoxsRoss

0 0 0 0
Preview
What’s Inside Your .o File? A Beginner-Friendly Guide to the Linux nm Command What Is the nm Command? nm is a Linux command that shows the symbols from symbol table of an object...

What’s Inside Your .o File? A Beginner-Friendly Guide to the Linux nm Command What Is the nm Command? nm is a Linux command that shows the symbols from symbol table of an object file or executabl...

#beginners #linux #c #systemsprogramming

Origin | Interest | Match

0 0 0 0
Preview
GitHub - DeanoC/ZiggyPiAi: Zig port of pi-mono/packages/ai with Codex OAuth support Zig port of pi-mono/packages/ai with Codex OAuth support - DeanoC/ZiggyPiAi

ZiggyPiAi – port of Typescript based pi-ai (used in #OpenClaw) for integrating AI providers.

Designed for agentic apps in Zig. Many AIs support including codex, claude, gemini and more.

github.com/DeanoC/Zi...

#ziglang #systemsprogramming #opensource #AI

3 0 0 0
Post image

Zed 에디터가 리눅스 렌더링 백엔드를 blade에서 wgpu로 교체합니다. 단순한 마이그레이션을 넘어, PR 논의에서 제기된 '범용 추상화 계층(wgpu)'과 '네이티브 최적화' 간의 메모리 및 성능 트레이드오프 논쟁이 인상적입니다. 그래픽스 생태계의 표준화가 맞춤형 최적화를 완전히 대체할 수 있을까요?

www.mrlatte.net/stories/2026/02/13/zed-e...

#RustLang #SystemsProgramming

0 0 0 0
Courses | The School of Code Browse all available programming courses

Systems programming in the browser. Our C and C++ courses run via WebAssembly. Write, compile, execute—all here. theschoolofcode.com/courses

#CProgramming #CPlusPlus #SystemsProgramming

0 0 0 0

🛡️ El lenguaje Jule, seguro en memoria, surge como alternativa a C/C++

Ante la demanda de lenguajes seguros para sistemas críticos, emerge Jule.

thenewstack.io/jule-open-source-program...

#MemorySafe #ProgrammingLanguages #SystemsProgramming #RoxsRoss

0 1 0 0
speakers

speakers

New Speakers Announcement 🚨

Rust in Paris 2026 is on. 🇫🇷🦀

📍 Paris, France — 27 March 2026
🎟️ Tickets: ti.to/xperhub/rust...

If you’re building with Rust (or want to), you’ll want to be in the room.

#Rust #RustLang #Paris #Developers #SystemsProgramming #OpenSource #Meetup #Conference

2 0 0 1
Close-up of a rustic, rusted padlock hanging on a weathered wooden door, symbolizing protection and security.

Close-up of a rustic, rusted padlock hanging on a weathered wooden door, symbolizing protection and security.

Explore how to transition to memory-safe languages for better security! Learn more: https://ow.ly/MexT50Y4LZH #EmbeddedSystems #MemorySafe #SoftwareSecurity #Cybersecurity #EmbeddedLinux #YoctoProject #CProgramming #CPlusPlus #RustLang #SystemsProgramming #SecureCoding #TechTrends

0 0 0 0
Preview
JuliaC: A New Tool for Building Julia Binaries - Video - JuliaHub Explore JuliaC, a new toolchain for building Julia executables and shared libraries, enabling embedded systems and cross-language integration.

JuliaC introduces a new way to build executables and shared libraries directly from Julia. See how compact binaries make Julia practical for systems and embedded applications.
juliahub.com/videos/julia...
#JuliaLang #JuliaC #SystemsProgramming #EmbeddedSystems #HPC

1 0 0 1

📌 Rust Asíncrono: Desmitificando Pinning

Segunda parte de la serie. Descubre el concepto clave para la programación asíncrona segura.

https://thenewstack.io/async-rust-pinning-demystified/

#RustLang #AsyncRust #SystemsProgramming #RoxsRoss

0 0 0 0
Post image Post image

files.mastodon.social/media_attach...

files.mastodon.social/media_attach...

Just my design of composable UI in Dioxus.
Let's see how this goes.

#Rust #RustLang #Dioxus #RSX #macOS #DesktopApp #SystemsProgramming

0 0 0 0
Post image

Started learning Go.
Feels close to C, but modern and pragmatic.
This might be fun.
#GoLang #Go #Programming #SystemsProgramming #BackendDevelopment

0 0 0 0
Preview
Gaining Closure How MLKit-style flat closures bring F# native memory safety to native compilation

#fsharp #ocaml #systemsprogramming #rust #golang speakez.tech/blog/gaining...

1 0 0 0

"Zig's approach to systems programming has me rethinking everything. Not just a C replacement—it blends raw control with developer sanity through compile-time execution and clever memory safety ideas. Anyone else experimenting with Zig? What's your take? #ZigLang #SystemsProgramming" (245...

2 0 1 0
Preview
Стек викликів #2: символізація YouTube video by Шо по коду?

Хто не спить, підключайтесь подивитись трохи Rust та системного програмування на ніч.

youtube.com/live/y9iEjfp...

#rust #programming #systemsprogramming #україномовнийютюб

0 0 0 0

Built a custom Arena Allocator in C.

Bypassed malloc for mmap

Implemented 8-byte alignment via bit-masking

Verified the mapping in /proc/pid/maps

It’s still early but, memory management is starting to feel a lot less like magic. #CProgramming #SystemsProgramming #Coding

2 0 0 0
Preview
The WREN Stack Fusing F#'s Web Agility With Native Precision On The Desktop

#fsharp #webdevelopment #systemsprogramming
speakez.tech/blog/wren-st...

7 1 1 0

C3 is often compared to Zig, Odin, and D. It's seen as a more conservative evolution of C, contrasting with Zig's radical departure. This highlights diverse approaches in systems programming, offering developers crucial choices based on project needs. #SystemsProgramming 5/6

0 0 1 0
C3 프로그래밍 언어: 혁명이 아닌 진화를 택한 C의 계승자 C3는 C 언어의 문법과 의미를 유지하면서 현대적인 기능을 더해 인체공학적으로 발전시킨 시스템 프로그래밍 언어입니다. ‘혁명보다는 진화’를 모토로 삼아 기존 C 코드와 완벽한 ABI 호환성을 제공하므로, 별도의 변환 과정 없이 C와 C3 코드를 한 프로젝트에서 자연스럽게 섞어 사용할 수 있습니다. 이 언어는 C++의 복잡함은 덜어내고 연산자 오버로딩, 제네릭, 계약(Contract) 기반 프로그래밍 등 개발자가 필요로 하는 핵심 기능을 도입했습니다. 특히 강력한 컴파일 타임 매크로와 디버그 모드에서의 런타임 안전성 검사 기능은 C 언어 개발 경험을 유지하면서도 고질적인 오류들을 효과적으로 제어할 수 있게 돕습니다.

C3는 C++의 복잡함 없이 C의 완전한 ABI 호환성과 현대적 기능을 제공하는 '진화된 C'를 표방합니다. 시맨틱 매크로와 계약 기반 설계를 도입하면서도 기존 C 코드와 완벽하게 섞일 수 있다는 점이 인상적입니다.

메모리 안전성을 강조하는 언어들이 부상하는 시점에서, C의 철학을 유지한 현대화가 실질적인 시스템 프로그래밍의 대안이 될 수 있을까요?

www.mrlatte.net/stories/2026/01/03/the-c...
#SystemsProgramming

0 0 0 0
Toward a Unified General Language - Overview | Warm Signull Tech rants, code experiments, and philosophical side quests. Mostly in dark mode.

Just published my end-of-year overview. 2026 is the year I stop outlining and start building.

Would love to have a conversation with anyone interested in the topic!

warmsignull.github.io/posts/toward...

#programming #languagedesign #compilers #systemsprogramming #metaprogramming #opensource

1 0 0 0
Post image

New lightweight event loop lib c-events drops: unified epoll/kqueue/IOCP abstraction with coroutine-style execution. Lower overhead than libuv, gives devs finer control. Solid option for high-performance I/O systems. #SystemsProgramming

0 0 1 0

Performance implications and the necessary use of "unsafe" Rust code in kernel contexts also raise questions. While Rust aims for safety, kernel-level operations often require low-level control, demanding careful implementation. #SystemsProgramming 4/6

1 0 1 0

Rust to C? Wild. But think legacy systems with Rust's safety. Eurydice could bridge worlds without full rewrites. High-risk, high-reward play. #RustLang #SystemsProgramming

1 0 0 0
Preview
This Week in Rust #628: Quiet Competence and Production-Ready Tools An opinionated recap of This Week in Rust #628, featuring Wasmi 1.0, hyper-util composable pools, major compiler performance work, and why…

🦀 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

2 0 0 0
Preview
Building a JIT Compiler from Scratch: Part 0 - How Computers Run Your Code This is the first part of the series on Building a JIT Compiler from Scratch. I have been exploring...

Building a JIT Compiler from Scratch: Part 0 - How Computers Run Your Code This is the first part of the series on Building a JIT Compiler from Scratch . I have been exploring the world of compiler...

#jit #llvm #systemsprogramming #compilers

Origin | Interest | Match

1 0 0 0

Use cases & ecosystems: Rust excels in performance & safety-critical applications like systems programming. Go is a strong contender for networked services & CLI tools due to its simplicity. Zig is emerging as a powerful C replacement for low-level tasks. #SystemsProgramming 5/6

1 0 1 0

A great reminder of how much we abstract away in higher-level languages — and how rewarding it is to understand the details.
#ziglang #systemsprogramming #memorymanagement

3 0 0 0