-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (67 loc) · 3.61 KB
/
index.html
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
<!DOCTYPE html>
<html lang="">
<head>
<link rel="stylesheet" href="css/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TheRedstoneDEV_DE</title>
</head>
<body>
<div class="center head">
<h1>TheRedstoneDEV_DE</h1>
<h5>##### References #####</h5>
<a class="icon" href="https://team.devellight.space:8096/TheRedstoneDEV_DE"><span class="icon"></span></a>
<a class="icon" href="https://github.com/theredstonedev-de"><span class="icon"></span></a>
<a class="icon" href="https://www.youtube.com/@theredstonedev_de5808"><span class="icon"></span></a>
<a class="icon" href="https://devellight.space/@theredstonedev_de"><span class="icon"></span></a>
</div>
<div class="aboutme section">
<h2>## About me</h2>
<div class="text">
<p>Hi, I'm Robert R. aka. TheRedstoneDEV_DE, I'm interrested in Linux, software development and music production.
I use my spare time for developing some software projects with my friend <a class="lnk"
href="https://marcel-hurban.com/">Devellight</a> and I'm also getting started in game-development for our
future project, for which I did also to get into some music production and 3D modeling, which I both really
enjoy.
In terms of programming languages I write Java, C++, Rust, Python, Bash and some Lua, but I'd only consider Java
as nearly completed and Rust might get to the same level as Java in the future.</p>
<p>I am also using Linux as my daily driver and haven't even used Windows as that any time before, since I grew up
with my first ever PC running Linux.
NixOS is the Distro I've landed on now, since I moved away from Kubuntu, which was my first Distro, since the
NVidia drivers and Wayland were not working properly.
After that I settled on Arch Linux for a bit, before it became too unstable and I finally switched over to
NixOS, on which I'll probably stay for longer.
I also run a small Homelab consisting of three servers with some specific usecases and have some experience
setting up a reverse proxy, configuring firewalls and setting up some more specific services.
</p>
</div>
<h3>### Current Projects</h3>
<ul>
<li><a class="lnk" href="https://github.com/TheRedstoneDEV-DE/JaviVoiceAssistant">[Javi Voice Assistant]</a></li>
<li><a class="lnk" href="https://github.com/TheRedstoneDEV-DE/PinguControll">[Pingu Control]</a></li>
<li><a class="lnk" href="https://github.com/TheRedstoneDEV-DE/Signal-9">[Signal 9 (not public yet)]</a></li>
</ul>
</div>
<div class="news section">
<h2>## News</h2>
<h3>### Version 1.4 of JaviVoiceAssistant released! It is alive!</h3>
<a class="text">
The new update covers an integration for LLMs into the voice assistant, it should be pin-compatible with the
OpenAI's openAPI, but it has only been tested with the GPT4All API.
</a>
</div>
<div class="links section">
<h2>## Local References</h2>
<ul>
<li><a class="lnk inactive" href="">[Blog (to be added)]</a>
<li><a class="lnk" href="hardware.html">[Hardware]</a>
<li><a class="lnk" href="https://github.com/TheRedstoneDEV-DE/dotfiles">[Dotfiles]</a>
<li><a class="lnk" href="credits.html">[Credits]</a></li>
<li><a class="lnk" href="art-lib.html">[Art library]</a>
<li><a class="lnk" href="podcasts.html">[Podcasts]</a>
<li><a class="lnk" href=impressum.html>[Impressum]</a>
</ul>
</div>
<div class="footer center">Robert Richter. All rights reserved. © 2024</div>
</body>
</html>