search for: candor

Displaying 12 results from an estimated 12 matches for "candor".

Did you mean: sandor
2010 May 03
7
rendering images dynamically
Hi, I have a rails application where I respond to a request by fetching image urls from various web api calls and need to display them as they come available. I am able to display all the images once I get them all, but that causes an unacceptable delay for my user. One approach I am trying is, from my controller, set an @image variable, and then pass in a block to the model that retrieves the
2006 Aug 15
5
Set up a default route
...9;? That worked, because I have a sufficiently late version of MySQL. Next question. What does "Set up a default route" mean? When I read... http://wiki.rubyonrails.com/rails/pages/Routes ...it reminds me of the Apache documentation for mod_rewrite. I hope someone appreciates the candor of my naivete'' and works on the "simplest path" through this stuff. I add... map.connect ''inventories'', :view => ''inventories'', :controller => ''inventory'' to config/routes.rb, and hit http://localhost:8000/inventori...
2013 Jul 09
0
[Bug 616] Duplicate rules for multi-homed hostnames. IPv4 and IPv6 inconsistent treatment.
...er that there are three addresses. After applying the mask, there is only one unique address, and therefore, there should be only one rule. If IPtables behaved this way "since the beginning of time," then explain to me why ip6tables' behavior originally differed. Your argument lacks candor. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
2017 Oct 11
2
Flame war police
...ice, don't say nothin' at all."? Now, I don't agree with that adage as written, as I would rather use the word 'civil' instead of 'nice,' because 'civil' doesn't mean nice.? Civil just means 'not nasty' even when you need to have 'Radical Candor.'? But I reserve that sort of 'harsh civility' for my staff here when necessary, who get a much more civil tone than my children at home would, incidentally. But my staff aren't children.? And the members of this list aren't my staff, and I will be civil to everyone on this l...
2006 Feb 10
0
Job opening: Statistician/SAS and S+ programmer
...ork within a team. Ability to express complex analytical and technical information to senior management or to audiences with clinical training. Must be an independent self-starter. 6.Proven leadership in consulting and, for some areas, project management. Must exhibit efficiency, collaboration, candor, openness, and results orientation. Must be able to work in a Labor/Management Partnership environment. Duties: 1.Leads, makes significant contributions, and/or provides technical leadership to high visibility projects to identify and resolve issues of strategic importance to the organization....
2017 Oct 11
0
Flame war police
...> nothin' at all."? Now, I don't agree with that adage as written, as I > would rather use the word 'civil' instead of 'nice,' because 'civil' > doesn't mean nice.? Civil just means 'not nasty' even when you need to > have 'Radical Candor.' But I reserve that sort of 'harsh civility' for > my staff here when necessary, who get a much more civil tone than my > children at home would, incidentally. But my staff aren't children.? > And the members of this list aren't my staff, and I will be civil to &gt...
2017 Oct 10
5
Flame war police
Hiya everyone, Is there a way to disable a thread that has degenerated into flaming? The recent "discussion" on /var/run descended into some quite nasty places and perhaps a lid should have been put on it. This seems to happen every few weeks and is somewhat embarrassing when I'm trying to persuade people of the "active and friendly Centos community" It was a shame that
2018 Aug 19
0
The House of .... BETHESDAY ... and stripping in a Fishbowl. #nipoolsoparmleg
...ence between cryogenic sleep en route to Mars and being able to walk to an imaginary island in the sky in the blink of an eye--and then decide whether it was a shared dream or if you'll be finding HyperDoors in every bus station upon the conclusion of the second "blink." Eight. In all candor, I also can't really tell if that first blink is "in process" or if it happened some time in 2014 ... or two thousand years ago. Judging from the Silence, and all the subtly uninformative indirect communication it's hard to tell if anyone thinks "public" disclosure of a...
2006 Jan 05
40
RoR sucks, and heres why...
Well now that I got your attention.... Why RoR sucks: 1. It''s smarter than me. Just when I think I''ll have to do some mundane thing (like I use to in PHP or ASP), I find out RoR does it already for me. 2. It takes about half or less code to put my stuff together in RoR than it did in PHP, ASP, ASP.NET, etc. It seems so unnatural that I can have a method with only 4 lines
2007 Dec 09
38
libevent
Hello, I have been looking at the Ruby/EventMachine. First let me say it look very good. Reactor model with no threads makes for fast reliable server, and I have read about marvelous Twisted framework for Python and am glad to see something similar for Ruby. I am writing network app with Ruby threads now and it very slow, and I try new Ruby 1.9 with native threads that make it much slower.
2018 Aug 25
0
IT
...nt state of logical thought, and proves without doubt you have a message here from an entity with the power to literally alter your entire history or end it, refusing to see the importance of what you are staring at is bringing us closer and closer to the Abyss than you can possibly imagine. In all candor, rightfully so--what is here is a sickness that I would not ever want to see happen--not now, and not in the future. Whatever is causing it is more *disgusting* than I can put into words, and your lack of response is a twisted symptom of that. <http://maraegis.ml/lists/lt.php?id=YUgFAQ5TU09RUVM...
2010 Jun 26
0
change parameters to periodically_call_remote
Hi, I have a search box (id=:phrase) on my rails ajax page. I want a periodically call remote poller to update a div whenever the value in that box changes. On the page containing the search box, I have the following: <%= periodically_call_remote(:url => update_query_topics_url, :with => "$(''phrase'').serialize()", :frequency => 1.0)%> I have also