search for: horrific

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

2015 Jan 24
5
Moving DC1 to a Virtual Machine
...i. Yes, I was going to literally turn OFF both the old 'real' DC1 and 'real' DC2 just in case the 'virtual' DC1 went fooey and interfered with DC2. I am also going to turn off all non-essential computers on the network so that Windows DC and login can be tested without any horrific consequences. What do the others think? Am I being paranoid or wise? :) Paul Littlefield PS: now I think about it, I amy as well 'virtualise' DC2 as well AS IS, then use that (with the same IP addresses, hostnames, etc. to test the new 'virtual' DC1 for replication, etc. Though...
2020 Jan 08
7
Phabricator -> GitHub PRs?
...;t throw my keyboard through my monitor? > > Please explain your problems, w/o the hyperbole, so people can actually do > that. > > It's not hyperbole, but fine. How do you use it to keep multiple, related changes in order? The interface for reviewing and responding to reviews is horrific, e.g. quoting text from a review is rather bad, the email it sends is badly formatted and hard to read.. How do you make it reasonably useful? Why can't I *easily* relate changes to each other? Why can't I submit through the Phabricator interface, but have to go to the command line, place t...
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...
2015 Jan 24
0
Moving DC1 to a Virtual Machine
...C1 together with DC2 and the replication has started, you can't go back to the old DC1, if something doesn't work. Then you will get an inconsistent AD. > I am also going to turn off all non-essential computers on the network > so that Windows DC and login can be tested without any horrific > consequences. If you want to test this before, then do this in a separated installation and not in production. Then you're save from any horrific consequences. Not if you do this in with other production DCs/workstations. Even if you've turned most computers off, you don't know wh...
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, passwo...
2010 Mar 10
0
nv50/gallium: a few comments about latest patches
...multiple contexts maybe; and even then for some state like stencil ref or blend color just using RING directly still seems to be better to me. Anyway, the code became nicer here :-) - nv50: always emit dummy relocs for all still-referenced buffers flush notify took care of that ... - nv50: remove horrific abuse of nouveau_channel.flush_notify Horrific ? The card doesn't complain about relocating between Begin/End, and I think I even remember testing that they take effect immediately. - nv50: move magic 0x142c stuff to after state emission It's not too magical, it's used when vertex buff...
2013 Jan 24
0
Libguestfs with Perl 6 :-)
I saw the latest parrot release notice on LWN this week and randomly wondered the Perl6 native call interface was like compared to the horrific mess that is Perl5 XS. The answer is that it is a thing of beauty ! Here is the libguestfs hello world example in Perl6 $ dd if=/dev/zero of=guest.img bs=1M count=100 $ mke2fs guest.img $ cat guestfs.p6 use NativeCall; say "Defining stubs"; sub guestfs_create() returns OpaquePointer i...
2010 May 20
1
finding euclidean proximate points in two datasets
...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 dataset of 40k+ points in one set, and a 700 in the other. A very inefficient example of what I'm looking for: for (pt in X$idx) { proximity[i] = euclidian_dist(X[pt]$x, X[pt]$y, Y$x, Y$y) < X$threshold i = i+1 } Perhaps crossdist() in spatstat is what I sho...
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 G729/ilbc/ulaw. It was a total mess. We switched to SIP and instantly all problems disappeared. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@l...
2004 Apr 05
3
Can't seem to finish a randomForest.... Just goes and goe s!
...FALSE > , importance=FALSE) > > 5 hours later, R.bin was still taking up 75% of my processor. > When I've > tried this with larger data, I get errors referring to the > buffer (sorry, > not in front of me right now). > > Any ideas on this? The data don't seem horrifically large. > Seems like there > are a few options for setting memory size, but I'm not sure > which of them > to try tweaking, or if that's even the issue. > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www...
2014 Mar 14
3
[LLVMdev] [ARM] [PIC] optimizing the loading of hidden global variable
...bitcast(i32* getelementptr([300 x i32]* @Merged, i32 0, i32 0) to [100 x i32]*) We certainly don't seem to handle this alias properly now though, and it may violate the intended uses. Rafael's doing some thinking about "alias" at the moment, so I've CCed him. Would that be a horrific abuse of the poor alias system? Cheers. Tim.
2004 Apr 05
2
Can't seem to finish a randomForest.... Just goes and goes!
...t; >ties=FALSE > , importance=FALSE) > > 5 hours later, R.bin was still taking up 75% of my processor. When > I've tried this with larger data, I get errors referring to the buffer > (sorry, not in front of me right now). > > Any ideas on this? The data don't seem horrifically large. Seems like > there are a few options for setting memory size, but I'm not sure > which of them to try tweaking, or if that's even the issue. > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math...
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?
...ate ID> --head <sha1 of the commit> Of course, that doesn't work if the patch relies upon other patches. However, if I keep the patches in order in git, then arc will upload all of the parent changes to that Phab revision. > The interface for reviewing and responding to reviews is horrific, e.g. > quoting text from a review is rather bad, the email it sends is badly > formatted and hard to read. How do you make it reasonably useful? > > Inline comments are super useful, they can be marked as done and > hidden. I agree that sometimes there's a lot of context when qu...
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