Displaying 20 results from an estimated 45 matches for "cjs".
Did you mean:
cds
2004 Sep 10
2
[Flac-users] Re: CD archival best practices?
...o modify it for
> use with a CD image.
Why don't you submit to the sourceforge feature request queue as a
patch? That way it will be there for anyone who wants to hack on it.
Although maybe this kind of stuff really wants to be added to
flac-tools. Is anyone still working on that project?
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
2004 Sep 10
5
[Flac-users] Re: CD archival best practices?
...this point is metadata; I really ought to be
able to store all of cdrdao's TOC information in the flac file, and get
it out again as a TOC file so I can re-burn the CD, and I ought to be
able to generate a CDDB discid from the TOC file as well. I assume that these
things will come eventually.
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
2004 Nov 19
18
SingleTableInheritance Considered Harmful
...s out there) that this is any sort of a
valid technique. SingleTableInheritance is a tool of desperation,
when you can''t change your database schema to be relationally sound
and make sense.
It would in fact be nice if ActiveRecord provided support for class
table inheritance.
cjs
--
Curt Sampson <cjs-gHs2Wiolu3leoWH0uzbU5w@public.gmane.org> +81 90 7737 2974 http://www.NetBSD.org
Make up enjoying your city life...produced by BIC CAMERA
http://www.rubyonrails.org/show/Inheritance
As a note: Single Table Inheritance is extremely unrelational, and if
you’re...
2004 Sep 10
2
[Flac-users] Verify Failures
So I'm getting errors like the appended one for about one out of every
four CDs I encode. If I delete the half-created flac file and try again,
it works the second time. Is flac non-deterministic? Or do I have some
serious problems here?
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
flac 1.1.0, Copyright (C) 2000,2001,2002,2003 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcom...
2004 Sep 10
2
[Flac-users] Re: CD archival best practices?
...umented in the manpage, and seems pretty
stable to me. There's also a program called toc2cue that comes with
cdrdao that would provide some information. (This is what I use to
convert the TOC files to CUE files to make the cue sheets, though I seem
to lose a lot of information when I do that.)
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
2004 Sep 12
3
Archiving CDs w/ Flac on Linux (and subsequent re-encoding)
Josh Coalson wrote:
> --- Eric Sandeen <sandeen@sandeen.net> wrote:
>
>>1) how to generate a cue sheet to store in the flac file (on linux?)
>> I've seen cddb2cue, is this a decent way? or cdrdao can generate
>> a toc file, then convert that to a cue sheet....
>
>
> I think whatever provides cdrdao also provides toc2cue which
> will convert.
2008 Apr 02
3
[Bug 1455] New: ssh client ignoring ad bit in dns response - OSX 10.5
https://bugzilla.mindrot.org/show_bug.cgi?id=1455
Summary: ssh client ignoring ad bit in dns response - OSX 10.5
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.9p1
Platform: ix86
2012 May 23
1
how a latent state matrix is updated using package R2WinBUGS
...nitial values (where z is unknown) is also created and provided; I will
call it init.z. The dimensions of these two matrices are 250 individuals
by 6 capture occasions. However, if I save z as a parameter of interest,
the dimensions of the last saved z matrix from the last chain,
last.z <- cjs.c.c$last.values[[cjs.c.c$n.chains]]$z,
are 217 by 5. Why are the dimensions different? What happened to the
other 33 rows (individuals) and 1 column (occasion)? I thought perhaps
that the missing rows corresponded to those rows where all the latent
states are known, but that does not appear t...
2004 Sep 12
3
Archiving CDs w/ Flac on Unix (and subsequent re-encoding)
...2004, Eric Sandeen wrote:
> cuetools looks good, too.... guessing toc parsing might not be so bad to
> implement either, though.
TOC has certain advantages:
1. You can use it along with the CDRDAO dump to re-create the
original CD.
2. It has more information than CUE format.
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.NetBSD.org
2004 Sep 10
1
[Flac-users] Undefined PLT symbol "FLAC__plugin_common__init_dither_context"
...pied out of that library and linked into the xmms plugin:
$ nm src/plugin_xmms/.libs/libxmms-flac.so | grep init_dither_context
U FLAC__plugin_common__init_dither_context
Any idea what I should be doing to fix this? Would it be better to post
this question on the developers' list?
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.NetBSD.org
Don't you know, in this new Dark Age, we're all light. --XTC
2004 Sep 13
3
Archiving CDs w/ Flac on Linux (and subsequent re-encoding)
...1 flac files
Total: 229 GB
Average: 282 MB/file
Looking at that, and realizing that I've got probably another hundred
CDs not yet ripped, it hardly seems worthwhile to spend the time and
money burning more than 60 DVDs.
Maybe once we get blu-ray, and I can reduce it to 15 or so....
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.NetBSD.org
Make up enjoying your city life...produced by BIC CAMERA
2012 Jan 27
0
Error in JAGS, cannot monitor z
...or (t in (f[i]+1):n.occasions){
# State process
z[i,t] ~ dbern(mu1[i,t])
mu1[i,t] <- phi[i,t-1] * z[i,t-1]
# Observation process
y[i,t] ~ dbern(mu2[i,t])
mu2[i,t] <- p[i,t-1] * z[i,t]
} #t
} #i
}
ni <- 10000
nt <- 6
nb <- 5000
nc <- 3
cjs.ran <- jags.model(file="cjs22time.jags",data=bugs.data, n.chains =
nc,n.adapt=2000)
coda.cjs<-coda.samples(cjs.ran,c("z"),n.iter=5000,thin=5)
Any idea why would not trace z node?
Thank you.
--
View this message in context: http://r.789695.n4.nabble.com/Error-in-JAGS-ca...
2004 Sep 10
2
FlacPak
...compression, you're going to
> lose
> the character, without a doubt. This is not even about sound quality
> any
> more: this is about history, and the way that crappy sampler actually
> recorded whatever piece of metal you happened to be banging on at the
> time...
>
> cjs
>
My thoughts exactly :) I am curious though how one would get around the
problems of looping with a lossy algorithm. When decoding a vorbis
stream would one have the same number of samples as you encoded? The
problem with looping arises if the loop points aren't the same sample
values, re...
2004 Sep 10
2
cd archival (revisited/again)
On Thu, 2003-12-25 at 21:35, Josh Coalson wrote:
> --- jason <jason@doomba.com> wrote:
> > is there a cuesheet syntax document someplace?
> it's not really standardized that well. there are some links
> here: http://flac.sourceforge.net/documentation.html (search
> for --cuesheet)
hmmmm.... i just reread the faq and your right... i'm kind of losing
interest in
2008 Aug 05
5
[Bug 1499] New: Add "ForwardAgent ask" to ssh_config
...: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: cjs at cynic.net
There are some machines I trust very little, but I still need my agent
to authenticate a connection from it, e.g., to checkout something from
a revision control system or copy a file.
Currently I ssh into those machines with the -A option, overriding the
"ForwardAgent no"...
2004 Sep 10
0
CD Baby using FLAC to archive 40,000 CDs
...yond that, ripping storing CDs with data tracks is still an unsolved
problem.
I'm also currently lacking a way to store the PQ subcode data within the
flac file (though someone suggested that this is better done with a flac
file within an Ogg file) and also a way to extract individual tracks.
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
2004 Sep 10
0
CD Baby using FLAC to archive 40,000 CDs
...tract individual songs from a flac
file based on the TOC in it, if someone would just write a little
utility to do so. (I may end up doing it one day if nobody else does.)
And then you won't lose the stuff in the pregap on live CDs, and it also
makes the storage and naming easier to deal with.
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
2004 Sep 10
1
CD Baby using FLAC to archive 40,000 CDs
> And then you won't lose the stuff in the pregap on live CDs, and it also
> makes the storage and naming easier to deal with.
Can you explain this to me? You don't actually lose the audio data, right,
just the structure of the CD (which can probably be captured with cue
files anyway)? I've ripped CDs with pregap audio before, and I'm pretty
sure it's not getting
2004 Sep 10
0
2/0, 2/2 3/0, 3/2, 5.1, wxyz
...tp://www.york.ac.uk/inst/mustech/3d_audio/secondor.html; one would
want to check this with someone really in the know before standardizing
on it.)
Or one might want to tweak it to have every channel always in the same
"slot," which is currently broken by the 2, 6 and 10 channel formats.
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.NetBSD.org
Don't you know, in this new Dark Age, we're all light. --XTC
2004 Sep 10
1
FlacPak
On Wed, Nov 19, 2003 at 08:41:56AM -0700, tech@bishop.dhs.org wrote:
> On Tue, Nov 18, 2003 at 08:34:05PM -0800, Josh Green wrote:
> > > Steve Lhomme wrote:
> > >
> > > You might try to contact the makers of FruityLoops. Right now their
> > > samples packs are in Ogg format (stored in a WAV IIRC). They like open
> > > and free formats (they also