search for: horrificness

Displaying 20 results from an estimated 87 matches for "horrificness".

2015 Jan 24
5
Moving DC1 to a Virtual Machine
On 24/01/15 17:56, Marc Muehlfeld wrote: > The second way, and the one I would go, is > - shutdown Samba on DC1 > - copy all databases and SysVol content to the new host, > into the folders, where your new OS expect them > - disconnect the old machine from the network > - start Samba on the new host > It's very important that the old host is never connected to the
2020 Jan 08
7
Phabricator -> GitHub PRs?
On Tue, Jan 7, 2020 at 4:59 PM Doerfert, Johannes <jdoerfert at anl.gov> wrote: > Hi Bill, > > On 01/07, Bill Wendling via llvm-dev wrote: > > Then perhaps those opposed could suggest how to use Phabricator/Arcanist > so > > that I don't throw my keyboard through my monitor? > > Please explain your problems, w/o the hyperbole, so people can actually do >
2017 Jun 17
0
Prediction with two fixed-effects - large number of IDs
I have no direct experience with such horrific models, but your formula is a mess and Google suggests the biglm package with ffdf. Specifically, you should convert your discrete variables to factors before you build the model, particularly since you want to use predict after the fact, for which you will need a new data set with the exact same levels in the factors. Also, your use of I() is
2015 Jan 24
0
Moving DC1 to a Virtual Machine
Am 24.01.2015 um 19:45 schrieb Paul Littlefield: > Yes, that's what I thought... belt and braces copy all databases and > sysvol content using the backup script and restore instructions on the > wiki. If you have shutdown Samba on the DC, you don't need the backup-script. This script just create hot-backups, so you don't have to shutdown a DC for backup. If Samba is already
2004 Jul 19
1
Samba 3.0.4 Performance Problem (tcp win 1)
Howdy. I have observed a horrific performance problem in my setup. I'm running samba on a Linux Fedora Core 1 machine with Windows clients. The samba server is communicating with a Windows 98 machine. $ /usr/sbin/smbd -V Version 3.0.4-1.FC1 The configuration of my server is mostly default with the exception of print, passwords, and share configurations. My Linux interface is seeing about
2010 Mar 10
0
nv50/gallium: a few comments about latest patches
Just wanted to communicate some thoughts I had while reading the diffs, even thought I didn't have the time to look at everything in detail yet. - nv50: use relocs rather than re-uploading TIC all the time It's nice that we can write relocs to arbitrary buffers, and it's much less work than emitting the whole state object obviously. Just, you forgot the card won't care until you
2013 Jan 24
0
Libguestfs with Perl 6 :-)
...# ls /mnt/ hello lost+found Obviously for real world usage, we'd want to have the generator create a module containing all the stub definitions. I've at least answered my curiosity now :-) If only someone would port the Perl6 'NativeCall' module to Perl5, we could kill of the XS horrificness there too Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org...
2010 May 20
1
finding euclidean proximate points in two datasets
Hello all, I've been pouring through the various spatial packages, but haven't come across the right thing yet. Given a set of points in 2-d space X, i'm trying to find the subset of points in Y proximate to each point in X. Furthermore, the proximity threshold of each point in X differs (X$threshold). I've constructed this myself already, but it's horrificly slow with a
2017 Jun 17
3
Prediction with two fixed-effects - large number of IDs
Dear all, I am running a panel regression with time and location fixed effects: ### reg1 <- lm(lny ~ factor(id) + factor(year) + x1+ I(x1)^2 + x2+ I(x2)^2 , data=mydata, na.action="na.omit") ### My goal is to use the estimation for prediction. However, I have 8,500 IDs, which is resulting in very slow computation. Ideally, I would like to do the following: ### reg2 <-
2006 Mar 21
1
Problem with chan_iax.c implimentation causesbad audio?
We have three remote call center Asterisk servers communicating with two central Asterisk boxes over a private IP-VPN with QoS. All systems were running Asterisk 1.0.7 communicating via IAX2 with little or no quality issues at all. Once we upgraded to Asterisk 1.2.4 call quality with IAX2 was horrific. We tried with/without jitterbuffer. We messed with every jitterbuffer parameter. We tried
2004 Apr 05
3
Can't seem to finish a randomForest.... Just goes and goe s!
When you have fairly large data, _do not use the formula interface_, as a couple of copies of the data would be made. Try simply: Myforest.rf <- randomForest(Mydata[, -46], Mydata[,46], ntrees=100, mtry=7) [Note that you don't need to set proximity (not proximities) or importance to FALSE, as that's the default already.] You might also want to use
2014 Mar 14
3
[LLVMdev] [ARM] [PIC] optimizing the loading of hidden global variable
>> Any thoughs? > > I'm now struggling to see how GCC justifies it. What if a different > translation-unit declared those variables in a different order? I also > can't get the same behaviour here, do you have a more complete > command-line? Ah, I see; the translation-unit that does the optimisation needs to have them as a definition (i.e. "= {0}") rather
2004 Apr 05
2
Can't seem to finish a randomForest.... Just goes and goes!
Alternatively, if you can arrive at a sensible ordering of the levels you can declare them ordered factors and make the computation feasible once again. Bill Venables. -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Torsten Hothorn Sent: Monday, 5 April 2004 4:27 PM To: David L. Van Brunt, Ph.D. Cc: R-Help Subject:
2011 Jul 13
2
TDM400p susceptible to EMI?
I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and the 2.5" hard drive. I'm getting a bunch of clicks and pops on all ports. Has anybody had a similar experience? Did you find a solution? -- Thanks in advance,
2020 Jan 08
3
[cfe-dev] Phabricator -> GitHub PRs?
On Tue, Jan 7, 2020 at 5:35 PM Jonas Devlieghere <jonas at devlieghere.com> wrote: > On Tue, Jan 7, 2020 at 5:16 PM Bill Wendling via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > > > On Tue, Jan 7, 2020 at 4:59 PM Doerfert, Johannes <jdoerfert at anl.gov> > wrote: > >> > >> Hi Bill, > >> > >> On 01/07, Bill Wendling
2015 Nov 16
2
Stereo voice not being retained
Hello, I've been using Opus on an STM32 M4 platform for speech coding in mono mode. I thought I'd try stereo for grins to see if I can handle the CPU load, and I'm getting a return code of -1 from opus_decode_float (using CBR and 40ms frames). I decided to try the opusenc and opusdec tools to just see how the command line apps would behave. I am getting decoded audio, but I am
2007 Dec 11
6
Rspec 1.0.8 with Rails 2.0
Is it OK to go ahead and generate a Rails 2.0 project with RSpec 1.0.8? Am I likely to run into problems? Would it be best advised to wait or can I go ahead now? Thanks, Yitzhak -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071212/c6fcea0f/attachment.html
2017 Nov 02
4
low end file server with h/w RAID - recommendations
On Thu, November 2, 2017 11:18 am, hw wrote: > m.roth at 5-cent.us wrote: >> hw wrote: >>> Richard Zimmerman wrote: >>>> DO NOT buy the newer HPE DL20 gen9 or ML10 gen9 servers then >>>> (especially >>>> if using CentOS 6.x) >>> >>> What would you suggest as alternative, something from Dell? >> >> Yep, Dell's
2018 Feb 27
2
scale.default gives an incorrect error message when is.numeric() fails on a sparse row matrix (dgeMatrix)
I am attempting to use the lars package with a sparse input feature matrix, but the following fails: library(Matrix) library(lars) data(diabetes) attach(diabetes) x = as(as.matrix(as.data.frame(x)), 'dgCMatrix') lars(x, y, intercept = FALSE) Error in scale.default(x, FALSE, normx) : > > length of 'scale' must equal the number of columns of 'x' > > More
2020 Jul 24
3
[PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
On 7/24/20 4:16 AM, Will Deacon wrote: > On Thu, Jul 23, 2020 at 08:47:59PM +0200, peterz at infradead.org wrote: >> On Thu, Jul 23, 2020 at 02:32:36PM -0400, Waiman Long wrote: >>> BTW, do you have any comment on my v2 lock holder cpu info qspinlock patch? >>> I will have to update the patch to fix the reported 0-day test problem, but >>> I want to collect