Filter
Exclude
Time range
-
Near
CMake didn't kill portable code.It moved portability cost from write-time to configure-time & the bill comes due in prod. Here's the trade we never talk about. #cmake #buildsystems...Show more
1
418
CMake didn't kill portable code.It moved portability cost from write-time to configure-time & the bill comes due in prod. Here's the trade we never talk about. #cmake #buildsystems...Show more

1
1
335
Good morning ☀️Most people wait for motivation to push them forward. The truly successful ones build unbreakable systems and habits so they move forward even when motivation is nowhere to be found. #BuildSystems #GoodMorningХ
16
2
35
257
Today is the last day. Everything after today is delivery. . . Applications for Cohort 1 of the Clarylife Mentorship Academy @clarylife_ma close tonight. If you have been considering it, this is not a soft deadline. It is the deadline. . . Six months. Three tracks. Brand architecture, web systems, and AI-driven workflows, built into one structured, practitioner-led programme. . . ₦20,000. One payment. Orientation begins Wednesday, 22nd April. . . The people who sign up today are the people who finish in October with a certificate and a capstone project they built. . . If your name is not on the list by tonight, it will not be again for this Cohort. You still desire to be a part? The link is acad.clarylifeglobal.com . . I remain your BrandCore Strategist. #SimeonTaiwo #BrandCore #ClarylifeMentorshipAcademy #CMA #CohortOne #BrandArchitecture #WebSystems #AIWorkflow #SystemsThinking #ClarylifeGlobal #BuildSystems
1
1
25
Apr 5
C Now 2026 SESSION ANNOUNCEMENT: CMake’s Recent Evolution - Modules, CPS, and Build Optimization by Bill Hoffman schedule.cppnow.org/session/… Register now at cppnow.org/registration/ #Buildsystems #Cplusplus #Cpp #Tooling
2
305
Just oneshotted a pi extension that catches certain bash tool calls, and reroutes them to be run through tmux, so I get really nice ansi console animations from buildsystems that support it. hat tip to @getsome_air for the inspiration
1
2
432
Trying to remember everything is stressful. Who paid. Who is owing. What bill is due. Your brain is not your accounting system. Put structure in place. Click the link in our bio to join the waitlist. Launch is getting closer. #BuildSystems #SMENigeria #StartupAfrica #Tradiu
3
3
55
What’s the ONE non-negotiable action you’re committing to before Friday? 💡 #TakeAction #BuildSystems #MondayMotivation #AutomationForBusiness #workSmarterNotHarder
2
14
Ship a game, not a dependency nightmare. Single external library build, clear CMake support, and platform-focused build tools. #buildsystems #cpp #gamedev
3
40
and are mostly buildsystems/kernel top engineers- real cost is more like 500k$ probs
2
62
Real builders don’t chase pumps. They build systems that don’t need them. TG: t.me/piratehoodchat Website: piratehoodprotocol.com Website: swap.piratehood.com CA: FNucbEyZg9pqHLpdLsWt4FEU9UkkkSKtcWX511t9pump #RealBuilders #BuildSystems #SustainableGrowth #PirateHood #CryptoCommunity #DecentralizedFinance #LongTermVision #InvestSmart #FinancialFreedom #InnovateNotImitate
7
5
8
44
I’ve been thinking about how we often confuse being busy with being productive. Filling your day with endless tasks like copy pasting, sending reminders, and checking tools feels like work, but most of it is just repetition. Real productivity comes from removing friction, not adding more hours. It is about smart systems that run in the background so you can focus on what truly matters. Automation is not just about saving time, it is about freeing your mind. When your workflows work for you, your energy goes to creativity, growth, and impact. #worksmarter #businessgrowth #digitalwork #buildsystems #n8n
1
3
33
Introducing Vix.cpp Registry. A C package registry built on GitHub no cloud, no service, no lock-in. • Git-based index • Versioned, auditable, reproducible • Works offline • Zero central server • Just repositories, tags, and CMake The registry is code, not a SaaS. 👉 github.com/vixcpp/vix #cpp #cplusplus #vixcpp #opensource #devtools #buildsystems #cmake
2
2
222
C has always struggled with project organization. Headers everywhere. Implicit deps. Fragile builds. Ironically, this was the original goal of C . When Bjarne Stroustrup created “C with Classes”, the idea was simple: 👉 structure large systems better, not just add features. With Vix.cpp modules, we go back to that foundation: • explicit modules • strict public / private boundaries • Go-like organization on top of CMake • zero magic, fully auditable vix modules init vix modules add auth vix modules check C doesn’t need more abstractions. It needs discipline and structure. This is what modern C should feel like. 🚀 👉 github.com/vixcpp/vix #cpp #cplusplus #softwarearchitecture #buildsystems #cmake #devtools #opensource
2
3
984
Discover C libraries by developer locally. vix search <author> lists all libraries published by a maintainer in the Vix Registry: • zero network after sync • exact versions & repos • git-native, auditable index If you maintain a C library, publish it. Make it discoverable. Make it reproducible. ⭐ github.com/vixcpp/vix #cplusplus #opensource #vixcpp #devtools #cmake #buildsystems
2
2
118
C dependencies, done right. With Vix deps: • vix add pins libraries to exact git commits • vix deps installs them locally • Generates clean CMake targets automatically • No global installs, no magic, no lock-in Real dependency management for modern C projects. ⭐ github.com/vixcpp/vix #cplusplus #cmake #devtools #vixcpp #opensource #buildsystems
2
2
119
🎥 Publishing a C library should be boring and reliable. In this video, I’m publishing tree v0.4.0 into the Vix Registry, then consuming it immediately from a real Vix application. What you see, step by step: • Git tag v0.4.0 • Exact commit resolution (f7db5f4c6e7…) • Local registry sync (vix registry sync) • One command to publish: vix publish 0.4.0 • Automatic PR generated against the registry index • Dependency upgraded in an app with: vix add tree@0.4.0 • vix.lock updated with an immutable, commit-pinned dependency No manual metadata. No central service. No proprietary registry backend. 🧠 What this demonstrates Vix Registry is: • Git-native • Offline-first • Commit-pinned • Fully auditable • Reproducible by design Publishing a C library does not require changing how you develop today. If your library: • lives on GitHub/GitLab • uses Git tags • is header-only or CMake-based 👉 it can be published to the Vix Registry in minutes. 📦 For consumers, this means: • deterministic builds • no “latest version” surprises • no dependency drift • zero network access after sync This is not about convenience hacks. It’s about building C infrastructure you can trust for the next 10 years. If you maintain a C library and care about: reproducibility, long-term stability, and developer trust you’re exactly who this is for. ⭐ Runtime → github.com/vixcpp/vix 📦 Registry → github.com/vixcpp/registry #cplusplus #vixcpp #opensource #devtools #dependencyManagement #buildsystems #softwareengineering
2
3
1,830
C developers your library deserves more than just a GitHub repository. Today, I shipped tree v0.2.0 into the Vix.cpp Registry and validated the full workflow end-to-end: • Git tag • Immutable commit resolution • Registry update via PR • Local registry sync • vix add tree@0.2.0 • Fully reproducible build No magic. No hidden service. No vendor lock-in. What is Vix.cpp ? Vix.cpp is a modern C runtime and tooling ecosystem inspired by Node.js and Cargo, but designed for the realities of C : • Native performance (no wrappers, no runtime tax) • Git-native, commit-pinned dependencies • Offline-first by design • Deterministic, reproducible builds • Zero centralized infrastructure dependency The registry is not a SaaS. It is a versioned Git index auditable, clonable, forkable, and future-proof. Already maintaining a C library? If your library: • is header-only or CMake-based • already uses Git tags (v1.0.0, v1.2.3, …) • lives on GitHub or GitLab You can publish it to the Vix Registry in minutes, without changing how you develop today. No new format. No special build system. No lock-in. Why publish to the Vix Registry? • Users get commit-pinned, reproducible builds • Your library becomes composable inside a modern C runtime • No central service dependency ever • Long-term stability by design • You help shape the future of C tooling This is about infrastructure you can trust for the next 10 years not just convenience today. What the screenshots demonstrate • vix add tree@0.2.0 • Automatic vix.lock generation • Exact commit resolution • Local, verifiable source storage • Zero network usage after registry sync Reproducibility you can inspect, not just assume. Join the ecosystem Registry: github.com/vixcpp/registry Runtime: github.com/vixcpp/vix Maintaining a C library? Want it to be reproducible, auditable, and future-proof? Open a PR or drop a comment. Let’s build a modern, Git-native, reproducible C ecosystem together. #cplusplus #vixcpp #opensource #devtools #buildsystems #runtime #git #softwareengineering
2
2
139