search for: thoughtfulness

Displaying 20 results from an estimated 49553 matches for "thoughtfulness".

2000 Nov 12
1
Some random thoughts
Dear all, I hope you will forgive me for posting without lurking, and indeed, without even being subscribed to the list. Let me first say that efforts such as Ogg shows there is still a lot of good in mankind, this is truly a great effort! While I haven't been lurking, I've been looking through the archives to see if this stuff has been discussed before, and I have also tried to read
2009 Dec 06
2
How do i translate the old default_mail_env setting?
Hi, First, I am new to dovecot. Before my Jan '08 meltdown, sendmail was sufficient. A friend set up dovecot and since things just-worked, I was happy with that. Now I have a new mailserver and what was installed nearly two years ago fails. My pal installed things in dovecot.conf this way: default_mail_env = maildir:~/Maildir but the new mail environment is too different to be
2004 Aug 06
2
A thought...
Just had a thought... Under Linux can you have one user session run icecast and in another user session run ices? I don't see why not, but thought I would ask... Scott --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word
2007 Nov 05
13
[LLVMdev] 'Implementing a language with LLVM' tutorial
Hi All, LLVM has long needed a tutorial for people who are interested in using it to implement their favorite language and to demonstrate how to use the JIT. To help solve this, I've put together a little tutorial that runs through the implementation and extension of a toy language here: http://llvm.org/docs/tutorial/ At this point, the tutorial is feature complete, but might
2005 Mar 03
1
A probably silly thought but...
Not a silly thought. I've instead of spending x hunderd thousand on brandname ibm servers and sans, how you could create a RAID array of PCs running IDE hard drives. If a PC dies just plug in some more and rebuild. If you want to add more space just add more PCs. :) that would be cool. Obviously you wouldn't use it still for critical data like databases etc, but our user
2016 Jul 16
8
an e-mail client for dovecot ?
Hello all, For some years now, I've been using Thunderbird for dovecot. I am not very satisfied with t/b so I thought of using m/s outlook but then I thought that I want to distance my clients from office products. I have a newly created dovecot installation on a very small site. Three nodes, all x86 Windows 7 professional with an ubuntu v14.04 server (x86 again) running dovecot 1.2.17.
2006 Mar 28
11
setting widget attributes
I''m trying to set attributes of widgets in subclasses like the following. class PersonTable < FXTable def initialize(owner) options = TABLE_COL_SIZEABLE super(owner, nil, 0, options) visibleRows = 5 ... end end visibleRows doesn''t get set. However, if I do this self.visibleRows = 5 then it does. Shouldn''t it work without "self."?
2019 Aug 26
3
CentOS 8 will be released soon?
Le 25/08/2019 ? 23:07, Stephen John Smoogen a ?crit?: > I have had several people explain to me that my comments were > out-of-place and out-of-turn. When I wrote them originally I thought I > was going from experience of previous releases and thought I was being > matter of fact. In rereading I realized I was crass and grumpy. My > un-reserved apologies for that. I should have
2006 Jan 02
2
checkpointing
I would like to checkpoint some of my calculations in R, specifically those using optim. As far as I can tell, R doesn't have this facility, and there seems to have been little discussion of it. checkpointing is saving enough of the current state so that work can resume where things were left off if, to take my own example, the system crashes after 8 days of calculation. My thought is that
2006 Jan 02
3
ANN: new rails site/RoR praise
Hi, >From idea to launch in less than 48 hours (those 48 hours including the new year party ;) , rails once again showed its effectiveness. Last friday I read the news about a guy who sold a million pixels for 1$ each on his homepage. After slamming my head during half an hour for not having thought of it [1], I thought I''d better spend some time on a rails project, and more as a
2015 Jul 17
15
[LLVMdev] [RFC] Developer Policy for LLVM C API
Hi @ll, a few of us had recently a discussion about how to manage the C API and possible policies regarding addition, maintenance, deprecation, and removal of API. Even thought there is a strong agreement in the community that we shouldn't break released C API and should be backwards compatible, there doesn’t seem to be a developer policy that backs that up. This is something we should fix.
2008 Mar 08
7
ridding away with do_request
I''m heading out of town, but had a quick thought I wanted to share. Rather then using ambiguous named request helpers in controller specs like "do_request", I''ve been using more readable helpers like "post_create". For example... describe ProjectController do def post_create post :create, ... end before do end it "creates a new
2011 Feb 26
17
[LLVMdev] LLVM IR Type System Rewrite
Several people have been proding me to write up my thoughts on how to fix the IR type system for LLVM 3.0. Here are some (fairly stream of conscious) thoughts on the matter: http://nondot.org/sabre/LLVMNotes/TypeSystemRewrite.txt Comments welcome! -Chris
2004 Aug 13
1
Shaping. What I thought would be simple...
Two questions here... Im using 2.0 as my NAT gw box between my cable modem and my internal home network. #1 - Shaping Implementation How would I configure shorewall to give the highest priority for traffic to & from an IP address on my internal network. Maybe Im being a bit dense, but I couldnt figure it out. #2 - SSH & Shaping Strategy Well I managed to figure out how to give ssh
2005 May 21
2
A thought on the logging...
Leo Currie wrote: > It's the number of seconds a client was connected for :) > (See /src/logging.h) THe reason I had to ask is that I thought this looked off. Here are a couple entries in the log: 68.x.x.x- - [14/May/2005:14:59:19 -0400] "GET /live.ogg HTTP/1.0" 200 19025645 "(null)" "-" 36295264 84.x.x.x- - [16/May/2005:04:02:22 -0400] "GET
2013 May 02
0
Newbie has some questions and thoughts!
Hello, I'm a programmer coming back into the mix, over the last couple of months I've been watching over Linux and OpenGL, CL Programming and have been setting my eyes over which open source project to contribute to. I'm mostly into systems programming and I been out of the game so much that while I'm researching the newest internet technologies like Ajax, JavaFX, typescript..
2002 Jul 15
3
Controlling Samba with xinetd
Hi all Just a query from a fellow tech who's playing with Samba. He just asked me the following question, it's something I've never really thought of, but on the face of it could be worth further investigation. Any thoughts?? TIA <snip> Was doing some research last night on high availablilty - led me to a thought which I have seen around before but decided it was not
2005 Oct 11
0
[LLVMdev] Next LLVM release thoughts?
I agree with all the reasons others have cited for continuing to have regular releases: it's a catalyst for many things including getting users to update their code, distribution mangers to update distros, getting "nearly-done" pieces wrapped up, and lurking problems identified and fixed. In addition, it's a good excuse to spam a few lists with the announcement.
2012 Feb 20
4
r: (1, 'Internal error', 'panic: xc_dom_core.c:273: xc_dom_do_gunzip: inflate failed (rc=-3)').. only on Intel hardware and only under 32-bit dom0
The combination is bit awkward so not sure why this is happening, but with Xen 4.1.x hypervisor (64-bit), with a 32-bit dom0 (3.3-rcX or 3.2) and with a 3.3-rcX or 3.2 domU I get this: sh-4.1# Feb 20 17:47:41 tst006 init: reloading /etc/inittab xl info host : tst006.dumpdata.com release : 3.3.0-rc4 version : #1 SMP PREEMPT Mi686 nr_cpus
2020 Feb 04
5
Strategy for fts and Replication
Hi Philon, Thanks a lot for your thoughts! Can I ask you if using Solr improved things for you? I have a mailbox with 15 years of e-mail and searching things take a long time. On 04.02.2020 09:39, Philon wrote: > Hi Francis, > > next to fts-solr there was fts-lucene. But that Lucene there seems > heavily outdated why the Dovecot docs also suggest using Solr. > Elasticsearch