24/7: Posts
News about Igalia
We love hearing from you, so be sure to follow us and join the conversation on our networks. If you want to know more about us, you can also meet the team here.
Posts
Git and origins!
Git accident happens more often then we think. This is a story of origins mess and how to fix it
Continue reading >
structure and interpretation of ark
Hello, dear readers! Today's article describes Ark, a new JavaScript-based mobile development platform. If you haven't read them yet, you might want to start by having a look at my...
Continue reading >
Wolvic Behind-the-Scenes
Wolvic Behind-the-Scenes A little post about power dynamics, frustrations, mistakes and things I’m still learning along the way about the challenges of making The World’s Greatest Cross Device Open Source...
Continue reading >
Rotating Planes on VKMS
In my last blog post, I described a bit of my previous work on the rustgem project, and after that, as I had finished the VGEM features, I sent a...
Continue reading >
Compiling Bigloo Scheme to WebAssembly
In the JavaScript world, browser implementations have focused on JIT compilation as a high-performance implementation technique. Recently, new applications of JS, such as on cloud compute and edge compute platforms,...
Continue reading >
Designing for Dual Screen and Foldable Devices With CSS
With the announcement of Google's Pixel Fold, I thought its an apt time to revisit what technologies are available for designing and developing experiences that adapt to a foldable device....
Continue reading >
Igalia’s Mesa 23.1 Contributions - Behind the Scenes
It’s an exciting time for Mesa as its next major release is unveiled this week. Igalia has played an important role in this milestone, with Eric Engestrom managing the release...
Continue reading >
Cross-Compiling CTS for the Raspberry Pi 4
This blogpost was actually written partially in November/December 2022 while I was developing IGT tests for the V3D driver. I ended up leaving it aside for a while and now,...
Continue reading >
Heap allocations in Rust
Heap allocation refers to allocating memory on the heap, which is an area of memory managed by the operating system. I will be focusing on Box and Vec methods in...
Continue reading >
Javascript memory profiling with heap snapshot
In both web and NodeJS worlds, the main runtime for executing program logic is the Javascript runtime. Because of that, a huge number of applications and user interfaces are using...
Continue reading >
approaching cps soup
Good evening, hackers. Today's missive is more of a massive, in the sense that it's another presentation transcript-alike; these things always translate to many vertical pixels.In my defense, I hardly...
Continue reading >
May Update: Finishing my Second Igalia CE
After finishing up my first Igalia Coding Experience in January, I got the amazing opportunity to keep working in the DRI community by extending my Igalia CE to a second...
Continue reading >