's Avatar

@blee-bw.bsky.social

21 Followers  |  29 Following  |  10 Posts  |  Joined: 11.02.2025  |  2.1515

Latest posts by blee-bw.bsky.social on Bluesky

Install & Run the simple Extension app on Wolvic device
YouTube video by Igalia Install & Run the simple Extension app on Wolvic device

Here is another demo that enables installing & runing extension app on Wolvic. Check them out here: youtube.com/shorts/JmQnp...

03.11.2025 12:53 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Run Google Docs Offline Extension app on Android
YouTube video by Igalia Run Google Docs Offline Extension app on Android

Remember the lightning talk about Extensions on Android from the last BlinkOn?
Happy to share a few demos from the investigation led by my colleague Shin!:

- Offline extension app on Android: youtu.be/Qv5JaeLqBA0

- Copy & Paste in extension app on Android: youtu.be/jGlH3bg9DQc

/cc @igalia.com

03.11.2025 12:48 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0

Less than a month for the Web Engines Hackfest 2025, and we have already more than 125 people registered to participate onsite. It's going to be the largest edition ever, we're really happy about that and hope you all enjoy the event this year!

09.05.2025 09:39 β€” πŸ‘ 12    πŸ” 6    πŸ’¬ 1    πŸ“Œ 0

We’ve got a massive power blackout in Spain and Portugal, now spreading into France.

Renfe, Spain’s national railway company, says the entire National Electricity Grid was cut off.

Cause as yet unknown.

28.04.2025 11:49 β€” πŸ‘ 993    πŸ” 330    πŸ’¬ 86    πŸ“Œ 38
DevTools mobile device emulation improvements
YouTube video by Igalia DevTools mobile device emulation improvements

How’s your experience with DevTools’ mobile device emulation?
My colleague Max at @igalia.com introduces recent improvements to viewport size overrides and safe area insets emulation in BlinkOn 20!
Check out the talk here: youtube.com/watch?v=DRRj...

14.04.2025 13:41 β€” πŸ‘ 3    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
History of the Web VIII featuring Chris Lilley

History of the Web VIII featuring Chris Lilley

πŸŽ™οΈ On today’s episode of Igalia Chats, @bkardell.com has a chat with Chris Lilley about image formats like CGM, PNG, and SVG; about early HTML and CSS; and also WebFonts. It’s a 45-minute concentrated dose of Web history! To listen, and for a full transcript: igalia.com/chats/chris-lilley

09.04.2025 15:26 β€” πŸ‘ 28    πŸ” 6    πŸ’¬ 2    πŸ“Œ 1
Sustainable Organizations: Lessons from Igalia At Igalia we help make the Internet work better by improving web browsers like Chrome and Safari. We also work with the underlying technologies that make websites look and function properly, like HTML...

I wrote about sustainable organizations β€” the kind that grow with care, adapt without burning out, and actually make sense in a messy world. Inspired by @igalia.com 🌱

Check it out β†’ vignatti.com/posts/sustai...
#OrganizingDifferently #Sustainability #FutureOfWork

09.04.2025 17:52 β€” πŸ‘ 6    πŸ” 6    πŸ’¬ 0    πŸ“Œ 0
Igalia @ BlinkOn 20 β€” Day 1

Bridging the App Gap: How Chromium Can Empower the Next Generation of Web UI (and more!) β†’ Stephanie Stimac (w/ Penelope McLachlan)

Container Timing β†’ JosΓ© Dapena

Igalia @ BlinkOn 20 β€” Day 1 Bridging the App Gap: How Chromium Can Empower the Next Generation of Web UI (and more!) β†’ Stephanie Stimac (w/ Penelope McLachlan) Container Timing β†’ JosΓ© Dapena

BlinkOn 20 kicks off today at Google HQ, and Igalia is there! We’ll be on stage twice today, with @seaotta.dev co-presenting the opening keynote with Penelope MacLachlan, and @jdapena.bsky.social delivering a lightning talk about timing. And we’ll have even more tomorrow!

07.04.2025 15:31 β€” πŸ‘ 12    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
Chromium Wayland xdg-session-management demo (wip)
YouTube video by Nick Yamane Chromium Wayland xdg-session-management demo (wip)

Chromium now has initial, experimental support for the xdg-session-management wayland protocol, shipping in canary channel in the coming days. I've implemented and tested it with Mutter 48, the only compositor supporting it atm (also experimental since version 47.

Quick demo at youtu.be/OG9ZLXzlwkQ

28.03.2025 18:17 β€” πŸ‘ 8    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
trace-chrome: easy remote tracing of Chromium JosΓ© Dapena blog.

New blog post! blogs.igalia.com/dape/2025/03...

trace-chrome is a command line tool I wrote to make it easy to capture a Chromium trace from a remote device.

cc @igalia.com @chromium.social #webperf

25.03.2025 08:31 β€” πŸ‘ 18    πŸ” 8    πŸ’¬ 2    πŸ“Œ 1
Bisecting Electron with Electron/Fiddle. Ever wondered how to quickly bisect Electron releases? We got the answer.

Maksim at @igalia.com provides a useful tip for bisecting Electron versions with Electron Fiddle, helping you easily and quickly track down regressions. If you're checking a specific version issue, this post gives you a clear step-by-step approach. Let's try it out:

blogs.igalia.com/msisov/elect...

05.03.2025 14:46 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Testing WebXR on Windows WebXR on Windows

Interesting post from Abhijeet at @igalia.com sharing how to test WebXR applications on Windows without a physical XR device by setting up Chromium and OpenXR runtime. Please check out the post for more details!

abhijeetk.github.io/Testing-WebX...

05.03.2025 10:45 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Unmasking Hidden Floating-Point Errors in Chromium’s Ozone/Wayland. Tackling the hidden floating-point errors in Ozone/Wayland.

Debugging floating-point errors in Ozone-Wayland? Maksim from @igalia.com breaks down how hidden precision issues can surface and how to tackle them effectively. A must-read for graphics & Wayland developers! πŸš€

blogs.igalia.com/msisov/unmas...

05.03.2025 00:31 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Chromium Ozone/Wayland: The Last Mile Stretch Hey there! I’m glad to finally start paying my blogging debt :) as this is something I’ve been planning to do for quite some time. To get the ball rolling, I’ve shared some bits about me in my very fi...

OlΓ‘!πŸ‘‹ I've just blogged about the recent developments in the Chromium Ozone/Wayland project, which is getting closer to officially shipping to Linux Desktop users.

Huge thanks to @igalia@floss.social and our sponsors for making it possible ❀️

#chromium #linux #wayland

nickdiego.dev/blog/chromiu...

19.02.2025 17:02 β€” πŸ‘ 13    πŸ” 9    πŸ’¬ 0    πŸ“Œ 0
Preview
Polypane is hiring Igalia to work on Chromium | Polypane Polypane has hired Igalia to work on a number of bugs and features in Chromium directly. This work will enable improvements and new features to Polypane, as…

In other news, we've hired @igalia.com to work on Chromium!

polypane.app/blog/polypan...

13.02.2025 15:27 β€” πŸ‘ 66    πŸ” 20    πŸ’¬ 0    πŸ“Œ 2
Video thumbnail

With the release of Chromium 133 last week, #Chromium users on #Wayland now have a hugely improved tab dragging experience, thanks to a new fallback mode that's been in the works for three years. My colleague @igalia Max wrote about his work on it:

blogs.igalia.com/max/fallback...

12.02.2025 19:12 β€” πŸ‘ 14    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0

In terms of pronunciation alone, reading 'ν†Όμ΄μŠ€' seems a bit closer to the English speakers. πŸ˜…
IMHO, the rule seems a little different from the actual pronunciation because it is general rule for many cases.
In fact, there was a controversy that 'μ˜€λ Œμ§€', the word for orange, should be written as '였λ₯€μ§€'.

11.02.2025 02:03 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

According to the rules, except some special cases described in 3.1.1 and 3.1.2, 't' is written as '트'. And 'wa' is written as '와' as described in the 3.9.1. πŸ˜€

11.02.2025 00:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

In the rule for writing foreign words in Korean ('μ™Έλž˜μ–΄ ν‘œκΈ°λ²•'), you can find the phonetic symbols to Korean letter table ('ν‘œ 1') in chapter 1 ('제 1μž₯').
And there are notation detailed rules in chapter 3 ('제 3μž₯ ν‘œκΈ° μ„ΈμΉ™'). The article 1 ('제 1ν•­') and article 9 ('제 9ν•­') are rules for 't' and 'wa'.

11.02.2025 00:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I haven't think about that deeply, so I searched it a bit. πŸ˜…

We can find the rule 'ν•œκ΅­μ–΄ μ–΄λ¬Έ κ·œμ •' set by the national institution of the Korean Language:
- korean.go.kr/kornorms/mai...

11.02.2025 00:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@blee-bw is following 19 prominent accounts