|
I've been spending most of this weekend knees deep in HTML5, localStorage, CSS3 for a hobby weekend project of mine: FridgeList The original intention was to create a HTML5 web app using the Facebook Graph API, since I've been pretty excited about that. But then I got this idea for a super simple task list and I guess the Facebook Graph project will have to wait....
|
|
Did you know that it’s possible to use EXPLAIN PLAN FOR CREATE INDEX ON table(col1,col2,col3) syntax for explaining what exactly would be done when an index is created? That’s useful for example for seeing the Oracle’s estimated index size without having to actually create the index. You can also use EXPLAIN PLAN FOR ALTER INDEX i REBUILD to see whether this operation would use a FULL TABLE SCAN or a FAST FULL INDEX SCAN (offline ..
|
|
Did you know that it’s possible to use EXPLAIN PLAN FOR CREATE INDEX ON table(col1,col2,col3) syntax for explaining what exactly would be done when an index is created? That’s useful for example for seeing the Oracle’s estimated index size without having to actually create the index. You can also use EXPLAIN PLAN FOR ALTER INDEX i REBUILD to see whether this operation would use a FULL TABLE SCAN or a FAST FULL INDEX SCAN (offline ..
|
|
I'm a Software Engineer based in Brisbane Australia, with a focus on developing web based systems. I enjoy functional programming, domain…
|
|
This article updated on the august 11, 2010. Around half a year ago or so I had a unique idea (at least I had never heard or read about it before) on how to block web spam. It is very simple, yet very powerful. Normally comment spam, false registrations and other such spam are being [...]
|
|
This article updated on the august 11, 2010. Around half a year ago or so I had a unique idea (at least I had never heard or read about it before) on how to block web spam. It is very simple, yet very powerful. Normally comment spam, false registrations and other such spam are being [...]
|
|
This article updated on the august 11, 2010. Around half a year ago or so I had a unique idea (at least I had never heard or read about it before) on how to block web spam. It is very simple, yet very powerful. Normally comment spam, false registrations and other such spam are being [...]
|
|
This article updated on the august 11, 2010. Around half a year ago or so I had a unique idea (at least I had never heard or read about it before) on how to block web spam. It is very simple, yet very powerful. Normally comment spam, false registrations and other such spam are being [...]
|
|
There are so many buzz words in this industry that gain momentum, and people tend to start using them everywhere, trying to insert some jizz into whatever their product is. In the last couple of years the term "Cloud" has been one of the most popular ones. It comes in many forms of course. Some of them include "In the cloud", "Cloud computing", "Cloud based services", etc.
|
|
There are so many buzz words in this industry that gain momentum, and people tend to start using them everywhere, trying to insert some jizz into whatever their product is. In the last couple of years the term "Cloud" has been one of the most popular ones. It comes in many forms of course. Some of them include "In the cloud", "Cloud computing", "Cloud based services", etc.
|
|
And they're much more interesting now. Instead of delivering reinforcements, they now act as cash dispensers. So rather than receiving a flat sum every match, you'll have to earn your money by remaining near a drop pod. Currently, the pod doesn't make you wait and then dump all the cash on you in one transaction; the money is deposited in $10 increments every second. We'll see whether that changes or not.
|
|
cursor: pin S waits, sporadic CPU spikes and systematic troubleshooting
-
tanelpoder.com
-
16 years ago
-
eng
I recently consulted one big telecom and helped to solve their sporadic performance problem which had troubled them for some months. It was an interesting case as it happened in the Oracle / OS touchpoint and it was a product of multiple “root causes”, not just one, an early Oracle mutex design bug and a Unix scheduling issue – that’s why it had been hard to resolve earlier despite multiple SRs opened etc.
|
|
cursor: pin S waits, sporadic CPU spikes and systematic troubleshooting
-
tanelpoder.com
-
16 years ago
-
eng
I recently consulted one big telecom and helped to solve their sporadic performance problem which had troubled them for some months. It was an interesting case as it happened in the Oracle / OS touchpoint and it was a product of multiple “root causes”, not just one, an early Oracle mutex design bug and a Unix scheduling issue – that’s why it had been hard to resolve earlier despite multiple SRs opened etc.
|
|
Some time ago I wrote that since Oracle 10.2, some of the buffer cache can physically reside within shared pool granules. I just noticed this in an 11.2 instance: SQL> select * from v$sgastat where name like ‘KGH%’; POOL NAME BYTES ------------ -------------------------- ---------- streams pool KGH: NO ACCESS 4186144 So, it looks that also streams pool can surrender parts of its memory granules to buffer cache..
|
|
Some time ago I wrote that since Oracle 10.2, some of the buffer cache can physically reside within shared pool granules. I just noticed this in an 11.2 instance: SQL> select * from v$sgastat where name like ‘KGH%’; POOL NAME BYTES ------------ -------------------------- ---------- streams pool KGH: NO ACCESS 4186144 So, it looks that also streams pool can surrender parts of its memory granules to buffer cache..
|
|
It looks like, once again, there's another attribute flying around the global BGP table causing Quagga instances to crash (if based on 0.99.9 - I believe the bug is fixed in 0.99.10). This relates to the 2007 draft that introduced AS_PATHLIMIT - see ietf.org - draft-ietf-idr-as-pathlimit . This attribute is actually relatively interesting, from an operator's point of view, where control that is more granular than setting the common no-exp..
|
|
It looks like, once again, there's another attribute flying around the global BGP table causing Quagga instances to crash (if based on 0.99.9 - I believe the bug is fixed in 0.99.10). This relates to the 2007 draft that introduced AS_PATHLIMIT - see ietf.org - draft-ietf-idr-as-pathlimit . This attribute is actually relatively interesting, from an operator's point of view, where control that is more granular than setting the common no-exp..
|
|
The past two weeks have been pretty hectic for me - Midgard Gathering in Poland, some meetings in Berlin, and the Linux Collaboration Summit in San Francisco. And then, thanks to the Eyjafjallajökull eruption in Iceland and the resulting flight cancellations , the trip back became a little bit more complicated. My original KLM flight on April 17th was cancelled, and as the best offer from the airline was to get me home on 27th....
|
|
The past two weeks have been pretty hectic for me - Midgard Gathering in Poland, some meetings in Berlin, and the Linux Collaboration Summit in San Francisco. And then, thanks to the Eyjafjallajökull eruption in Iceland and the resulting flight cancellations , the trip back became a little bit more complicated. My original KLM flight on April 17th was cancelled, and as the best offer from the airline was to get me home on 27th....
|
|
`/etc/cron.daily` scripts may not have dots in their name
-
www.databasesandlife.com
-
16 years ago
-
eng
I just had the problem I’d placed a script into /etc/cron.daily on my Debian Lenny system but it wasn’t getting run (or at least it didn’t seem so). Two things I learned: Execute the following to see which scripts would get run: ``` run-parts --test /etc/cron.daily ``` In my case, the reason the script was never executed was that I called it xyz.sh as it was a shell script; the dot in the filename was the problem. I removed the dot..
|
|
Twitter recently launched a development platform called @anywhere. You can find more information about that on https://dev.twitter.com/ (Side note: I really like the design of the site)
|
|
Between Java 1.0 and Java 1.3 (1996-2002 according to Wikipedia) there was no way to split strings into an array or a list. In Java 1.4 the authors of Java saw it fit to introduce a method to split strings, String csvData = "field1,field2,field3"; String[] fields = csvData.split(","); However they did not introduce a method to “join” strings! Even in Java 7 there is no way to do this, e.g. via a static String.join method (2002-now).
|
|
Twitter recently launched a development platform called @anywhere. You can find more information about that on https://dev.twitter.com/ (Side note: I really like the design of the site)
|
|
It was announced today that the Library of Congress will digitally archive all public tweets. Every public tweet that’s been sent since 2006 and every public tweet in the future will be stored on their servers. Of course, your private and reserved messages will remain private, but there is now a serious public archive of […]
|
|
I'm a big fan of webcasts (video podcasts). I have my favorites in various categories that I watch regularly. My viewing pattern is somewhat different from watching standard TV shows or something lik...
|
|
Java varargs: inconsistent behaviour if you pass an array
-
www.databasesandlife.com
-
16 years ago
-
eng
In Java 1.4 there was the function Arrays.asList. You could pass it an array and it would make a list out of it. String[] myArray = new String[] { "foo", "bar" }; List myList = Arrays.asList(myArray); In Java 1.5 this was retrofitted for varargs; you could simply pass elements to the function List
|
|
I'm a big fan of webcasts (video podcasts). I have my favorites in various categories that I watch regularly. My viewing pattern is somewhat different from watching standard TV shows or something lik...
|
|
A couple of weekends ago, CS Grupetto rolled out to Flanders for the Ronde van Vlaanderen sportive, and to catch the race live. The sportive was brutal, lots of “power climbs” (although I’m not so sure that I can say I ‘powered’ up most of them - the Muur and Koppenberg and I have unfinished business), in rain, hail, and gusty winds. The pavé brings a new definition to bike control, and in the wet it’s quite an experience. The point o..
|
|
A couple of weekends ago, CS Grupetto rolled out to Flanders for the Ronde van Vlaanderen sportive, and to catch the race live. The sportive was brutal, lots of “power climbs” (although I’m not so sure that I can say I ‘powered’ up most of them - the Muur and Koppenberg and I have unfinished business), in rain, hail, and gusty winds. The pavé brings a new definition to bike control, and in the wet it’s quite an experience. The point o..
|
|
As I was moving the stuff in my desk from the old campus to the new campus yesterday, I found an old BlackBerry 950……..so I took it apart and found an Intel FW88386VXSD CPU, which is an embedded version of the famous Intel 80386 CPU (big black chip on the right side of the picture above). I remember having an 80386 PC that weighed a ton back in 1990, so this is like carrying that PC around in your pocket. I wonder if it could run Windows..
|
|
As I was moving the stuff in my desk from the old campus to the new campus yesterday, I found an old BlackBerry 950……..so I took it apart and found an Intel FW88386VXSD CPU, which is an embedded version of the famous Intel 80386 CPU (big black chip on the right side of the picture above). I remember having an 80386 PC that weighed a ton back in 1990, so this is like carrying that PC around in your pocket. I wonder if it could run Windows..
|
|
Tapestry: UpdateComponents, Eventlistener and Script files
-
www.craigpardey.com
-
16 years ago
-
eng
This week I encountered an interesting issue in Tapestry when I tried to dynamically load a component using Tapestry’s built-in EventListener functionality. The component in question had a .script file associated with it, which Tapestry loaded dynamically, but the JavaScript functions in the .script file were “not found” when I tried to execute them. After a bit of digging around, a colleague of mine noticed that Tapestry was loading the ..
|
|
I've been silent here for a while, but that's just because I've been busy getting some glamorous new features in! Things are really starting to shape up. First things first. Bobpoblo has joined the team as a mapper/tester! He's been working hard on some new maps made in Hammer, textures courtesy of [-B-]. The original maps will likely be remade as well. Unfortunately the content pipeline is a little convoluted: I open the Source map in C..
|
|
Kevin Rose [posted on the Digg blog](https://about.digg.com/blog/digg-digg-iframe-toolbar-dead-unbanning-domains) that they're going to remove the [D](https://about.digg.com/diggbar)...
|
|
Kevin Rose [posted on the Digg blog](https://about.digg.com/blog/digg-digg-iframe-toolbar-dead-unbanning-domains) that they're going to remove the [D](https://about.digg.com/diggbar)...
|
|
My colleague Thomas sent me a very interesting link about attempts to solve Sudoku using test-driven development. The article, somewhat unfairly, pits Ron Jeffries’ explorations of Sudoku using test-driven development against Peter Norvig’s “design driven” approach. I found both attempts lacking. However, while Ron Jeffries freely admitted that he didn’t even know the rules of Sudoku when he started, both Norvig himself and his readers fawn..
|