search for: overreact

Displaying 20 results from an estimated 48 matches for "overreact".

2015 Mar 27
5
Not getting updates?
...dded it in, it made no difference. I have noticed that I do have some updated packages (like httpd) that are from February and appear to be the most recent based on the mirrors, but every mirror I hit I see no updated packages listed for this month. Maybe there's just not been any and I'm overreacting. But to give an example, we run several Ubuntu 14.04 LTS virtual machines and I've have a dozen or so security related updates that I've not seen for CentOS, like openssl (which I do have installed on it) and gnutls. I know package names don't always match up, but these are recent...
2009 Aug 01
0
[LLVMdev] RFC: MachineInstr Annotations
...r the AsmPrinter, because semantics are tricky enough as they are right now without new subtle bits to worry about. It even occurs to me to suggest putting the bits in a private member in a class and making AsmPrinter a friend of that class in order to discourage accidental misuse, but that may be overreacting :-). Dan
2004 Dec 10
2
way to duplicate logs?
...as it was in sync with ntp and still is. Also, is there a way to make more than one copy of these logs?....I am not sure how this is set up and but I would like to possibly have another set of logs in place so if someone is editing them, I can catch it. I know there is a chance that I may be overreacting., but just in case I want to know. Thanks, Bob
2015 Mar 27
3
Not getting updates?
...have noticed that I do have some updated packages (like httpd) that are >> from February and appear to be the most recent based on the mirrors, but >> every mirror I hit I see no updated packages listed for this month. >> Maybe >> there's just not been any and I'm overreacting. > > indeed, odd. I just looked at my local mirror of a mirror, and I'm > not seeing anything in /7/ newer than Jan 20 oh. is /7/ supposed to be a symlink to /7.0.1406/ or a separate directory ? it appears my mirroring of the mirror may be broken if its supposed to be a s...
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
...pository compilation with the availability of a specific SCM > > tool ? > > > > I mean, R just won't build unless you have svn info available, I > > think that's pretty odd. Printing a warning would be another > > possibility, but exitting build is almost an overreaction. > > That's just false. Build from a tarball, and you can store it anyway > you like. I'm talking about the SVN repository. Building from a tarball prevents me from tracking R's revisions, don't you think ? But as I said, if the community doesn't want to support a...
2009 Jul 31
3
[LLVMdev] RFC: MachineInstr Annotations
I'm getting to the point where I want to contribute some more MachineInstr comment support for things like spills. As we've discussed before, we don't have all of the information available in AsmPrinter to synthesize the kind of comments that can be helpful for debugging performance issues with register allocators (our primary use for these kinds of comments). In order to get this
2015 Jan 19
2
[PATCH] Makefile: add support for git svn clones
...'t you think it's a bit odd to couple the repository compilation with the availability of a specific SCM tool ? I mean, R just won't build unless you have svn info available, I think that's pretty odd. Printing a warning would be another possibility, but exitting build is almost an overreaction. But fair enough, no need to spend days discussing $subject if the community doesn't want to support git svn clone ;-) cheers -- balbi -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: D...
2011 Oct 28
1
Duplicated packages in CR repo?
...g-relp-4.6.2-3el6_1.4.x86_64.rpm 19-Oct-2011 13:04 The same is true for several other packages uploaded to CR repo on 19-Oct-2011: - corosync - xorg-x11-server Corosync also exists with a correct name in the repo, but xorg-x11-server does not. Maybe someone can have a look on this or am I overreacting? I successfully fixed my broken updates by a manual downgrade followed by an update with the correctly named package. Best regards Patrick
2011 Oct 05
0
[LLVMdev] LLVM IR is a compiler IR
...arguments > are not accurate because IR never intended to be anything else anyway. > PNaCl, OpenCL, RenderScript, Java-like VMs were aggregated over time > and tried to use IR for what it was not designed to be. I completely > agree with you in that one. Hi Renato, I think you're overreacting here. There is nothing about OpenCL, RenderScript, or VMKit that requires LLVM IR be used like a Platform, as I defined it in my first paragraph. I'm aware that some people would like to use LLVM IR as a Platform, and I'm saying that there are important high-level considerations to mak...
2005 Apr 04
1
tgAudioCodec.zip
...Hmm, you and Ralph have convinced me to put it back online. But I'll have to review the code and strip out the application-specific stuff I've added since then. I suppose if I put a little more thought into the instructions I include with it, things would probably be ok. I think I overreacted before anyway... Thanks, Tom
2016 May 10
3
Opus encoding rate for very quiet noisefloor
Hi Opus list, Please forgive me if this has been asked before. I find that Opus encoder created in mode OPUS_APPLICATION_AUDIO (as opposed to _VOIP) is using a lot of bits to encode silent periods of speech. This is relevant to a voip application for which good quality music is desirable, and in which I add a minimal comfort noise (order of few bits loud, e.g. MLS signal of amplitude 1 or 2)
2006 Sep 20
3
Flac metadata at end?
...tifier, like starting the file with fLAC instead of fLaC, so that old decoders just reject the new format, but new ones know to read the last 4B (int) to find the offset for where to find the data. It then jumps back to the beginning. Conversion between the formats is no problem. Am I totally overreacting, or do I have some justification? It takes about 5 mins to change some track data for a cd, even encoded at best. This is really not very user friendly, and going through and adding lots of padding to the batch of cds I just ripped, then adding the data, then removing all the padding is a...
2011 Oct 05
2
[LLVMdev] LLVM IR is a compiler IR
On 5 October 2011 16:18, Dan Gohman <gohman at apple.com> wrote: > I think you're overreacting here.  There is nothing about OpenCL, RenderScript, > or VMKit that requires LLVM IR be used like a Platform, as I defined it in my > first paragraph.  I'm aware that some people would like to use LLVM IR as a > Platform, and I'm saying that there are important high-level consid...
2007 Sep 09
11
Going beyond the default html formatter/report?
...ers to jump into spec world when it is possible to give input at "the same place". Integrate to trac or very lightweight standalone stuff. However it should not be trac reinventing effort. I haven''t use rspec with customer yet but planning to do so with next project, so I might overreact about this matter right now. Priit
2016 Jun 03
1
Opus application_mode==AUDIO, 20ms framing issue?
...for mode=AUDIO at a bitrate of about 28000. > Quality drops audibly for voice signals when encoded at 20ms > framesize, versus quality at 10ms. This effect is mode=AUDIO only. > Using mode==VOIP shows no sig. difference between 10 and 20ms framing > at this bitrate. Pesq totally overreacts, as it is wont to do :) > However, I do hear a slight drop. Admittedly, 28kbps is a low bitrate > to be running in mode=AUDIO. Is this effect known? Is there a > difference in processing with audio mode between 10ms and (other > framesizes)? I reckon it will go away if I throw s...
2011 Oct 05
4
[LLVMdev] LLVM IR is a compiler IR
On 5 October 2011 01:19, Chris Lattner <clattner at apple.com> wrote: > I'm not sure what you're getting at here.  My email was not intended to say that I'm not interested in LLVM improving - quite the contrary.  My email was to rebut Dan's implicit claim that PNaCL and using LLVM as a portable IR is never going to work.  I'm arguing in the "opencl" and
2013 Feb 28
8
false low battery alarm
Hi, I have two types of UPS devices and one of them (APC) gave me a false "low battery" alert. I can't reproduce the problem... Also, there was nothing apparently wrong with the UPS at the time of the false alert. All I could do was grab the driver values within a minute after the "low battery" notification. These are the values: battery.runtime.low : 120
2005 Apr 26
1
tgAudioCodec.zip
...to put it back online. But I'll > > have to review the code and strip out the application-specific stuff > > I've added since then. I suppose if I put a little more thought into > > the instructions I include with it, things would probably be ok. I > > think I overreacted before anyway... > > Good to hear :-) > > Jean-Marc > > -- > Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca> > Universit? de Sherbrooke
2015 Mar 27
0
Not getting updates?
...no difference. I > have noticed that I do have some updated packages (like httpd) that are > from February and appear to be the most recent based on the mirrors, but > every mirror I hit I see no updated packages listed for this month. Maybe > there's just not been any and I'm overreacting. indeed, odd. I just looked at my local mirror of a mirror, and I'm not seeing anything in /7/ newer than Jan 20 -- john, recycling bits in santa cruz
2015 Mar 27
0
Not getting updates?
...me updated packages (like httpd) that are >>> >from February and appear to be the most recent based on the mirrors, but >>>> every mirror I hit I see no updated packages listed for this >>>> month. Maybe >>>> there's just not been any and I'm overreacting. >>> >>> indeed, odd. I just looked at my local mirror of a mirror, and >>> I'm not seeing anything in /7/ newer than Jan 20 >> >> oh. is /7/ supposed to be a symlink to /7.0.1406/ or a separate >> directory ? it appears my mirroring of the...