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.

The Next WordPress

43 pointsby wsvincentabout 8 years ago

17 comments

tmikaeldabout 8 years ago
First of all, Wordpress is known to fix security issues quickly and platforms with many developers have more eyes on the code so it&#x27;s only natural that they have a LOT of reported vulnerabilities. This does not mean that it&#x27;s &quot;inherently&quot; insecure.<p>A static site can&#x27;t enable...<p>- User management (Members)<p>- On-site-comments (That Search engines can find)<p>- Voting (Polls &amp; Ratings are very popular on Wordpress!)<p>- Carts (For selling products)<p>- Any user submitted content<p>...without 3rd party services that rely on JS.<p>This means that you rely on several external services for the site to have these features and in the end, the costs will be higher than running it on Wordpress.<p>But it could possibly be easier to maintain, be more secure, have higher performance and the dynamic parts wouldn&#x27;t all fail at the same time so the uptime of the core site could be better.
评论 #13846157 未加载
markgavaldaabout 8 years ago
The most uninformative article I&#x27;ve ever read that was on the home page of HN. It&#x27;s full of misconceptions and assumptions (that every WP based site can be be replicated with static site generators, that &#x27;WP is inherently insecure&#x27; and so on).
评论 #13846040 未加载
评论 #13846026 未加载
评论 #13845977 未加载
评论 #13847854 未加载
johnvalukabout 8 years ago
I would love to maintain our websites with a static site generator and manage updates via pull requests to our version control system.<p>I don&#x27;t have a single user who would understand that sentence. That&#x27;s why we use WordPress.
评论 #13846169 未加载
评论 #13846305 未加载
jackreichertabout 8 years ago
&gt; WordPress itself is an inherently insecure platform.<p>Linking to regular security updates for a system is proof that that system takes security seriously, not that it is insecure. I&#x27;d worry about an open source project that didn&#x27;t have regular security updates.<p>Also, &quot;inherent&quot; is silly to use in this context.
jms18about 8 years ago
&gt; Static Site Generators are a new, hybrid approach to web development<p>It&#x27;s like Movable Type never existed.
andygcookabout 8 years ago
I generally disagree with most of the arguments here, but the last part of this article makes a good point that the business owner (person buying website) usually doesn&#x27;t make the decisions about the technology that gets used. This is especially true for SMBs (I&#x27;m excluding the DIY&#x2F;hacker-types here).<p>I built a WordPress plugin inside of HubSpot called Leadin (it&#x27;s now their HubSpot Marketing Free product). The idea was to build light weight marketing automation for Very Small Businesses. We started on WordPress because most small businesses use it. We incorrectly assumed in the beginning the business owners would be the decision makers on whether or not to use our product. We quickly found out it was usually the web development agency&#x2F;consultant they worked with who would install it for them, then explain the value of the product. We eventually shifted our marketing to focus heavily on agencies which became our main acquisition source.<p>Agencies like to use WordPress because it&#x27;s customizable enough to easily build what their clients need, is the same interface across every site and has a huge ecosystem of the add-ons that their clients what. Until you can replicate the WordPress 3rd party developer ecosystem it will remain the dominant player. Also, static sites can&#x27;t do all the things WordPress does, like polling, comments, shopping carts, etc. you&#x27;d have to rely on a third party for those components and when you add up all those, I&#x27;d think that would be more than $100&#x2F;year in subscriptions. It&#x27;s easier and cheaper to have it all centralized in WordPress which is why agencies choose to use it. If you can charge a retainer too, the holy grail for agencies because it&#x27;s reoccurring, predictable revenue, you&#x27;re essentially getting paid to just keep things updated and make sure they don&#x27;t break or get hacked.
ivanoatsabout 8 years ago
I wrote a post about a Serverless CMS architecture that is a good follow up to this article: <a href="https:&#x2F;&#x2F;www.aerobatic.com&#x2F;blog&#x2F;a-serverless-cms-architecture&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.aerobatic.com&#x2F;blog&#x2F;a-serverless-cms-architecture...</a>
return0about 8 years ago
I think the author assumes that all wordpress sites are simple blogs. Woocommerce alone powers 30% of e-commerce sites.
评论 #13846022 未加载
评论 #13845985 未加载
Entangledabout 8 years ago
I believe Medium is the next Wordpress because not only allows you to publish but also to consume in an elegant and productive way. The recommendation engine is quite good and the daily newsletter sent by email is good enough to make me want to check the stories right away. They make an extensive use of images that really adds to the user experience.<p>I used to be a Wordpress fan but now Medium has caught my attention.<p>So in essence it is not about the technical platform, it is about effective production and consumption, and Medium hits the nail on both.
评论 #13845961 未加载
评论 #13845973 未加载
评论 #13846001 未加载
_greim_about 8 years ago
Wordpress isn&#x27;t just a thing that people use. It&#x27;s a gravity well of humanity&#x27;s non-technical web authoring aspirations; matter keeps accreting there in the form of plugins and feature additions. Escaping it at this point is going to be difficult for most people, similar to how sending satellites into orbit is infeasible for most small businesses.
combatentropyabout 8 years ago
It&#x27;s more precise to say &quot;problem&quot; when you mean something bad, and not &quot;issue,&quot; which is neutral. I am pretty sure that &quot;issue&quot; is a bureaucratic euphemism.<p>It seems the higher up you go, the worse language gets:<p><pre><code> Technician: &quot;The server is on fire!&quot; Manager: &quot;Uh . . . the server has a &#x27;problem.&#x27;&quot; Senior Director: &quot;Ahem, the service has an &#x27;issue.&#x27;&quot; Owner: &quot;You mean my server is on fire?&quot; </code></pre> Actually, maybe it&#x27;s middle management.
onnimonniabout 8 years ago
I would like to see a simple but extendable cms which would be mostly static but the non static parts would be handled by aws lambda or gce functions or something similiar.
评论 #13846034 未加载
steffozabout 8 years ago
Just adding DatoCMS (<a href="https:&#x2F;&#x2F;www.datocms.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.datocms.com&#x2F;</a>) to the list of CMS specifically designed for static websites (shameless plug)!<p>Here Netlify is listing all the available products in this niche, both commercial and open-source: <a href="https:&#x2F;&#x2F;headlesscms.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;headlesscms.org&#x2F;</a> Things are moving.. slowly :)
lewisjoeabout 8 years ago
&gt; Lektor is file-based by default, so updating content does not require a cloud server at all but merely access to the root file itself, which can be stored on a service like Dropbox or Google Drive. A developer can use a local server to generate dynamic content and a full-featured site, but the CMS, which is currently a simple Mac app, simply updates the original file.<p>This. This would be something phenomenal. The problem with WordPress and services like it, is that they take your content, package them into something they can understand and hides them under their pillows.<p>Inverting the control, like what the OP says -- where the user <i>owns</i> the content, that can be plugged into layers like WordPress, looks like the path towards the future.<p>I made <a href="http:&#x2F;&#x2F;hexopress.com" rel="nofollow">http:&#x2F;&#x2F;hexopress.com</a> with a similar vision. It is not yet a full blown shape of what I have in mind, but it cuts the concept well.
KayLabout 8 years ago
whatever static site has a backend for your clients, it&#x27;s potential security problem.
dizzydesabout 8 years ago
I was recently considering creating an IDE specifically for WordPress with built-in completion, tips and mapping for people who are skilled at programming but new to WP development. Would anyone use it?
评论 #13846399 未加载
rco8786about 8 years ago
$100 a year is too costly?