-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2023.10.14.html
More file actions
20 lines (19 loc) · 3.27 KB
/
2023.10.14.html
File metadata and controls
20 lines (19 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="fediverse:creator" content="@AenBleidd@fosstodon.org"><meta name="description" content="Find more information about the purpose of this blog about BOINC development."><meta name="keywords" content="BOINC, development, Vitalii Koshura, updates, information"><meta propery="og:title" content="Introduction"><meta propery="og:description" content="Find more information about the purpose of this blog about BOINC development."><meta propery="og:type" content="website"><meta propery="og:url" content="https://aenbleidd.github.io/2023.10.14.html"><meta propery="og:image" content="https://aenbleidd.github.io/images/2023.10.14.jpg"><link rel="canonical" href="https://aenbleidd.github.io/2023.10.14.html"><title>Introduction</title><link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RB9QYE55Z3"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-RB9QYE55Z3');</script>
</head><body><header><div class="container"><h1>Vitalii Koshura: Maintaining BOINC / Introduction</h1></div></header><div class="container"><aside id="menu"><ul id="menu_items"><li><a href = 'index.html'>Home</a></li><li><a href = 'blog.html'>Blog</a></li><li><a href = 'tutorials.html'>Tutorials</a></li></ul></aside><section id="main_content"><div id="blog_post_single"><p align="center">
<img src="images/2023.10.14.jpg" alt="Vitalii Koshura near the Bodensee lake, Germany"/>
</p>
<p>Several weeks ago I was working on a solution for a bug that was in Android BOINC for at least 4 years. This bug was very minor, that is why it was not fixed during all this time.</p>
<p>This was not the easiest bug to fix, and it required quite a deep research into Android internals, so I decided that it would be nice to share my findings (there will be a post about it later).</p>
<p>Usually I don't like writing long posts, but sometimes it's very important to share some information, including the technical one, with the people who might be interested in it. Also, such a posts might bring some light to the technical and design solutions in BOINC.</p>
<p>So, if any of you ever asked a question like "Why this was done in BOINC in this way?", you could probably find some answers in this blog.</p>
<p>I'm not a blogger, but I'll try to share more information about BOINC and what happens around it. This blog will not contain any personal and/or any other information that is not related to BOINC in one or another way. Also, the posts will be more or less big. That is why it will be updated very rare. Shorter but more frequent news and updates I usually post on my <a href="https://twitter.com/AenVampire">X/Twitter</a> and/or <a href="https://fosstodon.org/@AenBleidd">Mastodon</a> pages.</p></div></section><aside id="right_block" style="margin-left: 100px;"></aside></div><footer><div class="container"><p>Vitalii Koshura © 2026</p></div></footer></body></html>