search for: defacto

Displaying 20 results from an estimated 83 matches for "defacto".

2020 Oct 28
1
SV: SV: Looking for a guide to collect all e-mail from the ISP mail server
And which email clients can do this? A defacto standard needs to be adopted. If I don't provide SPF or DKIM, I am likely to be deemed spammy, hence a defacto standard has been established. I don't see this with TOTP. I'm all for TOTP, but I'm not going to code my own. ? Original Message ? From: sebastian at sebbe.eu...
2020 Oct 27
2
SV: Looking for a guide to collect all e-mail from the ISP mail server
I would have to also hack the email client since I don't enter my 20 character high entropy password when I send or retrieve email. You really need an email standard to integrate TOTP. To be realistic, you need Gmail to use it. Whatever Gmail wants is essentially a defacto standard. I live in the real world, so whatever Google wants, I comply. ? Original Message ? From: jtam.home at gmail.com Sent: October 27, 2020 3:57 PM To: dovecot at dovecot.org Subject: Re: SV: Looking for a guide to collect all e-mail from the ISP mail server On Tue, 27 Oct 2020, Se...
2009 Sep 14
7
commonly used, defacto standard web frontend to facter ... that everyone loves?
I''m new to puppet in general - I just have a minimal node.pp defined for 2 clients so far. Before I reinvent the wheel ... is there a good web UI to facter that everyone uses? I''ve looked over foreman and I figure since it''s new, it''s probably not in widespread use currently. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received
2020 Jun 03
2
[PROPOSAL] Introduce a new LLVM process to resolve contentious decisions
...much better that the mailing-list archives anyway). Hi Mehdi, I’m personally also in favor of using Discourse in general, but we as a community haven't converged on that decision. Until a decision is made on that (likely using this process) I think we should stick with llvm-dev as it is the defacto place to have discussions, even given all of the problems it has. -Chris
2012 Oct 23
1
apcsmart and #311678 feature request thoughts
...ambient.temperature - additionally - any enumerable/writable value will also have *.0.* variant added, which must be used for the control. This one is always added verbatim - no nut <-> apc conversions, but this is in practice not a problem as all the interesting stuff in this context is defacto added without any conversions. Is this reasonable approach ?
2008 Mar 14
3
Installation of Age Of Empires 3
Hello! For the past couple of days I have been trying to install AOE3 on My Debian Etch Machine. When no actual setup process is required or "installation defacto " Wine functions flawlessly. Here's the deal: The process commences perfectly. The "installShield" Loads nicely, with no trouble. But When I am asked to insert the second CD(I had purchased a 3-Disk bundle), I get an error from Debian Claiming the drive is in use(reasonable isn...
2010 Oct 08
3
looking for a better ATA
I currently us Linksys/Ciscio, Grandstream and AudioCodes ata's. none of the three perform well in all enviroments. Between stablity issues, T38 and DTMF talkoff all three suffer some combination of issues. I am looking at Patton and Innomedia. Has any one tried either brand and what is your experience with them. Which would be the base for stability, audio quality, provisioning, DTMF
2007 Oct 14
3
ActiveRecord and Form Data Coupling: A Bad Design
I have to say that after being a Rails user for some time I have grown to really dislike how ActiveRecord (AR) classes - models - are being pushed as the defacto method for getting form data into the DB. The two concepts are completely separate and should be handled by completely different classes. Anyone who understands Object Oriented Design knows that we separate classes based on functionality and responsibility. An automobile class, for example, woul...
2009 Nov 24
2
mongrel stand alone for small site
Hello, I just completed my first rails app. I''m currently signed up at HostGator with a shared account. I noticed that they run their rails apps with just the mongrel (non Apache load balanced/clustered) server. I''ve read some mixed information about mongrel. Some say its ok by itself, some say no. For a small site with maybe 500-1000 hits a month, will the mongrel service by
2006 May 05
11
Rails Recipes or AWDWR 2 ?
Hi, I bougth the Agile Web Development with rails First Edition and now want buy rails recipes but what is the best decision buy rails recipes or the new edition de Agile Web Development With Rails? Jean Carlo Schechnner www.idvirtual.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 10
13
# of entrys in different months
right now im writing a weblog as my first project in rails. Most tings seems to be working great :), but there is (a least) one thing left i can''t figure out how to do. As most weblogs i would like to have an archive, whick looks like this: January 2006 (42) December 2005 (60) November 2005 (2) October 2005 (101) September 2005 (4) August 2005 (2) July 2005 (101010) where (x) is the
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
...;; llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] Inclusive language in LLVM: can we rename `master` branch? +1 to the notion of changing the branch name in general. However, I think there's a practical aspect which needs considered. Currently, "master" is the defacto convention used across many, many projects. There's currently a lot of conversation going on across many projects about naming. I think it's really important that rather than just picking something that we wait and see what the new convention is, and adopt that. I've seen reporting t...
2016 Feb 18
2
Proposal for new memory_order_consume definition
...be (1) applied to all relevant pointer-like objects and (2) used in C as well as C++. ;-) o If memory_order_consume dependency ordering can be used in unannotated code, how best to define the situations where the compiler can determine the exact value of the pointer in question? (In current defacto implementations, this can defeat dependency ordering. Interestingly enough, this case is not present in the Linux kernel, but still needs to be defined.) Options include: o Provide new intrinsics that carry out the comparisons, but guarantee to preserve dependencies, as recommended by...
2003 Dec 08
9
IAX clients
Hi, Is there IAX client in Applet JAVA which can be embeded in a web page ? Best regards Rattana -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031208/c388ef61/attachment.htm
2013 Jul 03
6
revert commit e4fd0475 ("hvmloader: always include HPET table")
Windows SVVP tests requiring a HPET ACPI table is in my opinion not a valid reason to always expose that table - respective tests should be run with "hpet=1" in the guest config file. The problem here is that at least with qemu-traditional, which by default doesn''t appear to emulate a HPET, the advertising here can mislead an OS to believe that there actually is a usable HPET,
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
...gt; > *Subject:* Re: [llvm-dev] Inclusive language in LLVM: can we rename > `master` branch? > > > > +1 to the notion of changing the branch name in general. > > However, I think there's a practical aspect which needs considered. > Currently, "master" is the defacto convention used across many, many > projects. There's currently a lot of conversation going on across many > projects about naming. I think it's really important that rather than just > picking something that we wait and see what the new convention is, and > adopt that. I'...
2005 May 05
3
Metadata Swapping: How do they do it?
...RY unhappy. Returns a 404. So the questions are: A) What is the format of the metadata-on-connect that is expected by most clients? B) As is my usual question, how do we set this data where the broadcaster isn't using ices? C) If there is no such format, maybe this is the time to define a defacto standard and hope it sticks? If C) is a valid interest then this would be an opportunity to send a whole plethora of stuff with the stream, including ID3 tags for both the stream itself and each song within it. There's probably no reason not to be ambitious in this regard. -Ian.
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
...gt; > *Subject:* Re: [llvm-dev] Inclusive language in LLVM: can we rename > `master` branch? > > > > +1 to the notion of changing the branch name in general. > > However, I think there's a practical aspect which needs considered. > Currently, "master" is the defacto convention used across many, many > projects. There's currently a lot of conversation going on across many > projects about naming. I think it's really important that rather than just > picking something that we wait and see what the new convention is, and > adopt that. I'...
2020 Oct 28
0
SV: SV: Looking for a guide to collect all e-mail from the ISP mail server
>>Whatever Gmail wants is essentially a defacto standard. Gmail have solved it with a Oauth authorization scheme. Basically, first time setting up mail, you are asked to authenticate by 2FA in a webview, then a shared secret is established, that is used during SMTP and IMAP time. Both Hotmail and Gmail is using this hackish webview solution for...
2005 Sep 11
1
reading subfolders with mail.app
Hi all, I have been having a hard time using Fedora Core 4 with dovecot +sendmail. Namely, I cannot read my home dir's procmail filtering dir (where I have some subfolders) in ~/mail. I cannot create mailboxes either. I'm wondering if this is a client issue, and whether I need to switch to Maildir, which I'd like to do, but don't know how to with sendmail (with postfix,