I also liked Lex Fridman's (long) interview with Demis Hassabis: www.youtube.com/watch?v=-Hzg...
I also liked Lex Fridman's (long) interview with Demis Hassabis: www.youtube.com/watch?v=-Hzg...
Dat lijkt me een fout/incompetentie bij die leveranciers.
Staged rollout of version 18 of the official Tomorrowland app for Android has started.
There are no major changes, but quite a lot of "small" fixes to make the app run smoother.
Sets of Tomorrowland Brasil will be available in the app: live during the festival and afterwards on-demand.
Designers when an android engineer ask to just use the system back arrow: โour custom back arrow is an expression of our brand, we cannot yield to looking like a Google appโ
Designers when Liquid Glass looks like shit everywhere in their app: โLEROY JENKINSSSSSSSโ
โชThanks @kotlinweekly.bsky.social for featuring my 'gsheet-resources' Gradle plugin this week!
github.com/litrik/gshee...
I could really relate to the passion of writing software. The assessment of AI as unethical theft of everyone's work was just cherry on top.
Ik zie het niet zitten om mijn uitgaande facturen in Yuki te beginnen maken (omwille van Peppol). Misschien kan ik mijn bestaande custom code uitbreiden om mijn facturen op het Peppol netwerk te krijgen?
Heeft er iemand ervaring met de Peppol API's van recommand.eu of e-invoice.be?
Op tijd voor de start van het academiejaar: een update van de Studentencodex app met ondersteuning voor Android 16 en diverse kleine cosmetische verbeteringen: play.google.com/store/apps/d...
Toen de Versuz in Hasselt eerder dit jaar de deuren sloot was ook het lot van het radiostation bezegeld. Ik heb zonet de "Versuz Radio" Android app offline gehaald.
Mensen die op zoek zijn naar een dagelijkse portie beats, verwijs ik graag door naar de Tomorrowland app: www.norio.be/apps/com.tom...
The gsheet-resources Gradle plugin that I've open-sourced earlier this week now also supports Kotlin Multiplatform: github.com/litrik/gshee...
#AndroidDev #KMP #gradle
I really wish LinkedIn added a text field to the "Open to work" section of your profile.
That way I could make it very clear that I'm not available for full-time projects. At best I'm available 40%.
That would save a lot of recruiters a lot of time...
Achievement unlocked: I've open-sourced and published my first Gradle plugin.
github.com/litrik/gshee...
It's a tool to export/convert the strings in a Google Sheet into resource files for Android apps.
#AndroidDev #Gradle #Translations
Another issue, another set of uncomfortable questions. Time time, they are about the proposed Android developer verification program: commonsware.com/blog/2025/08... #AndroidDev
I'm excited that a YouTuber is reviving Commodore and the C=64
www.youtube.com/watch?v=uR5o...
For every day a programmer doesn't have a meeting, they gain 1X, up to a maximum of 10x. But if they attend a meeting, they lose all their Xs (and half of their gold).
When the Play Store turns a full blown AAB into an APK optimized for a specific device, and that causes a crash at runtime because something is missing (e.g. libsqliteJni.so) you've basically stuck: issuetracker.google.com/issues/34163...
#AndroidDev #PlayStore
Compose 1.9.0 is stable today! That includes new shadow APIs, new visibility modifiers, improvements to Lazy APIs (new prefetch!), 2D scrolling, better crash analysis traces, plus a new runtime-annotation library.
android-developers.googleblog.com/2025/08/what...
It's weird that AI is excellent at stuff I know nothing about, but terrible at the stuff I'm an expert in...
After upgrading an Android project to Gradle 9 something broke. Or "Changing the name of APK/AAB files in Gradle 9" www.norio.be/blog/archive...
#AndroidDev #Gradle
Als je bij TML online een topup deed, wordt de refund automatisch gedaan. Ik was tijdens de zaterdag van weekend 1 op TML en mijn overschot is al teruggestort.
"The Turtle and the Hare" only it's "The Programmer and the Vibe Coder".
The vibe coder is way ahead and decides to take a nap while the AI does its thing. While sleeping, the AI deletes the prod database.
Recent updates to the official Tomorrowland app bring a number of major improvements to the app. Right on time for the Tomorrowland 2025 festival in Belgium!
www.norio.be/blog/tomorro...
De rol van #universiteiten is niet om de overheid en regering ter wille te zijn, zelfs niet om afgestudeerden vooruitzichten op een goede job te geven, maar wel om mensen een intellectuele vorming te geven en op die manier te voorzien in een intellectuele infrastructuur voor de samenleving.
Version 15 of the official Tomorrowland app was released a couple of days before the Tomorrowland Winter festival.
www.norio.be/blog/tomorro...
Wanted to share a project I've been working on for the last year: github.com/bnorm/storyboard
It's a library for building presentations in #kotlin and Compose! I've built a couple presentations using it, and I'm really excited about the potential!
My TicWatch Pro 3 did not make it till its 5th birthday. Battery won't charge beyond 30% and immediately drains when you turns on the device. Replacing the battery is too hard/cumbersome.
I have decided to get a Pixel Watch 3 instead. Not cheap but it looks/feels great and runs smooth.
I should have known that putting a WebView inside a BottomSheet would lead to a world full of shenanigans. #AndroidDev #JetpackCompose