diff --git a/presentation.md b/presentation.md index d392262..8caf93b 100644 --- a/presentation.md +++ b/presentation.md @@ -80,10 +80,10 @@ 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 infra in an afternoon +- you can set up your own infrastructure in an afternoon --- -# One step further: hosting services on your own infrastructure +# One step further: hosting services on your **own infrastructure** - I won't tell you how to set it up (plenty of guides online) - Here are some tools I'm using for my personal setup: @@ -91,7 +91,7 @@ math: katex Requirement | Possible tool -:|:- -Server|Any VPS +Server|Any VPS will do Simple software deployment|Docker HTTPS support|Caddy Git collaboration|Gitea @@ -100,7 +100,7 @@ Automated deployment|Gitea Actions --- -# ...isn't this really expensive, though? +# ...isn't this really **expensive**, though? * Not really! * Domain name: `~10 EUR/year` * 24/7 VPS (200GB Storage, 6 vCPUs, 12GB RAM): `6.72 EUR/month` @@ -111,12 +111,51 @@ Automated deployment|Gitea Actions * **Which one are you willing to pay?** --- - -# References +# ...wasn't this supposed to **integrate LLMs** as well? +* 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 !** +* 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 +- 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 + +
+ +## Cons +- Steep learning curve +- Hard to collaborate with non-technical people +- Need to be comfortable with text-based tools +- Theme can be limiting if not chosen correctly + +
--- -# This presentation is online too! +# **Conclusion** +- Presentation software and AI often feels "unreachable" and only hostable if you're a company and have the resources for it +- It doesn't have to be that way! +- Don't contribute to that narrative $\implies$ De-mystify the topic! +- *Your* data belongs to *you*; own it! + +--- + +# References +* [Marp](https://marp.app) +* [MarpX Themes](TODO) +* [] + +--- +# **This presentation** is online too!