Salvatore Sanfilippo
Salvatore Sanfilippo
I raised some concerns on Twitter about relying on the `redic` client, for a trivial _popularity_ argument, not anything else basically. @soveran proposed several solutions here: https://github.com/antirez/redimension/commit/37554bb7f564b44091b53bc735cb9e70706bee0d#commitcomment-14092099 I'm opening this...
Load81 programs are currently self-contained into a box without the ability to talk with the external world. Specifically they can't talk with other instances of the same program running in...
Hi all, many of you ask what will happen with Disque. Here is all the news: 1. The project is in the process of being translated to a Redis module....
The idea is that while we don't want to run consensus or alike to make sure the queue is a given length, it should have a more global meaning. Example...
HTML + CSS are terrible both as they are structured and how they are presented to the user.
Apparently the regexps used in order to parse keywords from Google referral URLs are broken nowadays. See the `search.php` file.
The code should use bignums via PHP bcmath or gmp libraries.
Users should be hashes, visits / pageviews for the day also grouped in hashes for given periods, and so forth. Currently only strings and lists are used by the system.
A new connection is created at every pageview.
The password is stored hashed with bcrypt but is sent in cleartext upon registration because there is now to restore an account with a lost password otherwise, nor to change...