Just following your above link, you could pre-convert your comics using this: https://framagit.org/nicooo/kumiko
- 0 Posts
- 11 Comments
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.xyzto Programming@programming.dev•Codeberg, self-hosting Gitea, or something else?7·3 months agoThis 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.xyzto Programming@programming.dev•Codeberg, self-hosting Gitea, or something else?19·3 months agoSince 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.
kensand@sopuli.xyzto Programming@programming.dev•Codeberg, self-hosting Gitea, or something else?9·3 months agohttps://forgejo.org/compare-to-gitea/
CI actions and actually being free software are my main notes, but there are many reasons.
kensand@sopuli.xyzto Programming@programming.dev•Codeberg, self-hosting Gitea, or something else?173·3 months agoA better* fork of Gitea!
IMO, the issue here is that Microsoft appears to have violated the MIT license requiring inclusion of the original author’s copyright notice. I think he has every right to be salty about that violation.
In your analogy, the sign on the furniture says:
Free, but if anyone asks, you got this furniture from <name here>.
Microsoft took the furniture from the curb, but isn’t telling people whom they got it from.
I agree in regards to your opinion that he shouldn’t be complaining about the fact that someone forked his project, that just the nature of the MIT license. However, I do think he is justified in being upset that the license was violated. Hopefully this gets remedied; it’s not hard nor expensive for Microsoft to add his name to the copyright notice in the license.
kensand@sopuli.xyzto Technology@lemmy.world•Unity backtracks slightly on plans to charge developers for game installsEnglish4·2 years agoYup, that’s true, and I am always open to and looking for new opportunities, but that also requires them to be interested in hiring me - not a trivial feat, especially in the current job market.
I’d also wager that the number of job positions writing OSS for organizations like that is much lower than proprietary job positions.
But you know what, I’ll go shop around a little in my free time the next week or two. I’d love for (more of) my work to be publicly accessible and not locked up in a proprietary codebase.
kensand@sopuli.xyzto Technology@lemmy.world•Unity backtracks slightly on plans to charge developers for game installsEnglish8·2 years agoYup, as a software dev, I would love to be able to devote all my time to writing open source, but I gotta make money to live as well. Switching to working on OSS would be a huge leap of faith that there is someone out there willing pay/donate for my work. As it is, I think it will be my way of giving back once I have saved up enough money from my proprietary work, and hopefully I will be able to switch over sooner rather than later.
Maybe I’ll go take a look at what the process is for getting grants from the government or non-profit orgs like Apache foundation…
That’s the reason you pass on node? Compared to all the others?
It’s just an OpenWebUI instance? What have you added to/changed about it?