Luís Marques

Results 44 comments of Luís Marques

I think what was happening is that when I wanted to go back to the thread list page I would start to move my eyes to the top of the...

In the new navigation bar you now have the current item show up in the list. I think that interacts badly with the left triangle (◀). I used to interpret...

I see you've been busy! I looks nice the new layout. Although there seems to be an (unrelated) bug with deleted threads. For instance, a spam thread of "Safe Weight...

I checked the implementation. It tracks the read status of individual posts. The code is not exactly pretty, and the implementation strategy might surprise you. It implements a bit array...

But why have a _single_ DB field encoding the read status of all the posts for a given user? (or even for a given forum, for a given user). Wouldn't...

I got the data, I'll produce some statistics. On Mon, May 5, 2014 at 1:29 PM, Sönke Ludwig [email protected]: > The idea behind it is that most parts of the...

About the stats, a detailed analysis will take some time. I did a plot of the bit array, generating _huge_ bitmaps, and visually found at least an issue that might...

I also think that this is important. What I find weird is that not only are the times not relative to `now()`, but that they are also neither formatted to...

BTW, as in #11, the reload does not keep the text of the post. Fortunately, the browser's back button does. It would be nice if errors kept the text, as...

@klickverbot No, I didn't try it. My knowledge of LLVM is somewhat limited ATM, so those kind of suggestions help. I'll try that and @kinke's suggestion, and get back to...