Francesco Gualazzi's Avatar

Francesco Gualazzi

@inge.4pr.es

CloudNative and DevOps enthusiast πŸš€ πŸ‘¨πŸ»β€πŸ’» #Zig #Go #distsys Engineer @elastic #o11y Opinions expressed here are my own and do not represent my employer.

26
Followers
67
Following
26
Posts
03.11.2024
Joined
Posts Following

Latest posts by Francesco Gualazzi @inge.4pr.es

Preview
GitHub - inge4pres/yaml.zig: A YAML library for the @ziglang programming language A YAML library for the @ziglang programming language - inge4pres/yaml.zig

Published 2 new libraries to aid #Zig ⚑️adoption in #CloudNative ecosystem:

1. yaml.zig: github.com/inge4pres/ya...
YAML 1.2.2 parser, needed in k8s/OTel land to parse all sorts of configurations

2. k8s.zig: github.com/inge4pres/k8...
Very barebone #kubernetes client

23.11.2025 21:59 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v0.1.0-sdk-alpha (Zig 0.15.1) Β· zig-o11y/opentelemetry-sdk OpenTelemetry Zig v0.1.0-sdk-alpha We are excited to announce the first alpha release of OpenTelemetry for Zig! This release provides a native Zig implementation of the OpenTelemetry specification ...

Thrilled to announce that the first release of the #Zig ⚑ #OpenTelemetry SDK is out! πŸš€

github.com/zig-o11y/ope...

Use it, file bugs and share feedback on the GitHub repo!

26.10.2025 15:44 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Zig is great for Observability Why Zig is the most suited language for Observability

New blog post is out: "#Zig is great for Observability"
4pr.es/qH_EoHNh

My thesis: it is time for O11y ecosystem to consider Zig as relevant due to its characteristics.

Shameless plug at the end of the post: we're building an #OpenTelemetry SDK for Zig, github.com/zig-o11y/ope...
Check it out!

11.10.2025 15:05 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Never in the history of programming it’s been so important to know when to use Shift+Enter.

#software #engineering #ai

07.10.2025 11:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Zig Day Milano 20 Settembre 2025: condivisione progetti
Zig Day Milano 20 Settembre 2025: condivisione progetti YouTube video by Zig Day Milano

We have also published the final session video! (In Italian)

youtu.be/K6ULgtdj1Yg?...

23.09.2025 13:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
First time using Zig @ Zigday Hi! πŸ‘‹ Welcome to a new post. It’s time to get back to β€œjournal” style posts, talking about my experience at cool programming events. Last time was last year for Update Conference, and I really miss wr...

Last saturday I went to ZigDay, an entire day dedicated to learning/experimenting with Zig!!

I wrote a short journal here -> marcobacis.dev/blog/2025-se...

Thanks to Coding Bunker (www.codingbunker.it) and in particular to @inge.4pr.es , @omissis.dev and @kristoff.it, for the day!

23.09.2025 12:55 πŸ‘ 5 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0
Post image

Profile.

11.09.2025 07:29 πŸ‘ 798 πŸ” 154 πŸ’¬ 8 πŸ“Œ 17

I am not an #AI expert, but I stumbled on this paper and it seems like a nice breakthrough.

arxiv.org/pdf/2506.21734

Essentially, throwing away the current state of the art based on transformers and modeling a different type of interaction between the layers of the NN.

Pretty interesting πŸ‘ŒπŸ»

12.08.2025 17:35 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Introducing Amazon S3 Vectors: First cloud storage with native vector support at scale (preview) | Amazon Web Services Amazon S3 Vectors is a new cloud object store that provides native support for storing and querying vectors at massive scale, offering up to 90% cost reduction compared to conventional approaches whil...

#AWS just killed my startup idea with this preview launch of S3 Vector

aws.amazon.com/blogs/aws/in...

Introducing Amazon S3 Vectors: First cloud storage with native vector support at scale

20.07.2025 16:53 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
feat(build): build.zig MVP: build and run functionaltests on linux by bfredl Β· Pull Request #28344 Β· neovim/neovim currently, this works to run a simple lua environment in the host system: zig build nlua0 -- hello.lua To generate source files zig build gen_sources to build a fixed configuration for x86-64 lin...

#neovim Development News

The 0.12 version will start to use Zig language to build Neovim itself.

This should improve overall Neovim development and should not have visible effect on users.

Thanks, @bfredl.bsky.social!

PRs (so far):
- github.com/neovim/neovi...
- github.com/neovim/neovi...

16.06.2025 14:07 πŸ‘ 83 πŸ” 14 πŸ’¬ 4 πŸ“Œ 2
Preview
Kent Beck Kent Beckβ€”creator of Extreme Programming and co-author of the Agile Manifestoβ€”reflects on decades of coding, from the birth of TDD to his experiments with AI tools shaping software’s future.

This is a great interview. Kent Beck talks to @gergely.pragmaticengineer.com about how he's having more fun programming now with AI genies than he's had in ages. Also: the birth of Extreme Programming.

newsletter.pragmaticengineer.com/p/tdd-ai-age...

13.06.2025 21:05 πŸ‘ 88 πŸ” 13 πŸ’¬ 0 πŸ“Œ 1
Preview
fix: add sort before hashing attributes by hendriknielaender Β· Pull Request #51 Β· zig-o11y/opentelemetry-sdk Previously, the hashing mechanism did not account for the order of attributes, leading to inconsistent hash values for the same set of attributes in different orders. This could cause issues when u...

Second public contribution to #opentelemetry #Zig SDK just landed!
Thanks to Hendrik Nieladaer for fixing a bug πŸ™
github.com/zig-o11y/ope...

18.05.2025 12:29 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Memory Safety Features in Zig Memory safety is a cornerstone of Zig’s design philosophy. While maintaining the performance benefits of manual memory management, Zig incorporates sophis

Memory Safety Features in #Zig

ο½’ This approach ensures that errors cannot be accidentally ignored. Every error must be explicitly handled or propagated, which dramatically reduces the likelihood of unhandled error conditions causing memory corruption ο½£

gencmurat.com/en/posts/mem...

17.05.2025 21:00 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Seems like the ideal place with the perfect weather to host heat-generating machines.
#sustainabilty

14.05.2025 15:43 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Leaving Google – Airs – Ian Lance Taylor

Ian Lance Taylor deserves an award for the most patient person in Open Source.

He also has an amazing ability to translate the clarity of his thinking into the written word.

He has had such impact on the way people create software.

I really hope he continues to contribute to Go.

11.05.2025 12:40 πŸ‘ 67 πŸ” 20 πŸ’¬ 4 πŸ“Œ 2
Preview
zig/lib/std/priority_queue.zig at master Β· ziglang/zig General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. - ziglang/zig

#Zig std library find of the day: PriorityQueue ⚑️
github.com/ziglang/zig/...

This is a type-generic, ordered queue that allows polling the most recent item first.
It has an Iterator too! πŸ‘
Very handy to serialize operations.

11.05.2025 13:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
jj for developing Go

For those interested in using jj to contribute to Go, please check out @prattmic.com's blog post below.

It's not a general jj tutorial, but will help you with the Gerrit specific pieces.

pratt.im/notes/jj-go-...

10.05.2025 09:25 πŸ‘ 10 πŸ” 1 πŸ’¬ 2 πŸ“Œ 0

I have two books here, on high dimensional statistics and high dimensional probability.

I am specifically looking for a book that treats intuition around high-dimensional geometry, as I have a lot of high-dimensional polytopes to reason about. Can anyone recommend anything?

07.05.2025 12:29 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Libreboot 25.04 Open-Source Boot Firmware Released Libreboot 25.04 "Corny Calamity" open-source boot firmware debuts with a new YY.MM versioning scheme, broad distro support, and more.

"Libreboot is a free and open-source BIOS/UEFI firmware based on Coreboot, designed to replace proprietary ones on specific Intel/AMD x86 and ARM-based motherboards"

linuxiac.com/libreboot-25...

05.05.2025 11:20 πŸ‘ 4 πŸ” 2 πŸ’¬ 2 πŸ“Œ 0

The way I understood it is that the array is new memory that gets reserved immediately, and if that fails we fall back to an existing allocator, with the ability to know if we did.
I used it for testing in a memory-constrained env.

29.04.2025 07:15 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Zig Documentation

TIL that in #Zig std lib there's a convenient std.heap.stackFallBack function, building an allocator that is backed by a fixed array of memory or falling back to a second allocator when the array allocation fails.

Sweeeeet 🧠

ziglang.org/documentatio...

26.04.2025 19:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Pixlr Editor: Strumento gratuito di editing avanzato di foto e immagini Editor fotografico online gratuito con funzionalitΓ  avanzate di modifica delle immagini. Perfetto sia per principianti che per professionisti. Inizia subito a modificare con Pixlr Editor!

I have recently use Pixlr to edit an AI-generated image, and I have to say it's a good service for the price

pixlr.com/it/editor/

24.04.2025 11:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I naively think 100% of developers, but not 100% of their time they stick to it.
External pressure to deliver, deadlines, and other factors are fading the good practices.

23.04.2025 11:00 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Zig Day

If you want to learn and practice #Zig, meet other ziglers ⚑ and build software you can love, you can't miss the Zig Day event we've set up in Milan for May 17th.

zig.day/europe/milan...

22.04.2025 11:26 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Hiring announcement graphic listing open roles: Field Sales, Product Assurance, Product Infrastructure, Software Solutions, and Support Engineering.

Hiring announcement graphic listing open roles: Field Sales, Product Assurance, Product Infrastructure, Software Solutions, and Support Engineering.

Join the team that's changing computing forever! oxide.computer/careers

17.04.2025 16:02 πŸ‘ 61 πŸ” 16 πŸ’¬ 3 πŸ“Œ 3
Preview
Zig Day Milano, sab 17 mag 2025, 09:30 | Meetup **Unisciti a noi per dedicare una giornata a imparare e sperimentare con Zig!** Zig Γ¨ un linguaggio di programmazione con una community in crescita. Ha una sintassi snella,

Il primo Zig Day di Milano si terra' il 17 Maggio vicino a Porta Garibaldi.

L'evento consiste in una giornata intera dedicata alla programmazione collaborativa
(quindi non aspettatevi talk), come descritto qui: kristoff.it/blog/zig-day/

Invito: www.meetup.com/it-IT/coding...

19.04.2025 08:40 πŸ‘ 8 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0

Someone is profiting from the massive market sell off caused by US tariffs.
Someone surely knew the effect they would cause to #stocks, and I wish investigations will be done on politicians and their acolytes.

03.04.2025 20:15 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Glad you liked it!
It was difficult to get it up and running

24.03.2025 15:31 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Creating and managing #Kubernetes clusters on latest AWS EKS is a nightmare πŸ˜’
Addons crashing, confusing node configurations, over-complicated IAM model for workloads.

Trivial to do better, not surprised GKE is gaining a lot of market shares.

22.03.2025 13:51 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Interesting! TIL
Seems like Finnish can be amazing trumpet players then!
It’s definitely not common, requires a lot of training if you’re not used to.

15.03.2025 10:27 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0