Posts
Pocket - Autopost to Twitter via IFTTT and Buffer
I have a pleasant setup for saving articles from Twitter for later in Pocket, adding tags to articles. Reading the articles and marking them as read in Pocket. When marked as read there’s a trigger in IFTTT which adds the read article to Buffer which then post my read article back to twitter with my hashtags applied. I will not go into the basic of all the services, that is for you to explorer.
My first python script
My first python script! Woohoo to me! I’m working with a file and using a for-loop. It is crazy.
NemID challenges as a module through webservices
As I mentioned in an earlier post Thoughts about NemID versus Payment gatways, my setup is based on webservices. In this article I will elaborate on how it works and some of the thoughts, troubles, challenges behind my solution.
Thoughts about NemID versus Payment gateways
I’ve been working with implementing NemID, since 2010 and it has alway baffled me why DanID are doing it the way they do. I will not discuss the bad or good descision when it comes to JAVA or the centralization of the service, but merely compare it to how we pay for our goods on a online shop.
cURL with PHP to fetch JSON data
I’ve been fiddling around with PHP and cURL vs. IIS and I finally got to work.