search for: frown

Displaying 20 results from an estimated 264 matches for "frown".

Did you mean: brown
2017 Feb 07
2
package load altering RNG state
>>>>> Henric Winell <nilsson.henric at gmail.com> >>>>> on Tue, 7 Feb 2017 13:37:42 +0100 writes: > Hi, On 2017-02-07 13:12, Benjamin Tyner wrote: >> Hello >> >> When loading a package, I'm wondering if it's frowned >> upon for the package to alter the state of the random >> number generator? I guess not, since the parallel package >> does it? > Surprisingly it is not frowned upon, but it *is* a > nuisance. I brought it up a couple of years ago > http://r...
2009 Feb 02
2
Redistributing CentOS
Hey Listees, Just a quick question. I hope this isn't received incorrectly by everyone as I do mean the best for the CentOS project; I am wondering if it would be frowned upon to upload CentOS to my RapidShare account. I understand I can freely distribute CentOS but to what extent? In its simplest form I only really want to upload CentOS 5.2 to my RapidShare account for speed. I had to download it twice this weekend at two difference remote sites and sometimes th...
2017 Feb 07
2
package load altering RNG state
Hello When loading a package, I'm wondering if it's frowned upon for the package to alter the state of the random number generator? I guess not, since the parallel package does it? > set.seed(6860) > old.seed <- .GlobalEnv$.Random.seed > library(parallel) > new.seed <- .GlobalEnv$.Random.seed > identical(old.see...
2006 Apr 19
2
Beginner problem with foreign keys
Hi, I''ve been trying to get this to work all night. I''ve made some progress by reading other posts, but I''m stuck now and can''t figure out what I am doing wrong. I have two tables: application_users and user_types. In my application_users table I have a field named "user_type_id". At first, I thought if I set up the foreign key with the correct
2006 May 08
5
The true merit of non-memory based session stores
...a non-serializable model attribute available in my session and the relative pain of implementing either a custom serialization scheme for the model in question (or a custom caching mechanism so that I can store my attribute in memory). When I first read that the in - memory storage method was frowned upon, I was surprised, because in my experience, only some e-commerce shopping cart apps _sometimes_ handle session persistence. Anyone have any thoughts on the validity of using an in-memory session store? Obviously, it''s much faster as well. Thanks, Wes -- Posted via http://www....
2020 Jun 16
2
Upgrade to 8.2 from 7.8
So now that 8 is out - is it still "frowned" upon to do that in place update ? Is that not a good / valid solution ? Thanks, Jerry
2005 Jan 21
2
Can anyone recoment T1/PRI provider in SouthOntario?
> http://www.mixdown.ca/~andrew/dump/threaded_email.png is what > a mailing list looks like to most people, and you can see why > replying to a message, erasing its contents and starting an > entirely new email about a different topic is frowned upon > (yours is the highlighted message). I know this is OT, but can you recommend an email program for Windows that does something like that? -- Nabeel Jafferali Tel: +1 (416) 628-9342 Toronto +1 (646) 225-7426 New York FWD: 46990 Email/MSN: nabeel<at>jafferali.net
2004 May 05
2
chan_sip and Digest realm
I am going to change my Digest realm to match my DNS SVR record. I dug through the code in chan_sip.c and on line 2748 I found it hard coded <frown> : snprintf(tmp, sizeof(tmp), "Digest realm=\"asterisk\", nonce=\"%s\"", r\anddata); I'm going to change this to : snprintf(tmp, sizeof(tmp), "Digest realm=\"isdn.net\", nonce=\"%s\"", r\anddata); I looked through the code and...
2008 Feb 15
4
Hardened PHP? Suhosin patch?
Hi, I'm running a few PHP-based apps on our server (PMB, SPIP, Joomla, PHPMyAdmin), and I'm not always comforted about security. I don't know the details, but many a security expert frowns when it comes to PHP. Now I just stumbled over this: http://www.hardened-php.net/suhosin.127.html Has anyone already tried this out? An opinion about it? Is it worth it? Since I have to rebuild PHP anyway (because I need some specific modules that can only be obtained by rebuilding it), it wo...
2009 Oct 01
3
Computers leaving samba domain
...back in, but I need to find what to be looking for if they keep doing this. Thanks. -- Scott Mayo - System Administrator Bloomfield Schools PH: 573-568-5669 FA: 573-568-4565 Question: Because it reverses the logical flow of conversation. Answer: Why is putting a reply at the top of the message frowned upon?
2007 Jan 01
2
problems with greylistd
...h.rpm warning: greylistd-0.8.3.2-7.el4.at.noarch.rpm: V3 DSA signature: NOKEY, key ID 66534c2b Preparing... ########################################### [100%] 1:greylistd ########################################### [100%] # </snip> But it doesn't run <frown>. I start it using "service greylistd start". I'm presuming that should work, as all the files seem to be in place for it to work. <snip> # service greylistd start Starting greylistd: [FAILED] # </snip> The message in /var/log...
2006 Jul 05
2
Editors which have strong/solid support for SWeave?
...ligion/) Are there any other Microsoft-centric editors or IDEs which have solid support for writing SWeave documents (dual R / LaTeX enhancements similar to ESS's support)? Has anyone tried the folding editors which support Noweb? (the alternative would be brainwashing, but that is generally frowned upon ;-). best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05).
2008 Oct 17
2
Different IPs on a samba server #2
...need to be looking at some routing in my firewall, or something in my Samba server. -- Scott Mayo - System Administrator Bloomfield Schools PH: 573-568-5669 FA: 573-568-4565 Question: Because it reverses the logical flow of conversation. Answer: Why is putting a reply at the top of the message frowned upon?
2009 Jul 31
8
Would like include model association in to_xml
i have: class Library << ActiveRecord::Base has_many :books end class Book << ActiveRecord::Base belongs_to :library end in my controller i have: render :xml=> Library.find(:all).to_xml(:include=>books) but, i would like put a condition in the books ( e.: pages >= 100 ) i would like to create a xml with all Libraries, but books with pages more than 100) How to
2009 May 29
2
[PATCH 2/4] virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
...t;virtio: wean net driver off NETDEV_TX_BUSY". The complexity of queuing an skb (setting a tasklet to re-xmit) is questionable, especially once we get rid of the other reason for the tasklet in the next patch. If the skb won't fit in the tx queue, just return NETDEV_TX_BUSY. It might be frowned upon, but it's common and not going away any time soon. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Cc: Herbert Xu <herbert at gondor.apana.org.au> --- drivers/net/virtio_net.c | 49 ++++++++++------------------------------------- 1 file changed, 11 insertions(+),...
2009 May 29
2
[PATCH 2/4] virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
...t;virtio: wean net driver off NETDEV_TX_BUSY". The complexity of queuing an skb (setting a tasklet to re-xmit) is questionable, especially once we get rid of the other reason for the tasklet in the next patch. If the skb won't fit in the tx queue, just return NETDEV_TX_BUSY. It might be frowned upon, but it's common and not going away any time soon. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Cc: Herbert Xu <herbert at gondor.apana.org.au> --- drivers/net/virtio_net.c | 49 ++++++++++------------------------------------- 1 file changed, 11 insertions(+),...
2007 Dec 06
7
[PATCH] Fix ioemu compile
# HG changeset patch # User john.levon@sun.com # Date 1196969481 28800 # Node ID 2c28ac4db1f7542220b1472821e8631b79b6a23a # Parent 4a98d4b6e4daccd610175e3c0f8cab49b056c649 Fix ioemu compile serial.c was including another Linux-specific header. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/tools/ioemu/hw/serial.c b/tools/ioemu/hw/serial.c --- a/tools/ioemu/hw/serial.c +++
2009 Aug 11
2
[LLVMdev] svn down?
...ty to try out things without disturbing anyone but also allows me to keep current. I could be wrong about this, but it seems like the git mirror stopped working about 3 days ago and I wonder it is because of the server policy change. I am wondering if using an outside resource like this frowned upon? (i.e. considered an abusive practice) Is there a better work/learning flow that you can recommend? Thank you, Ray On Aug 10, 2009, at 6:42 PM, Tanya Lattner wrote: > > On Aug 10, 2009, at 2:59 PM, David Greene wrote: > >> I've been getting this on svn update a...
2019 Feb 10
3
AD Backup Best Practice
...amba DC and join the domain. 4. If GPO or scripts exist on sysvol, manually set up sysvol replication to get them to the original DC. 5. Remove the temporary host. Just... wow. :) Isn't there a simpler way of doing this? Namely, if all the restore operations are done offline anyway, why is it frowned upon to simply do everything on the original DC, i.e. forgo the temporary host, overwrite the configuration files (/etc/samba) and the local Samba folder (e.g. /var/lib/samba) with what's in the backup and be done with it? What's the difference between doing this and just restoring the wh...
2023 Aug 18
2
Host key verification (known_hosts) with ProxyJump/ProxyCommand
...not (and in many cases, not even static). > > If the IP address is not significant, you can tell ssh to not record > them ("CheckHostIP no"). If I understand correctly, you need to *know* the target system's local 172-ish IP to be able to log in. If so, and your DNS admin frowns at setting up 16 million RRs to cover 172.0.0.0/8 in preparation, sslip.io might be helpful. https://sslip.io/ Otherwise, and assuming a *manageable* (mainly, enumerable) population of remote sites, I wonder whether this approach might work, too? Host Perth-47 HostName 172.23.45.47 ProxyJ...