search for: grandiose

Displaying 10 results from an estimated 10 matches for "grandiose".

2005 Jun 07
13
My Rails Day entry: internet command line
Well, my entry for the 24-hour Rails Day competition is here: http://yubnub.org . It''s a web app called YubNub that implements the grandiose idea of a "command line for the Web OS". Type "gim porsche 911" to do a Google Image search for Porsche 911 cars. Type "random 1000" for a random number between 1 and 1000. Type "tts David Heinemeier Hansson is cool" to have it speak those words. Anyone can a...
2003 Oct 14
1
Some simple (I hope) questions
I'm new to Samba, and I have a few minor questions for which I need answers before I start this grandiose adventure in connectivity. I current have a small home network, consisting of: (1) Mandrake Linux 9.1 workstation (1) Windows 2000 Pro workstation (1) Windows XP Pro file/print server (1) LinkSys 4-port (ethernet) router My goal is to be able to use Samba to access the files in and th...
2007 Apr 19
2
inconsistent output using 'round'
...dvice regarding limiting decimal points to 3. 'Round' produces the desired results except for the 97.5% confidence interval. Any advice as to how I modify the code to obtain output to 3 decimal points for all ouput is appreciated, regards Bob Green mod.multgran <-multinom(offence ~ grandiose * violent.convictions, data = kc, na.action = na.omit) summary(mod.multgran, cor=F, Wald=T) Anova (mod.multgran) > round(exp(coef(mod.multgran)),digits = 3) (Intercept) grandiosey violent.convictionsy GBH.UW 0.583 0.147 0.806 homicide 0.333 0.3...
2018 Mar 20
4
Informing the SSH agent of the target user@server
Hi, I'm prototyping an SSH agent that can broker access to a large set of remotely held SSH keys (potentially hundreds or thousands)*. Since SSH servers have a limit on maximum authentication attempts, the client needs to be able to request whichever particular key it needs for a given target user at server from the agent. Currently, the SSH agent protocol[1] only supports
2011 Aug 09
0
[LLVMdev] Proposal for better assertions in LLVM
On Aug 8, 2011, at 10:46 PM, Talin wrote: > So I went ahead and implemented this in my own frontend - I've been using it for both assertions and conditional debug statements. I like it quite a bit, and like you say, it compiles down to nothing in non-debug builds. Does: YOUR_DEBUG_MACRO(…) << some_out_of_line_function(); Still evaluate the out of line function? If so, it seems
2006 Dec 07
7
[PATCH] [Firmware] TCG BIOS extensions for the Bochs BIOS
This patch adds an implementation of the TCG BIOS extensions to the Bochs BIOS and enables logging of boot measurements using the previously implemented support for TCPA ACPI tables. A low-level driver for a TPM TIS device and an Atmel device is provided. The implemented specification is described here:
2011 Aug 09
2
[LLVMdev] Proposal for better assertions in LLVM
So I went ahead and implemented this in my own frontend - I've been using it for both assertions and conditional debug statements. I like it quite a bit, and like you say, it compiles down to nothing in non-debug builds. On Wed, Jul 27, 2011 at 4:00 PM, Chandler Carruth <chandlerc at google.com>wrote: > On Wed, Jul 27, 2011 at 3:31 PM, Talin <viridia at gmail.com> wrote: >
2001 Jun 09
2
[PATCH] Make "-L" local ports bind to "127.0.0.1" in openssh-2.9p1
diff -u -r -N openssh-2.9p1/channels.c openssh-2.9p1-ajf.1/channels.c --- openssh-2.9p1/channels.c Tue Apr 17 14:14:35 2001 +++ openssh-2.9p1-ajf.1/channels.c Wed Jun 6 23:25:36 2001 @@ -1815,13 +1815,25 @@ /* * getaddrinfo returns a loopback address if the hostname is * set to NULL and hints.ai_flags is not AI_PASSIVE + * + * Oh yeah? Setting hostname to NULL and hints.ai_flags to +
2018 Mar 21
2
Informing the SSH agent of the target user@server
...onnect to. The agent would have its own policy and UI to ensure the user is informed of (and acknowledges) what identity is being used (and therefore what target is being connected to). This is why I expect to have potentially hundreds/thousands of keys - one for each user at host. > I had more grandiose plans to allow each sshd to sign agent requests > with the hostkey as they passed through, to allow some sort of chain of > trust. Unfortunately that would require fairly far reaching changes to > the SSH protocol to enable binding those signatures to the transport > instance over which...
2008 Dec 28
7
Your thoughts on "Enterprise Rails"
Hello and happy holidays, everyone! I received the book "Enterprise Rails" by Dan Chak as a Christmas gift and started reading it; I wanted to gauge the community''s thoughts on this. Basically, Mr. Chak advocates a totally different approach to how every other Rails book/tutorial explains how to develop Rails applications. Firstly, he advocates you organize your