Displaying 20 results from an estimated 76 matches for "mediocre".
2019 Apr 01
3
Today is the last day of mediocre library call optimizations
To this day, we still do too little when it comes to optimizing well
known library calls.
Given that various libraries, especially the C/C++ standard library, are
relatively clear defined, and LLVM has all the infrastructure already in
place, e.g., SimplifyLibCalls.cpp, it seems odd that we still miss so
many optimization opportunities.
To show how easy it is, and how much impact it can have, I
2007 Jun 28
2
CentOS iso for Sparc64 machine
Hi,
I have been looking for CentOS for sparc based machines without luck. I
tried to use birorrent to download it without luck. I really would
appreciate anyone letting me know because I have a Sun Ultra 60 that I would
love to install it on. Thanks!
-- Dexter
Dexter F. Stowers
Systems Administrator Unix/Linux/Windows/Mac
Clemson University
--
Desire is the ingredient that changes the hot
2002 Mar 05
4
Ogg too good?
...hear the differencee between the
ogg and the original files.
Maybe it was the type of music I was encoding or limitations
in my listening equipment or something but it seems pointless
to have a scale from one to ten and have most of it unused.
Seriously... this is a real problem. What if I *want* mediocre
quality, eg. for downloads where I don't want people to have
the full quality version of a song?
Also, I think MP3 people will feel cheated if they never need
use a higher quality level than two or three.
So please, please, let's have worse quality. It's psychological
and maybe silly,...
2012 Jun 15
3
[LLVMdev] [cfe-dev] C++ Expression Template Benchmarks for GCC/Clang/Intel/PGI/MSVC
...mplate
> benchmarks I have done.
>
> http://www.wlandry.net/Projects/FTensor#Benchmarks
>
> Clang's performance was mixed. It optimized the expression template
> code just as well as the code that unrolled the expressions by hand,
> but that may be because it only did a mediocre job of optimizing the
> unrolled versions. GCC had similar performance issues until I used
> -Ofast. I could not find a similar option for Clang, partly because I
> could not find a complete list of Clang compiler options. You can see
> a list of all of the compiler options that I us...
2016 Mar 03
3
Implementation of TLS OCSP Stapling
...curity-concerened, as
is Google/GMail.
But is that really a reason *not* to implement a feature? Shouldn't a
developer think: "OK, I want my MTA to be the best! I want to be on the
top of the list of all the MTA's out there." in stead of thinking "OK,
I'm fine with being mediocre, I don't care.."? :)
2012 Mar 24
3
Handling 8GB .txt file in R?
Hi,
I am mediocre at R, maybe 1000 hours experience, but I received an 8GB
dataset and I don't know what to do with it. I have to do extensive analysis
over it for my Honours thesis.
I can't even import it. I've tried;
- Splitting it up using the free csv-splitter-1.1.zip that seems to be
working for e...
2010 Jul 10
1
False answer() being sent by cellphone providers
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com on behalf of Steve Edwards
Sent: Fri 7/9/2010 5:32 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Cc:
Subject: Re: [asterisk-users] False answer() being sent by cellphone providers
On Fri, 9 Jul 2010, Mike Ely wrote:
> (off list)
Continuing to veer off-topic...
> Yes indeed we do. The telcos
2016 Sep 27
2
Good Bye SAMBA?!?!?
...d holding?
>
> > So, for now on, I will use Windows tool in my servers...
> > I know many of you guys, just love Linux... I also love Linux, but came
> on!
> > We have a hard way to do thing works properly...
> >
> Just to let you know, it is very easy to be a mediocre Windows
> system admin and put together a few servers that will work well
> enough. Just click and click and click and talk to the paperclip and
> all will work. But, to be really good, you have to be able to do all
> those things you dread about Linux. And even then you are fighting an...
2014 Sep 21
2
[PATCH] New apodization functions
...tor stage. What these new
function enable, practically speaking, is using only part of the
signal to generate a predictor. My theory is that this helps
because short transients introduce noise into the predictor. The
predictor becomes very good at prediciting one part of the
signal, instead of mediocre for the whole block.
For more information on the whole window-thing, it might be a
good idea to see this hydrogenaudio-post by Josh himself:
http://www.hydrogenaud.io/forums/index.php?showtopic=44229
One thing to note is that this patch only affects the encoder
stage that evaluates various pos...
2006 Feb 27
3
Updates on Centos 4
Hi,
I have a server that has been running Centos for about a year but
I have not checked to see if there have been any changes to update.
Has there been any updates or fixes for the update? I have not been in
the loop for a while now. Thanks!
-- Dexter
Desire is the ingredient that changes the hot
water of mediocrity to the steam of outstanding
success. It's the ingredient that enables a
2004 Oct 05
1
Using parameters in lpq command conflicts with background lpq
...date the background lpq code to use the (fully substituted) lpq command as the cache identifier instead of (or in addition to) the service name? My application aside, I think it would be best if Samba's behavior was consistent in both daemon and non-daemon modes. I'd be willing to lend my mediocre programming skills to the task if it would help.
Thank you
-Jerry
2004 Oct 01
1
Dovecot/IMP Bug with RFC822.SIZE and BODYSTRUCTURE
...s that are requested, so I tried them all and
narrowed it down to this.
FETCH 258 (BODYSTRUCTURE) <- works OK
FETCH 258 (BODYSTRUCTURE RFC822.SIZE) <- BODYSTRUCTURE reply is wrong.
I have been surfing through the dovecot source looking for a way to fix
or work around this, but I am only a mediocre C coder.
Can anyone enlighten me?
Ryan Hulsker
2016 Sep 27
0
Good Bye SAMBA?!?!?
...ss which ones require way more
hand holding?
> So, for now on, I will use Windows tool in my servers...
> I know many of you guys, just love Linux... I also love Linux, but came on!
> We have a hard way to do thing works properly...
>
Just to let you know, it is very easy to be a mediocre Windows
system admin and put together a few servers that will work well
enough. Just click and click and click and talk to the paperclip and
all will work. But, to be really good, you have to be able to do all
those things you dread about Linux. And even then you are fighting an
uphill battle becau...
2012 Jun 15
0
[LLVMdev] [cfe-dev] C++ Expression Template Benchmarks for GCC/Clang/Intel/PGI/MSVC
...I have done.
>>
>> http://www.wlandry.net/Projects/FTensor#Benchmarks
>>
>> Clang's performance was mixed. It optimized the expression template
>> code just as well as the code that unrolled the expressions by hand,
>> but that may be because it only did a mediocre job of optimizing the
>> unrolled versions. GCC had similar performance issues until I used
>> -Ofast. I could not find a similar option for Clang, partly because I
>> could not find a complete list of Clang compiler options. You can see
>> a list of all of the compiler o...
2004 Jul 27
2
g729 + GSM + g723
Folks!
We have purchased G729 and have been testing the codec on mUltiple Gateways. Here is what we have found.
Here is the config I have used:
-------------------------------
Asterisk Server On Dual Pentium Xeons with 6GB of RAM, running on Fedora Core 2
User1 is in USA on Broadband Cable
User2 is in India on 64Kbps ISDN Line
User1 using SIPURA SPA 2000
user2 using Xten professsional(X-pro)
2016 Sep 27
0
Good Bye SAMBA?!?!?
...> So, for now on, I will use Windows tool in my servers...
>> > I know many of you guys, just love Linux... I also love Linux, but came
>> on!
>> > We have a hard way to do thing works properly...
>> >
>> Just to let you know, it is very easy to be a mediocre Windows
>> system admin and put together a few servers that will work well
>> enough. Just click and click and click and talk to the paperclip and
>> all will work. But, to be really good, you have to be able to do all
>> those things you dread about Linux. And even then you...
2000 May 01
1
GAMs under R?
...; S?::); Generalized Additive Models (*gam*) and some of the nonlinear
> modeling code are not there yet.
>
>which shows we are still waiting for a volunteer (hint, hint).
But the effort required should not be under-estimated and the need for a
*good* implementation is pretty strict. A mediocre or worse implementation
is in many ways worse than useless and even dangerous. This looks like a
pretty interesting component of an Honours project in Statistics, if some
student is interested in computations and penalized estimation.
>--
>Brian D. Ripley, ripley at stats....
2001 Aug 05
2
Transcoding listening test
...12kbps oggs to
save diskspace. Even if he realizes it will only
lower quality, it will gain him/her diskspace.
We know that transcoding will introduce errors, but
it is interesting to check how bad they are. If the
errors are small due to ogg's encoding quality,
they may not be all that bad on mediocre equipment,
and the diskspace is a real gain.
Therefore, I decided to do a listening test. I took
several mp3 encoded files, decoded them and reencoded
them in vorbis. I used different mp3 encoders and
encoded in beta4 @ 128 kbps. It would be reasonable
to estimate that 1.0 will give comparable qua...
2005 Jan 19
1
Re: Asterisk bandwidth tuning?
Well, I don't know how to tune it more, it connects at about that rate in a mediocre
rural landline.
ILBC uses samples of 30ms, so if you set the trunkfreq set to 20 you will be using more
of the necesary scarce bandwidth AND dropping sample info in each frame, thus making
audio choppy and unclear.
Make shure to disallow all codecs and then allow only ILBC or lpc10 (search for it...
2008 May 10
4
Newbie: lambda do...end.should change(Model, :count).by(1). Doesn''t work
Hi to everyone,
I''m an RSpec, and BDD in general, newbie so in order to learn I have
chosen to use my personal website as a tesbed.
I''m having difficulties juggling with mocks, and in particula with the
following code.
Here''s the controller action:
def create
@album = Album.new(params[:album])
if @album.save
flash[:notice] = "album saved"