Displaying 20 results from an estimated 23 matches for "overdesigned".
Did you mean:
overdefined
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?
...sons apart
from lack of time or interest?
i'd very much like to see this feature re-appear.
best,
jörn
<p>
--
The handles of a craftsman's tools bespeak an absolute simplicity,
the plainest forms affording the greatest range of possibilities for
the user's hand.
That which is overdesigned, too highly specific, anticipates
outcome; the anticipation of outcome guarantees, if not failure, the
absence of grace.
- William Gibson, "All Tomorrow's Parties"
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linu...
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
...be' in the body. No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
>
--
The handles of a craftsman's tools bespeak an absolute simplicity,
the plainest forms affording the greatest range of possibilities for
the user's hand.
That which is overdesigned, too highly specific, anticipates
outcome; the anticipation of outcome guarantees, if not failure, the
absence of grace.
- William Gibson, "All Tomorrow's Parties"
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linu...
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
...be' in the body. No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
>
--
The handles of a craftsman's tools bespeak an absolute simplicity,
the plainest forms affording the greatest range of possibilities for
the user's hand.
That which is overdesigned, too highly specific, anticipates
outcome; the anticipation of outcome guarantees, if not failure, the
absence of grace.
- William Gibson, "All Tomorrow's Parties"
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linu...
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
...ease 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 never
got around to fixing. It also was maybe a bit overdesigned to make it
fast with thousands of mailboxes. There were two indexes: Mailbox UID ->
name map index, and UID -> status info index.
I don't think most people have that many mailboxes. Using two index
files just makes the common case slower. So the new mailbox list index
could be a single i...
2016 Jan 21
3
lld: ELF/COFF main() interface
As a person who started this thread I should probably comment on the
interface.
My needs only require a library-like version of a command-line interface.
Just to be specific, the interface that would work okay is the old
high-level lld interface:
bool link(ArrayRef<const char*> args, raw_ostream& diagnostics)
This would require round-tripping data through files which is not ideal but
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
> If I were a user, I definitely want the former instead of the latter
because the former just provides more.
This is if you wanted to use the library (e.g. embed linker into clang, do
parallel linking of many executables from the same process, etc.). For some
use cases there's no difference because the only thing you'll do with a
library is link it into a command-line executable and
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