Skip to content

Grey Panthers Savannah

    • About
    • Blog
    • Interesting
    • Projects & Ideas
Illustration of a bird flying.
  • Useful Cloudflare infos

    Trying to set up CloudFlare Access and it seems that some information are hard to find: The tunnel communicates over 7844/udp (important in case you want/have a restrictive firewall and/or your cloud provider requires to configure the node-independent firewall) The authenticated user is specified by the Cf-Access-Authenticated-User-Email header. Other useful headers can be Cf-Connecting-Ip or…

    July 24, 2022
  • A fresh start with… WordPress 🙂

    In 2016 I wrote A fresh start with Pelican. And now, 6 years later I’m writing this. Lots has changed since then and lots has stayed the same. It still fills me with joy writing texts that may be useful to somebody. So, what’s to like about WordPress? For one, it can do blogs (and…

    May 15, 2022
  • An interesting proof for Pythagoras’s theorem

    January 5, 2017
  • Finding the N-th word in a complete dictionary

    January 2, 2017
  • The limits of science

    September 8, 2016
  • A fresh start with Pelican

    Here we are in 2016, trying to start blogging again. Using Pelican is more complicate than it needs to be :-(.

    January 4, 2016
  • On benchmarks

    Numbers every programmer should know and their impact on benchmarks Disclaimer: I don’t mean to be picking on the particular organizations / projects / people who I’ll mention below. They are just examples of a larger trend I observed. Sometimes (most of the times?) we forget just how powerful the machines in our pockets /…

    March 28, 2014
  • Proxying pypi / npm / etc for fun and profit!

    Package managers for source code (like pypi, npm, nuget, maven, gems, etc) are great! We should all use them. But what happens if the central repository goes down? Suddenly all your continious builds / deploys fail for no reason. Here is a way to prevent that: Configure Apache as a caching proxy fronting these services.…

    February 5, 2014
  • Programming advent calendars for 2013

    Programming advent calendars are posts/articles for a particular topic posted daily between the 1st and 24th of December. They are modeled on the advent calendars received by children on some countries which contain 24 doors for the 24 days of advent and behind each door is a piece of chocolate or other surprise which the…

    December 4, 2013
  • Cleaning up Google AppEngine Mapreduce Jobs

    Do you use the Google MapReduce library on AppEngine? And do you have a lot of completed tasks which clutter your dashboard? Use the JS below by pasting it into your developer console to clean them up! (use it at your own risk, no warranty is provided :-)) schedule = function() { window.setTimeout(function() { var…

    November 12, 2013
←Previous Page
1 2 3 4 5 … 110
Next Page→

©2026 Grey Panther, powered by WordPress
Content licensed under a Creative Commons Attribution 4.0 International License, except where indicated otherwise.