Displaying 20 results from an estimated 29 matches for "presumptuously".
Did you mean:
presumptuous
2013 Dec 18
1
ZFS on Linux testing
On 12/18/2013, 04:00 , lists at benjamindsmith.com wrote:
> I may be being presumptuous, and if so, I apologize in advance...
>
> It sounds to me like you might consider a disk-to-disk backup solution.
> I could suggest dirvish, BackupPC, or our own home-rolled rsync-based
> solution that works rather well:http://www.effortlessis.com/backupbuddy/
>
> Note that with these
2019 Oct 31
2
Recent LLVM Build Attempt -- obj.ClangAST.vcxproj Failed to Build
I hope I'm not being too presumptuous or anything when I say this: could you guys please review the obj.ClangAST.vcxproj project and try to fix the ambiguity error?
Reid asked me why I'm using C++17. I just want to use the latest released standard. Most if it still compiles anyway. So I'll stick with it.
-------------- next part --------------
An HTML attachment was scrubbed...
2009 Nov 27
2
commercial help
Contact info
* Author: Timo Sirainen, tss at iki.fi <mailto:tss at iki.fi>.
* Please use the Dovecot mailing list
<http://www.dovecot.org/mailinglists.html> for questions about
Dovecot. You don't have to subscribe to it.
* Depending on your needs, commercial support may be available. Send
a mail if you're interested.
according to the above (from
2015 Aug 21
0
[Bug 1215] sshd requires entry from getpwnam for PAM accounts
https://bugzilla.mindrot.org/show_bug.cgi?id=1215
Brad Huntting <huntting at glarp.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |huntting at glarp.com
--- Comment #21 from Brad Huntting <huntting at glarp.com> ---
In most environments
2012 Mar 05
2
ggplot2
I just updated to R 2.14 with ggplot2 0.9 and am finding bugs.
> ggplot2 "GPL-2" "2.14.0"
This example is taken from pg 101 in the ggplot book.
> plot <- qplot(date, psavert, data = economics, geom = "line") +
> ylab("Personal savings rate") + geom_hline(xintercept = 0, colour =
> "grey50")'
> plot +
2019 Oct 30
2
Recent LLVM Build Attempt -- obj.ClangAST.vcxproj Failed to Build
I configured with this command:
"
cmake ../llvm -G"Visual Studio 16 2019" -A Win32 -Thost=x64 -DLLVM_ENABLE_EH=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;libcxx;libcxxabi" -DCMAKE_CXX_FLAGS="/permissive- /D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" -DCMAKE_CXX_STANDARD=17
"
2007 Sep 16
1
Problem with nlm() function.
...ue of the negative log likelihood.
It also gives multiple warnings to the effect ``NA/Inf replaced
by maximum positive value in nlm(etc.)''. Putting a browser() inside
my objective
function appears to reveal that the hessian becomes singular in many
calls to
the function. I presume (presumptuously) that this is the cause of
the NA/Inf-s.
Also if check.analyticals is TRUE I get an error to the effect
``probable coding
error in analytic hessian''.
Since the coding of the hessian appears to work ``perfectly'' with my
home-grown
Levenberg-Marquardt procedure (I get answer...
2009 Feb 27
2
RFC: Markdown Table Syntax
On Feb 26, 2009, at 9:51 AM, I wrote:
> I can see that really opened a can of worms here. Sorry about that.
> I'll have to move up my plan to formally propose a table syntax. The
> comment that started this sub-thread was a throwaway line, really. I
> probably should have omitted it.
And then, on Feb 26, 2009, at 3:28 PM, John Gruber wrote:
> 3. A hypothetical official
2008 Jul 10
1
Ellipsis arguments for plot.formula
Hi:
I have a function as follows:
my.plot <- function( x, y = NULL, ... )
{
plot( x, y, cex.axis=0.5, ...)
}
Set up the variables:
x <- 1:10; y <- x; tdf <- data.frame( x, y ); main.str <- "test"
I will exercise the function in two ways:
> my.plot( y ~ x, tdf, main = "test" )
This works fine
> my.plot( y ~ x, tdf, main = main.str )
Error in
2006 Mar 05
7
whatever happend to unobtrusive javascript in Rails ?
Don''t get me wrong, JavaScript/Ajax helpers in Rails are a huge
timesaver and they have helped me to finally overcome my irrational
aversion to js libraries like prototype and such. However, all this
goodness seems to come at quiet a price. The resulting code is
littered with inline JS, including ubiquitous script tags and onload
attributes etc.. It seems that just when i found
2007 Oct 04
2
graceful failure when some folders are not available...
Hi folks. Quick question in the hopes that someone knows the answer, before
I dig in the code some more.
In testing a new setup with some long-term archival mbox-format mailboxes
stored on an NFS mount, we've found the following: if the mount is
unavailable for any reason, the user cannot log into their email at all.
Dovecot says: "stat() failed with mbox foo" and dies. This is
2009 Jul 29
2
[PATCH] Fix broken qemu <= 0.10 which randomly adds a CD-ROM device to the appliance
qemu <= 0.10 randomly adds a CD-ROM device to the appliance because of
this bit of code:
http://git.savannah.gnu.org/cgit/qemu.git/tree/vl.c?h=stable-0.10#n5495
Thankfully this code has been removed from upstream qemu.
Anyway I'm not quite sure why we never saw this before - it seems like
this code didn't exist in the versions of qemu that were in Fedora, or
somehow this code only
2003 Jun 16
2
[Bug 596] "ProxyCommand none" doesn't work
http://bugzilla.mindrot.org/show_bug.cgi?id=596
Summary: "ProxyCommand none" doesn't work
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2013 Jun 14
2
significance testing for the difference in the ratio of means
I have a question regarding significance testing for the difference in the
ratio of means.
The data consists of a control and a test group, each with and without
treatment. I am interested in testing if the treatment has a significantly
different effect (say, in terms of fold-activation) on the test group
compared to the control.
The form of the data with arbitrary n and not assuming equal
2013 Dec 14
1
ZFS on Linux testing
On 12/14/2013, 04:00 , lists at benjamindsmith.com wrote:
> We checked lsyncd out and it's most certainly an very interesting tool.
> I*will* be using it in the future!
>
> However, we found that it has some issues scaling up to really big file
> stores that we haven't seen (yet) with ZFS.
>
> For example, the first thing it has to do when it comes online is a
>
2012 May 19
7
Via Nano X2 Support?
Hi!
Recently got a Via VE-900 board from Fry''s. It has a via nano x2 chip on it, and suggests that it has Intel-compatible virtualization extensions. Has anyone worked with this board yet? I thought it would be nice to have a lower-powered, nearly silent Xen machine sitting on my desk.
I tried booting into Xen, but it said it didn''t recognize the processor. I can post
2012 May 19
7
Via Nano X2 Support?
Hi!
Recently got a Via VE-900 board from Fry''s. It has a via nano x2 chip on it, and suggests that it has Intel-compatible virtualization extensions. Has anyone worked with this board yet? I thought it would be nice to have a lower-powered, nearly silent Xen machine sitting on my desk.
I tried booting into Xen, but it said it didn''t recognize the processor. I can post
2019 Aug 14
1
Video Hardware Decoding: Jittery Rectangles on Nvidia GT218 NVA8 VP4.
Hi Ilia,
A fortnight ago, you wrote:
> > The video plays, CPU load is less (my aim), but there's ‘tearing’ of
> > the picture as if small rectangles that are updates are appearing in
> > the wrong location, off by a little. If I step through the frames
> > with mpv's ‘.’ and ‘,’ then I've found a pattern: one frame's
> > picture is good, followed by
2006 May 09
0
[PATCH] build: make linux download more flexible
Hi,
Here is an updated version of this patch for xen-unstable.hg 9960.
Please consider it for inclusion.
--
Horms http://www.vergenet.net/~horms/
build: make linux download more flexible
* Allow LINUX_REPO to specify the URL of the repository for the linux kernel,
- Defaults is: http://www.kernel.org/pub/linux/kernel/
* Allow LINUX_REPO to be
2012 Oct 19
3
Newly installed version; can't run lm function
New installation seems to have behavior I cannot figure out. Here is illustrative sequence where I load a small data set (test) from Crawley's files and try to run a simple linear model and get an error message. Oddly, R reports that the variable 'test$ozone' is numeric while, after attaching test, the variable ozone is not numeric. Can someone please help? This behavior is