Acid House of the Undead

July 2nd, 2008

Zombie Acid House Party” !!!

A Guy called Gerald, Acid House, Zombies, Mr.C, whats not to love ?

UPDATE : Now with map.

What the … Windows CON

June 26th, 2008

I don’t know if this is true, and certainly have no way of testing it, but is it possible to create a directory called CON on Windows ? and if you so can you delete it ?

Answers on a postcard to the usual address.

UPDATE : Brad confirmed it on XP.

Don’t play, don’t give the game away

June 26th, 2008

Clearing out some old bookmarks I found a very different view of software licensing from the Open Source Business Resource

Long before the term open source was used, software was developed by loose associations of programmers and freely exchanged. Starting in the mid 1950’s, volunteer user organizations such as SHARE and DECUS developed much of the software that companies bundled with the hardware they sold. Anything that reduced software cost and made more programs available made these hardware companies more competitive.

Things changed in the 1960’s. In 1965, ADR developed the first licensed software product independent of a hardware company. ADR, competing against a free IBM package originally developed by IBM customers, patented their software in 1968. To stop sharing of their program, they provided it under an equipment lease in which payment was spread over the lifetime of the product. ADR thus retained ownership and could control resale and reuse.

In 1969 the US Department of Justice charged IBM with destroying businesses by bundling free software with IBM hardware. As a result of this suit, IBM unbundled its software and software became independent products separate from hardware. In 1968 Informatics introduced the Mark IV, the first software product to have cumulative sales of 10 million USD. This rapidly established the concept of software as a product, the independent software company, and high rates of return for software. Informatics developed the perpetual license which is now standard throughout the computer industry, wherein ownership is never transferred to the customer.

Origins of the BSD and GPL Licenses

Marshall Kirk McKusick describes the evolution of the Berkeley Software Distribution (BSD) license in “Twenty Years of Berkeley Unix”. In summary, the license was intended to allow liberal modification and redistribution terms for Berkeley Unix code. The license required that the source identify the University of California Berkeley (UCB) as copyright holder, that derived products advertise that they were based on UCB code, and that the UCB not be held liable for any damages resulting from the code.

The new BSD license was created in 1999 by the University of California, in response to a request by Richard Stallman to remove the advertising clause. The new BSD license is effectively a statement that the user can do anything with the program or its source, but without warranty and none of the authors has any liability; in other words, the user cannot sue anybody. The license must be kept with the source code, assuring accurate attribution.

In the late 1980s, Richard Stallman became upset when he could not legally add minor improvements to the proprietary system that had replaced the home-grown system at MIT. Also, many of Stallman’s co-workers had left to form companies based on software developed at and licensed by MIT; there appears to have been disagreement over access to the source code for this software. Stallman devised an alternative to the commercial software license and called it the GPL, or General Public License. He also started a non-profit foundation, the Free Software Foundation (FSF) which intended to develop an entire operating system, including all associated software, that would not be subject to proprietary licensing.

The GPL was designed to be the antithesis of the standard proprietary license; it was intended to keep software from becoming proprietary. As the last paragraph of the GPL states: “This General Public License does not permit incorporating your program into proprietary programs”.

Open Source Advantages

Open source enables the creation of competitive software that is widely available at the cost of media. Unlike proprietary software, it is not subject to orphaning. Orphaning occurs when a single business failure or change in product strategy causes a pyramid of dependent systems and companies to fail for reasons beyond their control. Decades of experience shows that the momentary size or success of a software company is no guarantee that their software will remain available, as current market conditions and strategies can change rapidly. Since open source development resembles development by an informal consortium, the development team is not dependent on the survival of a single company or product line. Open source licenses and open source projects are the easiest way to form informal consortiums with minimal cost of entry. Large companies, in which open source code is developed, should be aware that programmers appreciate open source because it leaves the software available to the employee when they change employers. Some companies encourage this behavior as an employment perk, especially when the software involved is not directly strategic. It is, in effect, a front-loaded retirement benefit with potential lost opportunity costs but no direct costs. Encouraging employees to work for peer acclaim outside the company is a cheap portable benefit a company can sometimes provide with near zero downside.

GPL: Advantages and Disadvantages

The GPL is a complex license. Here we present some valuable rules of thumb when using the GPL:

* you can charge as much as you want for distributing, supporting, or documenting the software, but you cannot sell the software itself
* if GPL source is required for a program to compile, the program must be under the GPL; linking statically to a GPL library requires a program to be under the GPL
* the GPL requires that any patents associated with GPLed software be licensed for everyone’s free use
* simply aggregating software together, as when multiple programs are put on one disk, does not count as including GPLed programs in non-GPLed programs
* output of a program, such as the gcc compiler, does not count as a derivative work
* since the Linux kernel is under the GPL, any code statically linked with the Linux kernel must be GPLed; this requirement can be circumvented by dynamically linking loadable kernel modules, allowing companies to distribute binary drivers The GPL is a good choice for code that is intended to remain available to a group of researchers with no future plans for a proprietary fork. The GPL assumes that future scenarios to which a code-base is applicable are understood in advance. Where this becomes an issue, the copyright holder can dual-license the software under both the GPL and another license

The GPL is attractive to small companies selling CDs in an environment where “buy-low, sell-high” may still give the end-user an inexpensive product. It is also attractive to companies that expect to survive by providing various forms of technical support, including documentation, for the GPLed intellectual property world.

Those who expect primarily to use a system rather than program it or who do not expect to make a living from their work associated with the system find the GPL attractive as it forces code developed by others to be given to them and keeps their employer from retaining copyright and thus potentially orphaning the software. If you want to force your competitors to help you, the GPL is attractive.

For those who must work with statically-linked implementations of multiple software standards, the GPL minimizes the number of programs that can be built because it precludes using proprietary implementations of the standards. A true technical standard should not mandate exclusion of implementations of other standards for non-technical reasons.

The GPL attempts to make programmers contribute to an evolving suite of programs, then to compete in the distribution and support of this suite. This is unrealistic for many system standards, which may be applied in varying environments requiring commercial customization or integration with legacy standards under non-GPL licenses. A less publicized and unintended use of the GPL is that it is favourable to large companies that want to undercut software companies. In other words, the GPL is well suited for use as a marketing weapon, potentially reducing overall economic benefit and contributing to monopolistic behavior. Small companies that are targeted can readily be put out of business.

As intended, the GPL can present a real problem for those wishing to commercialize and profit from software as the GPL was designed to keep research results from transitioning to proprietary products. This step is often assumed to be the last step in the traditional technology transfer pipeline and it is usually difficult enough under the best of circumstances.

For example, the GPL adds to the difficulty a graduate student will have in directly forming a company to commercialize his research results. An assumption often encountered is that software has become a low-cost commodity; to have significant value it needs to be packaged into a device or a service. A student who has spent years developing a research program might not wish to consider it a commodity.

The GPL is an attempt to keep efforts, regardless of demand, at the research and development stages. This maximizes the benefits to researchers and developers, at an unknown cost to those who would benefit from wider distribution.

Use of a GPL code-base constantly raises commercialization and legal issues. Lawyers working with the GPL have described it as “essentially a full employment guarantee for intellectual property lawyers”.

BSD: Advantages and Disadvantages

The BSD license is intended to encourage product commercialization. BSD-licensed code can be sold or included in proprietary products without restriction on future behavior. It is possible to use BSD-licensed code in GPL-licensed code, but the reverse is not the case. However, do not confuse the BSD license with “public domain”; while an item in the public domain is also free for all to use, it has no owner.

A BSD license is a good choice for long duration research projects that permit anyone to retain the option of commercializing with minimal legal issues. BSD licenses may be preferable for long-term government research intended to ultimately transfer research results throughput the economy in the most widely-deployed fashion possible.

In many cases, the long-term results of a BSD license more accurately reflect the goals proclaimed in the research charter of universities then what occurs when results are copyrighted or patented and subject to proprietary university licensing. Anecdotal evidence suggests that universities are financially better rewarded in the long run by releasing research results and then appealing to donations from commercially successful alumni who benefited from the released IP.

The question “why should we help our competitors or let them steal our work?” comes up often in relation to a BSD license. However, if one company came to dominate a product niche that others considered strategic, a mini-consortium aimed at reestablishing parity through a BSD-licensed variant would increase market competition and fairness. Each company believes it will profit from some advantage it can provide, while also contributing to economic flexibility and efficiency. Companies have long recognized the value of de facto standards as a key marketing technique. The BSD license serves this role well, if a company really has a unique advantage in evolving the system. There are times when the GPL may be appropriate for such a standard, especially when attempting to undermine or co-opt others. The GPL, however, penalizes the evolution of that standard, as it promotes a suite. Regardless of the license used, the resulting software will usually devolve to whoever actually makes the majority of the engineering changes and most understands the state of the system.

To minimize software engineering problems, such as mixing code under different licenses, BSD licenses should be encouraged. Being leery of the GPL should particularly be the case with non-profits that interact with the developing world. In locales where application of law becomes a costly exercise, the simplicity of the BSD license is of considerable advantage.

.. and as if to demonstarte that last point, a humorously true graph from NetBSD’s Hubert

Don’t ask, don’t tell

June 26th, 2008

From Nudge

Jaaniõhtu

June 23rd, 2008

If you are Estonian you may be celebrating Jaaniõhtu tonight, or there again maybe not, it’s up to you.

From Wikipedia

The short summer seasons with long days and brief nights hold special significance for the people of Estonia. Jaanipäev is celebrated in the night between 23rd and 24th of June, a few days after the summer solstice, when night seems to be non-existent.

The best-known Jaanik, or midsummer, ritual is the lighting of the bonfire and the jumping over it. This is seen as a way of guaranteeing prosperity and avoiding bad luck. Likewise, to not light the fire is to invite the destruction of your house by fire. The fire also frightened away mischievous spirits who avoided it at all costs, thus ensuring a good harvest. So, the bigger the fire, the further the mischievous spirits stayed away.

Midsummer’s eve is important for lovers. Among Estonian fairy tales and literature there is the tale of two lovers, Koit (dawn) and Hämarik (dusk). These two lovers see each other only once a year and exchange the briefest of kisses on the shortest night of the year. Earth-bound lovers go into the forest looking for the flower of the fern which is said to bloom only on that night. Also on this night, single people can follow a detailed set of instructions to see whom they are going to marry.

Former President Lennart Meri has provided another perspective on Jaanipäev in his work Hõbevalge (Silverwhite, 1976). Meri suggests that the Jaanipäev traditions re-enact the fall of the Kaali meteorite in Saaremaa. The meteorite’s fall is also said to be the inspiration for Nordic and Baltic mythological stories about the sun falling onto the earth. This idea suggests that the present day bonfires and celebrations actually symbolise Estonia’s connection with its ancient past.

During their occupation of Estonia, the Soviets made no attempt to stop Jaanipäev celebrations. For Estonians, however, Jaanipäev remained tied to Estonia’s victory during the War of Independence and the securing of a free and independent state. Jaanipäev, therefore, always reminded Estonians of their independence in the past, despite Soviet attempts to eliminate such ideas.

The tradition before the Soviet occupation, which has now been restored, was for a fire to be lit by the Estonian President on the morning of Võidupüha (June 23). From this fire, the flame of independence was carried across the country to light the many bonfires.

Gao

June 20th, 2008






Gao

Originally uploaded by samh101.



Want.

What the … Sudoku aborts trial

June 10th, 2008

From SMH

AFTER 105 witnesses and three months of evidence, a drug trial costing $1 million was aborted yesterday when it emerged that jurors had been playing Sudoku since the trial’s second week.

More than 20 police gave evidence in the case, in which the two accused faced a common charge of conspiracy to manufacture a commercial quantity of amphetamines. One faced further firearms and drug possession indictments. The prosecution and defence were due to deliver final addresses to the jury this week.

But last week, as one of the accused was giving evidence, he saw the jury forewoman playing what he thought was Sudoku. His co-accused saw it too, and the defence counsel, Adam Morison and Michael Coroneos, made a joint application for a discharge.

four or five jurors had brought in the Sudoku sheets and photocopied them to play during the trial and then compare their results during meal breaks.

She admitted to having spent more than half of her time in court playing the game. The trial, which started on March 4, has cost more than $1 million, including counsels’ fees, staff wages and court running costs for 60 days of hearings. Judge Zahra, who had previously commended the jury for its apparent diligence, told the forewoman that the Sudoku players had let down their fellow jurors and all involved in the trial.

There is no offence under the NSW Jury Act for playing games or being inattentive to a degree that causes a trial to be abandoned.

The office of the Director of Public Prosecutions must now decide whether to recommence the proceedings against the men.

Thanks to Jess for forwarding me this one.

UPDATE : A murder trial has been halted, and will have to start again due to a ruling by the British law lords on anonymous witnesses, from Aunty

Law Lords ruled that defendants had a right to know the identity of those testifying against them.

Four witnesses had given evidence under false names and from behind screens during the two-month trial of the two men accused of killing Charles Butler in Dagenham, east London, in 2004.

In their ruling, the Law Lords argued it has been a fundamental principle of English Law that the accused should be able to see his accusers and challenge them.

Judge Paget said it would be “frankly impossible” to ask the jury to forget what they had heard from anonymous witnesses.

He told the jury: “You have heard evidence from a number of witnesses that you should not have heard.”

the Law Lords had given their ruling “because of the difficulties caused to the defence if they do not know the identity of witnesses against them and are deprived of investigating why these people may be inaccurate or, worst, untruthful”.

“It’s fundamentally important that we are able to protect, in very, very rare cases, anonymity of witnesses, otherwise we’re not able to get justice for people.”

“Intimidation of witnesses is a very serious problem, but a balance must be found which protects them without compromising the integrity of the trial.”

I have to say in all fairness that I agree with the law lords ruling, civil liberties are already eroding faster than ever in the UK, and there is a real threat of some kafkaesque bureaucratic legal system. On the other hand I appreciate the seriousness of needing to protect witnesses. I am not sure what the solution is that balances both of these factors, but I have faith that there is one, I doubt however we shall see it practiced any time soon due to many pending cases which can be thrown out, or even old ones such as the automated speeding ticket.

Cheap find(1)

June 10th, 2008

#!/bin/sh

du -a . | grep $1 | awk ‘{print $2}’

Don’t ask why.

Quote of the day 6 / 9 / 08

June 9th, 2008

A conservative is a man who believes that nothing should be done for the first time.

- Alfred E. Wiggam

Brand new, your retrospective chip

June 9th, 2008

From The Nonist

What we see pictured here, as I’m sure many of you already know, is the world’s first integrated circuit, created by Jack S. Kilby in the summer of 1958. That this creation, with its bubbled wax and carefully twined wire, is the work of human hands is unmistakable. The seemingly messy, cobbled-together, simplicity of it is heartening somehow when one compares it to the microchips of present day, which a human hand is not meant to touch and could only hope to damage with its meaty, imprecise groping. This is a technology which though reality-shaping has, in large part, been complexified right out of direct human contact.

Following this are sixteen other images taken from the book State of the Art: A Photographic History of the Integrated Circuit, by Stan Augarten published some twenty five years ago, I have to agree with the nonist that the aesthetic of some of the earlier chips are definatly more interesting than the later chips due to their simplicity, hard to believe some of these designs are almost fifty years old now.