a draft of the book "Scalability and Availability Aspects" by Walter Kriha. Many up-to-date info on theory and practice of building scalable high-loaded web/internet systems
IPv6 Ready
April 18th, 2011Solving Every Sudoku Puzzle [by Peter Norvig]
April 15th, 2011
An essay by Peter Norvig showing how to program sudoku solver.
Note: Read this if you are a software developer . Even better is to print it out and read it with a pencil.
InfoQ: Solving Sudoku with TDD
April 15th, 2011
an article (with a lot of useful links, make sure you follow them) about how Ron Jeffries (author of XP programming) solves sudoku algo in a series of 5 blog articles to show his TDD approach. This is was contrasted by Peter Norvig solving the same problem ( http://norvig.com/sudoku.html ) , but in a more clear and concise way.
Security Incident — Blog — WordPress.com [ wordpress.com got 0wned]
April 13th, 2011
this is just great ... at least they notified their users in a timely manner. Change your passwd if you have wordpress.com account.
Characterizing the Software Process A Maturity Framework / 87tr011.pdf (application/pdf Object)
April 13th, 2011
Original paper [report] by Watts Humphrey, which is later become the famost CMM book. (Managing the Software Process, by Watts Humphrey, originally published in 1989) . Also see http://www.amazon.com/s?ie=UTF8&tag=mozilla-20&index=blended&link_code=qs&field-keywords=Managing%20the%20Software%20Process
Alexey Navalny – One man’s cyber-crusade against Russian corruption : The New Yorker, APR 4, 2011 by Julia Ioffe.
April 9th, 2011
An excellent (as always) write-up from New Yorker about a rising star in Russian modern politics Alexey Navalny and the current state of corruption in Russia ( fake government contracts, kickbacks, etc). What is interesting to know (and I happen to agree) that Navalny describes current governing elite in Russia as a just a bunch or crooks, i.e. that nowadays there is no such thing as all-powerful KGB or Mafia, but rather a loosely connected network of highly-corrupt officials motivated mostly by personal financial gain.
[Amazon AWS] PCI DSS Level 1 Compliance FAQs
April 7th, 2011
Amazon AWS is "PCI DSS 2.0 Level 1 -compliant Shared Hosting Provider". i.e. you can build your PCI-DSS compliant infrastructure using EC2, S3, EBS and VPC to store and process payment card data
tou_46-02.pdf Volkswagen Touareg – Rear wheel brakes, servicing (application/pdf Object)
April 6th, 2011
VW OEM Service manual for rear brakes for Taureg Models. For Brembo breaks look at the page 25
Perl 5 to Perl 6 Regular Expression Converter [online tool]
April 6th, 2011
It is not always works, but at least give you an idea. Perl6 regex syntax is really different from normal perl and it is not [yet] well documented. Or you can prefix each regex in perl6 with :p5 to make it perl5-compatible