Domain: flying-rhenquest.net
Stories and comments across the archive that link to flying-rhenquest.net.
Stories · 5
-
SCO Responds to OSDL Legal Aid Announcement
Greyfox writes "SCO has issued a response to the earlier OSDL legal aid announcement. Basically the same old story, noting: 'If vendors feel so confident with the intellectual property foundation under their massive contributions into Linux, then they should put their money where their mouth is and protect end users with true vendor-based indemnification.' The release also refers us to their SCOSource web site, which they claim in their announcement shows 'proof' of infringement. I was unable to find any such 'proof' other than their claim that they own errno.h. Since I'm obviously too much of an idiot to find the 'proof' they claim they're showing, maybe someone else could go look and tell me where it is." -
Anti-Competitive Behavior in the Printer Industry?
Greyfox writes: "Here is an interesting story about the printer industry versus ink-cartridge refillers. Anyone who's bought a low-cost inkjet knows that you can spend over half the cost of the printer on ink. So it was only natural that an industry would spring up around refilling the cartridges. Well the printer industry has apparently been fighting back, trying to protect their market share. As with all good stories, legislation is being considered. Worth a read." Sort of like spyware -- it's a back-and-forth battle. -
WIPO Music Control Treaty Ratified
Greyfox writes: "Here's one that slipped through the cracks. The WIPO (You know, that unelected, unaccountable organization that lives in the Corporate back pockets) has ratified a anti-music piracy treaty which will go into effect on May 20. It apparently has anti-circumvention measures similar to the DMCA and will carry the force of law in the USA and other member countries." We had a more informative story about these two treaties a few months ago. The only new information is that the Phonograms and Performances Treaty now has enough signatures to go into effect in May. -
China Orders E-Mail Screening
Greyfox writes: "According to this CNN article, China has ordered Internet providers to screen users' E-mails for subversive statements. See how fascist governments control the flow of information? Aren't you glad our government doesn't do this? Oh... Wait..." -
Dealing with BLOBs in Postgres?
Greyfox asks: "I've got a question and it's been bugging me for a while. I'm trying to do some database programming with Java and PostgresSQL. I've got an array of bytes I'd like to store in the database and I can't quite figure out how to do it. I've tried the method suggested in their old documentation (Which involves doing some JDBC thing with a FileInputStream) and some esoteric BLOB thing involving ResultSet.setBytes() and a more esoteric BLOB thing involving their LargeObjectManager and when I'm at my most successful I get error messages back griping about unexpected EOFs from the connection manager or somesuch. The documentation, example code and web searches have all been profoundly unhelpful. Am I going about this the right way and if I am, what am I missing?"