1 minute read

Several new build tools this week, along with posts on prompt injection attacks on LLMs, load balancing and a CFP for the upcoming devopsdays New York event.

StackHawk sponsors Devops Weekly

Headed to AtlassianTeam23? We’re excited to join the Snyk team to sponsor a “Dine Around” event at CHICA . Relax, unwind, and meet us for delicious food, tasty drinks, and even better company. Register here:
http://snyk.co/ufzny

News

The rapid growth of the use of LLMs and chat interfaces is raising the security problem of prompt injection. This post has some examples and concerns around why using more AI won’t solve the problem.
https://simonwillison.net/2022/Sep/17/prompt-injection-more-ai/

A nice walkthrough of using the new Buck2 build system for a Rust project.
https://steveklabnik.com/writing/using-buck-to-build-rust-projects

A post on the importance of focusing on delivering value, mapping out value streams and reducing friction in deployment.
https://isthisit.nz/posts/2023/delivery-driven-development/

A good introduction to load balancing, with lots of useful animations to explain different load balancing algorithms.
https://samwho.dev/load-balancing/

A post listing commercial and open source monitoring tools for use with Ubuntu operating systems.
https://sematext.com/blog/ubuntu-monitoring-tools/

Events

Devopsdays New York is coming up on June 6th and 7th, and the call for proposals for sessions is open for another week, until the 24th of April. The organisers are looking for 5 minute ignite talks and 30 minute presentations.
https://sessionize.com/devopsdays-new-york-city-2023

Tools

Buck2 is a new large-scale build system. A rewrite of the original Buck build system, with performance improvements, fully hermetic builds and rules written in Starlark.
https://github.com/facebook/buck2
https://buck2.build/

Meson is another modern build system, supporting C, C++, D, Fortran, Java and Rust.
https://mesonbuild.com/
https://github.com/mesonbuild/meson/

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://github.com/stefanprodan/timoni
https://timoni.sh/

Updated: