Displaying 19 results from an estimated 19 matches for "hubris".
Did you mean:
harris
2008 Jun 10
1
Refactoring''s code needs refactoring''s specs?
...d code:
http://pastie.org/private/2emgi1hr5iga3m9jib4q
and the specs that are still passing without refactoring:
http://pastie.org/private/qn3uaoin0k2n8vjsusssg
Regards.
--
"Most of you are familiar with the virtues of a programmer. There are three, of
course: laziness, impatience, and hubris."
(Larry Wall)
+-------------------------------------+
Gast?n Ramos
http://gastonramos.wordpress.com/
GNU/Linux Counter user #450312
2006 Jan 27
0
pgamma - inadequate algorithm design and poor coding (PR#8528)
...gamma says
As from R 2.1.0 'pgamma()' uses a new algorithm (mainly by Morten
Welinder) which should be uniformly as accurate as AS 239.
Well, it 'should be' but it is not, and we should not be making statements
like that. Those in the email quoted in pgamma.c exhibit hubris.
There are also at least two examples of sloppy coding that lead to numeric
overflow and complete loss of accuracy.
Consider
> pgamma(seq(0.75, 1.25, by=0.05)*1e100, shape = 1e100, log=T)
[1] -3.768207e+98 NaN NaN NaN NaN
[6] -6.931472e-01...
2010 Sep 16
3
Purpose of qualify=yes
We have a tenant who has been having issues with a congested connection and in trouble shooting it we've noticed that there seems to be a lot of SIP traffic even when none of the phones are doing anything.
We've determined that this traffic is mostly INFO packets generated by setting qualify=2000. I understand that 2000 ms is the default value for the qualification parameter but what
2003 Aug 12
0
excellently
Wow. dada spam.
Antranig Alfaro wrote:
> humans bouts scrupulously taxied annette methacrylate exert crouching
> exclude hubris meteorite aides acronym exogenous boater plead savoring
> tapestries courtrooms taunter bodyweight poultry pokes brandishes
> poems ama mightiness assam countless actinolite merges crave technic
> accomplishers bombast creation bonaparte savors portion menaced scroll
> teeth...
2010 Apr 10
10
Being attacked by an Amazon EC2 ...
Just a "heads-up" ... my home asterisk server is being flooded by someone
from IP 184.73.17.150 which is an Amazon EC2 instance by the looks of it -
they're trying to send SIP subscribes to one account - and they're
flooding the requests in - it's averaging some 600Kbits/sec of incoming
UDP data or about 200 a second )-:
This is much worse than anything else I've
2009 Jan 25
1
[Fwd: Re: evaluation question]
...;re not careful enough.
(or else you need to prepare your code to handle all exotic situations such as
passing weights to prac1 together with a model where one of the variables is
named 'model' or 'wghts' -- this is point 2 in a recent comment by Greg Snow,
which, as he says, stinks hubris.
>
> # SOLUTION # 2
>
> prac3 <- function( model,wghts){
> cur.env <- environment()
> lm( model, weights = wghts, data = cur.env )
> }
>
> prac3(model = y~x, wghts = rep(1, 10))
>
>
this is an equally 'good' 'solution', with the above com...
2003 Jun 10
1
-u updating too liberally
...le is marked for update to twoface.
This is so even if I touch a file on twoface, so that it is much more
recent than the corresponding file on the local machine. It's as if I
have the -I option invoked somehow.
What am I doing wrong?
--
Jesse Hughes
"I often told you of the dangers of hubris, and most importantly of
all, I TOLD you that I wanted to change the institution of mathematics
worldwide." -- James Harris, on the evils of pride
2010 Mar 11
2
Phones won't stop ringing
We're having an issue that isn't easily googleable so I thought I might might try here.
We have several customers who want all their extensions to ring on incoming calls. Frankly I think it is craziness to ring 11 extensions all at once but that is how they want it.
We're doing this by creating an incoming route that goes to a hunt list containing all the extensions.
This normally
2001 May 25
4
tinc 1.0pre4 released
Hello everybody,
I have just released tinc 1.0pre4. Changes:
- New authentication protocol (better security, and faster too).
- TCPonly and IndirectData are back (but not fully tested).
- Documentation revised, it's really up to date with the released package now.
- tincd -K now stores public/private keys in PEM format, but keys of 1.0pre3
can still be used.
- Faster and more secure
2008 Aug 22
2
Sending "..." to a C external
I'm trying to figure this out with "Writing R Extensions" but there's not a
lot of detail on this issue.
I want to write a (very simple really) C external that will be able to take
"..." as an argument.
(It's for optimizing a function that may have several parameters besides the
ones being optimized.)
I got the "showArgs" code (from R-exts) to compile and
2010 Dec 22
0
Asterisk 1.8.1.1 Multiple Parking Lots
...*** Parking lot: parkinglot_armstrong (0)
*** Parking lot: parkinglot_tier2sales (0)
*** Parking lot: parkinglot_alarm (0)
*** Parking lot: default (0)
*** Parking lot: parkinglot_crussell (0)
*** Parking lot: parkinglot_liberty (0)
*** Parking lot: parkinglot_agape (0)
*** Parking lot: parkinglot_hubris (0)
*** Parking lot: parkinglot_mpm (0)
*** Parking lot: parkinglot_radioks (0)
---
1 parked call in total.
features show
CODE: SELECT ALL
voice2*CLI> features show
Builtin Feature Default Current
--------------- ------- -------
Pickup *8 **
Blind Tr...
2010 Feb 25
24
two questions for R beginners
* What were your biggest misconceptions or
stumbling blocks to getting up and running
with R?
* What documents helped you the most in this
initial phase?
I especially want to hear from people who are
lazy and impatient.
Feel free to write to me off-list. Definitely
write off-list if you are just confirming what
has been said on-list.
--
Patrick Burns
pburns at pburns.seanet.com
2018 Sep 04
0
"an" to the wall, see the way... DEM OC RACY. C HAS TIT Y. ... Hancock! Tithe... hehe?
...rward growing and flourishing using the
available technology and power of virtual reality, rather than stagnating
in silence as we watch the news turn to farce and the internet become the
worlds largest censored joke.
To see it clearly, it's a sad joke that we stare at a world that in it's
hubris and self-delusion believes it's somehow OK not to heal AIDS because
there's a "morning after pill" now; and doesn't connect it to Soddom and
Gommorah and KEFLEX, so... to /know/
everything, as you stare out at starving children and mothers reading
Genesis 3:16 and seeing that...
2006 Jan 05
13
Naming convention for foreign keys
Hi,
In "Agilge Web Development With Rails" on page 217, an example of
foreign keys is shown.
I am however unable to find a definition of wheater the naming of the
index is significant. On the above mentioned page, this line is shown in
the example:
constraint fk_items_product foreign key (product_id) references
products(id)
In "fk_items_product", "items" is
2011 Apr 06
11
Asterisk 1.8.3
I have deployed several 1.8.3.2 systems as upgrades of customers systems
and now I am seeing random crashes. For some reason the builds lock up and
stop taking sip connections. Existing calls stay on but when the user hangs
up no new calls or reg attempts work. In most cases a "core restart now"
cleans things up. Some times I have to kill the asterisk process. The
stability of 1.8.2
2018 Jul 27
0
Fads, the Lad of the Lake... Hashemesh is still Hemera... and "Greetings Turmeric"
...in, as in renewing our love of tolerance and
individuality.
... and your husband really (st ill) thinks it would be fun to be a girl
for a few hours ... /achu/
<http://hoyo.cf/lists/lt.php?id=YUgNBwNSGAFQVR1QWlQKVF0F>
I kept on moving there too--sort of avoiding the link between humor and
hubris and audacity... until I got to the ciudad of Tampa, Florida ...
where some really bright hot pink shirts were waiting for me to replace all
of the clothing (as in every single piece of garb I owned) being left in a
bag on the street in Los Angeles ... because ... seemed like a good idea at
the time...
2018 Aug 25
0
IT
...aegis.ml/lists/lt.php?id=YUgFAQFcU09RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgFAQ5WUU9RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgFAQ5UU09RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgFAQ5QVU9RUVMdU1wDX1cNVg>
with invisible demons and with words--/words like "/*hubris*
<http://maraegis.ml/lists/lt.php?id=YUgFAQ5TUE9RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgFAQ5dXE9RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgFAQFcVE9RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgFAQ5VXE9RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgFAQ5UVE9...
2018 May 20
0
You say #nothing... I say "Hello. Hello! Hello?" Moving forward with this will stop this violence, it will also stop murder, and then death. (... in that order)
...worlds--and it's pretty clear that these kinds of doors too will change the
world significantly... like the airplane, and the computer.
<http://isiti.gq/lists/lt.php?id=YUgNBANTGAFSXB1QWlQKVF0F>
The point of this message, why we are standing here staring at Adam
wondering what kind of hubris it takes to demand the attention of the
entire world; the point is to show us that we don't have jacks in the back
of our heads or nano dust floating around and binding to neurons--that we
don't need to go to sleep or ... most importantly the point is that we
don't have to die to go to...
2009 Jun 01
1
installing sn package
...14.4411
# The residual is (as expected) quite larger than in the unbound case...
$counts
function gradient
8 8
$convergence
[1] 0
$message
[1] "CONVERGENCE: REL_REDUCTION_OF_F <= FACTR*EPSMCH"
# ... and that's not a computing anomaly.
This also illustrates the hubris necessary to fit 3 coefficients on 6
data points...
HTH,
Emmanuel Charpentier
------------------------------
Message: 111
Date: Wed, 27 May 2009 22:52:22 +0000 (GMT)
From: amorigandhi@yahoo.de
Subject: [R] boxplot
To: r-help@stat.math.ethz.ch
Message-ID: <837578.35350.q...