I think this is an instance where HN's rigid title policy is a negative. It took me a minute to realize why this page, ostensibly a syllabus page for a university course, is relevant to a general tech audience. You have to scroll down past three subsections to "Resources" to realize that all of the lecture slides and problem sets, as well as videos of the lectures, are available for free. I just hope people aren't missing out on this great resource because the title can't be editorialized.
I like the Metafilter solution to that: rather than just submitting links, users submit links and a short, 1-2-sentence explanation of why they think the link is interesting. I find it much easier to browse the submissions there as a result. Maybe the explanations could be hidden on the front page, but I'd find them very useful on the 'new' page.
I upvoted you not because I think you're exactly right, but because I think that the submitter should actually leave that comment and it gets upvoted/downvoted like all the other comments. I've never submitted anything to HN and had it posted on the front page. But I get the idea that you have plenty of time to leave a comment before it gets there.
Personally have really enjoyed reading submissions where the author is the poster, and he's there waiting in the comments to address your concerns and taking suggestions.
Thank u for yr advice.Unfortunately I find no way to edit my submit.Would u pls show me how to edit it?I tried to add some sentences to give more information,at last it just became a new comment.
CloudFlare is saying that the site may be down due to "excessive load." I was under the impression that this is one of the main reasons CloudFlare exists, to handle big surges in traffic like this one. Their intro video leads me to the same conclusion. Can anyone who uses CloudFlare shed some light on this?
Cloudflare isn't too much more than a wrapper around a CDN for your static assets. The request still gets sent to your server, they just re-host your images and stuff on their edge servers. They also do some "security stuff", and can help you with minifying assets and things like that. So excessive load can still be a problem.
On top of that, the free account doesn't really come with any guarantees.
One caveat though: the Coursera ML course is CS229A(pplied), which focuses on applying machine learning, rather than the mathematics behind it. The "real" CS229 lectures are on YouTube [1], and go much more in depth.
Alexander J. Smola's teaching the 10-701 Machine Learning class at CMU in the spring of 2013. All slides and video will be available online at the course website.
We built a A nodejs native extension which allows you to use the popular CLIPS system to build expert systems.
CLIPS is a productive development and delivery expert system tool which provides a complete environment for the construction of rule and/or object based expert systems. Developed at NASA in 1985, CLIPS is now widely used throughout the government, industry, and academia.
Check out the online CLIPS documentation: http://clipsrules.sourceforge.net/OnlineDocs.html
Why did you use a dead rules engine? That system hasn't been maintained since 2007, as far as I can tell. I am serious. My client used it recently too. Why not use a news, faster engine like Drools or whatever JBoss is calling it now?