User Jens Roland - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T07:54:42Z http://stackoverflow.com/feeds/user/57068 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/572936/choice-of-operating-system-with-web-development-in-mind 3 Choice of operating system with Web Development in mind Jens Roland 2009-02-21T13:00:45Z 2009-09-05T12:27:39Z <p>I consider myself fairly versatile when it comes to O/S selection. I have used DOS/Windows PC's all my life, switched my main laptop to Mac two years ago, and have used numerous flavors of Unix/Linux/BSD while studying for my Comp.Sci. degree.</p> <p>However, as I'm trying to improve my development environment, I'm starting to wonder if I'd be better off scrapping the Macbook for a PC with a different O/S flavor (to support a different set of tools and IDEs).</p> <p><strong>What O/S do you prefer for (web) development, and why?</strong> (prefer answers from people who have real-world experience coding on multiple platforms)</p> <p>(<em>Note: I am aware of <a href="http://stackoverflow.com/questions/58463/preferred-operating-system-for-web-programmers-client-or-server">this question</a> discussing client vs. server O/S - what I'm interested is the whole development environment, and not limited to the 'Windows crowd'</em>)</p> http://stackoverflow.com/questions/490645/is-there-a-super-high-load-ajax-chat-script-out-there 0 Is there a super-high-load (Ajax) chat script out there? Jens Roland 2009-01-29T06:15:13Z 2009-08-10T08:34:40Z <p>For a pet project, I have been looking for a web chat script capable of running potentially <em>tens of thousands of users</em> simultaneously. I don't want to use any kind of applet or browser extension, so on the client side, it should be simple Ajax. On the server side I'm pretty much open to anything.</p> <p>I'm not looking for bells and whistles, a simple text-only chat is more than enough, as long as it supports a number of 'channels' or 'rooms' simultaneously, and a very large number of users.</p> <p>When I first started researching the chat scripts out there, it seemed like the only viable option was to run an IRC server and just build a web interface on top of that. I know I could get good performance and stability with that setup, but could I get better performance by using something else?</p> <p>Any ideas?</p> http://stackoverflow.com/questions/479233/what-is-the-best-distributed-brute-force-countermeasure 29 What is the best Distributed Brute Force countermeasure? Jens Roland 2009-01-26T09:37:29Z 2009-07-29T05:33:09Z <p>First, a little background: It is no secret that I am implementing an auth+auth system for CodeIgniter, and so far I'm winning (so to speak). But I've run into a pretty non-trivial challenge (one that most auth libraries miss entirely, but I insist on handling it properly): how to deal intelligently with <strong>large-scale, distributed, variable-username brute-force attacks</strong>.</p> <p>I know all the usual tricks:</p> <ol> <li><strong>Limiting # of failed attempts per IP/host</strong> and denying the offenders access (e.g. Fail2Ban) - which no longer works <a href="http://www.christopher-kunz.de/archives/205-Distributed-and-coordinated-SSH-bruteforce-attacks.html" rel="nofollow">since botnets have grown smarter</a></li> <li>Combining the above with a <strong>blacklist of known 'bad' IPs/hosts</strong> (e.g. DenyHosts) - which relies on botnets falling for #1, <a href="http://www.christopher-kunz.de/archives/205-Distributed-and-coordinated-SSH-bruteforce-attacks.html" rel="nofollow">which they increasingly don't</a></li> <li><strong>IP/host whitelists</strong> combined with traditional auth (sadly useless with dynamic IP users and the high churn on most web sites)</li> <li>Setting a <strong>sitewide limit</strong> on # of failed attempts within a N minute/hour period, and throttling (suspending) all login attempts after that for a number of minutes/hours (with the problem that DoS attacking you becomes botnet child's play)</li> <li>Mandatory <strong>digital signatures</strong> (public-key certificates) or RSA hardware tokens for all users with NO login/password option (without question a rock-solid solution, but only practical for closed, dedicated services)</li> <li>Enforced <strong>ultra-strong password schemes</strong> (e.g. >25 nonsense characters with symbols - again, too impractical for casual users)</li> <li>And finally, <strong>CAPTCHAs</strong> (which could work in most cases, but are annoying for users and <a href="http://caca.zoy.org/wiki/PWNtcha" rel="nofollow">virtually useless</a> against a <a href="http://www.slideshare.net/valicac/captcha" rel="nofollow">determined, resourceful attacker</a>)</li> </ol> <p>Now, these are just the theoretically workable ideas. There are <em>plenty</em> of rubbish ideas that blow the site wide open (e.g. to trivial DoS attacks). What I want is something better. And by better, I mean:</p> <ul> <li><p>It has to be secure(+) against DoS and brute-force attacks, and not introduce any new vulnerabilities that might allow a slightly sneakier bot to continue operating under the radar</p></li> <li><p>It has to be automated. If it requires a human operator to verify each login or monitor suspicious activity, it's not going to work in a real-world scenario</p></li> <li><p>It has to be feasible for mainstream web use (ie. high churn, high volume, and open registration that can be performed by non-programmers)</p></li> <li><p>It can't impede the user experience to the point where casual users will get annoyed or frustrated (and potentially abandon the site)</p></li> <li><p>It can't involve kittens, unless they are <em>really really secure</em> kittens</p></li> </ul> <p>(+) <em>By 'secure', I mean at least as secure as a paranoid user's ability to keep his password secret</em></p> <p>So - let's hear it! <em>How would you do it</em>? Do you know of a best-practice that I haven't mentioned (oh please say you do)? I admit I do have an idea of my own (combining ideas from 3 and 4), but I'll let the true experts speak before embarrassing myself ;-)</p> http://stackoverflow.com/questions/600918/reinventing-cms 33 Reinventing CMS Jens Roland 2009-03-02T00:35:45Z 2009-07-14T22:54:55Z <p>I have been working with CMS systems since before there was a term for it, and even though there are thousands of different platforms out there - some of which are pretty decent - <strong><em>I just can't shake the feeling that we still haven't cracked the CMS problem</em></strong>.</p> <blockquote> <p>Back in the mid-90s, there were dozens of search engines competing for users: Lycos, Altavista, HotBot, Yahoo!, Excite, and Webcrawler, to name a few. An arms race was going on between search engine designers and the early black hat SEO hackers, and although the search engines were losing, the users forgave them. The market for web search was saturated; the big players seemed 'untouchable' for a startup or garage project -- until Google came along and changed everything. Overnight, users realized that the whole field of web search had been saturated <strong>with suboptimal</strong>.</p> <p>A radically different approach can sometimes change the face of an industry, even when there seems to be no room left for new players. The prerequisite is that the industry is saturated with suboptimal, the way web search was in the years before Pagerank.</p> <p>Or the way personal social networking was before Facebook.</p> <p>Or home computing before the Apple &amp; the IBM PC.</p> </blockquote> <p>My increasing gut feeling is that Content Management is such an industry, that the <em>CMS market is saturated with suboptimal</em>, and that we are on the brink of a new paradigm, or set of paradigms.</p> <p><strong>My question is this: does anyone else share the feeling that every CMS is suboptimal in some subtle, general sense? And if you do, what does your gut tell you about what's wrong with the modern CMS paradigm? <em>Where do we go from here?</em></strong></p> <p>(<em>and before you scream "Not Programming Related", please consider that CMS systems are built by programmers, expanded by programmers, and used by programmers. The question may seem vague to some, but it is directly related to architecture, APIs and platform design</em>)</p> <p><strong>EDIT:</strong> 10 minutes and it was closed?? It seems SO is now censoring any slightly interesting question as 'subjective', while keeping totally pointless ones like favourite cartoon / joke / whatever. How is this not the type of question that belongs in a community of intelligent software developers?</p> <p><strong>EDIT 2/3:</strong> Now with zero colourful language.</p> http://stackoverflow.com/questions/621344/is-my-reputation-system-secure/641535#641535 4 Answer by Jens Roland for Is my reputation system secure? Jens Roland 2009-03-13T05:05:36Z 2009-03-13T05:05:36Z <p>I can see where you are coming from, but as long as you hand out free Mojo(s), it will be possible to game the system.</p> <p>But aside from that, your system has a side effect that you probably haven't thought of:</p> <ol> <li>You launch the service on Dec 31st.</li> <li><code>MrFirstUser</code> registers as your first user, followed by <code>MrSecondPlace</code> and a few others</li> <li>In the following days, a bunch of others register users</li> <li>On January 3rd, everyone from the first day has 3 Mojo, and everyone else has fewer. <code>MrFirstUser</code> writes a comment, and <code>MrSecondPlace</code> gives him a Mojo for it (they have the same amount of Mojo, so I assume he is allowed to do that).</li> <li>Now, <code>MrFirstUser</code> has 4 Mojo, and everyone else has 3 or fewer.</li> </ol> <p>Now, <code>MrFirstUser</code> has exactly (<code>numberOfDaysRunning</code> + 1) Mojo, and he can never get any more, since all other users have too little Mojo to give him more. The only way he <em>could</em> get another Mojo, would be if User 3 gave 1 Mojo to User 4, who then gave a Mojo to MrFirstUser. Beyond that, it becomes even more involved: the number of other users who would have to participate in this human pyramid of Mojo contributions increasing exponentially.</p> <p>In other words, the first thing I would definitely do to game the system, would be to create as many first-day users as humanly (robotically) possible, or at least make sure my own account was created on the first day, since that would make me an automatic Jon Skeet -- since noone would ever go significantly higher than 1 or 2 above me (only prizes could help them).</p> <p>To fix your system, I would do three things:</p> <ul> <li>No more automatic Mojo; Mojo is earned through upvotes, gifts and special prizes only</li> <li>Allow giving Mojo to all other users (if there must be a limit, cap the gifts so no more than 10% of one's total Mojo can be given to one user)</li> <li>Keep the system invite-only, and penalize users whose invitees misbehave or get too many downvotes/'report user's</li> </ul> http://stackoverflow.com/questions/639760/tile-scrolling-preloading-google-maps-style-of-html-layers-with-ajax 0 Tile scrolling / preloading (Google Maps style) of HTML layers with Ajax Jens Roland 2009-03-12T17:54:08Z 2009-03-13T00:06:08Z <p>I am looking to replicate the panning (not necessarily the zooming) effect of the Google Maps API, but without the images. Essentially, I want to position HTML elements in a large coordinate system and be able to navigate around them, <a href="http://prezi.com/" rel="nofollow">Prezi</a> style (though without the rotation).</p> <p>Preferably, I'd like to preload the elements dynamically through jQuery/AJAX, but if I have to load everything initially, I will.</p> <p>Any libraries out there that will allow me to do this? I could just code the thing myself, but I can't imagine noone else has thought of something similar before.</p> <p>Can this be done with the Google Maps API, and if so, how? Implementing the GOverlay interface?</p> http://stackoverflow.com/questions/600918/reinventing-cms/601029#601029 5 Answer by Jens Roland for Reinventing CMS Jens Roland 2009-03-02T01:49:36Z 2009-03-02T01:49:36Z <p>I should probably pitch in here, as I have been thinking about this for a while. These are some of my (less than structured) thoughts on the issues with most CMSes today:</p> <ol> <li><p>The major ones (Drupal, Joomla!, Typo3..) are trying to do everything for everyone, and sadly end up being a mediocre choice for almost everything</p></li> <li><p>The specialized ones (Wordpress, MediaWiki, etc.) may do one thing really well, but by definition, they don't expand beyond their original purpose very well, and some don't lend themselves well to modification at all. Still, I feel this is the better way to go.</p></li> <li><p>The notion of user generated plugins works well in theory, but in practice every major plugin-friendly CMS platform ends up with a library of a dozen or so excellent plugins (that <strong>every install</strong> uses), and hundreds upon hundreds of poorly coded, outdated, uncustomizable, or too specialized rating-or-tagcloud-or-gallery plugins</p></li> <li><p>The poor separation of interfaces for the many different types of users - the core and plugin developers, the client/middleman developer, the client designer, the client executive, the client content editor, and the end user. Most large CMS systems manage to make some distinction, but usually miss a few of the roles entirely, or make the distinction so subtle that it doesn't make a real difference.</p></li> </ol> http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/575402#575402 45 Answer by Jens Roland for What is your best programmer joke? Jens Roland 2009-02-22T18:30:30Z 2009-02-22T18:30:30Z <p><a href="http://stackoverflow.com/questions/234075/programmer-jokes-whats-your-best-one/575402#575402">My Favourite Joke About Recursion</a></p> http://stackoverflow.com/questions/560891/which-authentication-mechanism-to-choose/573562#573562 0 Answer by Jens Roland for Which authentication mechanism to choose? Jens Roland 2009-02-21T18:59:43Z 2009-02-21T18:59:43Z <p><strong>My advice: do not reinvent the wheel.</strong> Web authentication is a wheel if I ever saw one, and it's remarkably difficult to get all the subtle pitfalls handled correctly. Chances are you'd miss something and end up with effectively no security.</p> <p>Either go with an OpenID solution, or look into the many auth libraries out there, and pick a thoroughly-tested one.</p> <p>See also: <a href="http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta">The Definitive Guide To Website Authentication</a></p> http://stackoverflow.com/questions/558540/it-this-a-reasonable-user-registration-process/573548#573548 1 Answer by Jens Roland for It this a reasonable user registration process? Jens Roland 2009-02-21T18:53:56Z 2009-02-21T18:53:56Z <p>The only 'attack' you are addressing through email confirmation, is registering new accounts using random email addresses.</p> <p>IOW, if you leave that step out, an 'attacker' could:</p> <ol> <li>register accounts using just random gibberish addresses</li> <li>register accounts using other people's addresses</li> </ol> <p>Fortunately, in most applications, such an attack isn't very destructive. It may help the attacker forge someone else's identity in a social networking app, or make life <em>slightly</em> easier for a spambot, or it could be used just to annoy the legitimate owner of an email address -- but that's about it.</p> <p>I'd say keep the registration requirement just in case, but scrap the two-step process (let the users create username+password right away).</p> http://stackoverflow.com/questions/519156/would-a-stackunderflow-com-site-for-offtopic-questions-be-heresy 22 Would a Stackunderflow.com site for offtopic questions be heresy? [closed] Jens Roland 2009-02-06T04:56:27Z 2009-02-21T03:29:31Z <p>Now that SO has launched with a stable and wonderful engine, would I be completely excommunicated for wanting a replicate / evil-twin site running the same engine, but solely for questions of a more off-topic, tongue-in-cheek nature? Sort of how <a href="http://en.wikipedia.org/wiki/Main_Page" rel="nofollow">Wikipedia</a> has the <a href="http://uncyclopedia.wikia.com/wiki/Main_Page" rel="nofollow">Uncyclopedia</a>.</p> <p>Since SO is largely (if not entirely) community-moderated, this shouldn't theoretically require a lot of extra work on the part of the SO team, and the rep systems could even be kept separate to keep the integrity of SO rep independent of the more casual/informal SU rep.</p> <p><strong>Questions that would be allowed on the <em>dark side</em> of the stack:</strong></p> <ol> <li>What is the average cruising airspeed velocity of an unladen European Swallow?</li> <li>What is the Answer to Life, the Universe, and Everything?</li> <li>How much wood would a woodchuck chuck?</li> <li>What is the best geek hangout (ie. cheap beer and free wifi) in the Bay Area?</li> <li>Could Kirk kick Picards ass, and <em>exactly how hard</em> on a scale of 1 - 10?</li> <li>Is Jon Skeet a real person or a Chinese question-answering sweat shop?</li> <li>How badly do you want to be Jon Skeet?</li> <li>Could Jon Skeet kick Picards ass, and <em>exactly how hard</em> on a scale of 1 - 33.5k?</li> </ol> <p>P.S. Stack*under*flow.com isn't available, I just liked the pun.</p> <p>P.P.S. I think that BufferUnderrun.com is the better name.</p> <p>P.P.P.S. In case the between-the-lines-subtext is lost on you, the question is: Would the community support and use such a dual-site setup; and would the SO staff/implementors consider actually making it a reality? See, there was a real question in here, and while it isn't programming related, it is related to the SO community and the fabric of SO itself. <em>So there</em>.</p> http://stackoverflow.com/questions/540629/database-sharding-support-in-propel/570924#570924 0 Answer by Jens Roland for Database Sharding Support in Propel Jens Roland 2009-02-20T19:35:12Z 2009-02-20T19:35:12Z <p>I agree with MarkR that it's too early to be worrying about sharding, but I disagree that it should be avoided if at all possible. I'd say go with the ORM that seems to fit your style and language choice -- and Propel is probably the right one in your case. Even if your application takes off in a big way, sharding probably won't be necessary -- you can easily pull off 25 million records with a MySQL-based DBMS and some decent caching techniques, so just focus on making your queries fast and design for easy memcache-integration, and you'll be a happy camper even when your app takes off.</p> <p>Good luck with it!</p> http://stackoverflow.com/questions/566767/how-to-deal-with-management-that-wants-you-to-do-everything/568130#568130 2 Answer by Jens Roland for How to deal with management that wants you to do everything? Jens Roland 2009-02-20T03:08:36Z 2009-02-20T03:08:36Z <p><strong>Turn it into a simple question of cost efficiency</strong></p> <p>I find that whenever I've been in a situation where someone in management is making bad decisions about how I spend my time, I put on my (<em>robe and wizard hat</em>) bean counting goggles and lay it out for them as a bad-for-business equation. Any software developer worth his salt can learn how to do it:</p> <p><strong>Example:</strong> You are hired as a software developer, but are asked to do IT 'monkey work' like installing software, adding email accounts and plugging in projectors.</p> <p><strong>Solution:</strong> "Mr. manager. I am spending on average 12 hours a week doing simple IT handyman jobs like [blah blah], and I just want to remind you that you are paying me 80 dollars an hour (or whatever) to do that. The reason you pay me that amount is because I am a highly skilled, highly specialized software developer, and frankly, any high school kid could do those things - for 9 bucks an hour. If you let me (or HR) hire a bright kid part time to take care of all those things, my time could be freed up to focus on [high-priority IT project], which is really a better use of my time and the company's resources. What do you say?"</p> <p>If the situation is more complicated or your boss is kind of a retard, bring a spreadsheet that makes it impossible to refuse, like this:</p> <p><strong>Current (monthly):</strong></p> <pre><code>Time spent on: Amount: Actual cost: ------------------------------------------------------- Project Foo 152 hours 152 * $80 = $12.160 'Janitor tasks' 48 hours 48 * $80 = $3.840 Total cost: $16.000 / month Monthly development hours: 152 Cost per development hour: $105.26 </code></pre> <p><strong>Proposed (monthly):</strong></p> <pre><code>Time spent on: Amount: Actual cost: ------------------------------------------------------- Project Foo 200 hours 200 * $80 = $16.000 'Janitor tasks' 48 hours 48 * $9 = $432 Total cost: $16.432 / month Monthly development hours: 200 Cost per development hour: $82.16 Relative development speed (productivity gain): (200-152)/152 = 132% </code></pre> <p>Managers are used to this kind of talk from business school, and most of them will immediately recognize and compliment your keen eye for cost-efficiency (just don't overdo it or they'll promote you to management), and let you have your way. Of course, <em>some managers</em> will just see it as an added expense that they can't afford inside the budget and totally miss the point. If your boss is in the latter category, I suggest you start looking for a new job right away.</p> http://stackoverflow.com/questions/567870/what-is-the-best-way-to-setup-permissions-for-web-site-users/568037#568037 2 Answer by Jens Roland for What is the best way to setup permissions for web site users? Jens Roland 2009-02-20T02:13:49Z 2009-02-20T02:13:49Z <p>This is probably obvious to you by now, but <a href="http://en.wikipedia.org/wiki/Role-based_access_control" rel="nofollow">role based access control</a> is <em>hard</em>. My suggestion is, don't try to write your own unless you want that one part to take up all the time you were hoping to spend on the 'cool stuff'.</p> <p>There are plenty of flexible, thoroughly-tested authorization libraries out there implementing RBAC (sometimes mislabeled as ACL), and my suggestion would be to find one that suits your needs and use it. Don't reinvent the wheel unless you are a wheel geek.</p> http://stackoverflow.com/questions/567928/becoming-a-multi-language-programmer/567997#567997 7 Answer by Jens Roland for Becoming a multi language programmer Jens Roland 2009-02-20T01:50:56Z 2009-02-20T01:50:56Z <p>It depends <em>why</em> you want to learn a new language.</p> <ul> <li><p>If you are curious about languages and want to understand their underlying principles, you ought to pick a language that's radically different from PHP, like Standard ML or Prolog. That will give you a wider range and a deeper understanding of why language X does certain tasks better than language Y, and when to use which.</p></li> <li><p>If you want to learn a new language simply in order to make more money, you'll want to learn the languages <strong>and frameworks</strong> used in enterprise applications. But I must warn you: the path of greed leads to ASP.NET. ASP.NET leads to Windows. And Windows leads to suffering.</p></li> <li><p>If you are mainly concerned with the shortcomings of PHP mentioned in <a href="http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible">this question</a>, you should know that:</p> <ol> <li>Not everyone agrees that PHP is so terrible, in fact lots of high-performing web applications use PHP with great success</li> <li>If you haven't noticed those issues yourself yet, then you will not benefit much from using a language that addresses them</li> <li>Most people who whine about language X being imperfect, are merely fanboys trying to evangelize their own favourite language Y. Others are academics who actually raise valid points, but don't realize that most of those points sadly mean very little in most real-world production environments. If you can tell the fanboys from the brainiacs <em>and</em> understand which of their arguments matter to you, then you can make a decision. If not, disregard and go with whatever language you're most comfortable with.</li> </ol></li> </ul> http://stackoverflow.com/questions/565006/fitting-different-images-as-done-in-ted-com/567949#567949 0 Answer by Jens Roland for Fitting different images as done in Ted.com Jens Roland 2009-02-20T01:17:34Z 2009-02-20T01:17:34Z <p>The way it's done on the TED website, they use Flash and only one aspect ratio for all the images, which makes the algorithm fairly trivial. For an even more stylish look (and for serious geek points), you could pick a couple of aspect ratios (one square, one portrait, one or two horizontal) and custom-build an algorithm to solve a subset of the 2D <a href="http://en.wikipedia.org/wiki/Bin_packing_problem" rel="nofollow">bin packing problem</a> efficiently.</p> <p>Better yet, you could use some nifty algebra to automatically decide which sizes would fit into a rectangle of a specified width and have the algorithm do all the resizing for you automatically. That may sound like NP-hard black magic, but <a href="http://www.alistapart.com/" rel="nofollow">A List Apart</a> actually had an excellent article about it some time ago. It even has a simple explanation of the math involved and PHP code you can download and modify to your needs:</p> <p><a href="http://www.alistapart.com/articles/magazinelayout" rel="nofollow">Automatic Magazine Layout</a> -- <a href="http://www.alistapart.com/d/magazinelayouts/example1.htm" rel="nofollow">Example 1</a></p> http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477579#477579 9 Answer by Jens Roland for The Definitive Guide To Website Authentication (beta) Jens Roland 2009-01-25T11:28:27Z 2009-02-13T09:02:35Z <h2>PART II: How To Remain Logged In - The Infamous "Remember Me" Checkbox</h2> <p>Persistent Login Cookies ("remember me" functionality) are a danger zone; on the one hand, they are entirely as safe as conventional logins when users understand how to handle them; and on the other hand, they are an enormous security risk in the hands of most users, who use them on public computers, forget to log out, don't know what cookies are or how to delete them, etc.</p> <p>Personally, I want my persistent logins for the web sites I visit on a regular basis, but I know how to handle them safely. If you are positive that your users know the same, you can use persistent logins with a clean conscience. If not - well, then you're more like me; subscribing to the philosophy that users who are careless with their login credentials brought it upon themselves if they get hacked. It's not like we go to our user's houses and tear off all those facepalm-inducing Post-It notes with passwords they have lined up on the edge of their monitors, either. If people are idiots, then let them eat idiot cake.</p> <p>Of course, some systems can't afford to have <em>any</em> accounts hacked; for such systems, there is no way you can justify having persistent logins.</p> <p><strong>If you DO decide to implement persistent login cookies, this is how you do it:</strong></p> <ol> <li><p>First, follow <a href="http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice/" rel="nofollow">Charles Miller's 'Best Practices' article</a> Do not get tempted to follow the <a href="http://jaspan.com/improved_persistent_login_cookie_best_practice" rel="nofollow">'Improved' Best Practices</a> linked at the end of his article. Sadly, the 'improvements' to the scheme are moot.</p></li> <li><p>And <strong>DO NOT STORE THE PERSISTENT LOGIN COOKIE (TOKEN) IN YOUR DATABASE, ONLY A HASH OF IT!</strong> The login token is Password Equivalent, so if an attacker got his hands on your database, he could use the tokens to log in to any account, just as if they were cleartext login-password combinations. Therefore, use strong salted hashing (bcrypt / phpass) when storing persistent login tokens.</p></li> </ol> <p><strong><a href="#477578" rel="nofollow">&lt;&lt;&lt;prev</a></strong> | <strong><a href="#477580" rel="nofollow">next&gt;&gt;&gt;</a></strong></p> http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477586#477586 4 Answer by Jens Roland for The Definitive Guide To Website Authentication (beta) Jens Roland 2009-01-25T11:31:04Z 2009-02-12T16:43:40Z <h2>PART VII: Distributed Brute Force Attacks</h2> <p>Just as an aside, more advanced attackers will try to circumvent login throttling by 'spreading their activities':</p> <ul> <li><p>Distributing the attempts on a botnet to prevent IP address flagging</p></li> <li><p>Rather than picking one user and trying the 50.000 most common passwords (which they can't, because of our throttling), they will pick THE most common password and try it against 50.000 users instead. That way, not only do they get around maximum-attempts measures like CAPTCHAs and login throttling, their chance of success increases as well, since the number 1 most common password is far more likely than number 49.995</p></li> <li><p>Spacing the login requests for each user account, say, 30 seconds apart, to sneak under the radar</p></li> </ul> <p>Here, the best practice would be <strong>logging the number of failed logins, system-wide</strong>, and using a running average of your site's bad-login frequency as the basis for an upper limit that you then impose on all users.</p> <p>Too abstract? Let me rephrase:</p> <p>Say your site has had an average of 120 bad logins per day over the past 3 months. Using that (running average), your system might set the global limit to 3 times that -- ie. 360 failed attempts over a 24 hour period. Then, if the total number of failed attempts across all accounts exceeds that number within one day (or even better, monitor the rate of acceleration and trigger on a calculated treshold), it activates system-wide login throttling - meaning short delays for ALL users (still, with the exception of cookie logins and/or backup CAPTCHA logins).</p> <p><strong>EDIT</strong>: Posted a question with <a href="http://stackoverflow.com/questions/479233/what-is-the-best-distributed-brute-force-countermeasure">more details and a really good discussion of how to avoid tricky pitfals</a> in fending off distributed brute force attacks</p> <p><strong><a href="#477585" rel="nofollow">&lt;&lt;&lt;prev</a></strong> </p> http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477585#477585 8 Answer by Jens Roland for The Definitive Guide To Website Authentication (beta) Jens Roland 2009-01-25T11:30:19Z 2009-02-12T16:42:43Z <h2>PART VI: Much More - Or: Preventing Rapid-Fire Login Attempts</h2> <p>First, have a look at the numbers: <a href="http://www.lockdown.co.uk/?pg=combi&amp;s=articles" rel="nofollow">Password Recovery Speeds - How long will your password stand up</a></p> <p>If you don't have the time to look through the tables in that link, here's the gist of them:</p> <ol> <li><p>It takes <em>virtually no time</em> to crack a weak password, even if you're cracking it with an abacus</p></li> <li><p>It takes <em>virtually no time</em> to crack an alphanumeric 9-character password, if it is <strong>case insensitive</strong></p></li> <li><p>It takes <em>virtually no time</em> to crack an intricate, symbols-and-letters-and-numbers, upper-and-lowercase password, if it is <strong>less than 8 characters long</strong> (a desktop PC can search the FULL KEYSPACE up to 7 characters in less than 90 days)</p></li> <li><p><strong>It would, however, take an inordinate amount of time to crack even a 6-character password, <em>if you were limited to one attempt per second!</em></strong></p></li> </ol> <p>So what can we learn from these numbers? Well, lots, but we can focus on the most important part: the fact that preventing large numbers of rapid-fire successive login attempts (ie. the <em>brute force</em> attack) really isn't that difficult. But preventing it <em>right</em> isn't as easy as it seems.</p> <p>Generally speaking, you have three choices that are all effective against brute-force attacks <em>(and dictionary attacks, but since you are already employing a strong passwords policy, they shouldn't be an issue)</em>:</p> <ul> <li><p>Present a <strong>CAPTCHA</strong> after N failed attempts (annoying as hell and often ineffective -- but I'm repeating myself here)</p></li> <li><p><strong>Locking accounts</strong> and requiring email verification after N failed attempts (this is a DoS attack waiting to happen)</p></li> <li><p>And finally, <strong>login throttling</strong>: that is, setting a time delay between attempts after N failed attempts (yes, DoS attacks are still possible, but at least they are far less likely and a lot more complicated to pull off)</p></li> </ul> <p><strong>Best practice #1:</strong> A short time delay that increases with the number of failed attempts, like:</p> <ul> <li>1 failed attempt = no delay</li> <li>2 failed attempts = 2 sec delay</li> <li>3 failed attempts = 4 sec delay</li> <li>4 failed attempts = 8 sec delay</li> <li>5 failed attempts = 16 sec delay</li> <li>etc.</li> </ul> <p>DoS attacking this scheme <em>would</em> be very impractical, but on the other hand, potentially devastating, since the delay increases exponentially. A DoS attack lasting a few days could suspend the user for weeks.</p> <p><strong>Best practice #2:</strong> A medium length time delay that goes into effect after N failed attempts, like:</p> <ul> <li>1-4 failed attempts = no delay</li> <li>5 failed attempts = 15-30 min delay</li> </ul> <p>DoS attacking this scheme would be quite impractical, but certainly doable. Also, it might be relevant to note that such a long delay can be very annoying for a legitimate user. Forgetful users will dislike you.</p> <p><strong>Best practice #3:</strong> Combining the two approaches - either a fixed, short time delay that goes into effect after N failed attempts, like:</p> <ul> <li>1-4 failed attempts = no delay</li> <li>5+ failed attempts = 20 sec delay</li> </ul> <p>Or, an increasing delay with a fixed upper bound, like:</p> <ul> <li>1 failed attempt = 5 sec delay</li> <li>2 failed attempts = 15 sec delay</li> <li>3+ failed attempts = 45 sec delay</li> </ul> <p>This final scheme was taken from the OWASP best-practices suggestions (link 1 from the MUST-READ list), and should be considered best practice, even if it is admittedly on the restrictive side.</p> <blockquote> <p><em>As a rule of thumb however, I would say: the stronger your password policy is, the less you have to bug users with delays. If you require strong (case-sensitive alphanumerics + required numbers and symbols) 9+ character passwords, you could give the users 2-4 non-delayed password attempts before activating the throttling.</em></p> </blockquote> <p>DoS attacking this final login throttling scheme would be <strong><em>very</em></strong> impractical. And as a final touch, always allow persistent (cookie) logins (and/or a CAPTCHA-verified login form) to pass through, so legitimate users won't even be delayed <em>while the attack is in progress</em>. That way, the very impractical DoS attack becomes an <em>extremely</em> impractical attack.</p> <p>Additionally, it makes sense to do more aggressive throttling on admin accounts, since those are the most attractive entry points</p> <p><strong><a href="#477584" rel="nofollow">&lt;&lt;&lt;prev</a></strong> | <strong><a href="#477586" rel="nofollow">next&gt;&gt;&gt;</a></strong></p> http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477584#477584 7 Answer by Jens Roland for The Definitive Guide To Website Authentication (beta) Jens Roland 2009-01-25T11:29:55Z 2009-02-12T16:41:52Z <h2>PART V: Checking Password Strength</h2> <p>First, you'll want to read this small article for a reality check: <a href="http://www.whatsmypass.com/?p=415" rel="nofollow">The 500 most common passwords</a></p> <p>Okay, so maybe the list isn't the <em>canonical</em> list of most common passwords on <em>any</em> system <em>anywhere ever</em>, but it's a good indication of how poorly people will choose their passwords when there is no enforced policy in place. Plus, the list looks frighteningly close to home when you compare it to the publicly available analyses of 40.000+ recently stolen MySpace passwords.</p> <p>Well, enough MySpace-bashing for now. Moving on..</p> <p>So: With no minimum password strength requirements, 2% of users use one of the top 20 most common passwords. Meaning: if an attacker gets just 20 attempts, he will be able to crack 1 in 50 accounts on your website.</p> <p>Luckily, thwarting it is as easy as dropping a Javascript validation algorithm on your user registration form (and duplicating it server-side in case Javascript is turned off). There are simple algorithms for determining password strength client-side, and <strong>although I haven't tested it properly</strong>, I would recommend <a href="http://rumkin.com/tools/password/passchk.php" rel="nofollow">Tyler Atkins' password strength checker</a>:</p> <p><strong><a href="#477583" rel="nofollow">&lt;&lt;&lt;prev</a></strong> | <strong><a href="#477585" rel="nofollow">next&gt;&gt;&gt;</a></strong></p> http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477583#477583 7 Answer by Jens Roland for The Definitive Guide To Website Authentication (beta) Jens Roland 2009-01-25T11:29:20Z 2009-02-12T16:38:45Z <h2>PART IV: Forgotten Password Functionality</h2> <p>I already mentioned why you should <strong>never use security questions</strong> for handling forgotten/lost user passwords. There are at least two more all-too-common pitfalls to avoid in this field:</p> <ol> <li><p>Don't RESET user's passwords no matter what - 'reset' passwords are harder for the user to remember, which means he MUST either change it OR write it down - say, on a bright yellow Post-It on the edge of his monitor. Instead, just let him pick a new one right away - which is what he wants to do anyway.</p></li> <li><p>Always hash the lost password code/token in the database. <strong><em>AGAIN</em></strong>, this code is another example of a Password Equivalent, so it MUST be hashed in case an attacker got his hands on your database. When a lost password code is requested, send the plaintext code to the user's email address (and don't accept an input field for this: to see why, check out this <a href="http://www.unixwiz.net/techtips/sql-injection.html" rel="nofollow">excellent article about SQL Injection in a 'forgotten password' field</a>), then hash it, save the hash in your database -- and <em>throw away the original</em>. Just like a password or a persistent login token.</p></li> </ol> <p><strong><a href="#477580" rel="nofollow">&lt;&lt;&lt;prev</a></strong> | <strong><a href="#477584" rel="nofollow">next&gt;&gt;&gt;</a></strong></p> http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477580#477580 8 Answer by Jens Roland for The Definitive Guide To Website Authentication (beta) Jens Roland 2009-01-25T11:28:48Z 2009-02-12T16:36:47Z <h2>PART III: Using Secret Questions</h2> <p><strong>Don't. Never ever use 'secret questions'</strong>. Read the paper from link number 5 from the MUST-READ list. You can ask Sarah Palin about that one, after her AOL email account got hacked during the presidential campaign because the answer to her 'security' question was... (wait for it) ... "Wasilla High School"!</p> <p>Even with user-specified questions, it is highly likely that most users will choose either:</p> <ul> <li><p>A 'standard' secret question like mother's maiden name or favourite pet</p></li> <li><p>A simple piece of trivia that anyone could lift from their blog, LinkedIn profile, or similar</p></li> <li><p>Any question that is easier to answer than guessing their password. Which, for any decent password, is every question conceivable.</p></li> </ul> <p><strong>In conclusion, security questions are inherently insecure in all their forms and variations, and should never be employed in an authentication scheme for any reason.</strong></p> <p>The only reason anyone still uses security questions is that is saves the cost of a few support calls from users who can't remember their email passwords to get to their reactivation codes. At the expense of security and Sara Palin's reputation, that is. Worth it? You be the judge.</p> <p><strong><a href="#477579" rel="nofollow">&lt;&lt;&lt;prev</a></strong> | <strong><a href="#477583" rel="nofollow">next&gt;&gt;&gt;</a></strong></p> http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477578#477578 23 Answer by Jens Roland for The Definitive Guide To Website Authentication (beta) Jens Roland 2009-01-25T11:27:46Z 2009-02-12T16:30:01Z <h2>PART I: How To Log In</h2> <ol> <li><p>As a rule, don't use CAPTCHAs. They are annoying, often aren't human-solvable, most of them are ineffective against bots, all of them are ineffective against cheap third-world labor (according to OWASP, the current sweatshop rate is $12 per 500 tests), and CAPTCHAs are technically illegal in most countries (see link number 1 from the MUST-READ list). If you MUST use a CAPTCHA, for the love of God, don't write your own. Use reCAPTCHA. At least it's OCR-hard by definition (since it uses already OCR-misclassified book scans).</p></li> <li><p>The <strong>only</strong> (currently practical) way to protect against login interception (packet sniffing) during login is by using a certificate-based encryption scheme (e.g. SSL) or a proven &amp; tested challenge-response scheme (e.g. the Diffie-Hellman-based SRP). <em>Any other method can be easily circumvented</em> by an eavesdropping attacker. On that note: hashing the password client-side (e.g. with Javascript) is useless unless it is combined with one of the above - ie. either securing the line with strong encryption or using a tried-and-tested challenge-response mechanism (if you don't know what that is, just know that it is one of the most difficult to prove, most difficult to design, and most difficult to implement concepts in digital security). Hashing the password <em>is</em> effective against <strong>password disclosure</strong>, but not against replay attacks, Man-In-The-Middle attacks / hijackings, or brute-force attacks (since we are handing the attacker both username, salt and hashed password).</p></li> </ol> <h3>Continued...</h3> <ul> <li><a href="#477579" rel="nofollow">PART II: How To Remain Logged In - The Infamous "Remember Me" Checkbox</a></li> <li><a href="#477580" rel="nofollow">PART III: Using Secret Questions</a></li> <li><a href="#477583" rel="nofollow">PART IV: Forgotten Password Functionality</a></li> <li><a href="#477584" rel="nofollow">PART V: Checking Password Strength</a></li> <li><a href="#477585" rel="nofollow">PART VI: Much More - Or: Preventing Rapid-Fire Login Attempts</a></li> <li><a href="#477586" rel="nofollow">PART VII: Distributed Brute Force Attacks</a></li> </ul> http://stackoverflow.com/questions/522315/minify-an-entire-directory-while-keeping-element-style-script-relationships/534632#534632 4 Answer by Jens Roland for Minify an Entire Directory While Keeping Element/Style/Script Relationships? Jens Roland 2009-02-10T22:55:24Z 2009-02-10T22:55:24Z <p>What you're looking for isn't minifying, but compression. Minifying by definition <em>only</em> removes whitespace, since shortening identifiers alters the interface, potentially breaking external scripts that depend on it. For this reason, minifying is inherently 'safer' than compression, although in a closed system (ie. an encapsulated web app), compression can be a good idea.</p> <p><strong>For Javascript</strong>, most people use the <a href="http://developer.yahoo.com/yui/compressor/" rel="nofollow">YUI Compressor</a> or <a href="http://dean.edwards.name/packer/" rel="nofollow">Dean Edwards' Packer</a>.</p> <p><strong>For CSS</strong>, there are plenty of tools for 'optimizing' the styles, but I don't know of any that shorten class names as well. The reasons for this could be several:</p> <ol> <li>To compress a CSS file, the script would need to know all HTML files that include it, in order to change the class and id references within them. Depending on your web site's size and structure, his could be non-trivial.</li> <li>After compression, semantic HTML becomes less readable, as <code>&lt;span class="image_caption"&gt;</code> turns into <code>&lt;span class="a12"&gt;</code>, or worse yet, <code>&lt;p id="a12"&gt;</code>.</li> </ol> <p>It would definitely be possible to do something like what you describe (and I'm actually working on a personal CMS/framework that <em>will</em>), but for it to be maintainable, it would probably have to be an integrated part of a tightly structured CMS, compressing all files 'behind the scenes' whenever a new change is published, while keeping all the original files so the site can be maintained as a whole.</p> http://stackoverflow.com/questions/26280/favorite-web-host/530019#530019 21 Answer by Jens Roland for Favorite web host. Jens Roland 2009-02-09T21:18:09Z 2009-02-09T21:38:03Z <p>Rather than just telling you my preference, let me teach a man to fish... so to speak. We can all name one or two hosts that we personally think are excellent, but most subjective advice like that won't help you at all, even after 10 or 20 upvotes.</p> <p>Fact of the matter is, most of the popular web hosting providers are hit-n-miss experiences. IF you happen to end up on one of the 'lucky' servers, that you share with a bunch of static web sites with niche appeal, you'll be getting great uptime, no server crashes and great response times. If you happen to be on an 'unlucky' server, you'll be cursing the name of your web host every single day.</p> <p>Because of this, for nearly every hosting provider out there, there are ten guys praising it to high heaven and ten other guys ready to burn down the company. <strong>What you need isn't a bunch of coders in a shouting match, but the means to finding your way in the hosting jungle.</strong></p> <p>And here it is: <a href="http://www.webhostingtalk.com/" rel="nofollow">The WebHostingTalk Forum (WHT)</a>. That's where web hosting geeks meet to discuss this question - essentially an entire forum dedicated to tracking, analyzing and discussing which web hosts are crooks and which are the 'real deal'. And these guys are good.</p> <p>What you want to do, is take a few days (or a week if you're serious) to research the latest advice from the WHT forum. They will probably tell you to stay away from all the major players, like BlueHost, GoDaddy, DreamHost, pair Networks, HostGator, Media Temple, etc., and instead lead you to one of five or six slightly smaller providers, most of which you've probably never even heard of. These are the real gems that the pros use, the well-kept secrets of web hosting. The places with 100% uptime, good prices (though not unrealistically so), honest staff and <strong>great support</strong>, more features than you'll ever need, and very few users per shared server.</p> <p><strong>Listen to the guys at WHT, and you will <em>not</em> regret it</strong></p> <p>P.S.: oh, what the hell, I'll tell you my favorite host (by advice from the guys at WHT): <a href="http://client.innohosting.com/aff.php?aff=118" rel="nofollow">InnoHosting</a></p> <p>(<em>full disclosure: After moving all my own domains to InnoHosting, I have been praising and recommending them to all my friends and contacts, so now they give me a little discount whenever I refer clients to them. If you don't want that, just use this link instead of the one above:</em> <a href="http://innohosting.com/" rel="nofollow">InnoHosting</a>)</p> http://stackoverflow.com/questions/513953/i-am-compiling-a-rules-of-programming-mindset-for-my-team-what-are-yours/513976#513976 13 Answer by Jens Roland for I am compiling a Rules of Programming Mindset for my team: What are yours? Jens Roland 2009-02-05T00:13:30Z 2009-02-09T10:27:09Z <p><strong>Test Driven Development (TDD) makes coders sleep better at night</strong></p> <blockquote> <p>Just to clarify: Some people seem to think TDD is just an incompetent coder's way of limping from A to B without borking everything up too much, and that if you know what you're doing, that means there is no need for (unit) testing methodologies. <em>That completely misses the point of Test Driven Development.</em> TDD is about three (update: apparently four) things:</p> <ol> <li><p><strong>Refactoring magic</strong>. Having a full set of tests means you can make otherwise insane refactoring stunts, juggling the entire structure of your application without missing even one of the two hundred crazy subtle side effects that result from it. Even the best programmers are reluctant to refactor their core classes and interfaces without good (unit) test coverage, because it's damn near impossible to track down all the little 'ripple effects' it causes without them.</p></li> <li><p><strong>Detecting pitfalls early</strong>. If you are writing tests the right way, it means forcing yourself to consider all the fringe cases. Often, this leads to better design choices once the actual development begins, because the coder has already considered some of the trickier situations that may call for a different inheritance structure or a more flexible design pattern. The need for these changes is often not apparent - or intuitive - during initial planning and analysis, but those exact changes can make the application much easier to extend and maintain down the line.</p></li> <li><p><strong>Ensuring that tests get written</strong>. TDD requires you to write the tests before writing the code. Sure, that can be a pain in the ass, since writing tests is tedious compared to writing <em>actual</em> code - and often takes longer, too. However, doing so is the only way to make sure the tests will be written at all. If you think you'll remember to write the tests once the code is done, you're almost always wrong.</p></li> <li><p><strong>Forcing you to write better code</strong>. Since TDD forces all code to be testable (you don't write code before there is a test for it), it requires you write more decoupled code so that you can test the components in isolation. So TDD forces you to write better code. (<em>Thanks, Esko</em>)</p></li> </ol> </blockquote> http://stackoverflow.com/questions/450835/how-do-you-stop-scripters-from-slamming-your-website-hundreds-of-times-a-second/526333#526333 6 Answer by Jens Roland for How do you stop scripters from slamming your website hundreds of times a second? Jens Roland 2009-02-08T20:45:14Z 2009-02-08T20:50:45Z <p>First, let me recap what we need to do here. I realize I'm just paraphrasing the original question, but it's important that we get this 100% straight, because there are a lot of great suggestions that get 2 or 3 out of 4 right, but as I will demonstrate, you will need a multifaceted approach to cover all of the requirements.</p> <p><strong>Requirement 1: Getting rid of the 'bot slamming':</strong></p> <p>The rapid-fire 'slamming' of your front page is hurting your site's performance and is at the core of the problem. The 'slamming' comes from both single-IP bots and - supposedly - from botnets as well. We want to get rid of both.</p> <p><strong>Requirement 2: Don't mess with the user experience:</strong></p> <p>We could fix the bot situation pretty effectively by implementing a nasty verification procedure like phoning a human operator, solving a bunch of CAPTCHAs, or similar, but that would be like forcing every innocent airplane passenger to jump through crazy security hoops just for the slim chance of catching the very stupidest of terrorists. Oh wait - we actually do that. But let's see if we can <em>not</em> do that on woot.com.</p> <p><strong>Requirement 3: Avoiding the 'arms race':</strong></p> <p>As you mention, you don't want to get caught up in the spambot arms race. So you can't use simple tweaks like hidden or jumbled form fields, math questions, etc., since they are essentially obscurity measures that can be trivially autodetected and circumvented.</p> <p><strong>Requirement 4: Thwarting 'alarm' bots:</strong></p> <p>This may be the most difficult of your requirements. Even if we can make an effective human-verification challenge, bots could still poll your front page and alert the scripter when there is a new offer. We want to make those bots infeasible as well. This is a stronger version of the first requirement, since not only can't the bots issue performance-damaging rapid-fire requests -- they can't even issue enough repeated requests to send an 'alarm' to the scripter in time to win the offer.</p> <p><hr /></p> <p>Okay, so let's se if we can meet all four requirements. First, as I mentioned, no one measure is going to do the trick. You will have to combine a couple of tricks to achieve it, and you will have to swallow two annoyances:</p> <ol> <li>A small number of users will be required to jump through hoops</li> <li>A small number of users will be unable to get the special offers</li> </ol> <p>I realize these are annoying, but if we can make the 'small' number <em>small enough</em>, I hope you will agree the positives outweigh the negatives.</p> <p><strong>First measure: User-based throttling:</strong></p> <blockquote> <p>This one is a no-brainer, and I'm sure you do it already. If a user is logged in, and keeps refreshing 600 times a second (or something), you stop responding and tell him to cool it. In fact, you probably throttle his requests significantly sooner than that, but you get the idea. This way, a logged-in bot will get banned/throttled as soon as it starts polling your site. This is the easy part. The unauthenticated bots are our real problem, so on to them:</p> </blockquote> <p><strong>Second measure: Some form of IP throttling, as suggested by nearly everyone:</strong></p> <blockquote> <p>No matter what, you will have to do <em>some</em> IP based throttling to thwart the 'bot slamming'. Since it seems important to you to allow unauthenticated (non-logged-in) visitors to get the special offers, you only have IPs to go by initially, and although they're not perfect, they <em>do</em> work against single-IP bots. Botnets are a different beast, but I'll come back to those. For now, we will do some simple throttling to beat rapid-fire single-IP bots.</p> <p>The performance hit is negligable if you run the IP check before all other processing, use a proxy server for the throttling logic, and store the IPs in a memcached lookup-optimized tree structure.</p> </blockquote> <p><strong>Third measure: Cloaking the throttle with cached responses:</strong></p> <blockquote> <p>With rapid-fire single-IP bots throttled, we still have to address slow single-IP bots, ie. bots that are specifically tweaked to 'fly under the radar' by spacing requests slightly further apart than the throttling prevents.</p> <p>To instantly render slow single-IP bots useless, simply use the strategy suggested by abelenky: serve 10-minute-old cached pages to all IPs that have been spotted in the last 24 hours (or so). That way, every IP gets one 'chance' per day/hour/week (depending on the period you choose), and there will be no visible annoyance to real users who are just hitting 'reload', except that they don't win the offer.</p> <p>The beauty of this measure is that is <strong>also</strong> thwarts 'alarm bots', as long as they don't originate from a botnet.</p> <p>(I know you would probably prefer it if real users were allowed to refresh over and over, but there is no way to tell a refresh-spamming human from a request-spamming bot apart without a CAPTCHA or similar)</p> </blockquote> <p><strong>Fourth measure: reCAPTCHA:</strong></p> <blockquote> <p>You are right that CAPTCHAs hurt the user experience and should be avoided. However, in *<em>one</em>* situation they can be your best friend: If you've designed a very restrictive system to thwart bots, that - because of its restrictiveness - also catches a number of false positives; then a CAPTCHA served <em>as a last resort</em> will allow those real users who get caught to slip by your throttling (thus avoiding annoying DoS situations).</p> <p>The sweet spot, of course, is when ALL the bots get caught in your net, while extremely few real users get bothered by the CAPTCHA.</p> <p>If you, when serving up the 10-minute-old cached pages, also offer an alternative, <em>optional</em>, CAPTCHA-verified 'front page refresher', then humans who <strong>really</strong> want to keep refreshing, can still do so without getting the old cached page, but at the cost of having to solve a CAPTCHA for each refresh. That <em>is</em> an annoyance, <strong>but an optional one</strong> just for the die-hard users, who tend to be more forgiving because they <em>know</em> they're gaming the system to improve their chances, and that improved chances don't come free.</p> </blockquote> <p><strong>Fifth measure: Decoy crap:</strong></p> <blockquote> <p>Christopher Mahan had an idea that I rather liked, but I would put a different spin on it. Every time you are preparing a new offer, prepare two other 'offers' as well, that no human would pick, like a 12mm wingnut for $20. When the offer appears on the front page, put all three 'offers' in the same picture, with numbers corresponding to each offer. When the user/bot actually goes on to order the item, they will have to pick (a radio button) which offer they want, and since most bots would merely be guessing, in two out of three cases, the bots would be buying worthless junk.</p> <p>Naturally, this doesn't address 'alarm bots', and there is a (slim) chance that someone could build a bot that was able to pick the correct item. However, the risk of accidentally buying junk should make scripters turn entirely from the fully automated bots.</p> </blockquote> <p><strong>Sixth measure: Botnet Throttling:</strong></p> <blockquote> <p>[deleted]</p> </blockquote> <p>Okay............ I've now spent most of my evening thinking about this, trying different approaches.... global delays.... cookie-based tokens.. queued serving... 'stranger throttling'.... And it just doesn't work. It doesn't. I realized the main reason why you hadn't accepted any answer yet was that noone had proposed a way to thwart a distributed/zombie net/botnet attack.... so I really wanted to crack it. I believe I cracked the botnet problem for authentication in a <a href="http://stackoverflow.com/questions/479233/what-is-the-best-distributed-brute-force-countermeasure" rel="nofollow">different thread</a>, so I had high hopes for your problem as well. But my approach doesn't translate to this. You only have IPs to go by, and a large enough botnet doesn't reveal itself in any analysis based on IP addresses.</p> <p><strong>So there you have it</strong>: My sixth measure is naught. Nothing. Zip. Unless the botnet is small and/or fast enough to get caught in the usual IP throttle, I don't see <strong><em>any</em></strong> effective measure against botnets that doesn't involve explicit human-verification such as CAPTHAs. I'm sorry, but I think combining the above five measures is your best bet. And you could probably do just fine with just abelenky's 10-minute-caching trick alone.</p> http://stackoverflow.com/questions/449437/logging-in-background-details/525963#525963 0 Answer by Jens Roland for Logging In: Background Details Jens Roland 2009-02-08T16:13:12Z 2009-02-08T16:26:31Z <p>As others have mentioned, login procedures vary depending on implementation, but the basic case (simple web app authentication) uses something like the following pseudocode:</p> <pre><code>function login(username, password) { user = db-&gt;get_user(username) if (user == false) { report_error("Unknown username") exit } if (user-&gt;password != hash(password)) { report_error("Incorrect password") exit } // User authenticated, set session cookie session-&gt;set_data('current_user', user-&gt;username) } </code></pre> <p>Of course, in most cases, it gets a little more involved than that, but every login function starts its life looking essentially like the above. Now, if we add autologin ("remember me") to the mix, we get something like this:</p> <pre><code>function login(username, password, remember_me) { user = db-&gt;get_user(username) if (user == false) { report_error("Unknown username") exit } if (user-&gt;password != hash(password)) { report_error("Incorrect password") exit } // User authenticated, set session cookie session-&gt;set_data('current_user', user-&gt;username) if (remember_me == true) { cookie_token = random_string(50) set_cookie('autologin_cookie', cookie_token, ONE_MONTH) // Finally, save a hash of the random token in the user table db-&gt;update_user(user, 'autologin_token', hash(cookie_token)) } } </code></pre> <p>Plus the function to perform the automatic login if there is a cookie present:</p> <pre><code>function cookie_login() { cookie = get_cookie('autologin_cookie') if (cookie == false) { return false } // Only for demonstration; cookie should always include username as well user = db-&gt;get_user_by_cookie(cookie) if (user == false) { // Corrupt cookie data or deleted user return false } // User authenticated, set session cookie session-&gt;set_data('current_user', user-&gt;username) return true } </code></pre> <p><strong>NOTE:</strong> The above isn't a 'best practices' approach, and it's not very secure. In production code, you would always include a user identifier in the cookie data, use several levels of throttling, store data on failed and successful logins, etc. All of this has been stripped away to make the basic structure of authentication simple to follow.</p> <p>Anyway, I hope this is what you were looking for, koldfyre. I don't know your background, but if you're unsure of how <a href="http://www.w3schools.com/PHP/php_sessions.asp" rel="nofollow">sessions</a> and <a href="http://www.w3schools.com/PHP/php_cookies.asp" rel="nofollow">cookies</a> work, you should read up on them separately, and if you need more elaborate details, just ask.</p> <p>P.S.: You may also want to check the question "<a href="http://stackoverflow.com/questions/549/477578#477578">The Definitive Guide To Website Authentication</a>" for best practice approaches</p> http://stackoverflow.com/questions/523399/most-significant-present-day-ai-developments/523576#523576 1 Answer by Jens Roland for Most significant present-day AI developments? Jens Roland 2009-02-07T10:24:40Z 2009-02-07T10:24:40Z <p>Actually, AI research is having a renaissance and has been for the past 5-8 years or so.</p> <blockquote> <p>Back when neural networks were all the rage in the 70s and 80s, they were showing such promise in solving simple tasks that people's hopes were sky-high for the whole field of AI. Then, when it turned out to be very difficult to move on from the very simple tasks to real-world problems like language acquisition, a lot of people became disillusioned. <em>Until recently, that is.</em></p> </blockquote> <p>I am not the best person to ask -- being no AI expert -- but I believe some of the most promising areas are:</p> <ol> <li>Semantic <a href="http://www.powerset.com/" rel="nofollow">search</a> and data mining (including text classification)</li> <li><a href="http://en.wikipedia.org/wiki/Statistical_machine_translation" rel="nofollow">Statistical machine translation</a></li> <li>'Real intelligence' HTMs (read <a href="http://en.wikipedia.org/wiki/Jeff_Hawkins" rel="nofollow">Jeff Hawkins</a>' <a href="http://en.wikipedia.org/wiki/On_Intelligence" rel="nofollow">On Intelligence</a>)</li> <li>Relevance / Recommendation engines (essentially a hybrid of data mining and network analysis)</li> <li>Visual object recognition</li> </ol> http://stackoverflow.com/questions/374203/opinions-sought-is-it-better-to-do-roll-your-own-or-ready-built-forum-software/520382#520382 1 Answer by Jens Roland for Opinions sought: Is it better to do roll-your-own or ready-built forum software? Jens Roland 2009-02-06T14:05:39Z 2009-02-06T14:05:39Z <p>One of the best-kept secrets on the internets is a little gem called <a href="http://en.wikipedia.org/wiki/FUDforum" rel="nofollow">FUDforum</a>, by <a href="http://ilia.ws/" rel="nofollow">Ilia Alshanetsky</a>.</p> <blockquote> <p>And yes, it's the same Ilia who wrote xDebug's original profiler code, improved the caching in MMcache, fixed several security bugs in libmcrypt, and who was the release manager for the PHP <em>language</em> from 4.3.3 to 4.3.6+. He is, as my friends in Boston would say, <strong>wicked smaart</strong>.</p> </blockquote> <p>Because of this, FUDforum is robust, <strong>ridiculously fast</strong> and more secure than probably any other part of your web application will ever be. It comes with a neat install script and it has all the features you'll need.</p> <p>Plus, it's not a high-profile target like phpBB or vBulletin, which means you won't have to worry about spambots constantly banging on the gates.</p> http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477578#477578 Comment by Jens Roland on The Definitive Guide To Website Authentication (beta) Jens Roland 2009-06-28T22:58:45Z 2009-06-28T22:58:45Z Niyaz: because separating it into parts makes it possible for the reader to skip (and link) to the parts he's currently working on, and keeps the comments grouped by subtopic http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477584#477584 Comment by Jens Roland on The Definitive Guide To Website Authentication (beta) Jens Roland 2009-04-10T18:47:41Z 2009-04-10T18:47:41Z True, but we can't prevent people from being morons, we can only 1) educate (on how to pick easy-to-remember-but-hard-to-crack passwords), and 2) enforce minimum standards. http://stackoverflow.com/questions/432922/significant-new-inventions-in-computing-since-1980/461070#461070 Comment by Jens Roland on Significant new inventions in computing since 1980 Jens Roland 2009-03-21T01:06:09Z 2009-03-21T01:06:09Z I know about architectural design patterns, but my point is still valid. The car was still invented in the late 1800s even if the locomotive existed before then. Software patterns are a different beast. http://stackoverflow.com/questions/639760/tile-scrolling-preloading-google-maps-style-of-html-layers-with-ajax/640962#640962 Comment by Jens Roland on Tile scrolling / preloading (Google Maps style) of HTML layers with Ajax Jens Roland 2009-03-15T04:42:33Z 2009-03-15T04:42:33Z Actually this might be more than I need, but it's a really helpful answer for anyone who comes here to solve a similar problem. Accepted http://stackoverflow.com/questions/346980/what-code-igniter-authentication-library-is-best/476902#476902 Comment by Jens Roland on What Code Igniter authentication library is best? Jens Roland 2009-03-11T02:25:11Z 2009-03-11T02:25:11Z I am still on it, ran into a nasty architecture problem and had to choose between hacking together a quick workaround (that would work just fine but suffer from tight coupling), or sit back and think hard about how to do it <i>right</i>. I chose the latter option, and still haven't cracked it :D http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta/477585#477585 Comment by Jens Roland on The Definitive Guide To Website Authentication (beta) Jens Roland 2009-03-06T00:14:47Z 2009-03-06T00:14:47Z @LuckyLindy: Because an attacker could then abuse that to lock out any user he wanted. That's the DoS (Denial of Service) attack I mention http://stackoverflow.com/questions/600918/reinventing-cms/601280#601280 Comment by Jens Roland on Reinventing CMS Jens Roland 2009-03-02T08:24:43Z 2009-03-02T08:24:43Z Yes..... But I must say though, from what I've read about Umbraco, it sounds pretty amazing. http://stackoverflow.com/questions/600918/reinventing-cms Comment by Jens Roland on Reinventing CMS Jens Roland 2009-03-02T02:17:03Z 2009-03-02T02:17:03Z @Andy: I can respect that. That version comment was a crime of passion. http://stackoverflow.com/questions/600918/reinventing-cms/600941#600941 Comment by Jens Roland on Reinventing CMS Jens Roland 2009-03-02T01:53:41Z 2009-03-02T01:53:41Z Thanks for the compliment, although I've changed it to something far less pithy now, to satisfy the vultures circling above :) http://stackoverflow.com/questions/600918/reinventing-cms Comment by Jens Roland on Reinventing CMS Jens Roland 2009-03-02T01:33:01Z 2009-03-02T01:33:01Z @Greg: I understand, but my choice of language was referring to the alliteration in the post, and there is no reason why the OP can't let his own opinion shine through. The problem here is that too many SO users are simply unable to read between the lines and/or think in ANY abstract terms http://stackoverflow.com/questions/519156/would-a-stackunderflow-com-site-for-offtopic-questions-be-heresy Comment by Jens Roland on Would a Stackunderflow.com site for offtopic questions be heresy? Jens Roland 2009-03-02T01:22:13Z 2009-03-02T01:22:13Z I honestly think this should be considered NOW. I just had another question closed within 10 minutes of posting it -- and it was both relevant and programming related. People here have crazy trigger fingers for closing questions. We NEED a bufferunderrun.com site!!!!! http://stackoverflow.com/questions/600918/reinventing-cms Comment by Jens Roland on Reinventing CMS Jens Roland 2009-03-02T01:15:11Z 2009-03-02T01:15:11Z Enough of this, I'm deleting the question as soon as the system will let me (another 40 hours or so) http://stackoverflow.com/questions/600918/reinventing-cms Comment by Jens Roland on Reinventing CMS Jens Roland 2009-03-02T01:13:54Z 2009-03-02T01:13:54Z I noticed - and frankly I'm disappointed. With so many good questions being court marshalled like this, SO is beginning to look more and more like a clique of grumpy betatesters, and it's killing the site http://stackoverflow.com/questions/572593/what-are-the-best-javascript-flash-frameworks-to-render-graphs-or-charts-from-dat/572628#572628 Comment by Jens Roland on What are the best Javascript/Flash frameworks to render graphs or charts from data? Jens Roland 2009-02-26T13:42:00Z 2009-02-26T13:42:00Z I've tested literally dozens of charting scripts, server-side and client-side (I got kinda obsessed with visualizations for a while), and flot blows all the others away, even the Google Charts API. http://stackoverflow.com/questions/548399/what-php-application-design-design-patterns-do-you-use/581310#581310 Comment by Jens Roland on What PHP application design/design patterns do you use? Jens Roland 2009-02-24T13:20:06Z 2009-02-24T13:20:06Z +1 for placing security first, and qualifying it well