Advertisement · 728 × 90

Posts by Francesco Gualazzi

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

4 months ago 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!

5 months ago 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!

6 months ago 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

6 months ago 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?...

6 months ago 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!

6 months ago 5 2 1 0
Post image

Profile.

7 months ago 798 154 8 16

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 👌🏻

8 months ago 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

8 months ago 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...

10 months ago 86 15 4 2
Advertisement
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...

10 months ago 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...

11 months ago 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...

11 months ago 1 1 0 0

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

11 months ago 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 months ago 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 months ago 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-...

11 months ago 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?

11 months ago 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...

11 months ago 4 2 2 0
Advertisement

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.

11 months ago 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...

11 months ago 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/

11 months ago 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.

11 months ago 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...

11 months ago 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

1 year ago 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...

11 months ago 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.

1 year ago 1 0 0 0

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

1 year ago 1 0 0 0
Advertisement

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.

1 year ago 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.

1 year ago 1 0 0 0