Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Technology
  3. Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft.

Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft.

Scheduled Pinned Locked Moved Technology
technology
314 Posts 168 Posters 10 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Guest

    Shit. I live in Denmark. How do you download a whole github repository, commits, issues and all?

    N This user is from outside of this forum
    N This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #65

    look at git's --mirror

    1 Reply Last reply
    0
    • cupcakezealot@lemmy.blahaj.zoneC [email protected]

      is forgejo the same thing as codeberg? it looks similar.. just curious

      mitm0@lemmy.worldM This user is from outside of this forum
      mitm0@lemmy.worldM This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #66

      Let me give you a rather long explanation for fun.

      CodeBerg ≈ GitHub

      Now imagine if Github allowed you to self-host your own Github instance;
      That's ForgeJo

      Q 1 Reply Last reply
      0
      • J [email protected]

        Github was bought in 2018. For all we know, OP could have been 10 at the time

        B This user is from outside of this forum
        B This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #67

        OP said they were 63 and only now getting into programming. I can understand not knowing these things tbh.

        1 Reply Last reply
        0
        • D [email protected]

          Who could have ever anticipated Git hub going to shoot after Microsoft bought it

          N This user is from outside of this forum
          N This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #68

          you can shit and fuck and cock and ass. it's the internet

          D 1 Reply Last reply
          0
          • S [email protected]

            Nice!

            I actually recently set up my own Forgejo instance, and it's remarkably similar to GitHub, to the point where they share Github's "actions" code.

            Congrats! More hosting diversity is a good thing.

            N This user is from outside of this forum
            N This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #69

            how does this differ from codeberg

            1 Reply Last reply
            0
            • mitm0@lemmy.worldM [email protected]

              Let me give you a rather long explanation for fun.

              CodeBerg ≈ GitHub

              Now imagine if Github allowed you to self-host your own Github instance;
              That's ForgeJo

              Q This user is from outside of this forum
              Q This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #70

              CodeBerg is a Forgejo instance

              1 Reply Last reply
              0
              • asap@lemmy.worldA [email protected]

                Looks like a contributor was in a sanctioned region?

                Not according to that thread - it looks like they don't yet know what caused it:

                https://mastodon.social/@organicmaps/114178916120483761

                No any details from GitHub yet. One contributor mentioned a temporary visit to disputed areas a long time ago — GitHub probably just flagged the account, and their bots messed up after that.

                anzo@programming.devA This user is from outside of this forum
                anzo@programming.devA This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #71

                GAFAM is all one hydra.

                1 Reply Last reply
                0
                • ? Guest

                  Shit. I live in Denmark. How do you download a whole github repository, commits, issues and all?

                  E This user is from outside of this forum
                  E This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #72

                  No, it they didn't change anything add new git remote to the new address

                  1 Reply Last reply
                  0
                  • T [email protected]

                    Might check out Zed. Relatively new editor from the folks behind Atom and treesitter. Extremely fast with an excellent interface and vim mode. The second best vim mode behind Neovim.

                    R This user is from outside of this forum
                    R This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #73

                    I've been testing Zed for the last couple weeks for some Vue / Nuxt projects. It works great for that and seems very stable so far, but is also developed by a for-profit. Curious to see how the Zedless project works out.

                    T 1 Reply Last reply
                    0
                    • mitm0@lemmy.worldM [email protected]

                      I always kept telling Free-software & OpenSource projects to move to GitLab, Codeberg or SourceHut

                      You cannot fight capitalists on a capitalists platform.

                      & if you want something that's even more independent try Fossil

                      B This user is from outside of this forum
                      B This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #74

                      Codeberg is a non-profit that has no fees, but accepts donations. They only allow FOSS projects.

                      mitm0@lemmy.worldM 1 Reply Last reply
                      0
                      • M [email protected]

                        So wait.

                        GitHub is Microsoft?

                        A This user is from outside of this forum
                        A This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #75

                        Can I suggest vim or emacs?

                        1 Reply Last reply
                        0
                        • ? Guest

                          Shit. I live in Denmark. How do you download a whole github repository, commits, issues and all?

                          D This user is from outside of this forum
                          D This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #76

                          Good question. Commits are easy - they are part of git core functionalities so are included in every copy of the repository (for example developers' local copies) but github specific contents like comments, issues, PRs..?

                          V 1 Reply Last reply
                          0
                          • ? Guest

                            Shit. I live in Denmark. How do you download a whole github repository, commits, issues and all?

                            tja@sh.itjust.worksT This user is from outside of this forum
                            tja@sh.itjust.worksT This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #77

                            You can make git clone and get all the code and commits.
                            Issues are a GitHub feature and they cannot be downloaded by a simple git command

                            H 1 Reply Last reply
                            0
                            • I [email protected]

                              There is some serious crapitalist hate for organic maps. I never heard of it util is was taken off the play store for a bit. I side loaded it that day.

                              P This user is from outside of this forum
                              P This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #78

                              Organic Maps is not at feature parity with paid options but it is pretty damn good for FOSS. I use it almost daily for driving around city/suburban Australia and it very rarely gives me bad directions - certainly no more than the paid option i previously used (Sygic).

                              U 1 Reply Last reply
                              0
                              • R [email protected]

                                Oh come on, it was a really big deal. M$ bought GitHub. FOSS collectively shit itself for a week

                                E This user is from outside of this forum
                                E This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #79

                                It was also ages ago. Any discussion of it will have long since died down so if OP is new to programming then they won't have come across this.

                                1 Reply Last reply
                                0
                                • ? Guest

                                  Going by their Mastodon account, seems they were erroneously detected as "from a US-sanctioned region" and it took too long for said error to be resolved, so they just made the switch.

                                  ? Offline
                                  ? Offline
                                  Guest
                                  wrote on last edited by
                                  #80

                                  "US sanctioned region" is russia. The developer team fully consist of russian citizens, some of them are still in russia.

                                  U G ? 3 Replies Last reply
                                  0
                                  • P [email protected]

                                    Organic Maps is not at feature parity with paid options but it is pretty damn good for FOSS. I use it almost daily for driving around city/suburban Australia and it very rarely gives me bad directions - certainly no more than the paid option i previously used (Sygic).

                                    U This user is from outside of this forum
                                    U This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #81

                                    Its also a really great base project to build on top of. The routing system is a plug in library which can be easily replaced. That means if someone wants to build something that collects and utilizes live data for traffic/construction avoidance they can totally do that. Adding new map layers is also a big one that they made sure is going to be easy to do.

                                    E 1 Reply Last reply
                                    0
                                    • tea@programming.devT [email protected]

                                      Post
                                      New Git Repo.

                                      U This user is from outside of this forum
                                      U This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #82

                                      Nice! It even supports the same RSS feed format. For anyone who also wants FOSS releases injected straight into their veins https://git.omaps.dev/organicmaps/organicmaps/releases.atom

                                      1 Reply Last reply
                                      0
                                      • ? Guest

                                        "US sanctioned region" is russia. The developer team fully consist of russian citizens, some of them are still in russia.

                                        U This user is from outside of this forum
                                        U This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #83

                                        The developer team fully consist of russian citizens

                                        I dont think thats correct. Do you have a source?

                                        ? 1 Reply Last reply
                                        0
                                        • N [email protected]

                                          you can shit and fuck and cock and ass. it's the internet

                                          D This user is from outside of this forum
                                          D This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #84

                                          Could you like, stop policing other peoples speech? I am sure they know they can say shit on the internet, they just choose not to.

                                          N M 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups