I'm Tired Boss
I'm Tired Boss
#Cpp #c++ #Buildsystems #Cmake #Make
https://programmerhumor.io/cpp-memes/im-tired-boss-3jlw
Latest posts tagged with #buildsystems on Bluesky
I'm Tired Boss
I'm Tired Boss
#Cpp #c++ #Buildsystems #Cmake #Make
https://programmerhumor.io/cpp-memes/im-tired-boss-3jlw
๐๐จ๐ฎ ๐๐๐งโ๐ญ ๐ซ๐๐๐๐ก ๐ ๐ฆ๐ข๐ฅ๐ฅ๐ข๐จ๐ง-๐๐จ๐ฅ๐ฅ๐๐ซ ๐ ๐จ๐๐ฅ ๐ฐ๐ข๐ญ๐ก ๐ ๐จ๐ง๐-๐ฆ๐๐ง-๐๐ซ๐ฆ๐ฒ ๐ฆ๐ข๐ง๐๐ฌ๐๐ญ.
Shift from "I do it all" to "The system does it all." Upgrade your tech, deploy AI agents, and build for the future.
Stop playing small. Scale it. โก๏ธ
#DualSyncAgency #GrowthMindset #BuildSystems #Scalability
I just published Flutter Build Systems and Dependency Management: Technical Interview Guide medium.com/p/flutter-bu...
#Flutter #FlutterDevelopment #FlutterInterview #BuildSystems #DependencyManagement #Pubspec #GradleBuild #FlutterFlavors #CodeGeneration #BuildRunner #MobileDevelopment
I just published iOS Native Build Systems and Dependency Management: Interview Questions That Will Test Yourโฆ medium.com/p/ios-native... #iOSDevelopment #Swift #Xcode #SwiftPackageManager #CocoaPods #iOSInterview #TechInterview #AppleDevelopment #MobileDevelopment #BuildSystems #DependencyManagement
I just published Build Systems and Dependency Management in Flutter: Interview Questions That Will Test Yourโฆ medium.com/p/build-syst...
#Flutter #FlutterInterview #DartProgramming #MobileDevelopment #BuildSystems #DependencyManagement #Gradle #CocoaPods #PubDev #FlutterDeveloper #TechInterview
**The Control Myth ๐ง **
Doing everything feels safe โ until it stalls growth.
Real control isnโt doing it all, itโs building systems that work without you.
Delegate outcomes. Lead the *why*.
โWhatโs one outcome you could delegate this week?
#SolopreneurLife #SmartDelegation #BuildSystems
I added sockets to the models at key points.
You select the base model socket by mouse cursor position.
You select the added model socket and rotation by keyboard keys.
#Unreal #BuildSystems
Emotional states are temporary.
Goals are deliberate.
If you act only when you feel motivated, your life stays inconsistent.
When actions are tied to plans instead of emotional states, progress becomes predictable. #ConsistencyWins #EmotionalDiscipline #BuildSystems #FocusAndExecute
At #BazelCon, Malte Poll presented rules_img, a faster and more efficient approach to building container images with Bazel. ๐ ๏ธ
Watch the full recording: www.youtube.com/watch?v=biYX...
#Bazel #BuildSystems
Think Bazel is just for code? Think again.
๐ฌ Watch the recording of Daniel Thagardโs #BazelCon talk to learn how to connect build systems with media editing workflows: www.youtube.com/watch?v=Yrcs...
#BuildSystems #Bazel
Nice:
โBuild System Trade-Offsโ, Jynn Nelson (jyn.dev/build-system...).
Via HN: news.ycombinator.com/item?id=4579...
On Lobsters: lobste.rs/s/uwyfpy/bui...
#Build #Programming #BuildSystems #Cargo #Make #Bazel #Ninja
Today, our spotlight is on CI/CD build pipeline security. ๐
Curious about the insights behind the graph below?
Join us at Forum A at 4:20 PM at #ITSAexpo for an engaging session on securing your #BuildSystems.
Our speaker is excited to meet you and answer your questions afterward!
#ITSecurity
Youโre not โdoing marketing.โ Youโre building a machine that creates motion. Treat it that way. New post and podcast episode out now : buff.ly/q2vxank
#buildsystems #growthmindset #digitalmarketing
Just finished the last adjustments on the new build system. The engine can now rebuild itself, its resources, or any mod on demand. Windows and Linux friendly. Modular automation is definitely the future.
#gamedev #buildsystems #VoidFrontier #automation #ECS #voidengine #catgame #gameengine #indie
Just nailed the M1 Build System for Bad Cat: Void Frontier! ๐ Set up CMake with cross-compilation, built Linux and Windows versions from WSL, implemented modular target selection, and streamlined intelligent DLL deployment.
#GameDev #VulkanEngine #BuildSystems #IndieGameDev #CatGame #badcatgame
After many failed attempts, my Bazel monorepo has finally been migrated to Bzlmod. Check out github.com/jack-bradshaw/monorepo for a fully-functional Bazel repo with vendoring, CI, and more.
#bazel #bazelbuild #programming #softwareengineering #swe #cs #compsci #buildsystems #google #xoogler
๐ง Tired of YAML/JSON/XML chaos in your build pipeline?
๐ LuaX ecosystem - 8 dev tools sharing one data format (Lua tables)
โจ Build โข Docs โข Code gen โข Graphics โข Requirements
All integrated, no conversion glue code needed!
cdsoft.codeberg.page/tools.html
#DevTools #Lua #BuildSystems
Just published: "Experimenting with Flox's new build and publish"
After seeing Flox's announcement of their new build and publish features, I spent some time exploring!
open.substack.com/pub/thefrida...
#DevTools #BuildSystems
๐ Been hacking on a cross-platform C utility library called everyutil-c โ clean API, fast logic functions, and solid build support (Makefile, Autotools, CMake).
๐ ๏ธ github.com/dailker/ever...
Open to feedback + contributions. Letโs make C a little nicer.
#opensource #cdev #buildsystems
A major theme was comparing C++ Modules to Precompiled Headers (PCHs). While modules are generally seen as superior, especially for the standard library, PCHs were noted as simpler to implement and potentially sufficient with careful code organization. #buildsystems 6/6
The main driver for Siso is native remote execution, a capability Ninja lacks. Siso is built as a drop-in replacement for Ninja, aiming to minimize disruption to Chromium's existing build process using GN. #BuildSystems 2/4
If Iโm somewhat fed up with the complexities of CMake, what are the current hot alternatives? Assume a not huge C++ code base that needs to be buildable on Linux, Mac and Windows. A fair deal of external dependencies but otherwise pretty simple.
#cpp #c++ #cmake #buildsystems
Hacker News discussed sandboxing build systems, focusing on macOS challenges: balancing security, performance, and compatibility. Explored various techniques like FUSE, containers, LD_PRELOAD, and the impact of static linking. #BuildSystems 1/5
The discussion highlighted Nix trade-offs: a steep learning curve, potential for large image sizes, and challenges managing dependencies across diverse language ecosystems. It's acknowledged it's not a universal fit. #buildsystems 4/6
"You do not rise to the level of your goals. You fall to the level of your systems." โ James Clear.
That weekly status update you write from scratch? Automate it.
That recurring meeting with no agenda? Structure it.
Operational inconsistency? Systemize it.
Start building systems.
#BuildSystems
Main Theme 2: Tooling is CRITICAL for monorepo success. Without robust build systems (like Bazel, Nx) and advanced CI/CD, large monorepos become unmanageable nightmares. It's a significant investment. #BuildSystems 5/6
Weโre not building one house. Weโre building a system. Robotic, rapid, zero waste.
#BuildSystems #ZeroWasteHousing #CamhirstMethod #RoboticHomes #SustainableConstruction
Zig 0.14.0 released with expanded cross-compilation support and faster compile times
https://ziglang.org/download/0.14.0/release-notes.html
#programminglanguages #buildsystems #cross-compilation #performance #developertools
๐ Are Dockerfiles Good Enough? ๐ค
Dockerfiles have powered the container revolution, but are they holding us back? From inefficient caching to security pitfalls, managing container builds at scale is getting trickier.
๐ buff.ly/3CXO9yU
#Docker #Containers #DevOps #CloudNative #BuildSystems
๐ต๐ต๐ต๐ต๐ต Is NixOS truly reproducible?
luj.fr/blog/is-nixo...
#software #os #buildsystems #reproducibility #technology