similar to: Newbie friendly open source project?

Displaying 20 results from an estimated 1000 matches similar to: "Newbie friendly open source project?"

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*
2019 Nov 18
4
RFC: Moving toward Discord and Discourse for LLVM's discussions
On Mon, Nov 18, 2019 at 2:49 PM 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
2019 Nov 18
2
RFC: Moving toward Discord and Discourse for LLVM's discussions
> > | 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** being unfamiliar/difficult/intimidating. Moving to a > new mechanism wouldn’t alter the
2019 Nov 12
0
class(<matrix>) |--> c("matrix", "arrary") [was "head.matrix ..."]
On 11/11/19 01:40, Martin Maechler wrote: >>>>>> Duncan Murdoch >>>>>> on Sun, 10 Nov 2019 11:48:26 -0500 writes: > > > On 10/11/2019 9:17 a.m., Bryan Hanson wrote: > >> > >> > >>> On Nov 10, 2019, at 3:36 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > >>> >
2015 Nov 30
4
Idiot-proof method to format a flash drive
Whenever I format a flash drive I'm always terrified that I'm going to fat-finger something in the terminal and accidentally blow away a partition on one of my hard drives. *shudder* Is gparted the best gui to handle this task? Or is there something better? I'd really prefer something more limited that just allows me to select whatever it sees as a removable drive and disallows any
2015 Oct 13
1
custom port in cwrsync gui client for windows
I purchased the cwRsync for windows to help a client backup her USB key after using it. I want the cwRsync_GUI_CLIENT to execute the equivalent of this command: rsync -rave "ssh -p 922" /cygdrive/e user at machine.domain.com:USBKey Can anyone tell me how to do so?? Like most windows users, my client is terrified of the command prompt. Thanks Richard -- LinuxCabal Asociación
2019 Nov 11
2
class(<matrix>) |--> c("matrix", "arrary") [was "head.matrix ..."]
>>>>> Duncan Murdoch >>>>> on Sun, 10 Nov 2019 11:48:26 -0500 writes: > On 10/11/2019 9:17 a.m., Bryan Hanson wrote: >> >> >>> On Nov 10, 2019, at 3:36 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>> >>>>>>>> Gabriel Becker
2004 Feb 16
2
R Included with Open Infrastructure for Outcomes (OIO) system
Hi all, I came across this article on LinuxMedNews (http://www.linuxmednews.com) this morning: http://www.linuxmednews.com/linuxmednews/1076524250/index_html This refers to an integrated data management and analysis system (OIO), which includes R and utilizes the RSessionDA package (Greg Warnes). More information is available here for those interested:
2005 Oct 10
2
LM_SENSORS
Sorry if this has been around many times before, but I've done quite a bit of reading and searching for some type of human readable guide for setting up the lm_sensors for hardware monitoring. I've dorked around with the stuff in the system here, but after looking at the /etc/sensors.conf, I don't think I want to delve into that and try to pull out the right group of settings.
2009 Mar 18
2
[LLVMdev] Multiple return values (floating-point exception flags)
Does anyone have suggestions for either extending operators or adding intrinsics that support multiple return values? Or is packaging everything into a derived types the only way? I have an idea for supporting floating-point exception flags and modes in a flexible way by making the data dependencies explicit, but I've become quite lost poking around. I suspect this will end up involving
2016 Feb 25
1
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
A clarification pointed out by David Majnemer: what I"m really talking about is "comdat or comdat-semantic-equivalents" which include linkonce_odr and available_externally. As a further strategy to recover optimizations: On platforms with comdat support, we could also teach function attrs that deduction is safe for functions which are only called from within their own comdat. And
2008 Mar 13
0
[LLVMdev] exact semantics of 'nounwind'
Hi, as a language front end developer I am a bit terrified by any "unwind here will call terminate" semantics in the IR. I'd prefer the LLVM IR to be free from any assumptions about the languages compiled to it and this looks like C++ semantics sneaking into LLVM. Thus I'm under the expression the calling terminate semantics should be implemented by the front end.
2016 Feb 25
0
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
Yea, I'm pretty sad about all of this. I'm also not seeing a lot of awesome paths forward. Here is the least bad strategy I can come up with. Curious if folks think this is sufficient: 1) Stop deducing function attributes within comdats by examining the bodies of the functions (so that we remain free to transform the bodies of functions). 2) Teach frontends to emit (even at O0!!!)
2006 Feb 22
1
Toronto Rails Pub Nite
Monday, March 13th @ 7pm at C''est What? (67 Front St. East in Toronto, ON) Spread the word! The inaugural Toronto Rails pub nite will be an opportunity to meet the folks working on Rails in your community. There will be plenty of opportunity to discuss projects you''re involved with, recruit talent, and even find out what all of the fuss is about! Unspace wants to support the
2009 Aug 01
0
[LLVMdev] RFC: MachineInstr Annotations
On Jul 31, 2009, at 11:17 AM, David Greene wrote: > I'm getting to the point where I want to contribute some more > MachineInstr comment support for things like spills. As we've > discussed before, we don't have all of the information available > in AsmPrinter to synthesize the kind of comments that can be > helpful for debugging performance issues with register
2018 May 10
0
Migrating the llvm-emacs mode to a separate git repository
On 10 May 2018 at 06:07, Jaseem Abid via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Melpa[1] is pretty much the most common package manager for emacs and very > recently the llvm-mode got removed from it[2] due to performance issues. Wouldn't svn be better here? It ought to allow you to checkout just the utils/emacs directory (or not even that with "svn cat").
2018 May 10
4
Migrating the llvm-emacs mode to a separate git repository
Hello llvm devs, Melpa[1] is pretty much the most common package manager for emacs and very recently the llvm-mode got removed from it[2] due to performance issues. This issue is not unique to llvm-mode, but affects a bunch of projects with very large git repositories[3]. Will it be possible to split this into a new separate git repo? This should make it easier for the emacs community to work
2012 Jan 11
1
Silently loading and Depends: versus NAMESPACE imports
R CMD check really hates it when my .onLoad() function contains suppressMessages(library(foo)) However, _and for non-public packages not going to CRAN_ I prefer doing this over using explicit Depends or import statements in the NAMESPACE file as the latter do not give me an ability to make the loading less verbose. With the R universe of packages being as vast as at is, a simple (non-public)
2023 Jan 07
1
centos 8-Streams kernel?
Heh, Your sentiments on the website very much mirror my own, although I?m more focused on server applications rather than on desktop (we use Macs and Ubuntu for that). When Red Hat announced Streams, I was terrified at first and my first instinct was to switch to Rocky or a similar 1:1 distro, but then thought there might be something good coming out of the whole ordeal. And indeed it did, we
2016 Sep 08
2
CentOS 6.8 and samba
> 1. What is your output of testparm? No errors or warnings, apart from rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) > 2. If you run top, are any Samba related processes (winbindd, smbd, etc) consuming excessively high amounts of CPU? I did not observe this, although the machine was running at a load of 1+ with no apparent culprit. > 3. Have you