Compare commits
2 Commits
839add7809
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cf5befe9d | |||
| da0adbdf3e |
+52
-9
@@ -78,20 +78,22 @@ 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
|
||||
- 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
|
||||
# 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: **<box>On pushing changes $\rightarrow$ Auto-Render and Upload**
|
||||
- Here are some tools I'm using for my personal setup:
|
||||
|
||||
<center>
|
||||
|
||||
Requirement | Possible tool
|
||||
-:|:-
|
||||
Server|Any VPS
|
||||
Server|Any VPS will do
|
||||
Simple software deployment|Docker
|
||||
HTTPS support|Caddy
|
||||
Git collaboration|Gitea
|
||||
@@ -100,7 +102,7 @@ Automated deployment|Gitea Actions
|
||||
</center>
|
||||
|
||||
---
|
||||
# ...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 +113,53 @@ Automated deployment|Gitea Actions
|
||||
* **<box>Which one are you willing to pay?**
|
||||
|
||||
---
|
||||
<!-- _class: "references" -->
|
||||
# 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
|
||||
* **<box>💡 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** from experience
|
||||
|
||||
<div class="multicolumn"><div>
|
||||
|
||||
## Pros
|
||||
- Enhanced privacy
|
||||
- Very flexible if you know webdev
|
||||
- No need to leave the traditional dev toolset
|
||||
- Open-Source community tools, no dependency on a specific company
|
||||
- Actually know what you're setting up
|
||||
|
||||
</div><div>
|
||||
|
||||
## 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
|
||||
|
||||
</div></div>
|
||||
|
||||
|
||||
|
||||
---
|
||||
# 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$ <box>De-mystify the topic!
|
||||
- *Your* data belongs to *you*; own it!
|
||||
|
||||
---
|
||||
<!-- _class: "references" -->
|
||||
# References
|
||||
* [Marp](https://marp.app)
|
||||
* [MarpX Themes](TODO)
|
||||
* []
|
||||
|
||||
---
|
||||
# **This presentation** is online too!
|
||||
|
||||
<div class="multicolumn"><div align="center">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user