This commit is contained in:
+10
-6
@@ -78,13 +78,15 @@ math: katex
|
|||||||
|
|
||||||
---
|
---
|
||||||
# How do we make sure data is **safe** from big companies?
|
# 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)
|
- There *are* online platforms like GitHub for this (but: this defeats the whole purpose)
|
||||||
- it's 2026, and servers are pretty cheap
|
- It's 2026, and servers are pretty cheap
|
||||||
- you can set up your own infrastructure in an afternoon
|
- 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)
|
- 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:
|
- Here are some tools I'm using for my personal setup:
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
@@ -115,11 +117,11 @@ Automated deployment|Gitea Actions
|
|||||||
* It can be done as well!
|
* It can be done as well!
|
||||||
* Head start when hosting models: `Ollama` (from Ollama Inc.)
|
* Head start when hosting models: `Ollama` (from Ollama Inc.)
|
||||||
* Automatically handles the download and execution of open models locally
|
* Automatically handles the download and execution of open models locally
|
||||||
* **<box>💡 Works even better when checking content, since everything is text-based !**
|
* **<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!
|
* 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
|
||||||
|
|
||||||
<div class="multicolumn"><div>
|
<div class="multicolumn"><div>
|
||||||
|
|
||||||
@@ -127,7 +129,8 @@ Automated deployment|Gitea Actions
|
|||||||
- Enhanced privacy
|
- Enhanced privacy
|
||||||
- Very flexible if you know webdev
|
- Very flexible if you know webdev
|
||||||
- No need to leave the traditional dev toolset
|
- 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
|
||||||
|
|
||||||
</div><div>
|
</div><div>
|
||||||
|
|
||||||
@@ -140,6 +143,7 @@ Automated deployment|Gitea Actions
|
|||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
# **Conclusion**
|
# **Conclusion**
|
||||||
- Presentation software and AI often feels "unreachable" and only hostable if you're a company and have the resources for it
|
- Presentation software and AI often feels "unreachable" and only hostable if you're a company and have the resources for it
|
||||||
|
|||||||
Reference in New Issue
Block a user