Skip to content

Commit e8548fb

Browse files
author
github-actions
committed
intelligence sync: newsletter + archive + wiki guides 2026-09-12-0200
1 parent 77a6e86 commit e8548fb

5 files changed

Lines changed: 335 additions & 146 deletions

File tree

newsletter-archive/2026-09-12.html

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="msvalidate.01" content="8738943710B70112309DBE6476B55A91">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
8+
<title>Daily AcreetionOS Update -- September 12, 2026 | AcreetionOS Newsletter</title>
9+
<meta name="description" content="Daily AcreetionOS Update -- September 12, 2026 — AcreetionOS Newsletter - September 12, 2026">
10+
<link rel="canonical" href="https://acreetionos.org/newsletter-archive/2026-09-12.html">
11+
<link rel="alternate" type="application/atom+xml" title="AcreetionOS News" href="https://acreetionos.org/feed.xml">
12+
13+
<!-- OpenGraph -->
14+
<meta property="og:type" content="article">
15+
<meta property="og:url" content="https://acreetionos.org/newsletter-archive/2026-09-12.html">
16+
<meta property="og:title" content="Daily AcreetionOS Update -- September 12, 2026">
17+
<meta property="og:description" content="Daily AcreetionOS Update -- September 12, 2026 — AcreetionOS Newsletter - September 12, 2026">
18+
<meta property="og:site_name" content="AcreetionOS">
19+
<meta property="og:image" content="https://acreetionos.org/og-image.png">
20+
21+
<!-- Twitter Card -->
22+
<meta name="twitter:card" content="summary_large_image">
23+
<meta name="twitter:site" content="@acreetionos">
24+
<meta name="twitter:title" content="Daily AcreetionOS Update -- September 12, 2026">
25+
<meta name="twitter:description" content="Daily AcreetionOS Update -- September 12, 2026 — AcreetionOS Newsletter - September 12, 2026">
26+
<meta name="twitter:image" content="https://acreetionos.org/og-image.png">
27+
28+
<link rel="icon" type="image/webp" href="../acreetionoslogo.webp">
29+
<link rel="stylesheet" href="../fonts.css">
30+
31+
<script type="application/ld+json">
32+
{
33+
"@context": "https://schema.org",
34+
"@graph": [
35+
{
36+
"@type": "NewsArticle",
37+
"@id": "https://acreetionos.org/newsletter-archive/2026-09-12.html#article",
38+
"headline": "Daily AcreetionOS Update -- September 12, 2026",
39+
"datePublished": "2026-09-12",
40+
"dateModified": "2026-09-12",
41+
"description": "Daily AcreetionOS Update -- September 12, 2026 — AcreetionOS Newsletter - September 12, 2026",
42+
"publisher": {
43+
"@type": "Organization",
44+
"name": "AcreetionOS",
45+
"url": "https://acreetionos.org",
46+
"logo": {
47+
"@type": "ImageObject",
48+
"url": "https://acreetionos.org/logo.webp"
49+
}
50+
},
51+
"mainEntityOfPage": "https://acreetionos.org/newsletter-archive/2026-09-12.html",
52+
"inLanguage": "en"
53+
},
54+
{
55+
"@type": "BreadcrumbList",
56+
"@id": "https://acreetionos.org/newsletter-archive/2026-09-12.html#breadcrumb",
57+
"itemListElement": [
58+
{
59+
"@type": "ListItem",
60+
"position": 1,
61+
"name": "Home",
62+
"item": "https://acreetionos.org/"
63+
},
64+
{
65+
"@type": "ListItem",
66+
"position": 2,
67+
"name": "Newsletter",
68+
"item": "https://acreetionos.org/newsletter.html"
69+
},
70+
{
71+
"@type": "ListItem",
72+
"position": 3,
73+
"name": "Archive",
74+
"item": "https://acreetionos.org/newsletter-archive/index.html"
75+
},
76+
{
77+
"@type": "ListItem",
78+
"position": 4,
79+
"name": "2026-09-12",
80+
"item": "https://acreetionos.org/newsletter-archive/2026-09-12.html"
81+
}
82+
]
83+
}
84+
]
85+
}
86+
</script>
87+
88+
<style>
89+
:root {
90+
--green: #2ecc71;
91+
--bg: #121212;
92+
--panel: #1a1a1a;
93+
--border: #333;
94+
--text: #ddd;
95+
--muted: #888;
96+
--font-sans: 'Roboto', system-ui, sans-serif;
97+
}
98+
* { box-sizing: border-box; }
99+
body {
100+
font-family: var(--font-sans);
101+
max-width: 740px;
102+
margin: 2rem auto;
103+
padding: 0 1.25rem 3rem;
104+
line-height: 1.7;
105+
color: var(--text);
106+
background: var(--bg);
107+
}
108+
h1 { color: var(--green); font-size: 1.75rem; margin-bottom: 0.25rem; }
109+
h2 { color: var(--green); font-size: 1.3rem; margin-top: 1.8rem; margin-bottom: 0.5rem; }
110+
h3 { color: #a3e635; font-size: 1.1rem; margin-top: 1.2rem; }
111+
.date { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.75rem; }
112+
p { margin: 0.85rem 0; }
113+
ul { margin: 0.85rem 0 1rem 1.75rem; }
114+
li { margin-bottom: 0.4rem; }
115+
a { color: var(--green); text-decoration: none; }
116+
a:hover { text-decoration: underline; }
117+
.back { display: inline-block; margin-bottom: 1.5rem; font-weight: 500; }
118+
.breadcrumbs { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
119+
.breadcrumbs a { color: var(--muted); }
120+
.breadcrumbs a:hover { color: var(--green); }
121+
footer {
122+
margin-top: 3.5rem;
123+
padding-top: 1.5rem;
124+
border-top: 1px solid var(--border);
125+
color: var(--muted);
126+
font-size: 0.88rem;
127+
display: flex;
128+
justify-content: space-between;
129+
flex-wrap: wrap;
130+
gap: 1rem;
131+
}
132+
</style>
133+
</head>
134+
<body>
135+
<div class="breadcrumbs">
136+
<a href="../index.html">Home</a> &gt; <a href="../newsletter.html">Newsletter</a> &gt; <a href="index.html">Archive</a> &gt; <span>2026-09-12</span>
137+
</div>
138+
139+
<a class="back" href="index.html">← All newsletters</a>
140+
141+
<article>
142+
<h1>Daily AcreetionOS Update -- September 12, 2026</h1>
143+
<div class="date">September 12, 2026</div>
144+
<p><strong>AcreetionOS Newsletter - September 12, 2026</strong></p>
145+
<p><strong>Top Development:</strong></p>
146+
<p><strong>EuroPython 2026 videos published</strong></p>
147+
<p>All of the videos from the EuroPython 2026 conference, held in Kraków, Poland from July 13 through July 17, have been published. The conference featured a wide range of talks and workshops on various topics related to Python programming. You can find the videos on the EuroPython website.</p>
148+
<p><strong>Community News:</strong></p>
149+
<p>The AcreetionOS community has been actively contributing to the project, with several community members working on various tasks and issues. The community has also been engaging in discussions on the project&#x27;s Discord server, sharing knowledge and experiences.</p>
150+
<p><strong>Practical Tip:</strong></p>
151+
<p>Did you know that you can customize your AcreetionOS experience by modifying the <code>calamares-config</code> file? This file allows you to configure various settings, such as the graphics mode, to suit your preferences. You can find more information on how to modify the file in the AcreetionOS wiki.</p>
152+
<p><strong>Recent Activity:</strong></p>
153+
<ul><li>[Community] Merge branch &#x27;repair&#x27;: fix geocode-glib update conflict</li><li>[Community] Fix geocode-glib update conflict on installed systems</li><li>[Community] Two stable kernel updates for Friday</li><li>[Community] Security updates for Friday</li><li>[commit] fixed for older nvidia and removed disk encryption, users can install that later if they want i guess</li><li>[commit] prefer 1080p gfxmode over native 4k on boot</li><li>[commit] Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist</li><li>[commit] Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist</li><li>[commit] pin v0.3.0 archive checksums</li><li>[commit] Add MCP stdio server (us-infra-hub mcp)</li><li>[commit] ci: pass -R to gh release create (no checkout in release job)</li></ul>
154+
<p>Stay up-to-date with the latest developments and news from the AcreetionOS community by following us on social media and joining our Discord server.</p>
155+
<p>Best regards,
156+
Natalie Cole-Clift Spiva
157+
Co-Lead Developer, AcreetionOS</p>
158+
</article>
159+
160+
<a class="back" style="margin-top: 2rem;" href="index.html">← Back to all newsletters</a>
161+
162+
<footer>
163+
<div>&copy; 2026 AcreetionOS Project. Open Source under GPLv3.</div>
164+
<div>
165+
<a href="../newsletter.html">Subscribe</a> · <a href="../feed.xml">RSS Feed</a> · <a href="../index.html">Home</a>
166+
</div>
167+
</footer>
168+
</body>
169+
</html>

newsletter-archive/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ <h1>AcreetionOS Daily Newsletter Archive</h1>
139139
<p class="lead">Historical record of daily development updates, Linux ecosystem highlights, and community announcements.</p>
140140

141141
<ul class="archive-list">
142+
<li class="archive-item">
143+
<div class="date">September 12, 2026</div>
144+
<a href="2026-09-12.html"><strong>Daily AcreetionOS Update -- September 12, 2026</strong></a>
145+
</li>
142146
<li class="archive-item">
143147
<div class="date">September 11, 2026</div>
144148
<a href="2026-09-11.html"><strong>Daily AcreetionOS Update -- September 11, 2026</strong></a>

newsletters/2026-09-12.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"subject": "Daily AcreetionOS Update -- September 12, 2026",
3+
"date_display": "September 12, 2026",
4+
"body": "**AcreetionOS Newsletter - September 12, 2026**\n\n**Top Development:**\n\n**EuroPython 2026 videos published**\n\nAll of the videos from the EuroPython 2026 conference, held in Krak\u00f3w, Poland from July 13 through July 17, have been published. The conference featured a wide range of talks and workshops on various topics related to Python programming. You can find the videos on the EuroPython website.\n\n**Community News:**\n\nThe AcreetionOS community has been actively contributing to the project, with several community members working on various tasks and issues. The community has also been engaging in discussions on the project's Discord server, sharing knowledge and experiences.\n\n**Practical Tip:**\n\nDid you know that you can customize your AcreetionOS experience by modifying the `calamares-config` file? This file allows you to configure various settings, such as the graphics mode, to suit your preferences. You can find more information on how to modify the file in the AcreetionOS wiki.\n\n**Recent Activity:**\n\n* [Community] Merge branch 'repair': fix geocode-glib update conflict\n* [Community] Fix geocode-glib update conflict on installed systems\n* [Community] Two stable kernel updates for Friday\n* [Community] Security updates for Friday\n* [commit] fixed for older nvidia and removed disk encryption, users can install that later if they want i guess\n* [commit] prefer 1080p gfxmode over native 4k on boot\n* [commit] Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist\n* [commit] Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist\n* [commit] pin v0.3.0 archive checksums\n* [commit] Add MCP stdio server (us-infra-hub mcp)\n* [commit] ci: pass -R to gh release create (no checkout in release job)\n\nStay up-to-date with the latest developments and news from the AcreetionOS community by following us on social media and joining our Discord server.\n\nBest regards,\nNatalie Cole-Clift Spiva\nCo-Lead Developer, AcreetionOS"
5+
}

newsletters/list.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"filename": "2026-09-12.json",
4+
"subject": "Daily AcreetionOS Update -- September 12, 2026",
5+
"date_display": "September 12, 2026"
6+
},
27
{
38
"filename": "2026-09-11.json",
49
"subject": "Daily AcreetionOS Update -- September 11, 2026",

0 commit comments

Comments
 (0)