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





After receiving request to revive my book reviews, I’ve decided to blog about books I read again. If a known terrorist in police custody knew the whereabouts of a ticking bomb about to explode in a large city, would the use of torture be acceptable? Would it be helpful? I stumbled across Alfred McCoy through fora.tv. The program impressed me so much that I decided to pick up his book A Question of Torture.

Jira is a nice product for issue tracking linked to a SCM repository, yes it’s not free software but they provide a 5$ starter license for 5 users. But Jira lacks of a part that trac is doing very well, source browser, in facts Atlassian provides one: Fisheye but it’s really expensive Simply go to your Jira Administration, on the left click on Subversion Repositories (this menu appears after the installation of the subversion’s plugin).





After doing my seminar in Spain last month, one of the attendees sent me a secret note about what the CBO would look like in Oracle 12g. Apparently it’s re-engineered from ground and completely different from anything we’ve seen before. It goes beyond being automatic, intelligent and auto-tuning, it’s actually edible too! The New CBO Thanks to John Ospino for sending me this insider-info ;)

After doing my seminar in Spain last month, one of the attendees sent me a secret note about what the CBO would look like in Oracle 12g. Apparently it’s re-engineered from ground and completely different from anything we’ve seen before. It goes beyond being automatic, intelligent and auto-tuning, it’s actually edible too! The New CBO Thanks to John Ospino for sending me this insider-info ;)

If you haven’t read them – here are the previous articles in Oracle memory troubleshooting series: Part 1 , Part 2 In Oracle, the HEAPDUMP dump event in Oracle allows you to dump various heap contents to tracefile. With adding the “level” parameter to this dump event, you can specify which heaps to dump. Julian Dyke has documented most of the levels here . There are two little known, but useful level bits for heapdumps – bit 0x100....

If you haven’t read them – here are the previous articles in Oracle memory troubleshooting series: Part 1 , Part 2 In Oracle, the HEAPDUMP dump event in Oracle allows you to dump various heap contents to tracefile. With adding the “level” parameter to this dump event, you can specify which heaps to dump. Julian Dyke has documented most of the levels here . There are two little known, but useful level bits for heapdumps – bit 0x100....

I thought it was about time I wrote about topics where I’m an amateur. This time: Experimental philosophy. As a computer programmer, I often entertain myself with writing computer programs. Last Easter I stayed up a few nights playing with an insignificant, but entertaining program. During a discussion with my philosopher uncle, I discovered that this program might provide some insight as to why determinism is, if not dead, then at least la..

C and I went to see Jim Sparks talk about his alien abduction experiences last night. It was a very interesting 4 hour talk and even though C is always extremely skeptical about these things, he found it interesting and says he enjoys going to these types of talks with me as it’s nice to see another point of view. I might write some more specifics on the talk later, but overall it was well worth the $30 per ticket for the most part. I’d def..

Mentoring - www.craigkerstiens.com - 17 years ago - eng


needed to convert a proprietary vector .ai adobe illustrator file to the open .svg format, inkscape failed, ai2svg failed, uniconverted worked! yay. very easy just do: $ uniconverter Martlet.ai Martlet.svg You can hire James and his team at m9rx corporation . You can follow James on Mastodon for more frequent updates and other random thoughts. You can follow James on Twitter for more frequent updates and other random t..

needed to convert a proprietary vector .ai adobe illustrator file to the open .svg format, inkscape failed, ai2svg failed, uniconverted worked! yay. very easy just do: $ uniconverter Martlet.ai Martlet.svg You can hire James and his team at m9rx corporation . You can follow James on Mastodon for more frequent updates and other random thoughts. You can follow James on Twitter for more frequent updates and other random t..

LINX 65 Presentation - rob.sh - 17 years ago - eng
Further to my previous post - I presented this issue at LINX65 - video and slides can be found below. Video Fixed Slides - LINX’s PowerPoint install seems to have corrupted my slides on the day. Comments and feedback are most welcome.

LINX 65 Presentation - rob.sh - 17 years ago - eng
Further to my previous post - I presented this issue at LINX65 - video and slides can be found below. Video Fixed Slides - LINX’s PowerPoint install seems to have corrupted my slides on the day. Comments and feedback are most welcome.

Here’s a neat trick if you want set an object in a specific state in a unit test, but you don’t want to violate encapsulation: @Test public void withdrawShouldReduceBalance() { Account account = new Account() {{ super.balance = 100; }}; account.withdraw(10); assertEquals(90, account.getBalance()); } @Test(expected=IllegalStateException.class) public void overdraftShouldThrow() { Account account = new Account() {{ super.balance = 5; }}; acco..



The following XML: delivers the following error: Error parsing XML: Attribute “type” must be declared for element type “one-to-many”. This looks like a perfectly self-explanatory error, however looking at the file, the element does have a “type” attribute. What should one do? At the time I first encountered this, I had only just introduced the “type” attribute. What happens if I change the attr..

Karl Arao has written a nice blog entry where he used also some of my tools for visualizing and understanding performance of a RAC cluster suddenly gone slow. He presents a systematic approach he used for gathering evidence and also hopefully you notice that having the ability to easily visualize performance data (with PerfSheet for example) can be very helpful and time saving when troubleshooting non-trivial problems. Check his blog..

Karl Arao has written a nice blog entry where he used also some of my tools for visualizing and understanding performance of a RAC cluster suddenly gone slow. He presents a systematic approach he used for gathering evidence and also hopefully you notice that having the ability to easily visualize performance data (with PerfSheet for example) can be very helpful and time saving when troubleshooting non-trivial problems. Check his blog..

A couple of years ago I was on a trip to Budapest with a couple of friends. While roaming the streets we were passing by a casino and my friend insisted that there was a perfect strategy that would only lead to winning at roulette tables. Curious as I was I had him explain his theory. The system basically works as follows: First, you place a coin on red. If red wins, take your winning and start over.

fedora announces that they’ll be replacing potentially patent encumbered mono based note taking application tomboy with the line for line port to c++ called gnote . https://www.redhat.com/archives/fedora-desktop-list/2009-June/msg00003.html with any luck we'll be able to replace f-spot , and banshee too. have a look at: http://santanu-sinha.blogspot.com/2009/06/solang.html You can hire James and his team at m9rx corporat..

fedora announces that they’ll be replacing potentially patent encumbered mono based note taking application tomboy with the line for line port to c++ called gnote . https://www.redhat.com/archives/fedora-desktop-list/2009-June/msg00003.html with any luck we'll be able to replace f-spot , and banshee too. have a look at: http://santanu-sinha.blogspot.com/2009/06/solang.html You can hire James and his team at m9rx corporat..

Google doesn’t understand social or collaboration. There’s not much more to it than that, though for the sake of making this a an actual blog post I’ll explain a bit more. Blogger was huge, it was the place to go if you were creating a blog. There weren’t many www.mybloghere.com , many of the largest most popular blogs on the internet were on blogger. People had accounts, people registered to post comments, people had full fledged profil....

Google doesn’t understand social or collaboration. There’s not much more to it than that, though for the sake of making this a an actual blog post I’ll explain a bit more. Blogger was huge, it was the place to go if you were creating a blog. There weren’t many www.mybloghere.com , many of the largest most popular blogs on the internet were on blogger. People had accounts, people registered to post comments, people had full fledged profil....

One of my favourite CPUs from my CPU collection is the original Pentium 60MHz shown here. The reason that this model (SX835 with Gold top) is one of my favourites in not because it looks good, but rather that it was one of the Pentium models that had the famous FDIV bug. The FDIV bug was a problem with the floating point unit in early Pentium CPUs that resulted in reduced precision of division operations (FDIV is the x86 assembly languag..

One of my favourite CPUs from my CPU collection is the original Pentium 60MHz shown here. The reason that this model (SX835 with Gold top) is one of my favourites in not because it looks good, but rather that it was one of the Pentium models that had the famous FDIV bug. The FDIV bug was a problem with the floating point unit in early Pentium CPUs that resulted in reduced precision of division operations (FDIV is the x86 assembly languag..

Since Oracle 9.2 the shared pool can be “partitioned” into multiple parts. This was probably done for relieving shared pool latch contention for crappy applications (which use shared pool latches too much due bad cursor or connection management). The “partitions” are called shared pool subpools and there can be up to 7 subpools. Each subpool is protected by a separate shared pool latch and each subpool has its own freelists and LRU list. ....

Since Oracle 9.2 the shared pool can be “partitioned” into multiple parts. This was probably done for relieving shared pool latch contention for crappy applications (which use shared pool latches too much due bad cursor or connection management). The “partitions” are called shared pool subpools and there can be up to 7 subpools. Each subpool is protected by a separate shared pool latch and each subpool has its own freelists and LRU list. ....



The Agency for Public Management and eGovernment in Norway is currently developing guidelines for IT-projects within the Norwegian governmental sector. The Norwegian Computing Association hosted a presentation and discussion about this work yesterday. I was privileged enough to summarize the comments from one of the three discussion groups at the meeting. For the enjoyment of the internet, I hereby provide a few ideas on eGovernment project..

Just found this while testing http://www.bing.com/ and thought I should preserve it here to be dammed sure I can find if when I want it. If the relationship is clearly “is-a”, I use inheritance. If it is more like “can-be”, I use interfaces. Eg, TextBox “is-a” Control, ArrayList “can-be” enumerated (so it implements IEnumerable).

If you want more evidence of the stupidity of government getting involved in health care and child care, read this:

Over Queen’s birthday weekend ( May 30th – June 1st ) I played in the Waitakere Licensing Trust Open. The tournament is held in Lincoln Road in West Auckland which is a dreary area of light industrial buildings, big-box retailers, fast-food and everything else that West Auckland prides itself on. I bought some breakfast at … Continue reading Waitakere Open 2009

i <3 tab completion, coloured grep, and coloured ls, however i would love to see coloured tab completion. what would this entail? imagine you have files: “apply”, “applied” and “applications” in a directory, and you typed: “cat ap” , then i would expect to see: app ly app lied app lications (highlighting the rest of the words / options. or perhaps there could be a mode that just highlights the next letter that needs to be ty..

3 visitors online