• 1 Post
  • 106 Comments
Joined 10 个月前
cake
Cake day: 2024年7月14日

help-circle
  • Why Not Use…?

    I am aware that there are many other git “forge” platforms available. Gitea, Codeberg, and Forgejo all come to mind. Those platforms are great as well. If you prefer those options instead of SourceHut that’s fine! Switching to any of those would still be a massive improvement over GitHub.

    Unfortunately, I find the need to have an account in order to contribute to projects a deal breaker. It causes too much friction for no real gain. Email based workflows will always reign supreme. It’s the OG of code contributions.

    Ive been using codeberg(a public forgejo) and it felt more familiar coming from github/gitlab. Sourcehut wasn’t bad, but it did feel quite a bit different and i admittedly didn’t get too far past that. I do like the idea of contributing without an account though. i know that it’s a git feature to create a patch file but having a forge support it is neat.

    Semi related, I do look forward to federation of forgejo which i think helps the “needing an account” somewhat. I think it’s less unreasonable to expect someone to have an account on -any federated forge- than to have an account at the specific forge my project is on.

    Good article though. It did help make sourcehut make more sense than the first time i looked at it




  • Wait, organic is a forprofit publicly traded company?

    Yeah, this is a surprise. And its even called out in the open letter

    The Organic Maps project has been built and promoted under the premise of being an open community project, so it’s troubling to discover that the majority of shareholders consider it to be their sole property. […] (see Addendum for the details)

    Then in Addendum:

    The role of Organic Maps OÜ

    It’s a for-profit company (an LLC basically) registered in Estonia:

    ariregister.rik.ee/eng/company/16225385/Organic-Ma

    The company holds key project assets, e.g. the trademark and the app store accounts. git.omaps.dev/organicmaps/organicmaps/src/branch/m… states that “The primary purpose of the entity is to shield the project’s members from personal liability and to ensure the legal protection of the project’s assets.”

    Until recently there was never a mention that the shareholders treat their shares as their personal investment. Even that explanation document was only added to project’s repository 4 months ago - before that the only brief mention of Organic Maps OÜ’s existence was in the footer of the https://organicmaps.app/ website, so the most of users and contributors had no idea about its role and ownership structure.

    Roman @rtsisyk holds 1/3 (33%) of shares, Viktor @vng holds 2/3 (66%). Alexander @biodranik is not a registered shareholder, but allegedly Viktor holds his 1/3 (33%) nominally.



  • Foundry was the 2nd thing i started self hosting (the first being pihole). Have had it running for 5 years now.

    Other than that i only recently started expanding my self hosting:

    • tandoor recipes
    • navidrome (for music, mentioning it since it isn’t the typical media server recommendation)
    • personal knowledge management (pkm) static website that i build with hugo
    • umami analytics
    • Remark42 for comment system on one of my internal static websites
    • a few smaller things that i built. One is a discord bot from before i started hating discord, and then a few web apps that i haven’t open sourced yet



  • I’m not familiar with the reddit filtering but have you tried using cloudflare page rules? You can try capturing everything after the .tld and then forward it to a lemmy server. So for instance somedomain.tld/12345 could forward to lemmy.world/post/12345. If reddit is checking links for 301 redirects to lemmy though then that wouldn’t work.

    A more advanced approach would be to use a cloudflare worker to do a proxy response so the status code is returned as 200 OK instead of 301 redirect. I haven’t tried that but i think that would be much harder for them to block and you could always make more elaborate urls to make it harder to find obvious lemmy-like structure





  • Did you read the article? The author shares their perspective.

    For me, Git is quite powerful on its own with version control, diffs, branches, merging, etc. Forges just add a UI for some of these things, and add an issue tracker/ discussion/etc. Forges also add a more modem ui for repo access though git does have its own webserver you can use. I use git without a forge for a number of my personal projects that I’m not sharing with others or not yet sharing





  • Depends on the programs, but likely statistics if it is a halfway decent program.

    • Statistics is harder to learn on your own than the CS needed for data science. So it’s better to go statistics and then you can learn the CS parts on your own before doing a data science program.
    • There’s generally a bigger need for statistical foundation than CS foundation in data science, or at least with the angle for any data science needed for data journalism.