Stories
Slash Boxes
Comments

SoylentNews is people

posted by takyon on Thursday June 25 2015, @08:35AM   Printer-friendly
from the internet-drama dept.
 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by kaszz on Thursday June 25 2015, @11:26AM

    by kaszz (4211) on Thursday June 25 2015, @11:26AM (#200892) Journal

    Whenever you have a point of failure that is such narrow that any adversaries have the ability to screw you. Be it by denying money, connectivity or sending bad 1s and 0s. There's going to be trouble keeping it up. So learn and make it distributed!

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Touché) by JeanCroix on Thursday June 25 2015, @02:08PM

    by JeanCroix (573) on Thursday June 25 2015, @02:08PM (#200956)
    We could call it something like "usenet".
    • (Score: 2) by kaszz on Thursday June 25 2015, @03:20PM

      by kaszz (4211) on Thursday June 25 2015, @03:20PM (#201007) Journal

      Yeah, but that concept may be above their visionary capability. Anyhow the problem with Usenet is that the servers involved are too easy to attack because they are all known and users can be too easy to track because all messages contain a full list of visited servers and user account that posted it. Now that capacity is so much cheaper and faster it might pay to skip the uuencode/base64 multipart images and just have it inline. At least so one can show others a solution to an integral or how the latest circuit board looks.

      Seen any serious effort to get anything like this running?

      • (Score: 2) by VortexCortex on Thursday June 25 2015, @11:25PM

        by VortexCortex (4067) on Thursday June 25 2015, @11:25PM (#201290)

        Seen any serious effort to get anything like this running?

        If you mean a fundamental shift to distributed networking as a step in getting this running, then there's the Named Data Networking group [named-data.net]. Funneling traffic into an endpoint (websites) was always a bad idea, that's why caches were built. Once you can query surrounding caches and pull from your neighbor or whomever has the data rather than from a specific IP address (decouple content from location), then many such distributed systems will be the norm. We've already kludged together something like this with etags, expires headers and caches, but it's time to do things right.

        Usenet was nice, but it dosen't quite fit the bill as more efficient distributed systems are now possible.