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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
<!doctype html><html><head><meta charset=UTF-8><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" href="style.css"><title>bauherren</title></head> <body> <header><h1>bauherren</h1><blockquote>I was hoping for a pyramid.</blockquote><img src="img/ornament.svg" type="svg" id="ornament"/></header><main>
<h2>About</h2>
<p>bauherren, /ˈbaʊˌhɛʁən/, (English: builders), was created to accelerate releases of quality software whilst also exploring 'free-ing' alternatives to the <i>walled-gardens</i> that mainstream tech erected. Perpetual disillusion and dissatisfaction with the current state of things fashioned bauherren in its early days and continues to be the chief motive in what we do
<h2>Software</h2>
<p>Currently, bauherren shelters software such as <a href=/projects/cork>cork</a>,
<blockquote>simple, small static site generation done in RC shell</blockquote>
and <a href="https://hg.bauherren.ovh/haskell-ts-mode/file/tip/README.org#l1/">haskell-ts-mode</a>,
<blockquote>a complete emacs major mode for editing haskell using treesitter</blockquote>
<h2>Members</h2>
<details><summary>Expand</summary>
<section id="people">
<div class="person">
<h2>Béla</h2>
<ul>
<li><a href="//gyenes.xyz">gyenes.xyz</a>
<li><a href="mailto:contact@gyenes.xyz">contact@gyenes.xyz</a>
</ul>
<img src="img/bela.png" class="avatar" alt="placeholder"/>
<p>I'll still use Emacs even if I have to use the entire AWS east coast to run it
<br>
<blockquote>"There are no choices; nothing but a straight line"</blockquote>
</div>
<div class="person">
<h2>Christos</h2>
<ul>
<li><a href="//c.bauherren.ovh">c.bauherren.ovh</a>
<li><a href="mailto:christos@bauherren.ovh">christos@bauherren.ovh</a>
</ul>
<img src="img/christ.png" class="avatar" alt="placeholder"/>
<p>Wanderer, marking things down as I go. Childless. Low-scale computing and natural living.
<br>
<blockquote>"Sometimes I am king, and sometimes the begger. Sometimes I am the wound and sometimes the blade, the torturer and the flayed. Thus, play I many men"</blockquote>
</div>
<div class="person">
<h2>Pranshu</h2>
<ul>
<li><a href="//p.bauherren.ovh">pranshu.codeberg.page</a>
<li><a href="mailto:pranshu@bauherren.ovh">pranshu@bauherren.ovh</a>
</ul>
<img src="img/pranshu.webp" class="avatar" alt="placeholder"/>
<p>Contrarion in exile. Emacs for life.
<br>
<blockquote>"In India there are no roads; only directions"</blockquote>
</div>
<div class="person">
<h2>Akbar</h2>
<ul>
<li><a href="//keyi.ng">keyi.ng</a>
<li><a href="mailto:akbar@keyi.ng">akbar@keyi.ng</a>
</ul>
<img src="img/akbar.png" class="avatar" alt="Akbar"/>
<p>Self-proclaimed free-thinker.
Studying computer science.
Interested in computing, finance, and philosophy.
</div>
<div class="person">
<h2>Akin</h2>
<ul>
<li><a href="mailto:akin@bauherren.ovh">akin@bauherren.ovh</a>
</ul>
<img src="img/akin.avif" class="avatar" alt="placeholder"/>
<p>Computer scientist, aiming to be the best in the field
<br>
</div>
</section>
</details>
</main><footer><img src="img/footer.svg" type="svg" width="25%"></footer></body></html>
|