search for: unimaginative

Displaying 20 results from an estimated 26 matches for "unimaginative".

Did you mean: imaginative
2009 Apr 14
3
technical questions about FLAC
Hey everyone, I have a few questions about FLAC that aren't answered in the FAQ or the documentation. Maybe someone knows about these details. 1. What exactly is meant by "reference encoder"? 2. Concerning interchannel decorrelation, what is the point of creating separate signals, why not just keep the channels you have? For example, you might create "mid" and
2007 Oct 08
8
How are you using Asterisk at Home ?
...home usage. One of the next projects for me personally is to get a SIP client for my Cingular/AT&T 8525, it has wifi and hsdpa running Windows Mobile 6 and I am certain I have run across SIP clients before for these things. Be fun to play with and get working. So yes I am asking because I am unimaginative and need ideas on selling this to the wife. :-) That and I am just curious about what others feel are useful uses for it within the home, and what others get excited about regarding it all.
2006 Oct 04
2
Linear model with hidden variables
I have some data on a moving vehicle where, amongst other things, it looks as though it would be informative to fit a model with the following structure: Z = B.Y + errorz Y = C.X + errorz The X variables are observed predictor variables; 6 of the variables look promising (on the basis of what they mean). The Z variables are observed response variables; there are 4 of them. There is a
2009 Feb 25
2
How to properly mock a complex object "comment.initiator.group.name"?
I am wondering what is the best way to mock such expression: "comment.initiator.group.name" What I do now is: =========================== comment = mock_model(Comment) initiator = mock_model(User) group = mock_model(Group, :name => "Admin") initiator.stub!(:group).and_return(group) comment.stub!(:initiator).and_return(initiator) =========================== So it becomes
1999 May 21
0
SAMBA 1.9.18p10 performance
I hope there's someone out there can help me! I would appreciate if one of you did so. I have some problems with samba: I use samba 1.9.18p10 with SuSE Linux 6.0 W95,DOS Clients. i. Lines in log.smb : "Unknown socket option TCP_NODELAY" ? ii. oplock_break:cannot find open file with dev='n',inode=q,(fnum=k) allowing break to succeed. Does it mean that a client wants to
2001 Jun 19
2
removing visible journal.dat
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I created all my ext3 partitions a while back, so the journal.dat file is visable. I'd like to remove them and use the new tune2fs functionality. Can I just mount the drives as ext2, rm journal.dat, tune2fs -j /dev/hd?? and then remount as ext3? Or am I missing something? thanks! - -- Douglas J. Hunley (Linux User #174778)
2006 Jan 16
2
recording updates
I''ve been searching around trying to find out if there is some way to attach something to an ActiveRecord class such that every time an update is called, a record of that update (which fields, when) is created. I think it would be useful for syncing information with external services I think. Questions: If there is a wealth of knowledge on this, what search terms will lead me in the
2020 Jan 02
3
[RFC] Changing LoopUnrollAndJamPass to a function pass.
<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial, Helvetica, sans-serif;font-size:10pt" ><div dir="ltr" ><font face="AppleSystemUIFont" size="3" >LoopUnrollAndJamPass is currently a loop pass. It is added in a LPM with only itself.</font><br><font face="AppleSystemUIFont"
2009 Apr 16
0
technical questions about FLAC
On Apr 14, 2009, at 02:05, Casey wrote: > I have a few questions about FLAC that aren't answered in the FAQ > or the documentation. Maybe someone knows about these details. I can't answer all of these without guessing on some... > 1. What exactly is meant by "reference encoder"? Many codecs including FLAC allow for multiple encodings of the same source data, but
2012 Oct 02
0
[LLVMdev] [cfe-dev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
...rdinary function calls to runtime routines? > > > > I agree. I can't imagine any practical way that a metadata-based > > approach could be preserved by optimizers. > > > > Yes, this. Absolutely. I think, in that case, that both you (and Chris) are being somewhat unimaginative. At this point, I believe that several workable proposals have been put forward, and what we now need is detailed analysis and review. As I've stated, whether the metadata is preserved is not really the relevant metric. It is fine for a pass that does not understand parallelization metadata to...
1999 Jun 17
6
Samba vs. NetAppliance
Hi, I'm debating purchasing a NetAppliance fileserver that does native CIFS. Below is a URL to a NetAppliance authored paper regarding performance. One of the sections compares NFS to CIFS and talks about Samba. Can anyone dispute any of this? Is there any reason besides price that I should stick with Samba? -Ed Ed Sanborn (978) 691-6496 Northchurch
2009 Aug 08
0
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Andreas Neustifter wrote: > Daniel Dunbar wrote: >> Thanks, applied as r78247. Next? :) > > Oh my, first he is lagging and now it's all a hurry :-) > > Okay, here comes the next one. > > I'm taking a short vacation next week so I will try to prepare 1 or 2 of > the next patches so that you can work on them
2010 Jun 25
3
[LLVMdev] recursive nested functions
Hello, This is a little off-topic. But I am writing a compiler to llvm ir for a language that admits recursive nested functions and am stuck as to how to translate them. Concretely, I'm trying to lift them all to the topmost level and pass all their free variables explicitly as arguments. To do this, I have to determine all their free variables in their bodies. In particular when I come
2012 Oct 02
3
[LLVMdev] [cfe-dev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
On Mon, Oct 1, 2012 at 9:26 PM, Chris Lattner <clattner at apple.com> wrote: > > On Oct 1, 2012, at 6:16 PM, greened at obbligato.org wrote: > >> Sanjoy Das <sanjoy at playingwithpointers.com> writes: >> >>> In short, I propose a intrinsic based approach which hinges on the >>> concept of a "parallel map". The immediate effect of using
2018 Oct 30
4
IBM buying RedHat
Mark Rousell wrote: > On 30/10/2018 17:14, Simon Matter wrote: <snip> > Yup. When I looked at IBM Power machines before (maybe about a year ago, > not sure), there was actually a pricing tool on the website. You could go > through various options for machines (GPUs, CPUs, storage, memory, etc.) > and get a price. Annoyingly I didn't record detailed pricing info but, as
1999 May 21
7
Multiple workgroups using SAMBA in a single domain
Dear people at the samba organization, I wish to create multiple workgroups using SAMBA in a single domain on a LINUX Box. The linux box is also the primary domain controller. Please enlist me the procedure and mail to me as soon as possible. Thanking you in advance Sincerely Roopinder Randhawa.
2010 Aug 24
3
How to obtain seed after generating random number?
Dear all, I was doing an experiment to disprove some theory therefore performing lot of random simulation. Goal is to show the audience that although something has very rare chance to occur but it doesn't mean that event would be impossible. In this case after getting that rare event I need to show that same scenario for multiple times to explain other audience. Hence I need to somehow
2009 Aug 08
6
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daniel Dunbar wrote: > Thanks, applied as r78247. Next? :) Oh my, first he is lagging and now it's all a hurry :-) Okay, here comes the next one. I'm taking a short vacation next week so I will try to prepare 1 or 2 of the next patches so that you can work on them as you have time. Greetings, Andi - --
2005 Nov 18
6
expected system load from DTrace scripts/probes
Does anyone out there have any thoughts on the type of load common DTrace scripts would cause on a system if run 24x7? I know "common DTrace scripts" and their underlining probe calls a vague statement. So for the lack of a common and establish set of scripts in the OS, I''ll use the most popular right for my question...the DTraceToolkit from Brendan Gregg. Which by the
2014 Jun 18
15
[Bug 2246] New: PAM enhancements for OpenSSH server
https://bugzilla.mindrot.org/show_bug.cgi?id=2246 Bug ID: 2246 Summary: PAM enhancements for OpenSSH server Product: Portable OpenSSH Version: 6.6p1 Hardware: Sparc OS: Solaris Status: NEW Severity: enhancement Priority: P5 Component: PAM support Assignee: unassigned-bugs at