tpot (at) frungy . org
|
Fri, 27 Feb 2004Tom Van Vleck, in a recent Risks posting, makes the following observation about non-executable stacks: Closing one open barn door is good, but it needs to be complemented by a systematic approach to enumeration of openings, and a method of closing the openings by architectural design that applies to all openings.posted at: 10:51 | path: | permanent link to this entry Thu, 26 Feb 2004From Slashdot: posted at: 10:11 | path: /humour | permanent link to this entry I first saw this word when reading Fast Food Nation referring to potato and beef farmers who are basically just contractors managing someone else's land. Tim Bray has a nice piece on sharecropping as it applies to software development on proprietary platforms. posted at: 10:10 | path: /computers/microsoft | permanent link to this entry Wed, 18 Feb 2004Let's all band together to sweep the problem under the rug instead of actually fixing it From the Politech list: How about we don't do that. Perhaps more people will have an incentive to do something constructive about the virus problem instead of constantly patching. posted at: 14:30 | path: /rants/microsoft | permanent link to this entry Tue, 17 Feb 2004I'm currently hooked on news about the lead up to the U.S presidential election. I guess it's because events in the US usually have major follow-on effects in Australia and the local newspapers don't give daily updates in as much details as various bloggers. Calpundit and Talking Points Memo are two blogs that I am currently reading. These guys seem very well informed as don't engage in pointless idealogical ranting. It's always interesting reading in the blogosphere! posted at: 18:33 | path: /blogs | permanent link to this entry Sun, 15 Feb 2004The Wikipaedia entry for haiku eventually links to this nice little rant calling for the complete elimination of joke haiku production on the internet by Paul Henry. [...] the vast majority of joke haiku posted to the Internet just aren't funny. Short enough to take the form of a simple sentence, the typical joke haiku is just that: a brief observational sentence about some random aspect of life. When shorn of its haiku form, its true banality emerges. I think he has a point, although Seinfeld managed to make many seasons of his comedy show about "nothing". Joke haikus seem very similar. My favourite entry from this year's contest is by John Cataldo: perl perl perl perl perlPaul also has an interesting term for the discussion of amusing values of the HTTP referrer: "refer madness". Heh. posted at: 11:49 | path: /humour | permanent link to this entry Thu, 12 Feb 2004The OSI Position Paper on the SCO-vs.-IBM Complaint is now the number 1 hit when searching for SCO on Google. posted at: 11:12 | path: /internet | permanent link to this entry Wed, 11 Feb 2004The following named.conf snippet tells BIND to use an internal nameserver for a private network *.test in the address block 10.0.0.0/8:
I wish more programs would use the BIND configuration file format.
It's easy to read, parse and you can nest configuration parameters,
something that a lot of other configuration files can't do. posted at: 15:41 | path: /internet | permanent link to this entryFrom Slashdot: This isn't the third DIFFERENT bug in ASN.1 discovered recently - this is the third set of applications using the SAME REFERENCE IMPLEMENTATION of ASN.1 that was discovered to be vulnerable once it was discovered that the reference implementation was buggy. SNMP and SSL got hit, then just recently H.323 got hit, and I don't know what Microsoft parts just got hit (but it wouldn't surprise me if it's Netmeeting and maybe IE.)posted at: 12:00 | path: /rants | permanent link to this entry Mon, 09 Feb 2004alt.social.networking.orkut.orkut.orkut posted at: 16:34 | path: /humour | permanent link to this entry This command displays the size, permissions and user/group owners for a RPM: rpm -qp --qf "[%{FILESIZES}\t%{FILEMODES:perms} %{FILEUSERNAME}\t%{FILEGROUPNAME}\t%{FILENAMES}\n]" filename.rpm Unfortunately that's all a bit hard to type in on the command line. A --verbose option to one of the other query options would be nice but maybe that's optionitis. posted at: 15:38 | path: /software | permanent link to this entryFrom ScanAlert.com: If you read the fine print it says that: While ScanAlert makes reasonable efforts to assure its certification service is functioning properly, ScanAlert makes no warranty or claim of any kind, whatsoever, about the accuracy or usefulness of any information provided herein. By using this information you agree that ScanAlert shall be held harmless in any event.While it does seem nice to have a service that checks for well-known web server vulnerabilities, which IsItSafe? seems to do, this does seem to be a good example of what Bruce Schneier calls window dressing security. "Can you prove it?" indeed. (Oh and resizing the browser window to 570x650 whenever you visit a page on your website is pretty sucky). posted at: 14:39 | path: /computers/security | permanent link to this entry Sun, 08 Feb 2004The quality of posts at -1 has been pretty poor lately so I've been resorting to reading posts with positive moderation. This poster has an interesting remark about C# and .NET: posted at: 08:59 | path: /software | permanent link to this entry Fri, 06 Feb 2004The Washington Post is running a story on the Bush Administration's 2005 budget. Although the budget sounds like a bit of a joke in itself, the google advertisments are even better. From the article: "Imagine someone who's been piling on extra pounds at an alarming rate. Trimming his annual weight gain from 30 pounds this year to 15 pounds five years from now still leaves him fat -- and getting fatter. The goal shouldn't be to cut the deficit in half; it should be to remedy the gap between what the government is spending and what it is taking in."Google brings up three ads:
Mon, 02 Feb 2004To merge changes from a location in the repository to a workarea, use the following command from within the workarea: svn merge -r rev1:rev2 repository-uri The argument to -r specifies the range of changes in the source branch to merge into the target. The repository-uri argument specifies the area of the repository to merge from which is typically the trunk or an active branch. When selecting revision numbers, the output of svn log is useful. If the target workarea was branched at revision 123, use -r 123:HEAD to merge all changes that have happened since the branch point. Unfortunately there doesn't seem to be a way to specify a tag that refers to the branch point. You must know the revision number. I should read more of the Subversion book to discover some more hints and tips. posted at: 13:12 | path: /software/subversion | permanent link to this entry | ||||||||||||||||