search for: overdesigning

Displaying 20 results from an estimated 23 matches for "overdesigning".

2011 May 04
0
[LLVMdev] Memory Subsystem Representation
On May 3, 2011, at 12:01 PM, David A. Greene wrote: > "Rotem, Nadav" <nadav.rotem at intel.com> writes: > >> Can you describe which passes may benefit from this information ? My >> intuition is that until there are a number of passes which require >> this information, there are other ways to provide this >> information. One way would be to use
2014 Mar 27
2
[LLVMdev] [lld] Subclassing LayoutPass
Hi, I think it would be great if we could subclass the LayoutPass. All the generic functionality could be in the parent to run the layout-after/in-group/ and currently the layout-before passes(until it gets removed). Flavors can *choose to run the layout passes* that they use and determine the way things get ordered in the layout pass. The compare function in the LayoutPass would call
2004 Aug 06
2
On demand relay in icecast 2?
Michael Smith wrote: > On Thursday 12 February 2004 03:05, v b wrote: > >>I'm using this on icecat 1.3.12 but it doesn't seem to work with icecast >>2.0.0. The relay starts as soon as icecast is started and does not drop, >>even if there are no clients. I've been over and over the docs and can't >>figure out what I'm doing wrong. >> >
2011 May 03
2
[LLVMdev] Memory Subsystem Representation
"Rotem, Nadav" <nadav.rotem at intel.com> writes: > Can you describe which passes may benefit from this information ? My > intuition is that until there are a number of passes which require > this information, there are other ways to provide this > information. One way would be to use Metadata. We have Cray-specific passes that use this information. Some of the
2004 Aug 06
0
Questions
at least i found that the -kh version of icecast2 (http://xiph.org/~karl) have a config option to include theora and speex. not sure whether its functional already, though. the NEWS file of icecast-2.0-kh31 says "initial implementation of multiple Ogg codec streaming, theora, vorbis and speex. more work needed to start at theora key frame." there is however no mention of speex in
2008 Nov 06
0
need help with SIGNAL module
I sent this message to the maintainer's email address listed on the signal package, but it bounced. Perhaps somebody on this list has more insight into the signal package than I do (or knows the maintainer's new address): Subject: question about buttord function in R signal module From: Michael Tiemann <michaeltiemann at mac.com> Date: Thu, 06 Nov 2008 07:18:58 -0500 To: tshort
2004 Aug 06
0
MB soundcards and PCI soundcards
this is almost certainly a driver or device mapping issue. the answer depends on whether you use alsa or oss. if you're using oss: use alsa :) if you're using alsa: are both cards correctly installed? what does aplay -l say? what does lsmod | grep snd say? have you specified the correct device to use? depending on your installation, the onboard sound chip might be set to be the default
2014 Nov 27
1
[PATCH RFC v4 03/16] virtio: support more feature bits
On Thu, 27 Nov 2014 17:34:19 +0200 "Michael S. Tsirkin" <mst at redhat.com> wrote: > On Thu, Nov 27, 2014 at 04:16:36PM +0100, Cornelia Huck wrote: > > With virtio-1, we support more than 32 feature bits. Let's make > > vdev->guest_features depend on the number of supported feature bits, > > allowing us to grow the feature bits automatically. ^ This
2011 May 05
2
[LLVMdev] Memory Subsystem Representation
Chris Lattner <clattner at apple.com> writes: > On May 3, 2011, at 12:01 PM, David A. Greene wrote: > >> "Rotem, Nadav" <nadav.rotem at intel.com> writes: >> >>> Can you describe which passes may benefit from this information ? My >>> intuition is that until there are a number of passes which require >>> this information, there
2014 Nov 27
1
[PATCH RFC v4 03/16] virtio: support more feature bits
On Thu, 27 Nov 2014 17:34:19 +0200 "Michael S. Tsirkin" <mst at redhat.com> wrote: > On Thu, Nov 27, 2014 at 04:16:36PM +0100, Cornelia Huck wrote: > > With virtio-1, we support more than 32 feature bits. Let's make > > vdev->guest_features depend on the number of supported feature bits, > > allowing us to grow the feature bits automatically. ^ This
2004 Aug 06
1
IceCast binary strange error on startup
Hi folks! I'm trying to run icecast2.0.0-1 on my router machine. Since this is a Pentium 75 with minimal configuration, I'd like not to compile it, but downloaded the binary distribution. After installing and configuring (not my first, others were on Win32) everything looks fine, but ... well look for yourself: <-----------------------> nserv:~ # icecast icecast: error while
2010 Jan 25
15
database design question: building features
I am trying to decide between two different database architectures for an application to manage properties. For capturing the property features, I have two options: a single model/table with all the features as fields, or a set of joined models - property, feature, feature data. (see attached ERD diagram) OPTION A Properties name address has_pool has_doorman has_etc. (a bunch of values, not all
2004 Aug 06
3
On demand relay in icecast 2?
I'm using this on icecat 1.3.12 but it doesn't seem to work with icecast 2.0.0. The relay starts as soon as icecast is started and does not drop, even if there are no clients. I've been over and over the docs and can't figure out what I'm doing wrong. vb _________________________________________________________________ Plan your next US getaway to one of the super
2009 Dec 29
0
Design: Mailbox list indexes
I drove over 2000 miles in recent days, so I had some time to think about future Dovecot things. :) Maybe for v2.1 or v3.0, whichever I happen to release next. Here's the first thought: The main idea behind mailbox list indexes was to make getting STATUS information for mailboxes from a single index file. The code was already written for Dovecot v1.1, but it was disabled because of bugs I
2016 Jan 21
3
lld: ELF/COFF main() interface
...interface that would satisfy my needs is similar to a command-line interface; it should not write errors to stderr and should return on errors instead of aborting. These requirements do not seem like they would severely complicate the design. They also do not seem contentious - there is no risk of overdesigning! I don't see a reason why having this interface would be bad. The only "challenge" really is error propagation, which is mostly an implementation concern and, as mentioned previously, there could be partial solutions where you rely on validity of inputs within reasonable boundaries an...
2004 Aug 06
3
Questions
Hi: I've read that there is experimental speex and theora support in a development branch of icecast somewhere. Speex would be ideal for this kind of thing. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word
2004 Aug 06
3
How to edit icecast.xml via SSH on Linux?
Hi, I dont know if I got the question right. It is simply straight forward. *) Connect to the machine with ssh *) Use an editor like vi/pico/nano/joe Example : $vi /etc/icecast.xml $pico /etc/icecast.xml Hope I didn't oversimplify the question. Have fun, Midhun Kumar Allu. <p>On Mon, 2004-02-09 at 23:21, MacSym wrote: > Hi everybody, > > I am connecting to my
2002 May 15
3
Struchture change of a data frame
Hi guys I've got an easy question but couldn't find any quick solution. I woulk like to change the following matrix good bad worse Blue 1 2 2 Yellow 2 1 3 Black 3 4 4 Into the following structure good 1 Blue Bad 2 Blue Worse 2 Blue Good 2 Yellow Bad 1 Yellow Worse 2 Yellow Good 2 Black Bad 4 Black Worse 4 Black Thanks a lot. Regards Beat Huggler --- Beat Huggler Quantitative
2016 Jan 22
2
lld: ELF/COFF main() interface
...ds is similar >> to a command-line interface; it should not write errors to stderr and >> should return on errors instead of aborting. These requirements do not seem >> like they would severely complicate the design. They also do not seem >> contentious - there is no risk of overdesigning! I don't see a reason why >> having this interface would be bad. The only "challenge" really is error >> propagation, which is mostly an implementation concern and, as mentioned >> previously, there could be partial solutions where you rely on validity of >> in...
2004 Aug 06
3
MB soundcards and PCI soundcards
Here's a problem that I have uncovered on two entriely separate machines using the latest icecast2 and ices2 software. Even when the onboard soundcard is disabled, the PCI soundcard (which has been both a Creative Live! and an Ensoniq soundcard) is unable to accept input or stdin audio. If I enable the onboard soundcard everything works well and I can stream audio using icecast and ices. But