Create an Account
username: password:
 
  MemeStreams Logo

Lost's MemeStream

search

Lost
Picture of Lost
My Blog
My Profile
My Audience
My Sources
Send Me a Message

sponsored links

Lost's topics
Arts
Business
Games
Health and Wellness
Home and Garden
Miscellaneous
Current Events
Recreation
Local Information
Science
Society
Sports
Technology

support us

Get MemeStreams Stuff!


 
Ubuntu 7.10 does not support svn post-commit hooks :(
Topic: Miscellaneous 12:09 pm EDT, Apr  8, 2008

Bug description [edit]

Binary package hint: python-clearsilver

If I install python-clearsilver and run:

python -c 'import neo_cgi'

I get the following:

-c:1: RuntimeWarning: Python C API version mismatch for module neo_util: This Python has API version 1013, module neo_util has version 1012.
-c:1: RuntimeWarning: Python C API version mismatch for module neo_cs: This Python has API version 1013, module neo_cs has version 1012.
-c:1: RuntimeWarning: Python C API version mismatch for module neo_cgi: This Python has API version 1013, module neo_cgi has version 1012.

Ubuntu 7.10 does not support svn post-commit hooks :(


Journal of toby (759) - InnoDB as a Queue for Worker Bees
Topic: Technology 12:08 pm EDT, Apr  6, 2008

You have multiple worker processes/threads pulling records, FIFO, from a table. If one worker 'dies' or fails processing, another worker should retry the same record.

Here are some ideas (partially tested).

-- find first record & select it, taking exclusive lock
SELECT * FROM q WHERE id = (SELECT @id := MIN(id) FROM q) FOR UPDATE;

-- now other threads need to see that it's deleted (new MIN())
-- This only works where reading session is in READ UNCOMMITTED mode!
DELETE FROM q WHERE id = @id;

-- ... do whatever processing is required...

-- then either COMMIT (if successful)
-- or ROLLBACK (if processing failed and another worker should attempt)

Journal of toby (759) - InnoDB as a Queue for Worker Bees


Cepstral Text-to-Speech
Topic: Technology 12:32 am EDT, Apr  4, 2008

Applications

Anywhere there is spoken delivery of information, there's a place for high quality speech synthesis. With Cepstral Text-To-Speech (TTS) synthetic voices, your application will speak well for you, anywhere.

You can select a voice that fits your need, optimize it for your application, or even have voices built for a particular character or delivery. With our state-of-the-art unit selection text-to-speech synthesis and voices, you can have customer quality, customizable spoken output in a small, network-downloadable package.

The voices are small and fast enough to run on handheld devices or distribute over the network. Cepstral voices support SSML, VoiceXML tags, and Microsoft(R) SAPI standards to make content authoring, voice switching, and customization easy.

Very nice text-to-speech.

Cepstral Text-to-Speech


Cepstral Text-to-Speech
Topic: Technology 12:28 am EDT, Apr  4, 2008

Cepstral Professional Services

With Cepstral Professional Services, you can make your spoken output shine. Whether you need special pronunciations for your application or need a new voice, we can deliver Text-To-Speech (TTS) solutions that fit your needs. Cepstral designs, builds, and customizes high-quality voices that enable natural and clear communication. Our voices are ideal in situations where natural-sounding and intelligible verbal communication is required, but where live or pre-recorded speech is costly, technologically complex or not sufficiently flexible.

Our current language palette of English, Spanish, French, German, and Arabic covers 5 of the world's 7 most influential languages as calculated by Weber (1997). While we have a roadmap for additional language development, we can provide a particular language or dialect to meet a customer's needs.

Cepstral Text-to-Speech


Linode.com - Virtual Server (VPS) Hosting
Topic: Technology 12:28 am EDT, Apr  4, 2008

Become the master of your domain name...

Linode virtual servers provide all the performance and flexibility of dedicated servers but at shared hosting prices. We manage the hardware, the networks, and the services and you get to do what you do best -- develop your applications, host your web sites, be the master of your domain name.

Pretty good service.

Linode.com - Virtual Server (VPS) Hosting


Subprime Explained - Google Docs
Topic: Business 11:25 pm EDT, Apr  3, 2008

Sub-prime explained through stick figures.

Subprime Explained - Google Docs


MySQL :: MySQL 5.0 Reference Manual :: 13.2.10.5 SELECT ... FOR UPDATE and SELECT ... LOCK IN SHARE MODE Locking Reads
Topic: Technology 11:16 pm EDT, Apr  3, 2008

3.2.10.5. SELECT ... FOR UPDATE and SELECT ... LOCK IN SHARE MODE Locking Reads

In some circumstances, a consistent read is not convenient. For example, you might want to add a new row into your table child, and make sure that the child has a parent in table parent. The following example shows how to implement referential integrity in your application code.

MySQL :: MySQL 5.0 Reference Manual :: 13.2.10.5 SELECT ... FOR UPDATE and SELECT ... LOCK IN SHARE MODE Locking Reads


Metaweb Technologies, Inc. : Jobs
Topic: Technology 11:14 pm EDT, Apr  3, 2008

Employment Opportunities

Metaweb – the company behind Freebase – is a technology startup located in the SOMA district of San Francisco, California. We work on hard problems in software engineering, data modeling, web design and online collaboration. We are well funded, led by a proven, experienced management team, and are building something that could forever change the Web.

In addition to the reward of tackling interesting challenges with smart people, we offer competitive salaries, full benefits, flexible schedules, great food, and standard issue Nerf guns for all employees.

Cool jobs. Hard problems.

Metaweb Technologies, Inc. : Jobs


MySQL :: MySQL 5.0 Reference Manual :: 13.2.10.1 InnoDB Lock Modes
Topic: Technology 11:14 pm EDT, Apr  3, 2008

13.2.10.1. InnoDB Lock Modes

InnoDB implements standard row-level locking where there are two types of locks:

*

A shared (S) lock allows a transaction to read a row (tuple).
*

An exclusive (X) lock allows a transaction to update or delete a row.

MySQL :: MySQL 5.0 Reference Manual :: 13.2.10.1 InnoDB Lock Modes


MySQL :: MySQL 5.0 Reference Manual :: 15.1.1 How to Set Up Replication
Topic: Technology 10:56 pm EDT, Apr  3, 2008

This section describes how to set up complete replication of a MySQL server. There are a number of different methods for setting up replication, and the exact method that you use will depend on how you are setting up replication, and whether you already have data within your master database.

Master-Master is neat.

MySQL :: MySQL 5.0 Reference Manual :: 15.1.1 How to Set Up Replication


(Last) Newer << 79 ++ 89 - 90 - 91 - 92 - 93 - 94 - 95 - 96 - 97 ++ 107 >> Older (First)
 
 
Powered By Industrial Memetics
RSS2.0