Displaying 20 results from an estimated 25 matches for "lazyness".
Did you mean:
laziness
2002 Mar 05
2
BSD installation - third question - fixme messages
Hi guys!
This newsgroup is much more helpfull then reading help files (is it about my
lazyness?) so I have another SOLID question
Don't want to spam usenet with particular fixme:**** error questions - lets
put this situation in more common way:
Where is a good source (link? help page? news archive?) where majority of
fixme messages is listed with answers and recomendations what to do t...
2007 Nov 25
0
[LLVMdev] OCaml Wiki
Jon,
The Wikipedia entry for Ocaml does not seem to discuss eagerness or
lazyness. This needs clarification in my eyes. I added adiscussion entry.
Aaron
2018 Jun 26
4
RFC: libtrace
...you are undoubtedly aware we've been carefully rearchitecting LLVM's
> DWARF parser over the last few years to eventually become featureful enough
> so that LLDB could use it, so any help on that front would be most welcome.
> As long as we are careful to not regress in performance/lazyness, features
> and fault-tolerance, deduplicating the implementations can only be good for
> LLVM and LLDB.
>
> Yea, this is the general idea. Has anyone actively been working on this
specific effort recently? To my knowledge someone started and then never
finished, but the efforts also...
2010 May 27
1
Question on Rails 3 : forms && ORM && ActiveModel
.... like
"validates_confirmation_of :password".
So I was wondering about Rails3 ... seeing there''s a new ActiveModel
abstraction of the ActiveRecord interface, can I use that to have the
desired effect?
Also, where can I find some good and up to date tutorials on Rails3 ?
2) ORM lazyness
I like that Django''s ORM and in DBIx::Class, the resultsets
constructed are lazy. I see that in Rails 3 there''s a new Query
API ... http://m.onkey.org/2010/1/22/active-record-query-interface
Is that ready for use, is it development?
Or should I just use something like Sequel ......
2007 Apr 25
2
Re: compiz: Changes to 'master'
On Wed, 2007-04-25 at 11:09 -0700, Robert Carr wrote:
> include/compiz.h | 1 +
> 1 files changed, 1 insertion(+)
>
> New commits:
> commit 2402215a6a3bd50e9d87e99d4a45de14b635ecea
> Merge: 1b0ae38... 7f518da...
> Author: Robert Carr <racarr@gorbie.(none)>
> Date: Wed Apr 25 14:09:38 2007 -0400
>
> Merge branch 'master' of
2013 Mar 06
6
Ggplot2: Moving legend, change fill and removal of space between plots when using grid.arrange() possible use of facet_grid?
...quot;, c("A", "B"), pch=c(0,1), bg="white",
lty = 1:2, cex=1, bty="n")
# This did not work in ggplot2. What are my alternatives. I have extensively
searched the internet and have I missed something obvious, it was due to
# tiredness and not to lazyness.
# Some dummy data:
mydata<- data.frame(factor1 = factor(rep(LETTERS[1:6], each = 80)),
factor2 = factor(rep(c(1:5), each = 16)),
factor3 = factor(rep(c(1:4), each = 4)),
var1 = rnorm(120, mean = rep(c(0, 3, 5), each = 40),...
2020 Jun 11
0
handling spam from gmail.
...give
>> lts support.
>
>as said that has nothing to do with your wrong training and RHEL has
>always the same problem: you can't package the latest and greatest
shit
>over 10 years because it requrires newer versions of dependencies
>
>so what you get with your lazyness by using a LTS distribution is a
>"never change a running system, just fix the worst bugs and don't
touch
>anything else"
>
>upstream developers don't hold development for 10 years
>
>written from a Fedora workstation with kernel 5.6.18-200.fc31.x86_64
&g...
2004 Jan 10
1
Oops!
Didn't realise that replies are still tagged to specific threads in the
mail headers. Oops!
A few of my postings so far have been replies (to save me retyping the
list address) - but aren't really replies (they are completely off
topic).
Hope this doesn't cause too many problems in the archives!
But... at least now I know!
Terence
2011 Jan 28
1
survreg 3-way interaction
> I was wondering why survreg (in survival package) can not handle
> three-way interactions. I have an AFT .....
You have given us no data to diagnose your problem. What do you mean
by "cannot handle" -- does the package print a message "no 3 way
interactions", gives wrong answers, your laptop catches on fire when you
run it, ....?
Also, make sure you read
2005 Sep 10
2
colon in syslinux.cfg leads to "Unknown keyword"
hi,
sorry for bothering the list but since I didn't find anything in the
documentation or archives I would be grateful for your help.
For a customized USB installer (based on redhat anaconda) I wanted to pass
an kernel parameter which contains a colon.
This leads twice to the error message
"Unknown keyword in syslinux.cfg."
Quoting the append string using ' or "
2017 Mar 19
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...eading rather than AH 6H.
Yes.
> - Unclear why "/* Get (C)HS geometry */" is performed in both cases.
You're helped by the comment for the same(?) code in gptmbr.S:
/* here we computer CHS values or just do some dummy computation for EBIOS */
So it's just for simplicity or lazyness. As the code doesn't do any
harm (supposedly) in that case the coder just lets it run.
>
> - I assume that
> movw $0x7c00, %bx
> movw $4, %cx /* Sector count */
> movl (lba_offset), %eax
> 2:
> call read_sector
> ...
> loopw 2b
>...
2005 Dec 31
2
Any way to boot Windows NT (specifically Win2K) directly?
I decided to install Win2K on my "retrogaming/htpc" system to take
advantage of the dual processors in the thing when I'm multitasking a
lot, but, it's kind of annoying having to use first one bootloader to
chainload my Windows 98 partition, then, via NTLDR, selection Windows
2000 to get to Win2k. I tried using the recovery console to try to
force it to write a boot sector to
2007 Nov 25
9
[LLVMdev] OCaml
Hi!
I just took another look at the LLVM project and it has come along in leaps
and bounds since I last looked. I've been working through the (awesome!)
tutorial and am now really hyped about the project.
I am particularly interested in using LLVM to write compilers for OCaml-like
languages in OCaml-like languages. This requires some core functionality that
would be generically useful:
2018 Jun 26
4
RFC: libtrace
Hi all,
We have been thinking internally about a lightweight llvm-based ptracer.
To address one question up front: the primary way in which this differs
from LLDB is that it targets a more narrow use case -- there is no
scripting support, no clang integration, no dynamic extensibility, no
support for running jitted code in the target, and no user interface. We
have several use cases internally
2013 Sep 03
0
Re: ext3 / ext4 on USB flash drive?
...worked in symbiosis,
and that this maintained by mutual necessity. I thought the symbiosis
was kept unassailably whole by a common purpose: the user.
What you say implies that this symbiosis has been broken by the
commercial greed of flash manufacturers. Or that it is by neglect on
their part, or lazyness, or some other cause of a fissure in industry
relations.
Whatever the reason, it raises another question, and that is what must
be done so that I can simply format my USB without a concern and get
back to my work.
> even for a non-fradulent USB stick or SD card, there is no single way to measu...
2013 Aug 30
2
Re: ext3 / ext4 on USB flash drive?
On Fri, Aug 30, 2013 at 10:56:17AM +0100, Mark Ballard wrote:
>
> This is incredible, Mr Sandeen. You mean USB flash manufacturers
> (what's their body - the USB Implementer's Forum?) have simply not
> provided a means for software to query the underlying hardware in a
> USB flash? Have software producers asked them for this?
No, they haven't. And yes we have, since
2008 Oct 05
4
Improvements to "Authentication failed" error
Probably one of the most commonly asked question is "Why does Dovecot
just say authentication failed"? It would be nice to be able to get rid
of these questions by having Dovecot itself point out the
http://wiki.dovecot.org/WhyDoesItNotWork link. But how to do this? There
are two groups of people here:
1) People who look at logs after seeing the "Authentication failed" from
a
2005 Apr 05
5
Standard encoding rates?
Is there a list somewhere of "standard" encoding rates? I know, for example,
CDs are encoded at 44100, as is a lot of digital sound, but I've seen
programs that specify different levels of quality (like radio, phone, tape,
CD) and I'd like to know if there are some encoding rates that are accepted
as standardized for recording at different levels of quality.
If so, is there
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...272 + 4 + 10 + 2)
panel-simple.c:3124/ti_nspire_classic_lcd_mode[]: 60 vs. 123 (.clock=10000 .htotal=320 + 6 + 6 + 6 .vtotal=240 + 0 + 1 + 0)
panel-simple.c:3096/ti_nspire_cx_lcd_mode[]: 60 vs. 93 (.clock=10000 .htotal=320 + 50 + 6 + 38 .vtotal=240 + 3 + 1 + 17)
I presume a bunch of those are just lazyness, but there some
real oddballs in the mix for sure. CCing everyone...
[1]
@find_substruct@
identifier P, C;
@@
struct P {
...
struct drm_display_mode C;
...
};
@submode@
identifier find_substruct.P, find_substruct.C, M;
expression CLK, HT, VT, VREF;
position POS;
@@
struct P M = {
...,
.C = {
.c...
2006 Jul 14
18
ActiveRecord Love While We''re At It
I am working on and will be publicly showing ActiveRecord some love
around the time of the RubyConf*MI [1] in late August.
My main focus is getting AR to better handle inserts, updates and merges
when working large sets of data. It can improve improve performance by
400% to 600% in preliminary benchmarks.
I am coding this in a way so it can be patched to AR easily, and with
that in mind