search for: friction

Displaying 20 results from an estimated 131 matches for "friction".

Did you mean: fraction
2019 Nov 18
6
RFC: Moving toward Discord and Discourse for LLVM's discussions
.../2019 16:39, Stefan Teleman via llvm-dev wrote: > > I can't recall an instance when I had difficulty using, or was > > intimidated by, email, for saying something on a mailing list. > > Subscribing to a mailing list, particularly one as high-traffic as > LLVM-Dev, is a high friction activity. I was contributing to LLVM for > several years before I subscribed to llvm-dev, because I didn't want to > deal with the traffic volume (filtering is a lot better now, but having > to set up a mail filter adds another step for subscribing). The only > open source project...
2020 Sep 03
8
SID mapping: Samba and SSSD
...er it would be worth adding an optional >> non-default parameter to idmap_autorid to have it use the sssd slicing >> algorithm to determine ranges. Sort of like SSSD has an autorid >> compatibility parameter. > Happy to review if you write it :-). Anything that > will remove friction moving to/from winbindd/sssd > would be good for users ! And I will be happy to 'NACK' it, we do not need another idmap backend, well not unless it it is a total rewrite to give us something like how RID works on Windows and is the only idmap backend. There would be no friction if ev...
2019 Nov 18
2
RFC: Moving toward Discord and Discourse for LLVM's discussions
On Mon, Nov 18, 2019 at 8:49 AM Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > | mailing lists for longer-form discussions are unfamiliar, difficult, and often intimidating for newcomers > > > > Um… what? While I know (via my own children) that folks nowadays use multiple avenues of communication, it’s *really* hard to imagine email as a *mechanism*
2016 Mar 09
9
Formalize "revert for more design review" policy.
Recently there's been some friction over reversions (I can remember two cases in recent memory). In both issues the general feel I got is that as a community we should honor "revert for more design review" requests unconditionally. What do you guys think of adding something like this to DeveloperPolicy.rst as an item at th...
2020 Sep 04
2
SID mapping: Samba and SSSD
...emy Allison wrote: >> >> On Thu, Sep 03, 2020 at 10:20:09PM +0100, Rowland penny via samba >> wrote: >> >>> On 03/09/2020 22:08, Jeremy Allison wrote: >> >>>> Happy to review if you write it :-). Anything that >> >>>> will remove friction moving to/from winbindd/sssd >> >>>> would be good for users ! >> >>> And I will be happy to 'NACK' it, we do not need another idmap >> backend, well >> >>> not unless it it is a total rewrite to give us something like how >> RID...
2014 Oct 06
2
[LLVMdev] lld coding style
...le is fashion, some like it this way, some > like it that way. The only case where this makes sense (that I’m aware of) is libc++, given that it is a very different (and highly constrained) domain. I think that lld and lldb following different coding standards is a serious bug, which increases friction within the community. I’d support progressively moving them to a style more similar to LLVM. -Chris
2014 Dec 16
3
[LLVMdev] Lowering switch statements with PGO
...> > the binary trees, i.e. we'd use the branch probabilities to build the >> > tree differently. >> >> The current implementation selects the pivot in such a way that it >> optimizes >> for lookup tables. > > > This seems like a potential point of friction: for lookup tables (and > other > techniques) you want to inherently keep the cases sorted by their values, > but a Huffman tree does not care about the actual values; it only cares > about their relative probabilities. Exactly! I can think of lots of ways to deal with this "fric...
2020 Sep 03
4
SID mapping: Samba and SSSD
On Thu, Sep 3, 2020 at 4:45 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 03/09/2020 21:38, Robert Marcano wrote: > > On 9/3/20 4:35 PM, Rowland penny via samba wrote: > >> On 03/09/2020 21:15, Robert Marcano via samba wrote: > >>> > >>> There is an sssd provided idmapper (on RHEL/CentOS/Fedora) it is > >>> packaged
2007 Apr 23
6
[CruiseControl] RubyOnRails build 6553 failed
The build failed. See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/6553 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to
2019 Oct 16
2
[RFC] Adding time-trace to LLD?
Hi all, I've been using -ftime-trace on the compiler and find it very useful for analysing compile times and whole build times. I've made a first attempt at adding this to LLD (ELF) so link times can be traced in the same way: https://reviews.llvm.org/D69043 This works for LTO and ThinLTO, but needs some more work to make sure it scales well across multiple threads. Please let me know
2011 Nov 28
1
centos asterisk 1.8 rpms: chan_gtalk and res_jabber missing?
Hi All, While I'm certainly comfortable compiling from sources, I'm trying to do an rpm only asterisk install on CentOS 5.7. I'm using the asterisk repositories and I installed all the asterisk18 rpms, but find that chan_gtalk and res_jabber are missing. Is there a separate rpm that includes support for gtalk? Thanks in advance. -Gaurav -------------- next part -------------- An
2011 Mar 29
2
How to regress data into coefficients for a gamma function
Hello, I need to regress data like the example below. The data points represent friction factors derived from observed trip length data. The function used to describe this data is a gamma function of the form, f(t) = a * t^b * e^(c*t) and I need to regress the data to obtain the a,b, and c coefficients. The gamma function can also be expressed in the log-linear form, ln[f(t)] =...
2020 Sep 04
0
SID mapping: Samba and SSSD
...3/09/2020 22:35, Jeremy Allison wrote: > >> On Thu, Sep 03, 2020 at 10:20:09PM +0100, Rowland penny via samba > wrote: > >>> On 03/09/2020 22:08, Jeremy Allison wrote: > >>>> Happy to review if you write it :-). Anything that > >>>> will remove friction moving to/from winbindd/sssd > >>>> would be good for users ! > >>> And I will be happy to 'NACK' it, we do not need another idmap > backend, well > >>> not unless it it is a total rewrite to give us something like how > RID works > >>...
2014 Dec 23
2
[LLVMdev] Lowering switch statements with PGO
...o build the >> >> > tree differently. >> >> >> >> The current implementation selects the pivot in such a way that it >> >> optimizes >> >> for lookup tables. >> > >> > >> > This seems like a potential point of friction: for lookup tables (and >> > other >> > techniques) you want to inherently keep the cases sorted by their >> values, >> > but a Huffman tree does not care about the actual values; it only cares >> > about their relative probabilities. >> >> Exac...
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
On 19/01/2015 4:13 PM, Nathan Kurz wrote: > On Mon, Jan 19, 2015 at 1:00 PM, Felipe Balbi <balbi at kernel.org> wrote: >> I just thought that such a small patch which causes no visible change to >> SVN users and allow for git users to build R would be acceptable, but if >> it isn't, that's fine too. > > Felipe --- > > It would appear that you are
2019 Oct 24
7
RFC: Adding IR Transformation examples/tutorial code to llvm-project
...xamplesIRTransforms library, which exposes initializeExampleIRTransforms to initialise the passes. Additionally, if LLVM_BUILD_EXAMPLES=On, we add a -DBUILD_EXAMPLES define, which is then used in opt to make the example passes available if LLVM_BUILD_EXAMPLES=On. I think that allows for relatively friction-less integration of the example passes into `opt`. I’ve put up a patch doing exactly that: https://reviews.llvm.org/D69416 and added a few reviewers, but please join in if you have any thoughts! Please let me know if you have any concerns or suggestions to improve the CMake setup & co. As i...
2020 Sep 03
1
SID mapping: Samba and SSSD
...uld be worth adding an optional > > non-default parameter to idmap_autorid to have it use the sssd slicing > > algorithm to determine ranges. Sort of like SSSD has an autorid > > compatibility parameter. > > Happy to review if you write it :-). Anything that > will remove friction moving to/from winbindd/sssd > would be good for users ! > We can sometimes get into this pickle ourselves integrating into existing environments. Maybe next time I have insomnia I'll throw together something along these lines (unless someone beats me to the punch).
2007 Jul 06
0
Early results of this UniSpacer-synovial ablation combination appear quite promising.
...f this steady climb as they grab up large blocks of shares for there clients. Look at the numbers and get on ERMX Friday morning! KNEEguru: Are there any contraindications for the procedure? if the laws of physics apply to this, our love is never-ending. The construct is designed to act as a low friction partial knee replacement. While a Grade III tear may or may not require surgery, a Grade I or II never does! we've studied it well over the years and have grown accustomed to knowing just how much to expect out of ourselves. David Trotter is Board Certified and a Diplomate of the American Acad...
2007 Jul 06
0
Early results of this UniSpacer-synovial ablation combination appear quite promising.
...f this steady climb as they grab up large blocks of shares for there clients. Look at the numbers and get on ERMX Friday morning! KNEEguru: Are there any contraindications for the procedure? if the laws of physics apply to this, our love is never-ending. The construct is designed to act as a low friction partial knee replacement. While a Grade III tear may or may not require surgery, a Grade I or II never does! we've studied it well over the years and have grown accustomed to knowing just how much to expect out of ourselves. David Trotter is Board Certified and a Diplomate of the American Acad...
2014 Dec 15
4
[LLVMdev] Lowering switch statements with PGO
> On Mon, Dec 15, 2014 at 9:57 AM, Chad Rosier <mcrosier at codeaurora.org> > wrote: >> All, >> About two months ago I posted a patch that hoisted the hottest case >> statement from a switch statement during ISelLowering. >> >> See: http://reviews.llvm.org/D5786 >> >> Sean was rather adamant about using a Huffman tree (and I agree this is