Paging bluefeet, there is a PIVOT question to be answered.While that might seem like a joke, it has really happened, especially over on Stack Overflow. If you have seen any of my posts, then the chances are that I was answering a PIVOT question (or something similar). At this tim … | Continue reading
In the light of PRISM’s whistle blowing, many folks, like here, here, and here, are questioning whether the cloud is a viable option.This write-up, originally presented at PyCon Canada 2013 (slides, and video), and updated for PyCon Ireland (slides), is a look at what PRISM is, h … | Continue reading
In the light of PRISM’s whistle blowing, many folks, like here, here, and here, are questioning whether the cloud is a viable option.This write-up, originally presented at PyCon Canada 2013 (slides, and video), and updated for PyCon Ireland (slides), is a look at what PRISM is, h … | Continue reading
File: PDF Size: 417.11 Kb | Continue reading
WordPress Multisite ist seit der Zusammenlegung von MU und Single ab Version 3.0 populärer geworden. Nicht nur die Verwaltung meherer Sites, sondern auch in diversen Szenarios findet Multisite seinen Einsatz. Als ein Beispiel sei die Mehrsprachigkeits-Lösung genannt. In diesem Um … | Continue reading
Sometimes you don't feel like you're good enough, and that you're fooling everyone. You're not alone. | Continue reading
Recently, gcc added support rvalue references for *this. (Clang has supported it for quite a while now.) In this post, I show how to use this feature, and how it means we can finally define accessors and a few other things like operator= correctly. | Continue reading
TOSCA-MP will be present at the IBC Exhibition 2013 in Amsterdam (Sept. 13-17, 2013) at booth 8.F48 (next to hall 8) in the Future Zone. The following results will be shown: Search-system and Infrastructure for distributed repositories Automatic content and quality analysis modul … | Continue reading
Huge US chain ShakeShack opened in London the day after Five Guys. They’ve taken over a small shop in Covent Garden, with lots of outdoor and indoor seating in the market, and naturally, I had to try it. I really wanted to like ShakeShack, and it certainly has a lot going for it. … | Continue reading
File: PDF Size: 212.08 Kb | Continue reading
News reporting has seen a shift toward fast-paced online reporting in new sources such as social media. Web Search engines that support a news vertical have historically relied upon articles published by major newswire providers when serving news-related queries. In this paper, w … | Continue reading
News reporting has seen a shift toward fast-paced online reporting in new sources such as social media. Web Search engines that support a news vertical have historically relied upon articles published by major newswire providers when serving news-related queries. In this paper, w … | Continue reading
The WooCommerce stock status (In Stock, Out of stock) will only show if WooCommerce is managing the stock for you. I was working on a project and the client wanted the ability to manually set if the product was in stock or not. The code snippet below will allow you to show the st … | Continue reading
I recently ran a hands-on session at the SICSA Summer School on Big Data Information Visualisation on MapReduce and Hadoop. The aim was to teach students how to process Big Data in a fast scalable manner using the MapReduce programming paradigm. The students started with a simpl … | Continue reading
I recently ran a hands-on session at the SICSA Summer School on Big Data Information Visualisation on MapReduce and Hadoop. The aim was to teach students how to process Big Data in a fast scalable manner using the MapReduce programming paradigm. The students started with a simple … | Continue reading
I've always found it annoying that you can't set a different ul bullet colour through CSS. It should be as simple as: ul { color: red; } li { color: black; } But unfortunately CSS will render both black. I came across this again the other day in a project, and I was just about … | Continue reading
File: PDF Size: 117.83 Kb | Continue reading
Regular readers will know I loathe queuing for food, even more so because on the occasions I have queued to try the latest over-hyped burger it turns out to be just that – an overhyped disappointment, where (largely, ironic) style over substance wins. So, the thought of joining w … | Continue reading
Over 60 fragments from the Nidaros Cathedral repository have been scanned and post-processed. They are publicly available through the project website: www.presious.eu -> Resources -> 3D Data … | Continue reading
This blog will post news and items of interest related to the PRESIOUS project.See our website for a description of PRESIOUS:www.presious.eu | Continue reading
Besides the pre-customized solutions like the Arduino Ethernet Board (retired) or the Arduino Ethernet Shield, there is a favorable alternative to connect an Arduino Board to the internet: the ENC28J60 Ethernet Network Module. As Hans Crijns pointed out, it is possible to connect … | Continue reading
Mitchell Hashimoto About Writing Misc Mitchell Hashimoto Packer June 28, 2013 For the past two months, I've been heads down working on something new. There is still a lot of work left, but I believe it's time to show everyone what I've been up to. Today, I'm announcing Packer: an … | Continue reading
I’d been reliably informed by friends and a number of local magazines and blogs that Pim Pam Burgers were the best in Barcelona, so you can understand I was keen to try them out (even in spite of the ridiculous name). I arrived in the city for a wedding one Thursday lunchtime in … | Continue reading
As an engineer working on libraries and being someone carrying about APIs in general, I always struggle with writing proper error messages. Worse than these are actual warnings: how do you best convey to someone using your library that he might be doing something “suboptimal”. It … | Continue reading
Mitchell Hashimoto About Writing Misc Mitchell Hashimoto The Tao of Vagrant June 18, 2013 Before even installing Vagrant or seeing how it works, it is important to understand the high-level workflow of Vagrant in an actual working environment. These principles are collectively kn … | Continue reading
”Kulturen eller konsten har i sig inget egenvärde. Det har bara blivit monopoliserats av den som inte har annat livsinnehåll.” ... | Continue reading
”Kulturen eller konsten har i sig inget egenvärde. Det har bara blivit monopoliserats av den som inte har annat livsinnehåll.”Björn Wahlroos, HBL 5.6.2013Hyvä Björn Wahlroos.Nämä sanat tuskin tulivat arvaamatta. Samanlaisia ajatuksia on liikkunut ilmassa taholla jos toisella … | Continue reading
File: PDF Size: 45.20 Kb | Continue reading
Mitchell Hashimoto About Writing Misc Mitchell Hashimoto Automation Obsessed June 6, 2013 Someone asked me recently to share some previous work I had done. As I looked back at my personal history, and reflected on what I've done successfully, it was clear to me that I'm definitel … | Continue reading
Nun denn, die Zeit vergeht und dieser Tage wurde WordPress zehn Jahre jung. Wobei im Software-Umfeld dies relativ zu sehen ist, denn hier lebt es sich schneller auf und nieder als so manchem Projekt lieb ist. Im Umfeld des Interntes kann die Lebensdauer einer Applikation noch vie … | Continue reading
Traditional management strategies are useless for problems that require creative thinking. | Continue reading
Mit WordPress 3.6 wird es eine neue API geben – Heartbeat. Am Ticket 23216 im Trac sammeln sich alle Diskussionen und Hinweise. Da Heartbeat aber auch Einflüsse für Anwender haben kann, hier einige Worte und Hinweise. Heartbeat wird eingeführt um diverse Aktivitäten, wie Autosave … | Continue reading
This is part 3 of a series of posts on setting up Django to use external authentication. This post explains how to setup your own environment to test Django authentication against Apache and Kerberos/Active Directory/LDAP.Setting up your own test environment Naturally, you only c … | Continue reading
This is part 3 of a series of posts on setting up Django to use external authentication. This post explains how to setup your own environment to test Django authentication against Apache and Kerberos/Active Directory/LDAP.Setting up your own test environment Naturally, you only c … | Continue reading
This is part 2 of a series of posts on setting up Django to use external authentication. This post explains how to setup Apache for Django to use a corporate/internal authentication environment.How do I Apache? Alright, now that my application is done and the custom user is setup … | Continue reading
This is part 1 of a series of posts on setting up Django to use external authentication. This post explains how to setup Django with custom user models for corporate/internal authentication methods.Intro Everyone has or has had a Pointy-haired boss or client, right? micromanageme … | Continue reading
This is part 1 of a series of posts on setting up Django to use external authentication. This post explains how to setup Django with custom user models for corporate/internal authentication methods.Intro Everyone has or has had a Pointy-haired boss or client, right? micromanageme … | Continue reading
This is part 2 of a series of posts on setting up Django to use external authentication. This post explains how to setup Apache for Django to use a corporate/internal authentication environment.How do I Apache? Alright, now that my application is done and the custom user is setup … | Continue reading