search for: absurd

Displaying 20 results from an estimated 296 matches for "absurd".

2008 May 13
4
[LLVMdev] Preferring to use GCC instead of LLVM
...LVM has relatively poor support for Windows, no direct > support for DLL generation and the exact opposite of your > performance requirements. I see. This news is disappointing to me. > I appreciate that you have customer demands but those > demands are very unusual (and, frankly, absurd!) but you > must try to meet them regardless. Very unusual? Absurd? Who the what?! I feel like we are talking about completely different topics. I feel like you have just stated that sex is unpopular and very unusual. I don't see how you can possibly say it is very unusual. Everyon...
2017 May 18
2
Bug: floating point bug in nclass.FD can cause hist() to crash
...I do not have an account. Could somebody else add it for me, perhaps? That would be much appreciated. Kind regards, Sietse Sietse Brouwer Summary ------- Floating point errors can cause a data vector to have an ultra-small inter-quartile range, which causes `grDevices::nclass.FD` to suggest an absurdly large number of breaks to `graphics::hist(breaks="FD")`. Because this large float becomes NA when converted to integer, hist's call to `base::pretty` crashes. How could nclass.FD, which has the job of suggesting a reasonable number of classes, avoid suggesting an absurdly large num...
2012 Jan 30
2
ode() tries to allocate an absurd amount of memory
Hi there R-helpers: I'm having problems with the function ode() found in the package deSolve. It seems that when my state variables are too numerous (>33000 elements), the function throws the following error: Error in vode(y, times, func, parms, ...) : cannot allocate memory block of size 137438953456.0 Gb In addition: Warning message: In vode(y, times, func, parms, ...) : NAs
2016 Apr 12
3
Slow authentication on C7
On 04/12/2016 09:51 AM, James Hogarth wrote: > To the OP enumerate is always painful, I'd remove that for a start. This was my experience too, for what it's worth. When I first set up a new system pointed at LDAP it was absurdly slow to authenticate. Setting Enumerate to False in /etc/sssd/sssd.conf made all the difference.
2002 Oct 11
1
absurd computiation times of lme
Hi, i've been trying to apply the lme apprach to growth curves of children, but lme keeps running for ever and ever as soon as I use a reasonable basis. First Example: Data are 39 boys from the Berkeley growth study, each one measured 31 times at the ages of 1.00 1.25 1.50 1.75 2.00 3.00 4.00 5.00 6.00 7.00 8.00 8.50 9.00 9.50 10.00 10.50 11.00 11.50 12.00 12.50 13.00 13.50
2006 May 25
4
No rings before auto attendant
Hi all, been searching & not finding an answer to this, although I'm guessing it's absurdly simple... I just hooked up a T1 to our * box (1.2.0), which had been using POTS lines via a channel bank.. Now when I call the new T1 circuit, there are no rings, the Autoattendant just picks up right away.. Any clue on how to make it ring twice before getting picked up? I tried immedate=no and s...
2011 Sep 01
4
[LLVMdev] Is it possible to inline Functions without using LLVM JIT Framework?
Hi Everyone, Hopefully this question is not too absurd. Actually I created an example in LLVM, where I generate two modules, one containing the function definition and the other module calling this function. (Question related to this was posted on this mailing list recently) Now I want to know, whether it is possible to "inline" the defin...
2014 Dec 30
2
Troubleshooting poor performance with only Windows clients
Hello, Can you recommend a first step in diagnosing these symptoms: The following operations are always fast: - browsing shared with osx/linux client - moving directories with osx/linux client The following operations are sometimes absurdly painfully slow: - browsing shared with windows 7 client - moving directories with windows 7 client Wireshark shows: - When using windows: Lots of ~10 second "high latency" comms with samba finally responding with "Find Response" and "Create Response, Error: STATUS_OBJECT...
2016 Oct 19
7
Embedding LLD version to executables
...old" as part of the section name. However, at the same time, I don't believe we want to create ".note.gnu.lld-version", because if we do, all programs that determine linker version need to look at ".note.gnu.<linker-name>-version" for all known linkers. That's absurd. (Also, our product is not GNU, so ".gnu" part is probably irrelevant.) I'm leaning towards ".note.linker-version" in hope that other linkers follow it. Any opinions? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/...
2005 May 20
2
How to get in touch with sixTel?
If anybody here is a sixTel customer, can you share any tips & tricks for getting in touch with anybody there? They are absurdly hard to get a hold of, particularly when you have a technical issue needing to be resolved. If anyone has any phone numbers other than their main 800 line, I'd sure appreciate it. Thank you, Bryan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.d...
2004 Jul 13
2
e1071 question: what's the definition of performance in t une.* functions?
Basically, the `Detail' section of ?tune says it all: Details: As performance measure, the classification error is used for classification, and the mean squared error for regression. ... Andy > From: Tae-Hoon Chung > > Hi, all; > > Basically, the subject contains the all information I need to know. > In e1071 library, there are functions to tune parameters.
2006 Jul 04
1
Problems when computing the 1rst derivative of mixtures of densities
...icularly on the behavior of the variance for teta=0 (so sample only comes from the first distribution). To determine the maximum likelihood estimator I use the Newton-Rapdon Iteration. But when computing the first derivative I get a none linear function (with several asymptotes) which is completely absurd. This is my function to compute the first derivative: phy=function(teta,vect1,vect2){ return( sum(( vect2 - vect1) / (( 1 - teta) * vect1 + teta * vect2))) } note: vect1 and vect2 contains values of the two distributions computed from sample previously extracted. Beside, vect2 - vect1 is...
2017 Jun 19
4
the root cause is CP, was: A tagged architecture, the elephant in the undef / poison room
...correctly identified the root cause of the problem yet. Rather the problem is with how we incorrectly cse and copy-propagate it: x = undef if (x == x) —————> this is an illegal copy-propagation —————> if (undef == undef) If you don’t believe this is illegal then we end up with the absurdity of the function-inlining example [1], and the argument against the function-inlining example is so compelling that John decided to drop out of the argument, IE he gave up because it is indefensible. Apparently this copy-propagation has been justified by thinking of "undef" as an IR &q...
2017 May 18
0
Bug: floating point bug in nclass.FD can cause hist() to crash
...perhaps? That would be much appreciated. > > Kind regards, > > Sietse > Sietse Brouwer > > > Summary > ------- > > Floating point errors can cause a data vector to have an ultra-small > inter-quartile range, which causes `grDevices::nclass.FD` to suggest > an absurdly large number of breaks to `graphics::hist(breaks="FD")`. > Because this large float becomes NA when converted to integer, hist's > call to `base::pretty` crashes. > > How could nclass.FD, which has the job of suggesting a reasonable number of > classes, avoid suggesti...
2002 Jul 16
6
Sage Line 50
...if the files are on Samba (Linux). They (like a lot of people I've heard) say "We don't support Linux, Goodbye." even when the client is on Win98/NT. We have been having trouble on a particular site, and they refuse to support Sage Line 50 if the files are on Linux which is absurd, because Linux is much more stable than the previous OS on their server (WinNT 4.5 SBS). Anyway, I have the following questions : If you or your customers are running Sage Line 50 with files on a Samba share, could you please send an email to sagesambausers@inter.co.uk, so I can tell sage...
2006 Oct 24
2
1 should be 2. huh?
...should not be nil When I''m caught off guard, which can be often, these messages confuse me. 1 should equal 2? No it shouldn''t. nil should not be nil? But they are the same! You get my drift? When taken out side the context of a specification, these statements are just absurd. In my humble opinion, these messages should include their context and read like this: x should equal 2 but was 1 a should not be nil but was nil I realize there might be an issue printing the expression that gets evaluated, but you guys have done some cool magic to this point. Have you g...
2004 Jul 30
1
Three-way ANOVA?
Hi, I'm a biologist, so please forgive me if my question sounds absurd! I have 3 parameters x1, x2, x3 and a response variable y.The sample size is 75. I tried to do the following: mylm<-lm(y~ x1 + x2 + x3, data="mydata") but i can only get stats from anova for the first 2 variables. The third comes up as NA. The degrees of freedom for the third variable...
2019 Dec 16
2
Shutdown time configuration
...us: OL ups.timer.shutdown: -60 ups.timer.start: -60 ups.vendorid: 0764 I don't think I ever got all the way through NUT configuration on it. What am I most likely doing wrong, or what might I have missed, or what setting am I misunderstanding, that the UPS itself is shutting off the power so absurdly early? -- Phil Stracchino Babylon Communications phils at caerllewys.net phil at co.ordinate.org Landline: +1.603.293.8485 Mobile: +1.603.998.6958
2005 Sep 15
10
Can I use printa() for printing multiple agg regations?
Hi Bryan, > Does that sit well with everyone? Seems fine to me. Just revisiting one of Dragan''s points, though (sorry if I missed the answer) - is there a reason for making this global (via a #pragma) rather than, say, simply providing two functions which print in the different orders? e.g. printa() for sort by sample, printak() for sort by key. My reason for wanting to do both in
2009 Sep 04
0
passing character vectors to FORTRAN
...if(count .ge. stringLength) then goto 10 end if end do 10 continue return end ####### end of fortran code ####### start of R code strings <- c("donald duck", "When trying to express oneself, it's frankly quite absurd, To leaf through lengthy lexicons to find the perfect word. A little spontaniaty keeps conversation keen, You need to find a way to say, precisely what you mean... Supercalifragilisticexpialidocious! Even though the sound of it is something quite atrosicous! If you say it loud enough, you'll al...