Search results

  1. M

    Redis HyperLogLog

    https://news.ycombinator.com/item?id=7506774 Redis new data structure: the HyperLogLog - Antirez weblog For scraping, this is incredible, but I bet there's a bunch of uses.
  2. M

    Stupid political stuff I see on the street

    Brought to you by the "KingofSP removal of politics committee"
  3. M

    Need a Scraper or a Web App?

    I'm coming to the end of a few projects, so I'm looking to take on a few more clients. I'm really good at two things: Web Scrapers Web Apps Want a web scraper with a web app frontend? What a great idea! I'm all about Python as my server-side language, so please don't ask me to work on...
  4. M

    Looks like it's time to retire my redis based queue system

    https://github.com/nvie/rq This looks fantastic. Add in: https://github.com/ui/rq-scheduler https://github.com/nvie/rq-dashboard And I think we've got a stew going. inb4 celery blah blah blah zzzzzzzzzz.
  5. M

    A good resource on the principles behind functional programming?

    I know a bit, but I feel not enough. Not really interested in language specific stuff, but I feel a certain Texan is going to push that on me anyways :)
  6. M

    "Social Democrats hate it"

    How an Economy Grows, and Why It Doesn't - Imgur :rasta:
  7. M

    Why Digital Ocean Rocks

    So, I needed a fresh linux box to run some tests. I go to Digital Ocean, select how much memory I want, what datacenter, and what linux version. One minute later I can ssh in, no password needed, as DO is nice enough to add my ssh key to all new machines by default. I scp my shell script to the...
  8. M

    Tier Blaster

    Spam still works, you just can’t be as obvious these days. One nice technique? Bulk links to your tiers, to get the juices flowing. Tier Blaster is designed to dump a load of spam at your tier 1 or tier 2 links over a couple of days. Every time I’ve done this, I see a nice bump up in rankings...
  9. M

    huehuheheuheuhe

  10. M

    mmmmmmmmmmmmmmm

    Faker by joke2k hehehehehehehehehehhehehehehehhehehe :hitit_sml: :1bluewinky: :glowingeyes_sml:
  11. M

    Tier Blaster

    This is Tier Blaster Spam still works, you just can’t be as obvious these days. One nice technique? Bulk links to your tiers, to get the juices flowing. Tier Blaster is designed to dump a load of spam at your tier 1 or tier 2 links over a couple of days. Every time I’ve done this, I see a nice...
  12. M

    2014

    Good read https://www.tbray.org/ongoing/When/201x/2014/01/01/Software-in-2014
  13. M

    My Airport Review

    So, unsurprisingly, I was stopped again at Edinburgh Airport for extra screening this morning (I don't think they like me). I told the stormtrooper or whatever his title is how much it had failed last time (15 attempts - government efficiency in action), but he assured me that a new scanner...
  14. M

    Wrangle Your Data

    Beyond the dict - Python Tools to Wrangle Data from CSV Up - Imran Haque on Vimeo :banana_sml:
  15. M

    NicheOutreach - Mostly Automated White Hat Niche Links

    Introducing NicheOutreach Simply put, NicheOutreach allows you to build a ton of links. No, not spammy links that Google hates, but niche relevant, manually submitted WHITE HAT blog comments. Good comments tend to get direct traffic as well, neat huh? Why do you need this, you say? Well...
  16. M

    Dokku

    https://www.digitalocean.com/community/articles/how-to-use-the-dokku-one-click-digitalocean-image-to-run-a-php-app This is pretty neat. Dokku supports node, python, ruby as well.
  17. M

    Taking redis to the next level

    https://github.com/stephenmcd/hot-redis :ak:
  18. M

    They Died

  19. M

    Find root keyword from a bunch of longtails

    import collections for line in open('data.txt'): parts = line.split('\n')[0].split(' {')[1].split('|') counter = collections.Counter() for part in parts: words = part.split(' ') for i in range(1, len(words)+1): counter[tuple(words[:i])] +=1...
  20. M

    eVandals

    I love you and I miss you. I also forgot your skype name. Life is cruel. Come back into the light :smilie_weihn_winki: