kensand

joined 2 years ago
[–] kensand@sopuli.xyz 5 points 1 week ago (5 children)

Latest Github commits are within the past hour... Why do you think that it's dead?

https://github.com/LineageOS

 
[–] kensand@sopuli.xyz 3 points 1 month ago

I have self-hosted both, although admittedly Gitlab was quite a few years ago. Forgejo is faster and lighter, GitLab is slow and huge. Unless you know you need a very specific GitLab feature, I'd go Forgejo all day.

[–] kensand@sopuli.xyz 16 points 1 month ago

I bought the whole Steam deck, I'm gonna use the whole Steam Deck!

[–] kensand@sopuli.xyz 7 points 1 month ago

Doesn't seem very private to me😧

[–] kensand@sopuli.xyz 1 points 1 month ago (1 children)

For what it's worth, I bought 2 brother printers the past 2 years, and they're still working fine without any of those issues. Not trying to shill for them, just my experience so far 🤷

[–] kensand@sopuli.xyz 18 points 2 months ago (3 children)

Spoiler: Roku doesn't either. Immich + a RaspberryPi or other SBC is the way to go...

[–] kensand@sopuli.xyz 7 points 2 months ago

It's just an OpenWebUI instance? What have you added to/changed about it?

[–] kensand@sopuli.xyz 4 points 2 months ago

Just following your above link, you could pre-convert your comics using this: https://framagit.org/nicooo/kumiko

[–] kensand@sopuli.xyz 4 points 4 months ago (1 children)
[–] kensand@sopuli.xyz 6 points 4 months ago (1 children)

Ah yes, keeping your Lambda functions running, rendering the main benefit of them pointless 🙃

People really should just set up a Fargate task instead...

[–] kensand@sopuli.xyz 7 points 4 months ago (1 children)

This process is called 'bootstrapping', and is actually quite common in software. For example, the C compiler is written in C. The first iteration of the C compiler was written by hand in assembly code with a very limitted feature set, and that compiler was then used to compile the next iteration, allowing the second version (I'm not sure it was actually the second version; there may have been a few iterations in assembly) to be written in C itself.

For Forgejo, you dont actually need Forgejo to build Forgejo; just a computer with the Go compiler and any other dependencies. Then, once you have the first version, you can publish the code you have on Forgejo. Nothing too crazy there 🙂

This also leads to 'dogfooding', which is a whole other term...

[–] kensand@sopuli.xyz 19 points 4 months ago (1 children)

Since you're a bit concerned about self hosting and collaboration, I would recommend Codeberg - they are a non-profit based in Germany with widespread support and, as far as I know, is the public Forgejo instance with the largest user base.

If you want, you can also host your own Forgejo instance and mirror your Codeberg repos to it. That way you can have two copies of your data, just in case Codeberg ever goes offline.

You could also potentially use Gitlab, but I would personally prefer something Forgejo based. Forgejo has been much more responsive/snappier in my opinion; Forgejo is primarily written in Go, while Gitlab is mostly Ruby.

view more: next ›