-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.json
More file actions
45 lines (45 loc) · 1.92 KB
/
Copy pathposts.json
File metadata and controls
45 lines (45 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"path": "posts/introducing-the-dlh-blog.html",
"title": "Introducing the Data Lab Hell Blog",
"titleDe": "Einführung in den Data Lab Hell Blog",
"date": "2026-04-17",
"tags": [
"Company"
],
"author": "Daniel Baldauf",
"image": "static/brand/LOGO_DLH.svg",
"desc": "We are a research and technology organisation and as an R&D Incubator & Innovation Lab unique in its form. Here is why we are starting to write publicly about our work.",
"descDe": "Wir sind eine außeruniversitäre Forschungseinrichtung und R&D Incubator & Innovation Lab in Österreich. Hier erklären wir, warum wir beginnen, öffentlich über unsere Arbeit zu schreiben."
},
{
"path": "posts/hacking-the-smart-home.html",
"title": "Hacking the Smart Home",
"titleDe": "Das Smart Home hacken",
"date": "2026-04-20",
"tags": [
"Smart Home",
"KNX",
"Home Assistant",
"Energy",
"DIY"
],
"author": "Johannes Sappl",
"image": "static/posts/smart-home.png",
"desc": "How I integrated KNX, Home Assistant, and dynamic EPEX Spot pricing to build a fully local, energy-aware smart home — from solar inverter to EV charging.",
"descDe": "Wie ich KNX, Home Assistant und dynamische EPEX-Spot-Preise zu einem vollständig lokalen, energiebewussten Smart Home kombiniert habe — vom Wechselrichter bis zur E-Auto-Ladung."
},
{
"path": "posts/ai-co-creation-mathematics.html",
"title": "How we proved a structural rigidity theorem with an AI assistant — in a day",
"date": "2026-05-27",
"tags": [
"Research",
"AI",
"Mathematics"
],
"author": "Tobias Hell",
"image": "static/posts/ai_cocreation.png",
"desc": "A case study in human–AI co-creation in mathematics: how we proved a structural rigidity theorem about topological approaches to the Riemann Hypothesis — and what it means for interdisciplinary research."
}
]