Giter Site home page Giter Site logo

Is this Project abandoned? about gittorrent HOT 26 OPEN

cjb avatar cjb commented on July 21, 2024 6
Is this Project abandoned?

from gittorrent.

Comments (26)

cjb avatar cjb commented on July 21, 2024 15

The usual things happened: new job, and new kid. :) I'm also hoping for an easy to use blockstack clone in JS to show up without me having to write it.

from gittorrent.

cjb avatar cjb commented on July 21, 2024 10

Hi! Not really abandoned, but I haven't been writing new code. Some things we could use help with:

  • an Electron desktop client
  • integrating a source of decentralized single-namespace naming, like blockstack, but in JS
  • working out how to distribute/decentralize pull requests and issues

from gittorrent.

keshavkaul avatar keshavkaul commented on July 21, 2024 6

Hmm It seems someone has started the JS library.
https://github.com/blockstack/blockstack-js

from gittorrent.

rektide avatar rektide commented on July 21, 2024 3

Hey sad day on the net as Microsoft immediately quickly caves the fuck under to these long-persisting turd-sandwiches & their cheap loser users-have-no-rights humanity-hating scum-shit.

https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md

This project was one of my first thoughts. We need this kind of defensive tech very badly.

from gittorrent.

itspngu avatar itspngu commented on July 21, 2024 3

bringitback

from gittorrent.

eonist avatar eonist commented on July 21, 2024 2

What stopped the progress? What part was to time consuming? Complexity or did you discover an essential part that wasn't easy to implement? Great effort anyway!

from gittorrent.

Giszmo avatar Giszmo commented on July 21, 2024 2

People in the nostr community are thinking about how to have a decentralized GitHub, ideally with issue tracking and code reviews and everything but as a bare minimum something that allows you to git remote add something gittorrent:<hash of first commit or something cryptographic>.

A shame this project just fizzled out :(

from gittorrent.

inoas avatar inoas commented on July 21, 2024 1

A very valuable part of github is its commenting, review system etc, if not its most valuable part.
What about an alternate route of running an app server decentralized.
The work to do would be to create an environment where you could run decentralized apps. Then you could leverage gitlab or any other similar tool and run it on top... in theory.

alternative to that you would need to make features similar to github in a mobile/desktop client that just pushes data to the network ... so there is no need for a server - really hard if you ask me but would be awesome.

good luck!

from gittorrent.

cathalgarvey avatar cathalgarvey commented on July 21, 2024 1

from gittorrent.

adlai avatar adlai commented on July 21, 2024

@eonist haven't you ever heard of the larval stage?

Have patience, and the muse will strike again!

from gittorrent.

eonist avatar eonist commented on July 21, 2024

A bit ambiguous. Waiting for the muse then.

from gittorrent.

eonist avatar eonist commented on July 21, 2024

@cjb: Thanks for your response. And congrats on the new chapters in your life! What do you think about the saying that we shouldn't try to fit everything into the blockchain? That the blockchain may not be suitable for everything etc? And would there be an alternative to this for this project? Or any ideas surrounding this dilemma?

from gittorrent.

cjb avatar cjb commented on July 21, 2024

Hm. Are you talking about bitcoin's blockchain in particular, or the concept of shared public decentralized append-only data structures?

I think decentralized apps should use shared public decentralized append-only data structures because it's very difficult to form a secure consensus without them, and there are many problems that require reaching consensus.

I don't have any particular attachment to Bitcoin. It's the coin people are most likely to own, which makes it the most useful at the moment. But if (e.g. Ethereum) an altcoin explicitly endorses decentralized naming (I think Ethereum does) and is practical -- i.e. people can get it, and it's well-designed, and it doesn't introduce too much friction to the app -- then that altcoin could totally be used here as well.

from gittorrent.

eonist avatar eonist commented on July 21, 2024

@cjb: Right, Bitcoin powers the blockchain as it currently stands. Something has to finance the life of such a database, thats bitcoin at the moment. Isn't there a limit to how much data the block chain could hold, i mean if everyone started to store things in the blockchain it would get pretty crowded. Also Wont there be a cost to storing things in the blockchain?

from gittorrent.

cjb avatar cjb commented on July 21, 2024

Arguably the cost is already paid for by the OP_RETURN fee, and using OP_RETURN shows other users of Bitcoin that this is a null transaction that they don't have to store forever. (In technical terms, OP_RETURN doesn't create "UTXO entries".) And we're talking about small strings, not storing entire files.

So my sense is that this is about the least objectionable use of Bitcoin to store data.

from gittorrent.

eonist avatar eonist commented on July 21, 2024

Right. So you need: blockstack-cli or blockstack-server in js? And what exactly are you storing in the blockchain? Authentication or? Also Issues and pull-requests can be done at a later stage maybe and just instead focusing on making git working.

from gittorrent.

cjb avatar cjb commented on July 21, 2024

Storing strings that look like:

@gittorrent!cjb!81e24205d4bac8496d3e13282c90ead5045f09ea

(@service!username!pubkey)

from gittorrent.

cjb avatar cjb commented on July 21, 2024

Maybe just blockstack-cli is fine. (But it'd be ideal if the whole stack was JS.)

from gittorrent.

cathalgarvey avatar cathalgarvey commented on July 21, 2024

WRT the blockchain bits, I've opened #79 to discuss switching the concept to Ethereum instead.

from gittorrent.

 avatar commented on July 21, 2024

@inoas What about ipfs ?

from gittorrent.

eonist avatar eonist commented on July 21, 2024

@asciiascetic ipfs-> Distributed static content vs https://github.com/amark/gun Distributed dynamic websites. Also keep in mind that ipfs is coupled with FILECOIN as MaidSafe(.)net is coupled to: SAFECOIN

from gittorrent.

frankenstein91 avatar frankenstein91 commented on July 21, 2024

does it still work?

from gittorrent.

eonist avatar eonist commented on July 21, 2024

Someone should do a business analysis on the feasibility of this. Map it out so to speak. Then get investors on board. Maybe even apply for Y-combinator. This would be disruptive!

from gittorrent.

frankenstein91 avatar frankenstein91 commented on July 21, 2024

Hey sad day on the net as Microsoft immediately quickly caves the fuck under to these long-persisting turd-sandwiches & their cheap loser users-have-no-rights humanity-hating scum-shit.

https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md

This project was one of my first thoughts. We need this kind of defensive tech very badly.

Thank you for informing us that the youtube-dl project has been deleted. I have informed the German press about this and hope there will be a reaction for a popular tool.

from gittorrent.

eonist avatar eonist commented on July 21, 2024

That's what this US-centric corporate hellscape scenario needs to inject a bit of liberty, more US-centric corporates! πŸ™ƒ And later if Gittorrent, Inc was successful maybe Microsoft could buy it and drop all the good stuff from the DHT 😬 Really though, all the good stuff in life is made by people who care, not people who want a payday. If Gittorrent is to have its day, people need to: A) Use it B) Contribute to it (Optional) C) Port it (Optional) D) Run volunteer, geographically/jurisdictionally diverse seedboxes to keep repos online

I think this and other Great projects Were progress has frozen to ice because the core-dev suddenly had to focus on survival, aka work for big corp, would benefit greatly from VC money. The world isn’t black and white. Lots of fantastic VCs out there. Not just evil ones. I’m VC backed and I make a free decentralised password manager, which hopefully one day will make the world a better place. The OSS model for projects like this will and has never worked. It’s too big of a task. IMO

from gittorrent.

theAkito avatar theAkito commented on July 21, 2024

the youtube-dl project has been deleted.

Oh my god. I can't believe this. I am speechless. They keep taking away the best stuff, over and over. I'm shocked.

Well, good to know that I'm NOT crazy in mirroring quite a few projects, in fear of them disappearing from one day to another...

from gittorrent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.