Tim Berners-Lee Warns About the Web's Three Biggest Threats (webfoundation.org) 91
Sunday was the 28th anniversary of the day that 33-year-old Tim Berners-Lee submitted his proposal for the World Wide Web -- and the father of the web published a new letter today about "how the web has evolved, and what we must do to ensure it fulfills his vision of an equalizing platform that benefits all of humanity."
It's been an ongoing battle to maintain the web's openness, but in addition, Berners-Lee lists the following issues: 1) We've lost control of our personal data. 2) It's too easy for misinformation to spread on the web. 3) Political advertising online needs transparency and understanding. Tim Berners-Lee writes:
We must work together with web companies to strike a balance that puts a fair level of data control back in the hands of people, including the development of new technology like personal "data pods" if needed and exploring alternative revenue models like subscriptions and micropayments. We must fight against government over-reach in surveillance laws, including through the courts if necessary. We must push back against misinformation by encouraging gatekeepers such as Google and Facebook to continue their efforts to combat the problem, while avoiding the creation of any central bodies to decide what is "true" or not. We need more algorithmic transparency to understand how important decisions that affect our lives are being made, and perhaps a set of common principles to be followed. We urgently need to close the "internet blind spot" in the regulation of political campaigning.
Berners-Lee says his team at the Web Foundation "will be working on many of these issues as part of our new five year strategy," researching policy solutions and building progress-driving coalitions, as well as maintaining their massive list of digital rights organizations. "I may have invented the web, but all of you have helped to create what it is today... and now it is up to all of us to build the web we want -- for everyone." Inspired by the letter, very-long-time Slashdot reader Martin S. asks, does the web need improvements? And if so, "I'm wondering what Slashdotters would consider to be a solution?"
It's been an ongoing battle to maintain the web's openness, but in addition, Berners-Lee lists the following issues: 1) We've lost control of our personal data. 2) It's too easy for misinformation to spread on the web. 3) Political advertising online needs transparency and understanding. Tim Berners-Lee writes:
We must work together with web companies to strike a balance that puts a fair level of data control back in the hands of people, including the development of new technology like personal "data pods" if needed and exploring alternative revenue models like subscriptions and micropayments. We must fight against government over-reach in surveillance laws, including through the courts if necessary. We must push back against misinformation by encouraging gatekeepers such as Google and Facebook to continue their efforts to combat the problem, while avoiding the creation of any central bodies to decide what is "true" or not. We need more algorithmic transparency to understand how important decisions that affect our lives are being made, and perhaps a set of common principles to be followed. We urgently need to close the "internet blind spot" in the regulation of political campaigning.
Berners-Lee says his team at the Web Foundation "will be working on many of these issues as part of our new five year strategy," researching policy solutions and building progress-driving coalitions, as well as maintaining their massive list of digital rights organizations. "I may have invented the web, but all of you have helped to create what it is today... and now it is up to all of us to build the web we want -- for everyone." Inspired by the letter, very-long-time Slashdot reader Martin S. asks, does the web need improvements? And if so, "I'm wondering what Slashdotters would consider to be a solution?"
You can't have it both ways. (Score:5, Insightful)
Want a second opinion? Here's one: HTTP and HTML are getting long in the tooth, and Javascript is bloat. Maybe it's time to come up with a new stack? Something with better controls for deep linking and embedding, and better support for distributed/cached store-and-forward, and mechanisms so Web 2.0 doesn't have to be such a bolt-on kluge. Maybe a decentralized reputation system so we can choose our own echo chambers more readily.
I'm disappointed that after all these years Tim speaks mainly in slogans and generalities, and still can't avoid contradicting himself. Let's show him how it's done by talking brass tacks.
That's a bit more like it. (Score:2)
https://solid.mit.edu/
Re:You can't have it both ways. (Score:4, Interesting)
I don't mind HTTP and HTML, they work reasonably well. The problem is all the ads injected/embedded from other sites than the source site.
What really worries me is that today some media outlets instead develops their own apps for reading their content where they claim that it will be a faster and better experience. I don't trust them and I see a risk with installation of apps because then the app has more ability to do suspect stuff on my device than what's normally possible with HTML and some JavaScript.
HTTP and HTML (Score:2)
Deep linking and embedding is what makes all sorts of problems possible. Cross site scripting, linked images that bog down page loads, tracker pixels and dead links.
Suppose cross site embedding and scripting were disallowed? Just don't support them in the browser - or at least not without a click to bring up an image. The infrastructure for ads would have to
Re:You can't have it both ways. (Score:4, Interesting)
The big issue I have with HTML is that it's useless for publishing larger content, like books or even just multi-page articles. Thanks to hyper links it is of course possible to add some Next/Prev buttons to a webpage to represent such content, but those links are just hacks, not markup. eReader have developed their own formats (.ePub, .mobi, iBook, etc.) for accomplishing this task, but while they often are little more than a .zip with .html files, none of them are proper part of the Web and your regular web browser won't read them.
HTML had <link rel="next/prev"...> markup going back to HTML2.0, but it was never properly supported by any browser or developed into something that would be powerful enough to replace .ePub and Co. This to me is one of the big failures of the Web that nobody really talks about. The Web should be the place where you publish content, it should be the replacement of paper, but instead people are forced to use .ePub or .PDF for that task, as plain old HTML isn't doing the job.
The other elephant in the room are of course the hyper links. The Web still lacks any kind of content-addressability, it's all location based, thus when server go down or it's URL layout changes, all your hyperlinks break. Basic tasks like linking to a specific paragraph from another article are also not possible with HTML. Project Xanadu [wikipedia.org] never got much traction, but it's really time for the Web to learn a thing or two from what they tried to accomplish back then.
Re: (Score:2)
The big issue I have with HTML is that it's useless for publishing larger content, like books or even just multi-page articles.
Inability to publish multi-page articles sounds like a good thing.
Fair point about books, but it seems like a few simple new tags is all that would be required, or even just a "book mode" in the browser that formats content into pages. I know, publishers want to control the layout, but screw those guys. The browser is supposed to display content the way I want it to be displayed.
Re: (Score:2)
The markup you are looking for is H1/H2/H3/...
HTML has had those since the very start. The current crop of web browsers stink at how they display it: They could so very easily display a TOC based on the headings, and provide controls for navigating sections. They don't, but that's not the markup language's fault.
Re: (Score:2)
The big issue I have with HTML is that it's useless for publishing larger content, like books or even just multi-page articles.
TeXinfo [gnu.org]
I know, I know, it's just too hard for regular people to use.
Re:You can't have it both ways. (Score:4, Insightful)
Especially that he, himself, allowed EME into the standard, when he could stop it.
Contraditions in the Same Sentence (Score:5, Insightful)
I'm disappointed that after all these years Tim speaks mainly in slogans and generalities, and still can't avoid contradicting himself. Let's show him how it's done by talking brass tacks.
This.
From the summary:
We must push back against misinformation by encouraging gatekeepers such as Google and Facebook to continue their efforts to combat the problem, while avoiding the creation of any central bodies to decide what is "true" or not.
That is literally what "gatekeeper" means, Tim.
Re: (Score:2)
He is saying that the free market should handle it. Google and Facebook will improve their products by flagging up fake news, rather than having a regulator force them to.
I don't think that is a very good solution. I don't claim to have the answer either. In the past TV and newspapers were the primary sources of news, and they were regulated. Many countries had requirements for impartiality and fairness, and some mechanism for settling disputes with the press. The internet is ungovernable in that sense, so
Re: (Score:1)
Google: "Hmm, we'll get more users on Chrome, if we drop ads for it on our frontpage (and all of our sites.)"
Facebook: "This contradicts our viewpoints. Out it goes."
Many countries also had laws that required compliance with police investigations without a warrant, or mandated that the state approve of your articles / story / opinion befor
Re: (Score:2)
No, I think you're assuming this process requires some person to make arbitrary decisions. That's not the case.
What he's talking about is creating smarter algorithms that weight content based on it's veracity such that stories with little to no veracity aren't given the same or higher prominence as stories with high veracity.
That is, given that stories have to be ranked (we can't place them at the same place on a page or you'd not be able to decipher it as they'd all be on top of it) then they should be ran
Re: (Score:2)
I think that was Berners Lee's point - that we need to figure out how to do it. Your view is that it's impossible because we've not managed to do it yet, but that's no the point - it's not about what we can already do, it's about what we want to be able to do. Just because we haven't done something doesn't mean we can't do something.
There is a lot of scope to improve on this sort of project using machine learning, if for example you produce an objective data set of stories that have high veracity vs. some t
Re: (Score:2)
Your whole argument is based on the misguided assumption that if you want an equivalent quality of life then you're not wanting to do something different. That's patently false, it's possible to still want the same size house, the same salary, and same commute to work whilst indulging in a completely different culture and lifestyle outside of that.
No it isn't. I've traveled extensively, lived in four separate countries (for longer than a year), and each time there were compromises. Some things were worse, some were better, but overall each was more interesting than staying put.
You're fundamentally wrong - people don't move to do something different, they move to make their lives better.
I'm a person, I moved for more interest. I threw away a regular income, and everything I own to try something different and I know a *lot* of others that did the same. Maybe you jus
Re: (Score:2)
"No it isn't. I've traveled extensively, lived in four separate countries (for longer than a year), and each time there were compromises. Some things were worse, some were better, but overall each was more interesting than staying put."
Yes, because your situation was bad enough for that to be the case in the first place, mine isn't, many people's isn't. Fine, you're right, if your life if fucked then absolutely any move is going to be good on balance, but not all of us are in such a negative situation.
"I'm
Re: (Score:2)
it's just time to shut the fuck up and stop being wrong about something indefintely, now take the hint.
You are the gift that keeps on giving. Keep repeating yourself, this is worth the price of admission...
Re: (Score:2)
Okay, look I get it, your understanding of adventure is being so utterly desperate that any change to your life is good.
My understanding of adventure is hiking across Svalbard, where polar bears roam, diving with things bigger than me like sperm whales in the Azores, basking sharks in Scotland, and whale sharks in Indonesia, going on a field trip in Eastern Brazil and discovering previously unknown species of cacti to science. Next year is diving with marine Iguanas in the Galapagos, the year after I'll be
Re: (Score:2)
Re: (Score:2)
Says the guy who so can't shut up to the point he followed me across discussion. You've done an excellent job of proving my point about you being an insecure failure. Go on, keep at it, it's brilliant, I don't even have to make the point anymore, you keep doing it for me.
Small details. (Score:4, Interesting)
We must push back against misinformation by encouraging gatekeepers such as Google and Facebook to continue their efforts to combat the problem,
Notice the plural (emphasis mine)
while avoiding the creation of any central bodies to decide what is "true" or not.
That is literally what "gatekeeper" means, Tim.
There's a subtle difference :
- Tim wants the companies (plural) spreading informations/news to do a little bit of work to help assess the reliability of facts in the links that people pass around.
- Tim does not want a single central entity becoming the official authority on all truth (he doesn't want a central "Ministry of Truth").
They aren't contradictory.
But without paying attention, there's a risk that one devolves into the other.
Re:Small details. (Score:4, Insightful)
We must push back against misinformation by encouraging gatekeepers such as Google and Facebook to continue their efforts to combat the problem,
Notice the plural (emphasis mine)
- Tim wants the companies (plural) spreading informations/news to do a little bit of work to help assess the reliability of facts in the links that people pass around.
- Tim does not want a single central entity becoming the official authority on all truth (he doesn't want a central "Ministry of Truth").
Having plural gatekeepers does not solve the problem. "Plural" in practice means jerks like Zuckerberg, Gates, Cook, Nadella and Pichai being in control of gatekeeping. These are people who, as senior company officers, only their boards or shareholdes could remove : such actions in companies are very rare and even more rare over anything ethical, or their influence is not removable at all if they hold a massive share of the company (as in Gates' case). How is that any better than an independent single body that could be more easily changed?
Re: (Score:3)
"How is that any better than an independent single body that could be more easily changed?"
What makes you think that a single, centralized gatekeeper could be "more easily changed"? How would that system work and who would get to make the changes?
I'm open to ideas, but trusting any single body with the mission of defining "misinformation" seems really dangerous. That's a huge amount of power and I think it would be extremely vulnerable to corruption and abuse. Imagine what it would be worth to big corpor
Re: (Score:2)
"How is that any better than an independent single body that could be more easily changed?"
What makes you think that a single, centralized gatekeeper could be "more easily changed"?
Anything would be more easily changed than the CEO or board membership of a company like Google or Facebook - at least for reasons related to anything ethical. Such people can only be changed by a boardroom "palace" rebellion or shareholders' vote, and neither of those would ever happen over an issue (trivial to them) like fake news. Such rebellions only ever happen if not enough money is being made, and are rare even then.
How would that system work and who would get to make the changes?
Something like a body appointed by the W3C. Complaints could be made to it, they'
Re: (Score:2)
The only solution to fake news is for readers not to be gullible.
I agree but it means that there is really no solution. Some individual readers may not be gullible, but not the majority.
A philospher said, long time ago, that if you had a billion monkeys bashing at typewriters, one of them would eventually perchance reproduce the works of Shakespeare. However, the internet has shown that this does not happen.
OTOH, if some monkeys did produce some gems of literature, another monkey could perchance produce an index pointing where to find them among the dross. However the
Re: (Score:2)
Only because we're not doing it right. The problem with using billions of monkeys, is that you're required to keep the monkeys isolated from one another, in order to have their typing remain random. If the monkeys are able to read one another's typing, they will form patterns together. They'll learn, invent culture (i.e. spread memes), trade typing duties for sexual favors, cheat by photocopying previously-typed pages, etc. All these things remove mu
This is a pattern. It happens to everything. (Score:1)
I can foresee a day when Unix style operating systems will be obsolete, when that whole paradigm will be replaced by something better. It won't happen without wailing and gnashing of teeth.
I'm not a systemd fan, Bad implementation from
Re: (Score:2)
I can foresee a day when Unix style operating systems will be obsolete, when that whole paradigm will be replaced by something better.
Better.......like what?
More object oriented API, for starters. (Score:1)
bash is not all that great a scripting language. We have many better options to choose from. Demote it from its position at the heart of everything put.. oh, maybe Python 3 in its place.
VFS... it's useful to have the notion of a volume root for backups and mirroring and mounting and such. I'll give Windows this, except I'd prefer volume names to drive letters. Like old school DEC stuff.
Trash/recycle implemented at system level. Automatic
Re: (Score:2)
What os is this? Doesn't look like a linux problem, unless you have way too little memory?
Yes it's a problem, although I see it on desktop when running out of swap (a credible user scenario when your browser fills up all remaining ram + swap). Sometimes there's not enough memory left to log in on a text console (after ctrl-alt-F1) to kill the biggest process. Sometimes, if you have a graphical task manager running you can use it (but if it's not running you won't have enough memory left to launch it, and the start menu might have been swapped out). If all fails you have to hit the reset button (
Re: (Score:2)
And get rid of zero-delimited strings in all APIs. Horribly dangerous. bash is not all that great a scripting language. We have many better options to choose from. Demote it from its position at the heart of everything put.. oh, maybe Python 3 in its place.
You can already use python as your scripting language. Why force the rest of the world to use it? Let people choose it based on its own merits.
VFS... it's useful to have the notion of a volume root for backups and mirroring and mounting and such. I'll give Windows this, except I'd prefer volume names to drive letters. Like old school DEC stuff. Trash/recycle implemented at system level. Automatic deleting of the oldest trashed files when disk space is needed.
So go ahead and do both of those things. A system of soft-linking and mount points coupled to a cron job would give you this. You can even do the scripting in python if you want.
I'd also like to see all configuration done via sqlite. Use a sqlite editor instead of a text editor. It'll be easier to search and to figure things out. XML would be my second choice.
Storing configs in a binary file? Don't you already have that with systemd? What would another binary registry file buy you?
A /tmp file system that is never written to disk at all unless necessary. Kind of a cache in reverse.
Why would I want to use up expensive RAM for temporary files? If yo
Re: (Score:2)
Unix is build with a one-system:many-users mindset. That was a great idea 30 years ago. Today's reality however is the other way around many-systems:single-user, everybody has a tablet, a smartphone and a PC, sometimes multiple of each. Unix provides nothing to deal with that. You can try to export your home directory via NFS, but that falls apart the moment you have the same app running on two different computer and both want to access the same file. Some programs solve the problem at the application level
Re: (Score:2)
Unix is build with a one-system:many-users mindset......today's reality however is the other way around many-systems:single-user,
ok, that's actually a really interesting thought.
Re: (Score:2)
Yes it does.
Well, yeah, without sound and with one 1fps or less. Meanwhile Steam can pump a game at 1080p@60 over the network without much problem, sound included.
Even ignoring the slowness when it comes to fast moving content. It's missing a lot of fundamental features, such as the ability to move apps between devices or screen sharing. You have to stop an app and restart it to move to another device. That you have to pipe the protocol through SSH if you want a bit of security also makes it more complicated to use th
Re: (Score:2)
Re: (Score:2)
I often ask myself, would the web be like it is today if Firefox had remained a viable, popular web browser?
Firefox has surpassed IE [arstechnica.com].
Conspicuously absent (Score:5, Insightful)
Missing from his list:
I used to think he seemed reasonable (Score:5, Insightful)
#1 threat to the web: Tim Berners-Lee endorsing DRM into web standards
It's also pretty funny that he thinks misinformation is some new problem because Trump was elected or whatever - Information on the web has always been wildly untrustworthy, it's just that the dumb shit public have been gradually brainwashed by massive corporations to accept it as some authoritative source to sell more advertising.
Re: (Score:1)
I think everyone would be up in arms if he endorsed Flash!
If all alternatives are shit, you should at least not endorse it! Or if you need to publish some kind of spec, start it with "this is utter shit, its use should be discouraged and browsers should warn about pages using it". But if you are an organization that has "open" as kind of it's slogan, then to be take seriously the only real option is to say "take this elsewhere, it has no place in an organization promoting openness".
Even if we were all to ag
Re: (Score:3)
That is one of the alternatives.
Another alternative, which is even better, is in HTML5 right now: the audio and video tags. No DRM, pure functionality. 100% win. Don't use DRM, and your content gets to comply with standards, so you have the largest customer base possible. That maximizes revenue. Every deviation from this approach, should be viewed in te
Not Three Biggest Threats (Score:2)
I think the Four Horsemen of the Infocalypse [wikipedia.org] are much bigger threats.
Think of all the bogus DMCA takedowns justified by 'combating illegal copyright infringement', or Bitcoin being shut down due to money laundering concerns, or laws requiring people to decrypt their devices for officials who ask them to (to ensure nothing illegal/incriminating/sexy is there).
Eternal September goes on and on (Score:3)
Fake News is the new name for the same old problem, we used to call it yellow journalism, we saw over Eternal September and the same moral panic.
Eternal September highlighted the tension between two contrasting trends. The Internet was built on the free exchange of ideas and information. While the natural consequence of this, increasing availability, actually lowered the overall quality of the content. Panic ensued.
Some of us came to recognised that what was needed was to strike a balance, not choose between two stark choices. We saw was the average quality trending toward the mean, not simply going down.
Should we panic because the average number of balls in the working population is trending toward one? No we should be looking behind the headline to identify the reality and raise the mean.
personal data pods (Score:2)
Twitter is even worse.
Bow your head (Score:1)
Re: (Score:1)
TBL has lost his godhood status. Endorsing DRM on the web was his fall from Olympus.
DRM, Tim... (Score:4, Insightful)
fair level of data control
Unfortunately, Tim Burners-Lee has come out in favor of DRM in the HTML standard recently. As such, any "fair level of control" strikes me to essentially be "the corporation gets everything except for what they deign fit for us peons." Ultimately, that's what DRM is in practice.
At this point, I can't help but wonder if he's being paid off somehow. Very, very few people who advocate a "free and open web" would put DRM anywhere near it, because they're aware that it's pretty much a contradiction. This only furthers the perpetuation of the copyright laws that are already grossly biased in favor of large corporations at the great expense of just about everyone else. One of those expenses is the "free and open web" itself, if they get their way.
Re: (Score:1)
The DRM was happening anyway, the alternative was to ignore the use of Flash/Sliverlight, bury your head in the sand and pretend the web was completely DRM free.
The internet and commerce... (Score:2)
... are not comptabile when the public is stupid, irrational and tech illiterate. The vast majority of hte people don't know what DRM is or how tech works which is why software and entertainment companies are getting away with re-engineering Windows and software generally to live in the "cloud" (aka walled garden).
Apple, Google, Valve, and other corporations saw phone and videogame companies getting away with basically stealing the peoples right to own their own software and never have it entirely run the
He also forgot one (Score:2)
DRM, in any way, shape or form is a direct threat to the open, and archival nature of the web.
Seriously. Go back to any of these services that used any sort of DRM and later closed.
Now go ahead and access their content....
Oh wait!