Luca Stefani

@luca020400
120 Followers
76 Following
137 Posts
Android all the way down.
Websitehttps://luca020400.xyz
Attending FOSDEM? Make sure to pass by the FOSS on Mobile devroom to grab our latest stickers and meet some of our devs!
A sane amount of lens flare
Snow and sea
Custom VM

In case you didn't know, you can forward ADB over TCP, in AFV you can reach the host device via vsock, ADB supports communication over vsock, thus you can easily get a shell.

Now, since we can run apps over wayland in the VM, all we have to do is install and run scrcpy to get a lovely/cursed setup were you can mirror your own device into itself.

Also, there's already been a whole year since this gem. Worth a relisten:

https://daniel.haxx.se/blog/2024/11/05/curl-v-google-com/

curl -v google.com

The little men in your computer do this every time you open google.com https://www.youtube.com/watch?v=atcqMWqB3hw I found this video so hilarious and awesome that I simply had to also mention it here.

daniel.haxx.se
LineageOS 23 has been released: https://lineageos.org/Changelog-30/
Changelog 30 - Sleek Sixteen, Streamlined Suite, Future Flow

23 is prime

I can't, not now
This post was sponsored by my laptop taking its final breath when chrome was open, Android Studio was opening a new project and the AOSP build system running at the same time.

Here's the Android 16 build system in action, where they managed to make it use 35G of RAM when generating ninja rules.

And this is with quite a lot of optimizations that were made between 15 and 16, when backported to 15 they reduced RAM usage from 30G to 25G, bless it being developed in the open, OH right, nvm not anymore.

You may ask, is this sane? No, just Android in all its glory.