TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A clean start for the web (2020)

290 pointsby dannyowabout 3 years ago

39 comments

recursivedoubtsabout 3 years ago
What we need is for HTML to get going as a hypermedia again, to make <i>the hypermedia architecture</i> viable for a larger set of web applications. It&#x27;s been stalled at anchors and forms (with only GET and POST!) for decades now. It&#x27;s astounding how much we got built with just that.<p>I&#x27;m trying to show where it could go with htmx:<p><a href="https:&#x2F;&#x2F;htmx.org" rel="nofollow">https:&#x2F;&#x2F;htmx.org</a><p>Hypermedia (in particular the uniform interface) is what made the web special and there&#x27;s no reason HTML can&#x27;t be improved as a hypermedia along the lines of htmx&#x2F;unpoly&#x2F;etc.<p>We don&#x27;t need something new. We need to take the original concepts of the web (REST&#x2F;HATEOAS&#x2F;Hypermedia) seriously and push the folks in charge of HTML to do the same. Sure, browsers as install-free RPC client hosts works and is occasionally called for, but there is a huge gray area between &quot;applications&quot; and &quot;documents&quot;, just waiting for a more expressive hypermedia.
评论 #31375444 未加载
评论 #31374833 未加载
评论 #31376388 未加载
评论 #31374860 未加载
评论 #31375609 未加载
评论 #31376378 未加载
评论 #31417605 未加载
评论 #31376293 未加载
评论 #31378966 未加载
betwixthewiresabout 3 years ago
I personally would love a &quot;document web&quot; and an &quot;application web.&quot; I&#x27;ve thought of this before independently and talked about it to some people, I think the author is right, the idea of one client application for everything internet related is a core source for the problems we face with the web.<p>I like Gemini, a lot, and I think it could serve as a &quot;document web&quot; very well, except it&#x27;s missing certain document features like italics, bold and superscript. If you want a document format that serves the average user&#x27;s needs, you need those features, period. With superscript you don&#x27;t need inline links for citations.<p>An &quot;application web&quot; could just be a UI framework that renders an easy to write and read markup of some kind and fetches it over an internet protocol.<p>The problem with the distinction is it doesn&#x27;t solve another core source of the problem, specifically, the reason document delivering websites send applications instead is that they want to track users and serve targeted ads. What&#x27;s to stop CNN from just sending a message in your document web browser saying &quot;please use your application web browser to view this page&quot;? And that&#x27;s precisely what they&#x27;ll do, and then you&#x27;re in the same boat we are in right now, minus the complexity possibly, and nobody will use the document web at all. How is this problem solved?
评论 #31374331 未加载
评论 #31374656 未加载
评论 #31374127 未加载
评论 #31397540 未加载
评论 #31376090 未加载
评论 #31374821 未加载
评论 #31376100 未加载
评论 #31376691 未加载
pronlover723about 3 years ago
I think the web is mostly good the way it is and I don&#x27;t want to see it re-invented. In fact, I hate Flutter because it&#x27;s not &quot;webby&quot;. It renderers all content and controls using Canvas which means all there is on the page is pixels which means no accessibility since there is no standard structure (the DOM) to dig through to find the content.<p>You might say there will be solutions like ideas to augment the canvas with meta data about what&#x27;s in it but that IMO misses the point.<p>As a user I want to be in control of the data that&#x27;s on my machine. With a standard like HTML, it allows me, as a user, far FAR more control then a native app. I can use userstyle sheets. I can write and&#x2F;or install extensions that look through or manipulate the content. None of this is possible if all I get is a rectangle of pixels.<p>Translation and&#x2F;or Language learning extensions would never have happened on native platforms because it&#x27;s effectively impossible to peer into the app. Whereas it&#x27;s super easy to peer into HTML based apps.<p>So, I like that most webapps work via HTML. I also like, that unlike most native UI frameworks, HTML has tons of relatively easy solutions for handling the differences between mobile and desktop. I&#x27;ve made several sites and web apps and while there may be a learning curve it&#x27;s 2-3 orders of magnitude less work to get something working everywhere (desktop&#x2F;tablet&#x2F;mobile) with HTML than any other way of doing it.<p>Change to 2 modes, document mode, and app mode doesn&#x27;t make sense to me. It&#x27;d be a net negative. People who want this I think want to take control away from the user. That&#x27;s clearly Flutter&#x27;s goal. All that canvas rendering means it&#x27;s harder to select text, harder to copy and paste, impossible to augment via extension. It puts all the control in the app dev&#x27;s hands and none in the user&#x27;s.<p>So no, I don&#x27;t want the web to be reinvented. Its provides something amazing that pretty much all attempts to replace it seems to missing. Its structure is a plus not a minus.
评论 #31374103 未加载
评论 #31375937 未加载
评论 #31374493 未加载
评论 #31375507 未加载
0xbadcafebeeabout 3 years ago
Do we really want to continue having &quot;a web&quot; ? Remember, &quot;the web&quot; was never designed for what we do with it today. If you&#x27;re thinking of overhauling &quot;the web&quot;, I think it makes sense to start from first principles, and build something that meets today&#x27;s needs with the least amount of unnecessary bullshit.<p>You have to start from the user&#x27;s experience, because nothing else matters about a computer other than what you use it for. What do people actually want to <i>do</i> with a computer? It&#x27;s going to be very hard to throw away all your assumptions. Don&#x27;t assume that they want or need what we have today. They may not need the internet, or even a visual interface.<p>After you understand the problems the user wants solved, <i>then</i> you can go about building products that address those needs. You may think technology is clay that we can shape to fit a user&#x27;s needs; but what if what they were best served by was metal, or glass, or paper? We must look through all technological mediums and components to provide the best solution.<p>Many of the developers today literally have never lived their lives in a world without certain inherent technological expectations and limitations. We need to open their minds and show them that they really can make <i>literally anything</i> with technology, and that it doesn&#x27;t have to resemble anything that we have today. If you think &quot;oh but we can&#x27;t make change too radical, it wouldn&#x27;t work&quot;, that&#x27;s what they said before we ended up with the technology of today! The only box you&#x27;re limited to is the one you put yourself in.
评论 #31374011 未加载
评论 #31374073 未加载
评论 #31374092 未加载
评论 #31375961 未加载
bawolffabout 3 years ago
I think the post misunderstands the situation.<p>Its not 100% clear to me what the author&#x27;s thesis is - but i think its that ever incrasing complexity of web standards results in bad user experience.<p>I dont think that is true - or as they say correlation does not equal causation.<p>The web used to be smaller and the corporate world didn&#x27;t know what to do with it. It was creative and original. Eventually corporate america figured out what to do with it, and now it gets value extracted in a very impersonal way - as if your fave underground punk band sold out.<p>Complexity didn&#x27;t cause this. It might be a symptom of this, but if the complexity went away, the corporization of the internet would still be there - the suits understand the internet now, and there is no stuffing that back in the bottle.<p>If neccessary, it would be entirely possible to recreate facebook in html 3.2. Its a social phenomenon not a technical one.
评论 #31375406 未加载
评论 #31378852 未加载
imiricabout 3 years ago
The problems with the modern web are hardly technical. We have the technology to make it better.<p>There is a single major problem: advertising. It is the default monetization path for most of the web, and it has become an unstoppable force of sites that are hostile to the user, siphon as much user data as possible, and use every marketing tactic available to trick the user into clicking on ads or agreeing to being tracked.<p>It has spawned a multi-billion dollar market of shady data brokers that sell user data to the highest bidder, and built an industry of adtech giants.<p>It has required passing laws to protect the user, and even those were late, not strict enough, impossible to enforce, and only available in small regions of the world.<p>It is pervasive and offensive, and this <i>has</i> to change. Progress is very slow on this front, but we need new monetization options that are as easy to use for both the user and content creator, and respect the user and their privacy rights.<p>Say what you want about Brave Inc., the BAT[1] is the most compelling of such alternatives. It currently uses user-friendly ads, but those can be bypassed by funding the wallet instead.<p>I&#x27;m curious about other alternatives to advertising, not about another web framework.<p>[1]: <a href="https:&#x2F;&#x2F;basicattentiontoken.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;basicattentiontoken.org&#x2F;</a>
评论 #31376772 未加载
afavourabout 3 years ago
In theory I love the idea of a clean start for the web. I agree with the idea of a separation between &quot;document web&quot; and &quot;application web&quot;. The problem, though, is that if we were to do away with the web today and invent a replacement I am entirely convinced it would be utterly corrupted by corporate interests.<p>The &quot;document web&quot; would be something very much like Google AMP. Those documents will need to be indexed so Google will get to choose what it looks like, what it does and how it tracks you. The &quot;application web&quot;... well, Apple could probably graft native app functionality into a URL, like App Clips. Google would do the same for Android, probably. Microsoft similar. Those three companies control the OSes everyone uses, so they&#x27;d get to choose.<p>And so on and so forth. More and more it feels like the web we have today is a miracle even though it&#x27;s broken in many ways. We&#x27;re very lucky to have a platform as open as the web is and we take it for granted at our peril.
评论 #31376437 未加载
egypturnashabout 3 years ago
&quot;But the early web wasn’t fun in many conventional ways - you couldn’t quite create art there, or use it as much more than a way of sharing documents.&quot;<p>This person needs to go look at some Geocities archives. People were trying to create cool-looking pages as soon as we had the IMG tag. People were using tables to organize a bunch of images in neat ways. People were doing weird little hypertext art things.<p>They were not using the technology in the &quot;right&quot; way. Nobody gave a shit about the right way. It took something like <i>twenty fucking years</i> for CSS to make it easy to vertically center shit the &quot;right&quot; way after persuading everyone that using tables for anything but tabular data was &quot;wrong&quot;. If we waved a magic wand and suddenly everyone just had this theoretical Markdown-centric browser? <i>People would immediately start looking for clever ways to abuse edge cases of its implementation to make their pages pretty</i>. And people would start making enhancement requests, some of which the browser makers would inevitably implement, and... eventually we&#x27;re right back where we are now.<p>I am not a fan of the modern corporate-dominated web, neither am I a fan of the modern world where more and more apps are horrible kludges of JS and HTML that have absolutely no care about the UI conventions of their host platforms, and are a couple orders of magnitude more resource-hungry than their equivalents that use native widgets and compiled languages. (Concrete example: Slack&#x27;s 440 megs on disc, Discord&#x27;s 370; Ripcord, a native app that talks to them both, is <i>40</i>.) But thinking people will happily go back to a world with little to no control of the presentation layer after <i>decades</i> of struggle for more of that is a pipe dream. We all quit using Gopher the moment we had a web browser on our systems.
评论 #31374152 未加载
评论 #31374191 未加载
评论 #31374405 未加载
评论 #31374350 未加载
评论 #31374409 未加载
david-cakoabout 3 years ago
Regular ass HTML and CSS works just as well as ever. Application frameworks solve problems that are convincing at hyper-giga Google scale (where an infinite number of participants and data models need to be consolidated) that aren&#x27;t as important when I am trying to display words, pictures, and video to people across the world. For instance, if you&#x27;re talking about advanced sharding, granular caches per data-field, or scaling microservices with the load on different parts of your application, then maybe you need something more complicated.<p>I like simple, and I like to be able to see changes I make in real time. React makes a lot of things more simple, so I use it often.
skybrianabout 3 years ago
The web is far too big to invent all at once. Evolution is how it&#x27;s going to go from now on. Good ideas will start out in niches.<p>But maybe Markdown is the document language you&#x27;re looking for? And to get started writing docs and code together, something like ObservableHQ is a pretty good way to go.
rektideabout 3 years ago
(2020). Editorialized title (&quot;A Clean Start for the Web&quot;).<p>Previously discussed in: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24255541" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24255541</a> (117 points, 21 months ago, 90 comments)
评论 #31374096 未加载
Eccoabout 3 years ago
“One codebase, KHTML, split into WebKit and Blink”. That’s inaccurate. Blink is a fork of WebKit that was itself a fork of KHTML. And actually KHTML was really a super tiny project before WebKit.
Barreraabout 3 years ago
&gt; We hope that all this innovation is for the user, but often it isn’t. Modern websites seem to be as large, slow, and buggy as they’ve ever been. Our computers are barely getting faster and our internet connection speeds are stagnating (don’t even try to mention 5G). Webpage size growth is outpacing it all.<p>The author makes a good start at fleshing out this argument, but stops short. He goes on to talk about a gizmo that was added to his own work to track use of a feature, which then was abused by others in the company.<p>The problem is that the same motivation and tools that are used by developers to figure out how to make their products better are the same motivations and tools used by advertisers to sell crap and snoop on users. Exactly the same tools, very different outcomes. One <i>improves</i> the experience while the other <i>degrades</i> it.<p>It&#x27;s not clear how to separate the two, allowing only the &quot;good&quot; uses of tracking technologies while preventing the &quot;bad.&quot; For its part, the essay doesn&#x27;t really provide an answer so much as start talking about technologies.<p>But if you really want to improve the Web, it makes a lot of sense to really drill down into what makes the Web bad today. It is really technological complexity, leading to rendering engine monoculture? Or is it something more sociological in nature?
seydorabout 3 years ago
I don&#x27;t know, i want the web to be steered back to basics. The whole SPA thing should not exist, HTML is documents. Instead, native platforms should provide each of the widgets and UIs that the SPAs download in each and every page load. There&#x27;s already a lot of &lt;input&gt; tags for things like date and such. We should have more native support for all kinds of interactions in touchscreens too. After all they are not that many - after so many years only few kinds of touchscreen interactions have survived<p>Then CSS needs to be trimmed down to basics too. Why is grid layout implemented in CSS instead of a &lt;grid&gt; tag, it doesnt make sense and is very hard to read.<p>Then there&#x27;s the browser, which has remained fairly consistent and provides lots of functionality for navigation that is generally OK and well understood by people. SPAs destroy that by building another virtual machine layer on top of it (my pet peeve is ?force_cold_boot=1)<p>And then, why is WebRTC so complicated ? do we need to support all those codecs and nat traversal rules forever? Video communication should be as simple as adding a &lt;videocall&gt; tag<p>HTML should be readable by common people, they should be able to easily experiment with it, that&#x27;s how the fun begins again
bsenftnerabout 3 years ago
IMHO, the human race has degraded in maturity in the last 20-30 years, and today we do not have a critical mass of technically adept, intellectually mature and who are also skilled debating communicators capable of making this change without the entire process derailing, and the result being far, far worse than what we have today.<p>Just as described in the article: as soon as the opportunity presents itself, the business suits start mucking with the implementations and strategies, and at that point either the technically mature debating communicators step in and end the off-goal meddling or the entire process and effort is lost.<p>We do not have it in us anymore. We are not the generation that went to the moon. We&#x27;re the consumer marketing ruined follow-on generation with a diverse mind filled to the brim with web3&#x2F;crypto&#x2F;socio-political-religious-end-of-the-world panic.<p>Case in point: <a href="https:&#x2F;&#x2F;www.cnn.com&#x2F;2018&#x2F;06&#x2F;13&#x2F;health&#x2F;falling-iq-scores-study-intl&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.cnn.com&#x2F;2018&#x2F;06&#x2F;13&#x2F;health&#x2F;falling-iq-scores-stud...</a>
locallostabout 3 years ago
&gt; First, you need a minimal, standardized markup language for sending documents around<p>&gt; Then, you need a browser.<p>I can&#x27;t not think of the Alan Kay talk &quot;The computer revolution hasnt happened yet&quot; from 25 years ago. Some quotes:<p>&quot;HTML on the internet has gone back to the dark ages because it presupposes there should be a browser that understands its format.&quot;<p>&quot;...ever more complex HTML formats, ever more intractable.&quot;<p>&quot;You don&#x27;t need a web browser&quot;.<p>And in fact, this was correct? The model that we have, now has a spec so enormous, that it&#x27;s common knowledge that it&#x27;s impossible to build a new browser from scratch (although maybe somebody can prove common knowledge wrong). And having document nodes that create a DOM tree might be useful for... something... but it has proven to be a gigantic obstacle in delivering content on the web. Almost everything we do today tries to ditch this because it&#x27;s just so complicated, but all the frameworks that work around this give us magic and deal with it in the background. It&#x27;s therefore still slow and it will always be slow.<p>So maybe to fix things we should try something other than what we already had that didn&#x27;t work.
评论 #31380502 未加载
danaugrsabout 3 years ago
We only need an application web. A blog post can be just a markdown file. Want to read it? Use a markdown viewer (from the application web). Want to build a more complex experience? Build an application. You can hardcode&#x2F;bake the content into it (like we do today).<p>An &quot;URL&quot; could instead be something like an application+datasource pair. The applications are automatically hashed and signed and you can provably verify they haven&#x27;t changed if you want to. When you request an application to the network, you&#x27;ll download it from the closest peer (maybe from multiple peers at the same time!). Since it&#x27;s hashed and signed you only have to trust the signer.<p>Applications should be written in a single language, no more HTML+CSS+JS. Yes, we can and probably still should have separation between layout, style, and logic, but it should all just be in same language. In fact I&#x27;ve started exploring what that language could look like: <a href="https:&#x2F;&#x2F;flame.run&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flame.run&#x2F;</a><p>Let&#x27;s take the good parts of the current web and build a new foundation.
评论 #31383394 未加载
account-5about 3 years ago
&gt; For folks who just want to create a web page, who don’t want to enter an industry, there’s a baffling array of techniques, but all the simplest, probably-best ones are stigmatized. It’s easier to stumble into building your resume in React with GraphQL than it is to type some HTML in Notepad.<p>This can&#x27;t be understated. I&#x27;m a web-dev noob. I&#x27;m doing simple stuff, HTML&#x2F;CSS&#x2F;JavaScript is what I&#x27;ve decided to learn after months of confusion about this or that framework which at the start I was very confused about until I found out they are all just JavaScript abstraction.
cosmiccatnapabout 3 years ago
In a landscape consumed with pushing crypto scams and web3 nonsense it was nice just to see a small blurp about someone explaining basically how I feel.<p>I like the web for different things but they are in a bit of a state of conflict. Things like Wikipedia are virtually unaffected by webassembly while things like Twitter and Facebook might make good use of it.<p>The future has yet to be written but like the article I kind of just know we are in a transition period from what we have to ...something.
r-wabout 3 years ago
If there is a document web, it needs to have paid subscriptions baked in. Like a 404 page but for those who aren’t paying subscribers, and maybe even a way to show an article preview.<p>That’s the only way monetization would work, other than selling personal data or relying on goodwill. And like it or not, profitability is a necessary part of writing for the web, for many people and almost all organizations.
评论 #31374557 未加载
shmdeabout 3 years ago
Aaand internal leaked restricted bug show firefox is testing its frontend to use blink[1] ( developed by google ). I thought abc.xyz which is owned by google was an obnoxious thing to do which meant the internet began (abc) and ended ( xyz ) with google. But now its clear that it really is just them playing god. Really wondering how long till ftc breaks up google. Every fucking engine is now chromium derivative or google made.<p>edit: added leak link.<p>edit 2: Turns out to be fake, confirmed by mozilla employee[2]. Stupid 4chan.<p>[1]<a href="https:&#x2F;&#x2F;boards.4channel.org&#x2F;g&#x2F;thread&#x2F;86921913&#x2F;" rel="nofollow">https:&#x2F;&#x2F;boards.4channel.org&#x2F;g&#x2F;thread&#x2F;86921913&#x2F;</a><p>[2]<a href="https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;firefox&#x2F;comments&#x2F;uovcdh&#x2F;only_a_rumor_so_far_but_theres_this_screenshot&#x2F;" rel="nofollow">https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;firefox&#x2F;comments&#x2F;uovcdh&#x2F;only_a_rumo...</a>
评论 #31398302 未加载
评论 #31376046 未加载
skadamatabout 3 years ago
Surprised to see HyperCard not mentioned here.<p><a href="https:&#x2F;&#x2F;arstechnica.com&#x2F;gadgets&#x2F;2019&#x2F;05&#x2F;25-years-of-hypercard-the-missing-link-to-the-web&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arstechnica.com&#x2F;gadgets&#x2F;2019&#x2F;05&#x2F;25-years-of-hypercar...</a><p>It was a delightful foundation for the document web!
qudatabout 3 years ago
I also had similar thoughts without the eloquence of this article. The one area I disagree with the author is:<p>&gt; Rule #1 is don’t make a subset. If the replacement for the web is just whatever features were in Firefox 10 years ago, it’s not going to be a compelling vision.<p>If you don&#x27;t want a subset, and you like markdown, then gemini seems like the answer. It is definitely gaining popularity but I&#x27;m not convinced it&#x27;s enough to convert the general audience.<p>I think supporting everything but javascript for the &quot;document browser&quot; would automatically enable a ton of websites and make it easier for creators and consumers to use the tools and languages they already understand.<p><a href="https:&#x2F;&#x2F;erock.lists.sh&#x2F;browser-monopoly" rel="nofollow">https:&#x2F;&#x2F;erock.lists.sh&#x2F;browser-monopoly</a>
评论 #31384149 未加载
dmjeabout 3 years ago
It&#x27;s strange but as - I suppose &quot;veteran&quot; (sigh) Web guy, I just don&#x27;t see the problem of building stuff(+) in html, css and maybe a sprinkling of js + PHP or whatever else serverside if you need it.<p>(+) stuff for me = websites, not web applications.<p>For Web applications, maybe all this vue &#x2F; react &#x2F; whatever stuff is worthwhile, I don&#x27;t know, I&#x27;m not qualified to know (although let&#x27;s face it, developers possibly might have a slight tendency to maybe over complicate things...just sometimes...)<p>But I struggle to see what in a normal website experience isn&#x27;t more than provided by these basic tools.<p>Oh, and great content. None of any of this matters if you can&#x27;t write...
e-dtabout 3 years ago
Almost all of the companies with power on the web are invested in continuing with it as it is. Given that, the only way to change it so substantially would be to create some kind of grassroots movement for a new version. That&#x27;s an uphill battle--how are you going to get ordinary people to care? How are you gonna get the average, urgh, &quot;content creator&quot; to ignore network effects and use your platform? What&#x27;s the &quot;killer app&quot;, especially considering it&#x27;s meant to have <i>less</i> features than the original web?
viksitabout 3 years ago
The biggest challenge for decentralization is cost - who pays for the machines that run the code, irrespective of what the code is written in.<p>The reason we got centralized was simply who pays to power the chips!
mouzoguabout 3 years ago
Just stop building your web &quot;apps&quot; on the client side. Why should I pay to save on your server costs.<p>An app is an app, a website is a website, don&#x27;t try to make them the same thing always.
sally1620about 3 years ago
This kind of initiative could take off. Only if it is backed by a big player. Basically Apple Google and Microsoft.<p>WebAssembly is not a stand-alone application development package. It doesn’t have many of the functionalities of Flash, Applets, Silverlight or even NaCl. It has no API on its own to interact with display or keyboard and mouse. and none of the features you find in a VM such as multi threading or a memory allocator
DougMellonabout 3 years ago
&gt; Firefox wasn’t the #2 browser - that’s Safari, mainly because of the captive audience of iPhone and iPad users. But it was the most popular browser that people chose to use.<p>Maybe I&#x27;m wrong here, but I struggle to see how one can arrive at that conclusion. I imagine a large percentage of users actively chose to not use Firefox over Safari because of it&#x27;s integration and their familiarity.
评论 #31374743 未加载
评论 #31374138 未加载
transfireabout 3 years ago
We need to go back even further. Consider one of the things Markdown makes “easier”… making text italic or bold. Now ask, why do we have to resort to special syntax formats for this? It should be a simple function of the keyboard itself, no more complex then shift (or caps lock). Extend this to superscript, strike-thru, etc. and a good chunk of Markdown just evaporates.
DeathArrowabout 3 years ago
One thing I don&#x27;t get. We use Web for apps because desktop and mobile apps aren&#x27;t portable. But why don&#x27;t we use instead Java or .NET apps, which can be portable?<p>It would also simpler for the app developers who would program against a simpler model than that of web apps.<p>And we can use the Web to deliver information i.e. documents.
评论 #31381602 未加载
bullenabout 3 years ago
I would say .html, .css and .js and the browser are becoming over-engineered.<p>HTTP and SMTP are fine however.<p>I have stopped coding .html and only use HTTP now from a native OpenGL client written in C.
评论 #31383557 未加载
b1nabout 3 years ago
This is an idea whose time has come.
评论 #31374035 未加载
gjvcabout 3 years ago
this observation from 1997 always rings true. watch a few minutes starting at <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=oKg1hTOQXoY&amp;t=1280s" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=oKg1hTOQXoY&amp;t=1280s</a>
timdpabout 3 years ago
Thanks for reposting this, dannyow! I&#x27;d been trying to find it forever.
pkdpicabout 3 years ago
I don&#x27;t know if I really feel like there&#x27;s anything wrong with the web. Sure its harder to make slick looking needlessly infinitely scalable socially addictive platforms, but nothing has undermined the ease of writing an html page. And its inarguably easier to find free and excellent resources for learning to develop fir the web. The problem I feel is a blocker for active participation of average citizens is the difficulty of starting &#x2F; maintaining your own server. Domain name registrars and hosting services are idiotically opaque and difficult to use without giving in to ridiculous paywalls. Even Tim BL admits the domain registrar system was hugely flawed from the start in Weaving the Web. Im just pissed cause I was messing with cname and a records all day...
zzo38computerabout 3 years ago
&gt; It’s easier to stumble into building your resume in React with GraphQL than it is to type some HTML in Notepad.<p>It is untrue. You can write a plain HTML (even without CSS) and it will work OK.<p>&gt; Webpage size growth is outpacing it all.<p>It is true, unfortunately. They waste too much space by adding too much extra pictures, CSS, JavaScripts, videos, advertising, etc. You should not need all of that stuff.<p>&gt; Not only is it nearly impossible to build a new browser from scratch, once you have one the ongoing cost of keeping up with standards requires a full team of experts.<p>Yes, this is the real problem. However, some of the standards simply should not be implemented, and some should be implemented differently than what the standards say, to give advanced end users better controls and improve efficiency and many other things.<p>&gt; We hope that all this innovation is for the user, but often it isn’t.<p>That is true, it isn&#x27;t. To make it for the user, design the software for advanced users who are assumed to know what they are doing and that the end user customizes everything. Make documents without CSS; the end user can specify what colours&#x2F;fonts they want. Make raw data files available; the end user might have programs to view and query them (possibly using SQLite).<p>&gt; There is the “document web”, like blogs, news, Wikipedia, Twitter, Facebook.<p>I do not use Facebook, but I can comment about the others. There is NNTP, too. Wikipedia (and MediaWiki in general; not only Wikipedia) uses a lot of JavaScripts and CSS too; you can add your own, but removing the existing ones and replacing by your own will be difficult. If you want to replace the audio&#x2F;video player with your own, can you do it? What is needing is making actual proper HTML, or EncapsulatedHyperEncyclopedia format, perhaps.<p>&gt; Basically CSS, which we now think of as a way for designers to add brand identity and tweak pixel-perfect details, was instead mostly a way of making plain documents readable and letting the readers of those documents customize how they looked.<p>I still often disable CSS, but sometimes result in big icons and other things still wasting space. Maybe if disabling CSS would support ARIA and other things might to actually make an improvement.<p>One idea that I have is that if your document only uses classless CSS and that a web browser that supports the semantic HTML commands (and not the presentational commands) should display it suitably, specify a feature=&quot;usercss&quot; attribute in the &lt;link&gt; and&#x2F;or &lt;style&gt; element that specifies the stylesheets, so that a web browser can understand to use it. This way, it will be up to the end user to set their own styles as they want to do and can effectively use it in favour of the author&#x27;s one without breaking it.<p>&gt; Though it’s going to be a rough ride in the current web which has basically thrown away semantic HTML as an idea.<p>Semantic HTML can be a good idea, and still is sometimes used, even if it is often ignored (and sometimes not implemented in the client side, too) in favour of bad stuff instead.<p>&gt; Rule #3 is make it better for everyone. There should be a perk for everyone in the ecosystem: people making pages, people reading them, and people making the technology for them to be readable.<p>Yes, it is true. For people reading pages better, do not have any styles specified in the document. Let the end user to specify their own colours&#x2F;fonts&#x2F;etc, and different implementations can render them as appropriate for the interface in use.<p>&gt; I think this combination would bring speed back, in a huge way. You could get a page on the screen in a fraction of the time of the web. The memory consumption could be tiny. It would be incredibly accessible, by default. You could make great-looking default stylesheets and share alternative user stylesheets. With dramatically limited scope, you could port it to all kinds of devices.<p>Yes, these are the greater benefits.<p>&gt; What could aggregation look like? If web pages were more like documents than applications, we wouldn’t need RSS - websites would have an index that points to documents and a ‘reader’ could aggregate actual webpages by default.<p>Yes, that will work, although you may want metadata fields to be available. (An implementation might then allow end users to specify SQL to query them, or other things are possible.)<p>&gt; We could link between the webs by using something like dat’s well-known file, or using the Accept header to create a browser that can accept HTML but prefers lightweight pages.<p>The documentation for dat&#x27;s well-known file does not work (it just tries to redirect).<p>Using the Accept header is possible, but has its own issues. You might need to list one hundred different file formats to indicate all of them, you might want to download an arbitrary file regardless of Accept headers, etc.<p>&gt; Application web 2.0<p>There are problems with the containers, web applications, etc, which is that they do not have the powers of UNIX, TRON, etc.<p>About separation of application web vs document web, I think that they should not be joined too closely together nor separately too far apart.<p>I have may own design which is VM3 (the name might or might not change in future), and we can then see what we will come up with. (It could be used with static document views only, executable codes with command-line or GUI or other interfaces, etc. The design is meant to improve portability and security, as well as user controls and capabilities.)
jonny_ehabout 3 years ago
The digital equivalent of &quot;we screwed up Earth, let&#x27;s go to Mars and screw things up all over again!&quot;
divanabout 3 years ago
&#x2F;me patiently waiting until Chrome is shipped with Dart VM again, so Flutter apps can run natively in the browser.