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.

Scaling Asana.com

123 pointsby krausejjover 11 years ago

11 comments

randomdrakeover 11 years ago
This is a fantastic approach to the &quot;But how am I going to be able to edit it?&quot; question that inevitably gets asked by clients or bosses.<p>I&#x27;ve tackled the problem so many times and had so many different solutions depending on the client.<p>Instead of providing a stupid and bloated CMS to do things I don&#x27;t want it to do and let the user break things that they shouldn&#x27;t be breaking, there&#x27;s this.<p>I could possibly just provide them with access to edit some markdown with a link or two and instructions on how to make the edits. It puts a bit more burden on the user, but it also means they don&#x27;t have to pay to run or setup a dynamic and crazy CMS platform too.<p>If someone could productize this as a service, provide a pretty interface for it, and let it be an easy CMSaaS that gives me, the developer, lots of options and access, but provides a dead simple and easy editor that I could give to my clients, I think that&#x27;d be great.
评论 #7226572 未加载
jamesmossover 11 years ago
I&#x27;d be wary of using Statamic, at least the admin panel portion. I did a code review of it recently and it&#x27;s pretty insecure, if you can disable&#x2F;delete admin.php I&#x27;d recommend it.<p>After a quick look I found a few basic CSRF and session hijacking exploits going back several versions (including the latest). The PHP code is pretty amateur - I imagine somebody with more skill could find many many more holes.
评论 #7229019 未加载
leobelleover 11 years ago
A hundred people to work on Asana? Asana is a great task manager, but that&#x27;s a lot of people. Basecamp for example has 43 people, which still strikes me as a lot of people. I guess having mobile apps requires at least a few people working on each there. A backend team, and the webapp team. 100 seems like a lot though.
评论 #7227454 未加载
评论 #7228586 未加载
评论 #7226813 未加载
syncover 11 years ago
I&#x27;d be interested in knowing more details. It doesn&#x27;t seem like some of their pages (e.g. <a href="https://asana.com/product" rel="nofollow">https:&#x2F;&#x2F;asana.com&#x2F;product</a> ) would be very easy to represent in markdown, especially considering the image carousels.
评论 #7226561 未加载
codvaover 11 years ago
I got sent an Asana invite from the boss earlier today. Apparently we are going all-in on using it.
评论 #7226786 未加载
pastylegsover 11 years ago
I do something similar with my own personal site. It&#x27;s using Jekyll and the repo is in bitbucket. When I commit to the repo, my server is pinged (to a lightweight Flask app) and the server pulls the changes and recompiles the static pages:<p><a href="http://timmyomahony.com/blog/autodeploy-jekyll-using-bitbucket-post-commit-service-hooks-and-flask/" rel="nofollow">http:&#x2F;&#x2F;timmyomahony.com&#x2F;blog&#x2F;autodeploy-jekyll-using-bitbuck...</a><p>It&#x27;s surprisingly satisfying
评论 #7228434 未加载
评论 #7228111 未加载
gmjosackover 11 years ago
Often when I try to open Asana it will take minutes to load. I also find it very hard to organize things inside of the product to the point where I prefer vim. There&#x27;s not way to specify blocking&#x2F;dependencies and linking inside the product always carries your search context with you.<p>For small todo style lists it seems fine, if not overkill and if it eventually loads, but for more complex task tracking I just really haven&#x27;t gotten it at all.
alexchantasticover 11 years ago
I think this is great. If only more people agreed on writing and maintaining markdown. Often it&#x27;s the non-technical folks who are driving how a marketing site is run.
egbertover 11 years ago
Last weekend I actually built a self deploying website with Github Pages, Travis CI and Middleman.<p>The owner has access to the github repo and can edit everything whenever she feels like it.<p>No need for a non functional cms, a wysiwyg editor or me for simple text updates!<p><a href="https://github.com/Egbert/vonb-tv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Egbert&#x2F;vonb-tv</a>
gekuover 11 years ago
Does something like Statamic exist as open source?
评论 #7228392 未加载
评论 #7228052 未加载
评论 #7227464 未加载
评论 #7227004 未加载
jpeg_heroover 11 years ago
didnt know Asana needed scaling :&#x2F;