Displaying 20 results from an estimated 791 matches for "anecdote".
2015 Jun 24
0
Anecdote: File folder "conflict"
CentOS 7.1503
SerNet Samba ver. 4.1.17
Had a raid controller card fail on my AD DC which also contained my file
shares.
I rebuilt and had to restore all the file share data from archives.
Users have a way of intentionally/accidentally moving/copying/renaming
sub-folders often. So my rsync'd archives end up with some duplicate
directories, etc.
I ended up with a few directories that looked
2014 Jun 18
2
[LLVMdev] Clarification on the backward compatibility promises
...n multiple situations passing the old .bc (from the 3.1-based
> or 3.2-based SCE compiler IIRC) to trunk would cause it to barf, while
> passing the .ll file would not barf. I don't think I would be able to
> reproduce this without a lot of work, so I'm just leaving this as an
> anecdote.
Well, I can only speak for myself, but in my two recent IR changes
(cmpxchg failure orderings and cmpxchg weak"), I preserved bitcode
compatiblity but not .ll. In both cases I was adding extra information
to the instruction, which meant the bitcode reading section just had
to insert a sensib...
2007 Sep 14
4
MS SQL server
...a day.
Have centos 4.5 on intel xeon. Is there an obvious certain-to-succeed
approach?
perl DBI + ODBC spings to mind, have not tried it yet - cannot access the
systems yet - need to make a good plan.
Am a bit concerned cos I dont know of an alternative to perl DBI + ODBC and
I have heard a few anecdotes about how ODBC possibly problematic..
Any suggestions gratefully received and would be pleased to read the nice
manual (if one is identified!).
Tony
2011 Sep 24
3
Supporting R/Membership
Dear R Users,
I know issues like this have come up in the past. I am wondering how
many people would be interested in an online mechanism for donating to
the R Foundation or for becoming supporting members. Right now, the
link for it is somewhat buried on the R home page, and once you get
there, the options are to mail or fax a form. IIRC, Paypal was not a
good option due to some fees, but
2017 May 04
1
R 3.4.0 for Ubuntu zesty?
...team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to say
what the experiment died of. ~ Sir Ronald Aylmer Fisher
The plural of anecdote is not data. ~ Roger Brinner
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey
2017-05-03 20:46 GMT+02:00 Michael Rutter <marutter at gmail.com>:
> On 05/03/2017 04:40 AM, Thie...
2013 Jan 13
3
[LLVMdev] Using C++'11 language features in LLVM itself
On Sun, Jan 13, 2013 at 2:10 PM, Matthieu Monrocq
<matthieu.monrocq at gmail.com> wrote:
> gcc 4.5, MSVC 10, clang 3.1
> - decltype v1.0 [1] + late specified return type
> - lambda v1.0 [2]
> - local types as template arguments
> - r-value 2.0 [3]
> - static_assert
> - built-in type traits
This isn't very encouraging. Anecdotally from what I've seen in LLD
2017 May 03
2
R 3.4.0 for Ubuntu zesty?
...team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to say
what the experiment died of. ~ Sir Ronald Aylmer Fisher
The plural of anecdote is not data. ~ Roger Brinner
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey
[[alternative HTML version deleted]]
2008 Sep 29
3
USB detach/attach hangs with 7.0-RELEASE and 7.1-PRERELEASE
Hi,
I've noticed some general instability with plugging in or removing USB
devices with FreeBSD 7.x, even when the devices are not actively in use.
I had this happen with umass and ucom devices 3 times today. The machine
hangs solid, there are no obvious signs of a panic or trap to DDB. I
can't provide backtraces unfortunately -- these hangs happen on both my
laptop and desktop, and
2007 Oct 22
2
Video Conference
Hello All,
I am looking at doing some video conferencing with SIP. I was hoping to get
some early pointers from any one that is currently doing this. I have been
all over goggle and voip-info and there is a ton of anecdotal information
but, I was hoping for more specifics of what people are actually using that
works and even some of what hasn't worked so that I can stay away. What I am
2017 Sep 06
4
post_processor in rmarkdown not working
...team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to say
what the experiment died of. ~ Sir Ronald Aylmer Fisher
The plural of anecdote is not data. ~ Roger Brinner
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey
[[alternative HTML version deleted]]
2019 May 10
5
Firefox esr repackage
> On 09/05/2019 09:09, Simon Matter via CentOS wrote:
>>> The price we pay.. :)
>>
>> Do you say that paying RH customers already received new firefox
>> packages?
>>
>> Regards,
>> Simon
>>
>
> No, Red Hat have not yet released any updates for Firefox. I doubt it's
> a priority for them.
Which makes me believe they don't
2018 Nov 20
2
problematic dev.off() after running examples without plots
.../////////////////////////////////////////////////////////////////////////////////
To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to say
what the experiment died of. ~ Sir Ronald Aylmer Fisher
The plural of anecdote is not data. ~ Roger Brinner
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey
///////////////////////////////////////////////////////////////////////////////////////////
<https://www...
2014 Jun 17
8
[LLVMdev] Clarification on the backward compatibility promises
On 17 June 2014 16:07, Anton Korobeynikov <anton at korobeynikov.info> wrote:
> Hi Rafael,
>
>> Do others agree that this is the case or at least that this would be a
>> reasonable balance?
> IMO it's easier to be compatible on .ll level, no?
That is not my experience with the bitcode format. The way the API is
structured makes it really easy to support backwards
2016 Aug 16
3
RFC: A cross platform way of using shell commands in lit tests
>
> Anecdotally, most of the times I've seen people add "REQUIRES: shell" on
> a test they really meant "disable on windows". I think/hope that's
> usually temporary while they investigate problems, but it might explain
> why so many tests say they require shell when they don't.
>
>
In at least one case I can think of
2009 Apr 22
6
WinXP Xen guest: compare VNC vs RDP
I'm experimenting with using WinXP Xen guests as an alternative to
upgrading workstations. The administrative advantages seem overwhelming.
Please share thoughts about using VNC vs RDP for remote desktop
connections.
Please share any anecdotal information regarding user reactions and/or
implementation issues.
2006 Jun 10
8
OT: Good virtual server host with debian?
Hey all,
I''m casually shopping around for a host that will give me a virtual
server running Debian. It would host some of my rails projects and
probably some svn.
Does anyone know of a good host? Anecdotes about satisfaction would be
nice.
Thanks,
Bryan
--
Posted via http://www.ruby-forum.com/.
2005 Jul 13
2
Efficient testing for +ve definiteness
...ot; and returning the result of "!any(E <= 0)" seems
less efficient than going through the LU decomposition invoked in
"determinant.matrix(A)" and checking the sign and (log) modulus of the
determinant.
I suppose this has to do with the underlying C routines. Any thoughts or
anecdotes?
Many Thanks,
Makram Talih
--
Makram Talih, Ph.D.
Assistant Professor
Department of Mathematics and Statistics
Hunter College of the City University of New York
695 Park Avenue, Room 905 HE
New York, NY 10021
Website: http://stat.hunter.cuny.edu/talih
E-mail: makram.talih at hunter.cuny.edu
Te...
2019 Sep 06
2
Cryptic error message from namespaceExport
.../////////////////////////////////////////////////////////////////////////////////
To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to say
what the experiment died of. ~ Sir Ronald Aylmer Fisher
The plural of anecdote is not data. ~ Roger Brinner
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey
///////////////////////////////////////////////////////////////////////////////////////////
<https://www...
2019 May 10
2
Firefox esr repackage
Am 10.05.2019 um 11:12 schrieb Nux! <nux at li.nux.ro>:
>
> I maintain a desktop oriented repo for CentOS and last I checked a year or so ago, I got over 150k+ unique IPs with yum user agent downloading stuff from it.
>
> It's a bit anecdotal as perhaps not all are actual desktop users and some users were using multiple IPs (dhcp), but it shows there are quite a few users
2015 May 04
2
Problem with adding slots to S4 object
...team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to say
what the experiment died of. ~ Sir Ronald Aylmer Fisher
The plural of anecdote is not data. ~ Roger Brinner
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey
[[alternative HTML version deleted]]