This commit marks the end of an era for me -> https://t.co/LDMEz6i9 . Farewell, my dear web framework.
This commit marks the end of an era for me -> https://t.co/LDMEz6i9 . Farewell, my dear web framework.
Until very recently, the URLs for individual blog posts on this site looked something like:
http://mikeboers.com/blog/601/friendlier-and-safe-blog-post-urls
The 601 is the ID of this post in the site's database. I have always had two issues with this:
What they would ideally look like is:
http://mikeboers.com/blog/friendlier-and-safe-blog-post-urls
But since I tend to quickly get a new post up and then edit it a dozen times before I am satisfied (including the title) the URL would not be stable, and implementations I have seen in other blog platforms would force the URL to retain the original title of the post, not the current title.
So I have come up with something more flexible that gives me URLs very similar to what I want, but allow for (relatively) safe changes in the title of the post (and therefore the URL).
@akismet Just let me know (out of almost nowhere) how I could be using their API more effectively. Amazing support! http://t.co/FwWYQeL9
My site recently (finally) started to get hit by automated comment spam. There are few ways that one can traditionally deal with this sort of thing:
I decided to go with the last option, as offered by Akismet, the fine folks who also provide Gravatar (which I have talked about before). They have a free API (for personal use) that is really easy to integrate into whatever project you are working on.
Now it is time to try it out. I've been averaging about a dozen automated spam comments a day. With luck, none of them will show up here.
*crosses his fingers *
Update:
I was just in touch with Akismet support to offer them a suggestion regarding their documentation. Out of nowhere they took a look at the API calls I was making to their service and pointed out how I could modify it to make my requests more effective in catching spam!
That is spectacular support!
I recently discovered a charming web service called RoboHash which returns an image of a robot deterministically as a function of some input text. Take a gander at a smattering of random robots:







These would make an awesome fallback as an avatar for those without a Gravatar set up, since it will always give you the same robot if you enter the same email address. So of course I implemented it for this site!
I have pushed a lot of changes to my website in the last week.
\[ J_\alpha(x) = \sum_{m=0}^\infty \frac{(-1)^m}{m! \, \Gamma(m + \alpha + 1)}{\left({\frac{x}{2}}\right)}^{2 m + \alpha} \]
Hopefully that doesn't look like a jumble of backslashes. *crosses his fingers*
Seems like #Firefox has restored #WebSockets and added Server-Sent-Events. Hooray! Now we just have to wait a decade for IE to catch up.
I have finally pushed out the start of my new website. While not everything works quite yet, and some of the formatting has been lost in the transition from Posterous, it is at least good enough for me to start using it.
Things which still need work include: