</title><style>@import "https://fonts.googleapis.com/css2?family=Varela+Round&display=swap";
body,html{
color:#fff;
text-rendering:optimizelegibility;
background:#000;
margin:0;
font-family:Varela Round
,sans-serif;
font-style:normal;
font-weight:400}
main{
padding-left:max(
3vw,50% - min(
max(
100ch,30vw)
,100%)
/2);
padding-right:max(
3vw,50% - min(
max(
100ch,30vw)
,100%)
/2)}
aside{
float:right;
margin-right:1ch}
a{
color:#3dbeff}
a:visited{
color:#007dbd}
main+footer{
background:#1f1f1f;
width:100vw;
padding-top:.5em;
padding-bottom:.5em}
footer .
space{
flex-wrap:wrap;
justify-content:space-around;
width:100%;
display:flex}
footer .
space *{
padding:10px}
footer p{
padding:1em}
header>:is(
h1,h2)
:has(
+time){
margin-bottom:-.2em}
header>:is(
h1,h2)
+time{
margin-left:.2em;
font-size:small}.
layout-link-button{
width:90%;
padding:4px 4px 4px 1em;
display:block}.
blog article{
border-left-style:solid;
border-left-width:3px;
margin-bottom:2em;
padding-left:4px}.
blog p{
margin-top:.2em;
margin-bottom:.2em}.
blog>article{
border-left-color:#3dbeff;
border-radius:1px}.
layout-link-button:after{
content:"";
vertical-align:middle;
background:url(/assets/btn-progress.svg)
1em 0/contain no-repeat;
width:20px;
height:20px;
display:inline-block}
</style><body><main><h1 class=
title>Blog
</h1><p>Niche posts about niche subjects so can be shared and get picked up by search engines.
<section class=
blog><article><header><h2>How many lines of code are in Android 16?
</h2><time datetime=
2025-06-12>2025-06-12
</time></header><p>Android 16 brings 250 million lines of code and comments to the table. Let's look at percentages!
</p><a class=
layout-link-button href=
https://derdilla.com/blog/size-aosp16/><span style=
padding-right:8px>Open
</span><img alt="
Open post"
src=
assets/btn-progress.svg width=
12px></a></article><article><header><h2>How many lines of code are in Android 14?
</h2><time datetime=
2024-08-23>2024-08-23
</time></header><p>Here is how I found out that the AOSP has in fact nearly 200 million lines of code and comments.
</p><a class=
layout-link-button href=
https://derdilla.com/blog/size-aosp14/><span style=
padding-right:8px>Open
</span><img alt="
Open post"
src=
assets/btn-progress.svg width=
12px></a></article><article><header><h2>Hacking window movement
</h2><time datetime=
2024-01-27>2024-01-27
</time></header><p>A short tale on the joy of microprojects.
</p><a class=
layout-link-button href=
https://derdilla.com/blog/kinetic-windows/><span style=
padding-right:8px>Open
</span><img alt="
Open post"
src=
assets/btn-progress.svg width=
12px></a></article><article><header><h2>How many lines of code are in Android?
</h2><time datetime=
2024-01-02>2024-01-02
</time></header><p>Here is how I found out that the AOSP has 2.5 million lines of code.
</p><a class=
layout-link-button href=
https://derdilla.com/blog/size-aosp/><span style=
padding-right:8px>Open
</span><img alt="
Open post"
src=
assets/btn-progress.svg width=
12px></a></article></section></main><footer><address class=
space><a href=
https://derdilla.com>Homepage
</a> <a href=
mailto:[email protected]>[email protected]</a> <a href=
https://github.com/derdilla>GitHub
</a></address><div class=
space><a href=
/rss.xml>RSS-feed
</a><a href=
/atom.xml>Atom-feed
</a></div><p><i>Except where otherwise noted, content on this site is licensed under a
<a href=
https://creativecommons.org/licenses/by/4.0/>Creative Commons Attribution 4.0
</a> International license.
</i></footer>
0 commit comments