search for: brainers

Displaying 20 results from an estimated 273 matches for "brainers".

Did you mean: brainer
2005 Aug 11
0
No-brainer HABTM vs. select input question
Pardon my newbness. I''m trying to create, populate, and save an object with an HABTM mapping. That''s not working too well so far ;) Assuming I have the mapping correct (HA!) and the db set up properly, how do I create the select and options? I guess mostly I want to know what I''m supposed to name it. I have a FilingEvent class - HABTM State (both models have the
2013 Nov 25
2
Zlib plugin - when does it make sense?
Hi, I run a small IMAP server for a dozen guys in the office, serving about 55GB of Maildir. I recently became aware of the Zlib plugin ( http://wiki2.dovecot.org/Plugins/Zlib ) and wondered 1. given that there is about zero CPU load on my IMAP server, is enabling the plugin a no-brainer or are there other things (except CPU load) to consider? 2. For enabling the plugin, I suppose you
2000 May 15
4
ov_read bugfix (fwd)
Folks: Granted, this slipped past my review too, but do *not* submit patches that have not been tested. This bug was a no brainer; running the code only even once would have found it. The mainline of Vorbis is our face to the world. A simple mistake like this costs us credibility when we're already going to be fighting hard against some of the most powerful media organizations in the
2009 Jun 14
3
Basic AJAX Response (Mootools)
Hi, I''ve done AJAX calls to Rails'' Controllers before yet never required to generate a response back to the view. In this respect, I have tried to keep it moronically simple and just add a node to see that it works, yet the response doesn''t come through / isn''t interpreted as it should. Long story short, code : // Have to use Mootools to integrate a
2010 Sep 17
5
should vsftpd be disabled in favour of sftp for security reasons?
(another in an ongoing list of things i just want to clarify for the sake of future courses taught on centos.) from this RHEL doc page: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-openssh-server-config.html the reader is advised to, for the sake of security, remove/disable vsftpd, ostensibly in favour of sftp/sftp-server. really? i can obviously
2012 Jun 27
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
>From: David Röthlisberger <david at rothlis.net> >Subject: Re: [LLVMdev] [cfe-dev] is configure+make dead yet? > >If the following statement is true, then which build system to choose >is a no-brainer: >> cmake, while ugly, can be made to support all of our use cases. There >> are some use cases that autoconf+make can't support >-- Chandler Carruth, On 21
2012 Jun 27
4
[LLVMdev] [cfe-dev] is configure+make dead yet?
On 26 Jun 2012, at 20:26, James K. Lowden wrote: > I used autoconf to build Clang not because I'm "stuck" on a > system without Cmake, but because I have expertise in autoconf and none > with Cmake. I've never found Cmake compelling enough to justify > learning a new feature-test and dependency syntax. Before discussing the technical merits of CMake vs autoconf,
2009 Aug 29
4
No quality advantage with two-pass?
The ffmpeg2theora chapter[1] of the Theora Cookbook says that the only advantage of two-pass encoding is that you can hit a specific target size. But isn't it so that you can reserve bits for difficult parts of a video, which improves the perceived quality? It may be true that Theora does quite alright without two passes, but it seems like a no-brainer to me that two passes will always be
2005 Oct 09
2
HPLIP
First, has anyone successfully installed the HPLIP driver from HP in CentOS4? Second, does that driver really provide the toolbox which includes handy stuff like ink level monitoring? I got the source RPM (hplip-0.9.4-1.1.src.rpm) from an FC4 testing mirror, which rebuilt fine on this machine: . . . + umask 022 + cd /home/rj/rpmbuild/BUILD + cd
2017 May 15
3
stopifnot() does not stop at first non-TRUE argument
I think Herv?'s idea was just that if switch can evaluate arguments selectively, so can stopifnot(). But switch() is .Primitive, so does it from C. I think it is almost a no-brainer to implement a sequential stopifnot if dropping to C code is allowed. In R it gets trickier, but how about this: Stopifnot <- function(...) { n <- length(match.call()) - 1 for (i in 1:n) { nm
2019 Apr 26
5
Accessing Android phones on CentOS 7
Hi, My standard Linux desktop is based on a personal blend of CentOS 7 with KDE 4.14 and various add-ons from third-party repositories like EPEL and Nux-Dextop. After a brief stint on OpenSUSE Leap 15.0, this is what I use on my workstation and on my laptop. And this is also what I install on my client's machines, just like I did in our local school's computer room. I'm currently
2005 Jul 03
3
Use of ogg vorbis for real time audio streaming?
Hi list! I am currently investigating the possibility of allowing musicians to collaborate over the internet -- Musician A -------> internet --------> Musician B This diagram obscures quite a lot of detail. In reality, the datapath would look more like this: Musician A ADC Compression algorithm UTP (or perhaps RTP?) IP ADSL the Internet ....<snip>..... Clearly, this link would
2003 Jul 08
3
line battery check
I know in the x100p hardware the driver can sense whether there is battery voltage on the line or not. Is this possible in the zap drivers using t1/e1 interfaces ? I believe the signalling bits are only ring and hook, not loop presence, so not sure if it is possible. I had a situation last night where a main cable was cut in the area and lines were down overnight. My burglar alarm knew right
2017 May 16
3
stopifnot() does not stop at first non-TRUE argument
switch(i, ...) extracts 'i'-th argument in '...'. It is like eval(as.name(paste0("..", i))) . Just mentioning other things: - For 'n', n <- nargs() can be used. - sys.call() can be used in place of match.call() . --------------------------- >>>>> peter dalgaard <pdalgd at gmail.com> >>>>> on Mon, 15 May 2017 16:28:42
2008 Nov 14
23
Still more questions WRT selecting a mobo for small ZFS RAID
Like many others, I am looking to put together a SOHO NAS based on ZFS/CIFS. The plan is 6 x 1TB drives in RAIDZ2 configuration, driven via mobo with 6 SATA ports. I''ve read most, if not all, of the threads here, as well as sbredon''s excellent article on building a home NAS, yet I still have a number of unanswered questions. I was leaning heavily towards the M2N-E for a while,
2007 Feb 01
3
Help with efficient double sum of max (X_i, Y_i) (X & Y vectors)
Greetings. For R gurus this may be a no brainer, but I could not find pointers to efficient computation of this beast in past help files. Background - I wish to implement a Cramer-von Mises type test statistic which involves double sums of max(X_i,Y_j) where X and Y are vectors of differing length. I am currently using ifelse pointwise in a vector, but have a nagging suspicion that there is a
2019 Jul 03
2
Container setup?
On 7/3/19 8:21 AM, Sven Schwedas via samba wrote: > Though I'm not sure if docker is the right tool for the job; samba as a > fat daemon running a bazillion subprocesses orchestrated by a persistent > database that's very sensitive to instances leaving and joining the > domain seems the antithesis to docker's philosophy. > Docker would be a terrible choice for this;
2011 Jul 18
1
RAID1 over IP?
I asksed about this in November last year but got on response. Anyone have any ideas now? Does anyone here have any experience with using KVM/libvirt with RAID1 over IP/DRBD or other HA solution? I'm trying to figure out the hardware configuration I would need to be able to survive a failure or planned shutdown of any one unit in a virtualization cluster. KVM/libvirt makes moving
2014 Sep 09
1
minimal configuration for lucene fts
Hi, I'm using dovecot (version 2.2.13 on archlinux) in the simplest, no-brainer way possible. It sits between mbsync, which I use to fetch mail from servers, and Gnus, my MUA. Both mbsync and Gnus connect to dovecot with an invocation like this: /usr/lib/dovecot/imap -o mail_location=maildir:$HOME/.mail/ea/ I have three different mail accounts, all that changes is the final directory on the
2011 Dec 01
1
Samba share gets dropped from windows
I have what should be a no-brainer setup: Windows network using AD with a single Linux box. I need to provide access to a single directory on the linux box to anyone from the network. Security is not a concern. So... On the linux box, I created a user xxxxx. I added this user to the local samba database using smbpasswd -a. I added the linux box to the Windows workgroup and told it where to