Displaying 4 results from an estimated 4 matches for "goddammit".
2004 Aug 06
3
ices
it's funny.
I only started this so my ex-girlfriend on the other side of the world could hear a song (downloading mp3's was not possible for complex reasons but streaming audio was)
but goddammit i'm going to make this thing work if it kills me.
At 07:29 PM 4/5/2001 -0700, Jack Moffitt wrote:
>On Thu, Apr 05, 2001 at 06:21:37PM -0700, William Goldsmith wrote:
>> > why would i want to re-encode?
>> >
>> If you want to stream at any bandwidth other than what th...
2004 Aug 06
2
ices
> > I only started this so my ex-girlfriend on the other side of the world
> > could hear a song (downloading mp3's was not possible for complex
> > reasons but streaming audio was)
> >
> > but goddammit i'm going to make this thing work if it kills me.
>
> Obviously mission critical. :-\
>
> Why not make the binaries on another box, zip up the "made" stuff, and
> just do a make install?
>
> The DMCA sucks.
Not sure what the DMCA has to do with anything being...
2004 Aug 06
3
ices
> why would i want to re-encode?
>
If you want to stream at any bandwidth other than what the files were
recorded at, you'll need to re-encode using lame (or another codec). If you
rip the files at the same bandwidth you'll be streaming at, you won't need
it.
-bg
---
Bill Goldsmith
www.kpig.com
www.radioparadise.com
--- >8 ----
List archives: http://www.xiph.org/archives/
2009 Sep 15
4
Protecting against kernel NULL-pointer derefs
All,
Given the amount of NULL-pointer dereference vulnerabilities in the
FreeBSD kernel that have been discovered of late, I've started looking
at a way to generically protect against the code execution possibilities
of such bugs.
By disallowing userland to map pages at address 0x0 (and a bit beyond),
it is possible to make such NULL-pointer deref bugs mere DoS'es instead
of code