• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: September 10th, 2023

help-circle
  • 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…


  • 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.




  • 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.



  • I’ve personally been quite pleased with the combination of Frigate and some Amcrest POE cameras. Just make sure the cameras you are getting support RTSP though and you should be able to use them with Frigate.

    Also make sure you block the cameras from reaching the public internet using your firewall, and only make them reachable from your Frigate host. Personally I use a VLAN with no internet access and enforce tagging at the switch level (i.e. don’t trust the cameras to maintain their own VLAN) settings.






  • Yup, 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.


  • Yup, 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…