<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for Philipp</title><link>http://disqus.com/by/Philipp/</link><description></description><atom:link href="http://disqus.com/Philipp/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 13 Jan 2008 21:49:47 -0000</lastBuildDate><item><title>Re: Implementing a great final project</title><link>http://e168f07.7fff.com/2007/12/22/implementing-a-great-final-project/#comment-75942</link><description>&lt;p&gt;"If I am not already logged in, I should be given an opportunity to log in." sort of implies that once the user logs in they are magically sent to the /invitations/invite/### URL.  The existing code does does, in a very primitive way, give "an opportunity to log in", but then bumps you to the main page, rather than taking you where you had initially asked to go.  May we assume that once they log in they can click on the link in the email again and we take them to the correct page, or are we expected to implement some kind of more-intelligent login system as well?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp</dc:creator><pubDate>Sun, 13 Jan 2008 21:49:47 -0000</pubDate></item><item><title>Re: Assignment 4; due Nov. 11</title><link>http://e168f07.7fff.com/assignments/assignment-4/#comment-8252</link><description>&lt;p&gt;Also, change it in "test/migration/reference.yml" or "rake e168:test:migrations" won't work.&lt;br&gt;I have the feeling I'm making life harder for myself, sometimes :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp</dc:creator><pubDate>Sun, 04 Nov 2007 18:18:48 -0000</pubDate></item><item><title>Re: Assignment 4; due Nov. 11</title><link>http://e168f07.7fff.com/assignments/assignment-4/#comment-8065</link><description>&lt;p&gt;In case anyone prefers to use cygwin rather than the command prompt on Windows, you'll have discovered that you can't do much with the database the way the code stands.  (e.g. any rake tasks get an error looking for "/tmp/mysql.sock")&lt;br&gt;I've discovered that changing "localhost" to "127.0.0.1" in "config/database.yml" takes care of the problem.  I guess it tries to access it differently depending on that setting.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp</dc:creator><pubDate>Sat, 03 Nov 2007 23:48:33 -0000</pubDate></item><item><title>Re: Your one-liners?</title><link>http://e168f07.7fff.com/2007/10/24/your-one-liners/#comment-6409</link><description>&lt;p&gt;Plus, you can't censor things containing a mix of word and non-word characters.  If you put "can't" in your banned word list, it won't be filtered out.&lt;br&gt;I'll leave the substring-based solution to someone else.&lt;br&gt;Also, what I posted censors case-sensitively.  That probably ought to be corrected, too.  Making it:&lt;br&gt;     &lt;a href="http://d.map" rel="nofollow noopener" target="_blank" title="d.map"&gt;d.map&lt;/a&gt; {|b| b.upcase}.include?(w.upcase)&lt;br&gt;should take case of that.&lt;br&gt;Oneliners that try to cover all the bases seem to get quite ornate.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp</dc:creator><pubDate>Sat, 27 Oct 2007 22:22:59 -0000</pubDate></item><item><title>Re: Your one-liners?</title><link>http://e168f07.7fff.com/2007/10/24/your-one-liners/#comment-6408</link><description>&lt;p&gt;This is a little tricky, since punctuation gets in the way (you can't use a plain "split" because those "Indians" at the end have a trailing ".")&lt;br&gt;I think this covers most situations, but "\b" may be a little obscure.&lt;/p&gt;&lt;p&gt;s.split(/\b/).map {|w| d.include?(w) ? w[0].chr + "*" * (w.length - 1) : w}.join&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp</dc:creator><pubDate>Sat, 27 Oct 2007 22:16:10 -0000</pubDate></item></channel></rss>