]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
New post: Dropping Gitea
authorDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 18 Aug 2023 21:47:18 +0000 (23:47 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 18 Aug 2023 21:47:33 +0000 (23:47 +0200)
content/posts/dropping-gitea/gitea.webp [new file with mode: 0644]
content/posts/dropping-gitea/gitweb.webp [new file with mode: 0644]
content/posts/dropping-gitea/index.md [new file with mode: 0644]

diff --git a/content/posts/dropping-gitea/gitea.webp b/content/posts/dropping-gitea/gitea.webp
new file mode 100644 (file)
index 0000000..3d661e0
Binary files /dev/null and b/content/posts/dropping-gitea/gitea.webp differ
diff --git a/content/posts/dropping-gitea/gitweb.webp b/content/posts/dropping-gitea/gitweb.webp
new file mode 100644 (file)
index 0000000..ebe2b37
Binary files /dev/null and b/content/posts/dropping-gitea/gitweb.webp differ
diff --git a/content/posts/dropping-gitea/index.md b/content/posts/dropping-gitea/index.md
new file mode 100644 (file)
index 0000000..39013db
--- /dev/null
@@ -0,0 +1,31 @@
+---
+title: "Dropping Gitea"
+date: 2023-08-18T22:44:54+02:00
+---
+I have decided to drop Gitea as it's only really useful when you have multiple
+people collaborating on a project and is just bloatware otherwise. To
+demonstrate, here's how much bandwidth it takes to load in the old Gitea site's
+main page:
+
+![Gitea](./gitea.webp)
+
+Here's how much it takes up with the amazing `gitweb`:
+
+![gitweb](./gitweb.webp)
+
+If you do the math, you will find that the new `gitweb` site is roughly 22.18
+times smaller than the Gitea site! This will certainly help with browsing on
+older computers and weaker internet connections.
+
+*(Also notice that `gitweb` does not make that pesky 3rd-party request!)*
+
+I also expect to move some of my previous projects from Git{Hub,Lab} here
+relatively soon.
+
+# What about the old site?
+I will keep it as an option in case I by some miracle end up creating a project
+with lots of outside contribution as that's when it would become truly useful.
+Until then, I always accept patches sent with the venerable
+[git send-email](https://git-send-email.io).
+
+If the new site breaks down in any way, please [let me know](/contact).