From 6cf5befe9de5fd051f56afeaa1f728d8e24a42bd Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:06:12 +0200 Subject: [PATCH] changes --- presentation.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/presentation.md b/presentation.md index 8caf93b..fd078f2 100644 --- a/presentation.md +++ b/presentation.md @@ -78,13 +78,15 @@ math: katex --- # How do we make sure data is **safe** from big companies? -- there *are* online platforms like GitHub for this (but: this defeats the whole purpose) -- it's 2026, and servers are pretty cheap -- you can set up your own infrastructure in an afternoon +- There *are* online platforms like GitHub for this (but: this defeats the whole purpose) +- It's 2026, and servers are pretty cheap +- You can set up your own infrastructure in an afternoon + - (less than 100 lines of `docker-compose.yml`) --- # One step further: hosting services on your **own infrastructure** - I won't tell you how to set it up (plenty of guides online) +- TL;DR: **On pushing changes $\rightarrow$ Auto-Render and Upload** - Here are some tools I'm using for my personal setup:
@@ -115,11 +117,11 @@ Automated deployment|Gitea Actions * It can be done as well! * Head start when hosting models: `Ollama` (from Ollama Inc.) * Automatically handles the download and execution of open models locally -* **💡 Works even better when checking content, since everything is text-based !** +* **💡 Works even better when handling content, since everything is text-based !** * We can integrate this into our IDE of choice and never have to worry about our data being sent to anyone! --- -# **Pros** and **cons** +# **Pros** and **cons** from experience
@@ -127,7 +129,8 @@ Automated deployment|Gitea Actions - Enhanced privacy - Very flexible if you know webdev - No need to leave the traditional dev toolset -- Open-Source community tools, no dependence on a specific company +- Open-Source community tools, no dependency on a specific company +- Actually know what you're setting up
@@ -140,6 +143,7 @@ Automated deployment|Gitea Actions
+ --- # **Conclusion** - Presentation software and AI often feels "unreachable" and only hostable if you're a company and have the resources for it