search for: brainer

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

Did you mean: rainer
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 compress all the existing mail just once and then add 'zlib' to mail_plugins in order to have all future incoming mail saved? Any insight by people familiar with the plugin would be much...
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 world. We're in generally e...
2009 Jun 14
3
Basic AJAX Response (Mootools)
...t;" and responseXML is Null on the callback. This is basic stuff, can''t see past my noobness :). So I just want to render some xml back to the view, no models or anything yet. I have to mention that Content-Length is set on the response header. I''m thinking it''s a no-brainer though :) Thank you in advance ! -- Posted via http://www.ruby-forum.com/.
2010 Sep 17
5
should vsftpd be disabled in favour of sftp for security reasons?
...n-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 see disallowing stuff like telnet and rsh and rlogin, that's a no-brainer. but advising against vsftpd for the sake of security? i'm not sure i see the logic in that. thoughts? rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Top-notch, inexpensive...
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 Jun 2012, at 01:19 Unfortunately, when CMake is not even capable of one of the most fundamental tasks that anyone would...
2012 Jun 27
4
[LLVMdev] [cfe-dev] is configure+make dead yet?
...will always be something that can only be built with one system or the other. That was as a user. I can only imagine how demoralising it must feel to have to add a new project or feature to two different build systems. 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 Jun 2012, at 01:19 It seems to me from this thread† that the community has agreed that, once the CMake build system supports every pr...
2009 Aug 29
4
No quality advantage with two-pass?
...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 better. -- Remco [1] http://en.flossmanuals.net/TheoraCookbook/FFMPEG2Theora
2005 Oct 09
2
HPLIP
...s rpmbuild]# rpm -ivh ./RPMS/i386/hplip-0.9.4-1.1.i386.rpm error: Failed dependencies: system-config-printer < 0.6.131.3 conflicts with hplip-0.9.4-1.1.i386 hpijs < 1:0.9.4-1.1 conflicts with hplip-0.9.4-1.1.i386 The conflict with hpijs is a no-brainer -- remove it because hplip is a replacement. But what about system-config-printer? I'm not too keen on dropping back to manually setting up printers. Any advice is welcome.
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 <- as.name(paste0("..",i)) if (!eval(nm)) stop("not all true")...
2019 Apr 26
5
Accessing Android phones on CentOS 7
...d 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 busy sanding down a few remaining edges, and one thing that's left is accessing Android phones. On less conservative distros based on KDE Plasma 5, this is a no-brainer, since all you have to do is plug in the phone and then browse its content using Dolphin or some other file manager. Unfortunately this is not possible with the version of KDE shipping with CentOS 7. Any ideas for that? Cheers from the rainy South of France, Niki -- Microlinux - Solutions infor...
2005 Jul 03
3
Use of ogg vorbis for real time audio streaming?
...ve studied the documentation, and it seems to me that there are several barriers (for example, ogg pages are recommened to be 4-8kB, this is 0.5 - 1 sec worth of audio for a 64kbps stream). Could I work around these limitations by aggressively setting certain parameters in the code, or is this a no-brainer from the outset? Any suggestions would be gratefully received! Best regards, Tom
2003 Jul 08
3
line battery check
...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 away there was no line battery and started beeping. Data T1 down was a no-brainer for the monitoring software to detect. Now I am looking for a way to detect loop loss on the voice lines - any ideas how to accomplish with asterisk ? I have a zhone bank - anyone know offhand if I can program loop loss on a port to put it into an alarm state ? At least then I would have a cont...
2017 May 16
3
stopifnot() does not stop at first non-TRUE argument
...8:42 +0200 writes: > 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. if he just meant that, then "yes, of course" (but not so interesting). > 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: Something like this, yes, that's close to what Serguei Sokol had proposed (and of course I *do* want to keep the current sophistication of stopifnot(), so this is really too simpl...
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 ve...
2019 Jul 03
2
Container setup?
...is; Docker is really designed to containerize a single app; for a suite of tools use LXD or nspawn. While I haven't used nspawn, I'm a huge fan of LXD, which is simple, elegant, well maintained, and UNIX-y in feel. If you're on Ubuntu or need to run an Ubuntu container, LXD is a no-brainer choice.
2011 Jul 18
1
RAID1 over IP?
...M/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 running VM's from one host to another a no brainer, but I'm trying to figure out the right way to be able to take a the storage backend for maintenance without disrupting the VMs. Right now I'm thinking something like KVM + libvirt + heartbeat/corosync + pacemaker + DBRM on Ubuntu 10.04 with 3 or 4 nodes - 2 hosts, 2 storage, or 1 host,...
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...
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 a...