Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

Visiting Melbourne - liza.io - 15 years ago - eng
Now that I’ve covered my experience at the 2011 Panasonic Home Entertainment launch in Melbourne I’m itching to write about the overall trip - my first one interstate, in fact. This has been my first flight since we moved here from the US (at the end of 2005). I have never flown by myself before, so it was definitely an exciting experience for me. One I almost didn’t get to have as I came this close to missing my flight completely. I en..

A little while ago I wrote about Soup (who runs the Panasonic Insider Crew ) sending me to Melbourne to attend the 2011 Panasonic Home Entertainment launch . My Melbourne trip took place yesterday and I think I’ll need to separate them into two posts. For those who are just interested in the launch itself, this is the post for you. I’m not going to write about every single product or feature (instead I’ll only cover a couple that stood ..

Google Page Speed , lo strumento che misura la velocità delle pagine web e offre consigli su come migliorarne le prestazioni, dispone da ieri di una sua API ufficiale. Annunciata nell’ambito di Google I/O, la API di Page Speed consente di integrare l’analisi delle prestazioni nelle applicazioni proprie. C’è già un plugin per WordPress che la sfrutta, W3 Total Cache. L’uso effettivo di questa API sarà probabilmente circoscritto a una nicch..

I consulenti della sicurezza e chi lavora nel mondo IT raccomandano continuamente di usare password complicate e difficili da ricordare. E’ un cattivo consiglio, dato che è perfettamente possibile creare password semplici, facili da ricordare e davvero sicure. In realtà le password semplici sono spesso molto più sicure di quelle complesse. Addentriamoci dunque nel mondo delle password e scopriamo come crearne di pratiche e sicure.

I was fortunate enough to be given the opportunity to help Moby premiere his new record via SoundCloud. I didn’t know what to expect from…

On Thursday May 5th 2011 we had an API outage from ~9:00 UTC to ~14:00 UTC. This was caused by a deploy that included a migration with…


I was fortunate enough to be given the opportunity to help Moby premiere his new record via SoundCloud. I didn’t know what to expect from…

On Thursday May 5th 2011 we had an API outage from ~9:00 UTC to ~14:00 UTC. This was caused by a deploy that included a migration with…

Microsoft ha rilasciato la seconda beta di Python Tools per Visual Studio , il suo progetto open source che offre agli sviluppatori la possibilità di scrivere codice Python, CPython e IronPython nell’ambiente IDE di Visual Studio 2010. Il progetto è stato presentato al PyCon 2011 dal Microsoft Technical Computing Group ed è davvero ben fatto. Per tutti gli approfondimenti vi rimando al mio articolo Programmare in Python con Visual Studio..

Can the various European Agile User Groups benefit from working together? I am cautiously optimistic. At XP2011 this week, Jurgen Appelo has taken the initiative to launch the Agile Lean Europe network. This is an initiative to bring together representatives from 17 European countries. Sergey Dmitriev and I will be representing Norway. To what end? I’m still not sure. There is no doubt that there is much Europeans can learn from each other.

I'm busy getting stuff done here in sunny California. I'm sorry that this post is written in haste - I just wanted to make one clear point to everybody interested: If you are doing any kind of development - if you are the developer, the company or whoever, there is a general rule that applies:

I'm busy getting stuff done here in sunny California. I'm sorry that this post is written in haste - I just wanted to make one clear point to everybody interested: If you are doing any kind of development - if you are the developer, the company or whoever, there is a general rule that applies:

For too long have I been using my MacBook Pro without an external monitor in my home office. For too long have I been minimising windows every two seconds, trying to juggle a million tasks at once on the same screen.

I for one appreciated your addition to the Wikipedia article -- without it Pugh's article would have remained unknown to me!

I have written a piece to help software developers accelerate their career. It lives on its own page, over here , but please share your comments on this blog post. There are some other comments on Hacker News as well.

Dopo l’articolo introduttivo sui siti fluidi e i CSS Framework è giunta l’ora di dare una occhiata a un framework vero e proprio. Come dicevo prediligo strumenti agili, leggeri, specializzati e possibilmente fatti in casa. Se scelgo un framework quest’ultimo deve essere essenziale, leggero, flessibile.  Inuit.css , ultimo nato nella numerosa e agguerrita famiglia dei Framework CSS, sembra nato apposta per fare di me un uomo felice.

Openwashing - bergie.iki.fi - 15 years ago - eng
Somehow I had missed this term being coined : The old "open vs. proprietary" debate is over and open won. As IT infrastructure moves to the cloud, openness is not just a priority for source code but for standards and APIs as well. Almost every vendor in the IT market now wants to position its products as "open." Vendors that don't have an open source product instead emphasize having a product that uses "open standards" or has an "open AP..

Daisyworld - liza.io - 15 years ago - eng
I’ve been reading about the Gaia Hypothesis, developed by James Lovelock. I’m sure I don’t understand it all yet as I’ve only been skimming the surface, but what I’m finding especially interesting right now is Daisyworld.

When designing a mapping application at Nokia, we needed an efficient wire format as we were dealing with many points. It had to be robust and flexible, because the dependencies upon it went through the application. The server supplied JSON couldn’t be used directly. Because it was in what we called the ‘wire format’ (as in sent over the wire), which was a smaller version, used to lessen the data load when sending from and to the server.

Rails style database migrations are a useful way to evolve your data schema in an agile manner. Most Rails projects start like this, and at…

Cory Doctorow on Locus : To understand techno-optimism, it’s useful to look at the free software movement, whose ideology and activism gave rise to the GNU/Linux operating system, the Android mobile operating system, the Firefox and Chrome browsers, the BSD Unix that lives underneath Mac OS X, the Apache web-server and many other web- and e-mail-servers and innumerable other technologies. Free software is technology that is intended to be..

Rails style database migrations are a useful way to evolve your data schema in an agile manner. Most Rails projects start like this, and at…

The world of open source is full of wonders. People write code for free and make it available for free for anyone to use. If you write a quick little program on the weekend, it’s usually because there is a need that has to be filled. There’s a repetitive task that you wish you didn’t have to do so you write a short program to do it for you. Web development can be hard. You have to worry about your database, your server-side code, your cli....

The world of open source is full of wonders. People write code for free and make it available for free for anyone to use. If you write a quick little program on the weekend, it’s usually because there is a need that has to be filled. There’s a repetitive task that you wish you didn’t have to do so you write a short program to do it for you. Web development can be hard. You have to worry about your database, your server-side code, your cli....

In reply to rrenaud. The world of binary search trees seems to be very well documented and throughly covers searching and indexing. In contrast, the world of skiplists is sparsely documented. Aside from the homework problem in some course handouts and a brief mention (without source code) in the original skiplist paper, it seems to have been completely for..


A quanto pare da stamattina  Google Shopping Italia , edizione nazionale del più vasto progetto Google Merchant Center ,  è operativo. Per provarlo andate su Google.it, eseguite una normale ricerca e cliccate sulla nuova opzione Shopping (oppure fate una ricerca diretta dalla home page di Google Shopping) Dato per imminente a febbraio, del nuovo canale e-commerce di Google non si erano più avute notizie, tanto che qualcuno cominciava a ..

During the first week of April 2011, I participated in a mission trip from The Gateway Church to Port-au-Prince, Haiti, to help rebuild churches and schools destroyed by the January 2010 earthquake. We had been planning to go the first week of December 2010, but election-related violence meant we had to postpone the trip. We almost didn’t get to go at all, because the final presidential election results weren’t announced until Monday, April..

During the first week of April 2011, I participated in a mission trip from The Gateway Church to Port-au-Prince, Haiti, to help rebuild churches and schools destroyed by the January 2010 earthquake. We had been planning to go the first week of December 2010, but election-related violence meant we had to postpone the trip. We almost didn’t get to go at all, because the final presidential election results weren’t announced until Monday, April..

Fat Brain Toys has the best-looking order confirmation page I have seen. Click the image for a larger version.

I recently read Stranger in a Strange Land by Robert A. Heinlein. It was a very interesting read, mostly because many of the concepts introduced in it felt so familiar to my own beliefs and things that I have already thought about. I wish I had read this book sooner, it would probably have introduced me to a lot of these ideas earlier than my stumbling across them.

Maybe the reason you didn't find any published literature is because you were searching for the wrong terms? The CLRS algorithms book has a chapter dedicated to order statistics for binary search trees. They support insertion/deletion and finding the i'th item in sorted order all in O(log(n)). It's clear how to implement the sliding window median if you have one of these already built. When you get a new item in the stream, delete the tra..

I’m going to Melbourne! I got a call from Soup yesterday morning, who runs the Panasonic Insider Crew , telling me that I was selected to attend the 2011 Panasonic Home Entertainment launch event in Melbourne on May 11! I didn’t want to talk about it until everything was 100% confirmed (it’s a long-standing Ukrainian superstition as otherwise you might jinx it), but now that it is I can tell you guys all about how excited I am :D

Fino a non molti anni fa la gamma di risoluzioni video disponibili alla gran parte degli utenti era piuttosto limitata, tanto che nel disegnare siti web non ci si preoccupava granché di questo aspetto. La diffusione di massa di monitor wide, netbooks, tablet e smartphone ha cambiato rapidamente le carte in tavola. Per raggiungere con efficienza il loro pubblico i siti odierni devono essere capaci di adattare il loro aspetto alla risoluzione....

iccrime.com - mbutler.org - 15 years ago - eng
It’s become almost folklore among mid-sized cities within a 250-mile radius of Chicago to claim “gang members are moving to our town and bringing violence with them”. Go to any city with more than 100,000 people in its metro area and it won’t be hard to find this opinion. I wanted to dig into this […]

As SoundCloud rapidly grows our initial systems need an overhaul. Our scaling strategy has been very realistic, design for 10x our current…


As SoundCloud rapidly grows our initial systems need an overhaul. Our scaling strategy has been very realistic, design for 10x our current…

Normalmente quando un visitatore clicca su un link che punta a un file, quest’ultimo viene mostrato nel browser e non viene avviato alcun download. Questo succede perché il browser determina il tipo di contenuto in base alla estensione del file. Quando clicchiamo su un file con estensione jpg il browser sa che si tratta di una immagine e la mostra direttamente. Lo stesso avviene per i file pdf e così via. Può capitare che questo comportam....

This blogpost is a summary of my ScanDev 2011 talk: “Fearless Improvement” What is the goal of your current project? I currently work on a project for the transmission system operator for the Norwegian electrical grid. The value of the system we’re building is that my beer stays cool. Skill If you’re not skilled at what you’re doing, you may put in a lot of hours and end up having nothing to show for it.


I've been terribly busy in the last months. I'll probably write a better summary of the work I've been doing later, but here's a quick update about what's been happening lately. I'm coming to San Francisco for about 10 days tomorrow. I'm going with a group of people from Klak and I'm very excited about it. We're seeing a few big tech startups, design companies and more. I've never been to the USA and I've always wanted to visit the tech hub..

I've been terribly busy in the last months. I'll probably write a better summary of the work I've been doing later, but here's a quick update about what's been happening lately. I'm coming to San Francisco for about 10 days tomorrow. I'm going with a group of people from Klak and I'm very excited about it. We're seeing a few big tech startups, design companies and more. I've never been to the USA and I've always wanted to visit the tech hub..

5 visitors online