Earlier quoted context omitted.
Docuwiki (not to be confused with DokuWiki) is still the most thorough source I've seen for niche documentaries. https://docuwiki.net/index.php?title=Category:Name It is all ed2k links. Unfortunately modern clients for ed2k are quite lacking
ed2k, nice! That reminds me of this superb piece of software: MLDonkey ( https://github.com/ygrek/mldonkey ), written in OCaml.
Gnutella: A Protocol Outliving the World That Created It
91–100 of 101 posts
Re: Gnutella: A Protocol Outliving the World That Created It
#92Re: Gnutella: A Protocol Outliving the World That Created It
#93As the eldest of millennials, I regularly find myself going through “ah, they’ve reinvented a situation best served by Gnutellla” events. The most most recent was an ad hoc Resilio Sync library of epub files, and I did the “yeah that works… but have you ever heard of Gnutella?” routine I have become so accustomed to: “gather around the camp fire, young zoomers, for grandpa has a story to tell you”.
Re: Gnutella: A Protocol Outliving the World That Created It
#94Earlier quoted context omitted.
Oh so pretty much the "classic" share something rule; that was pain in the ass in DC++ times but quality of whatever you could find there was best
DC++ now that's some nostalgia. Myself used IRC XDCC bots connected to my 33k modem connected to my 486DX which would disconnect every three hours. eDonkey, WinMX, lovely fashionable protocols.
Re: Gnutella: A Protocol Outliving the World That Created It
#95Earlier quoted context omitted.
it really doesn't hiding information from user is not good by any means
Am I missing something? Hiding things from users is a property of the windows approach. Did you reply to the wrong person?
windows at least gets an option to display file type
Re: Gnutella: A Protocol Outliving the World That Created It
#96Earlier quoted context omitted.
Am I missing something? Hiding things from users is a property of the windows approach. Did you reply to the wrong person?
GGP comment literally says that linux way is hiding file type in the binary information. If you consider that as more visible I have many questions windows at least gets an option to display file type
Re: Gnutella: A Protocol Outliving the World That Created It
#97Earlier quoted context omitted.
GGP comment literally says that linux way is hiding file type in the binary information. If you consider that as more visible I have many questions windows at least gets an option to display file type
Some file formats, eg png, require a particular file header in order to be considered valid. This is true regardless of your operating system, be it windows or linux. If that is hidden information, then it is hidden regardless of which operating system you're on. On windows, if I have a png named .doc, then there is absolutely no way to determine that it is a valid png and could be opened with my image viewer with st…
And that's a good thing. Imagine receiving a file called "very_funny_cat.png" and Linux realizing that while it's not a valid PNG image, it is a valid ELF executable.
Re: Gnutella: A Protocol Outliving the World That Created It
#98Earlier quoted context omitted.
Some file formats, eg png, require a particular file header in order to be considered valid. This is true regardless of your operating system, be it windows or linux. If that is hidden information, then it is hidden regardless of which operating system you're on. On windows, if I have a png named .doc, then there is absolutely no way to determine that it is a valid png and could be opened with my image viewer with st…
> On windows, if I have a png named .doc, then there is absolutely no way to determine that it is a valid png And that's a good thing. Imagine receiving a file called "very_funny_cat.png" and Linux realizing that while it's not a valid PNG image, it is a valid ELF executable.
Re: Gnutella: A Protocol Outliving the World That Created It
#99Earlier quoted context omitted.
> On windows, if I have a png named .doc, then there is absolutely no way to determine that it is a valid png And that's a good thing. Imagine receiving a file called "very_funny_cat.png" and Linux realizing that while it's not a valid PNG image, it is a valid ELF executable.
Right, linux should instead go by the normal extension for an elf, which is no extension... instead this problem is solved by prompting the user if they want to execute the program.
it is solved by informing user how the file will be used
aka file type
Re: Gnutella: A Protocol Outliving the World That Created It
#100Earlier quoted context omitted.
Some file formats, eg png, require a particular file header in order to be considered valid. This is true regardless of your operating system, be it windows or linux. If that is hidden information, then it is hidden regardless of which operating system you're on. On windows, if I have a png named .doc, then there is absolutely no way to determine that it is a valid png and could be opened with my image viewer with st…
> On windows, if I have a png named .doc, then there is absolutely no way to determine that it is a valid png And that's a good thing. Imagine receiving a file called "very_funny_cat.png" and Linux realizing that while it's not a valid PNG image, it is a valid ELF executable.