... that there's only one "distribution" of FreeBSD compared to a lot for Linux (RH, SUSE, etc), also FreeBSD is a BSD standard, program written following the BSD rules always compiled fine under FreeBSD. Some years ago i remember at university we installed a network of FreeBSD to have a standard, and also because we could find tons of books about BSD standard and nothing about linux (not true today:o). Anyway i used a lot HPUX from 8 to 10 and it's a mix about all standard... what i regret also about linux is that linux users sometimes are "LiNuX-is-better-than-your-fucking-OS-so-you-are-a -morron":-( let's live in a free os community:o) i don't want to start a war between FreeBSD and Linux, use what you prefer! you? MacOS, great! you? BeOS, great! etc --
we have all this in France already, for years! Canal + offers a lot of canals via satellite (there's not a lot of cable in France) in numeric 16/9, France 2 also have a FranceVision numeric 16/9 hdtv for years... the olympic games of Atlanta was the first events on FranceVision IIRC. --
why 32 bits? it depends on the compiler and especially the library... nothing to do with hardware architecture... if you only use time functions in the library to manipulate your time variable then you are safe, if you do arithmetic on it and the time_t is not an integer you're making bad things:o) anyway 32 bits or not, if someone want to put a double or a char structure or whatever in the library for the time_t and you ONLY use time function from this library it'll work! --
why 32 bits? it depends on the compiler and especially the library... nothing to do with hardwarearchitecture... if you only use time functions in the library to manipulate your time variable then you are safe, if you do arithmetic on it and the time_t is not an integer you're making bad things:o) anyway 32 bits or not, if someone want to put a double or a char structure or whatever in the library for the time_t and you ONLY use time function from this library it'll work! --
about cookie (nothing to do with star wars)
on
Star Wars Tidbits
·
· Score: 1
i've just discovered this in my slashdot cookie, it's fun:o) iq income_bracket religion sexual_orientation high_school_gpa last_time_you_brushed_teeth mothers_maiden_name visa_num soc_sec_num
what is high school gpa? PS: we need a forum to talk on another things that story/poll, like a forum in www.delphi.com --
because our proxy have a filter on *money* so i cannot check the link http://www.usatoday.com/money/bcovfri.htm so if someone can send me the html pages i'll be happy thanks! --
why not? i'm developping IO driver under unix for a realtime application (under QNX), i use goto and setjmp/lonjmp as well, it's faster sometimes to use goto instead of letting the code wasting his time where you know it'll do nothing except spend precious time:) --
i come from France, where all movies in VHS or CDV are in 16/9 and we CAN watch them on 16/9 TV, here in north america there's only 4/3 TV and almost every movies sold in VHS are in "pan scan" format 4/3 so we lose about 1/3 of the picture... it's really lame... lame US... --
my keyboard got flooded with 2 cans of beer, first time i have open it and clean it and it worked well, second time it was broken... why do i drink beer when i'm on the net the evening?:) --
amiga will use QNX Neutrino kernel, according to NTO it works on arm/strong arm/x86/ppc, just check http://www.qnx.com there's an "old" press release about amiga and QSSL --
sure, take a pcchips M750 mobo (www.pcchips.com.tw) and 2 celeries 300A o/c to 450, that's all, less than 300$, and on the mobo you have a i740 with 8Mb AGP video, and a 3dsound onboard also, what do you want more?!? for dual celeries working there's lot of place to find info, either on SEC or PPGA adaptor.
ça va plutôt être la fête à France Télécom qui va s'en mettre plein les pognes!!! quelle connerie ça de payer les appels locaux... v'nez émigrer au Québec pis hop! internet sur le cable ou ADSL pour 150FF par mois ou par dialup pour 80FF et après vous payez pu un sous!!!!!!!!!!!!!!!!
something like "if if recall corectly" ?!?!?!?! there's a lot of TLA i don't know... BTW TLA means "three letters abreviation", but there's more like "IMHO" or "IMNSHO" etc etc etc
PS: BTW means "by the way" PS2: PS means post scriptum PS3: be afraid of recursive TLA like GNU;-))) --
there's plugins for NS and IE to read wavelet image for years! even a good friend of mine in university in 1995 make in C a simple compression/decompression program for sound using wavelet... wavelet can be used to compress sound very good too. --
what happened to www.ods.org ???
on
dhs.org In Beta
·
· Score: 1
anyone know www.ods.org ? the "Open DNS Server" project? it was people who wanted to replace ml.org services, they were active in december and january, then they dissapear... they used www.ws.nu also but dissapear too... they had in beta a DynDNS which was working, and C source available (OSS)
--
i already subscribed last week...
on
dhs.org In Beta
·
· Score: 1
...and submitted the story last friday, then monday, and it was not published... maybe my submition go to/dev/null:o) --
remember, indians a century ago put their ear on a railtrack so before they saw the train, they know if there was one or no (my english is not very good), they even were able to know the distance!
anyway, speed of sound is greater in steel that in air, as light speed is slower in water than vaccum, etc. --
... that there's only one "distribution" of FreeBSD compared to a lot for Linux (RH, SUSE, etc), also FreeBSD is a BSD standard, program written following the BSD rules always compiled fine under FreeBSD. Some years ago i remember at university we installed a network of FreeBSD to have a standard, and also because we could find tons of books about BSD standard and nothing about linux (not true today :o). Anyway i used a lot HPUX from 8 to 10 and it's a mix about all standard...a -morron" :-( :o)
what i regret also about linux is that linux users sometimes are "LiNuX-is-better-than-your-fucking-OS-so-you-are-
let's live in a free os community
i don't want to start a war between FreeBSD and Linux, use what you prefer! you? MacOS, great! you? BeOS, great! etc
--
we have all this in France already, for years!
Canal + offers a lot of canals via satellite (there's not a lot of cable in France) in numeric 16/9, France 2 also have a FranceVision numeric 16/9 hdtv for years... the olympic games of Atlanta was the first events on FranceVision IIRC.
--
it depends, when there's a bug in a line, i rewrote it... anyway the number of line of code per engineer per day is less than 10
--
why 32 bits? it depends on the compiler and especially the library... nothing to do with hardware architecture... if you only use time functions in the library to manipulate your time variable then you are safe, if you do arithmetic on it and the time_t is not an integer you're making bad things :o)
anyway 32 bits or not, if someone want to put a double or a char structure or whatever in the library for the time_t and you ONLY use time function from this library it'll work!
--
why 32 bits? it depends on the compiler and especially the library... nothing to do with hardwarearchitecture... if you only use time functions in the library to manipulate your time variable then you are safe, if you do arithmetic on it and the time_t is not an integer you're making bad things :o)
anyway 32 bits or not, if someone want to put a double or a char structure or whatever in the library for the time_t and you ONLY use time function from this library it'll work!
--
i've just discovered this in my slashdot cookie, it's fun :o)
iq
income_bracket
religion
sexual_orientation
high_school_gpa
last_time_you_brushed_teeth
mothers_maiden_name
visa_num
soc_sec_num
what is high school gpa?
PS: we need a forum to talk on another things that story/poll, like a forum in www.delphi.com
--
what about the crackers? are they 'test tube babies'?
:o)
or 'teletubbies' ?
--
because our proxy have a filter on *money* so i cannot check the link
http://www.usatoday.com/money/bcovfri.htm
so if someone can send me the html pages i'll be happy
thanks!
--
why not? i'm developping IO driver under unix for a realtime application (under QNX), i use goto and setjmp/lonjmp as well, it's faster sometimes to use goto instead of letting the code wasting his time where you know it'll do nothing except spend precious time :)
--
i come from France, where all movies in VHS or CDV are in 16/9 and we CAN watch them on 16/9 TV, here in north america there's only 4/3 TV and almost every movies sold in VHS are in "pan scan" format 4/3 so we lose about 1/3 of the picture... it's really lame... lame US...
--
If you buy a Zone 1 DVD, you can only play it on a Zone 1 DVD player.
.reg file that will allow you to play zone1 or 2 or whatever with your DVD software
maybe on a DVD player, but on a PC it's easy to find a
--
uh, i wanted to post a simple comment only in subject (and puting the [NT] at the end in the subject) and /. told me:
:O)
Cat got your tongue?
--
http://www.faqs.org
--
I think there's montréal that will show the phantom menace the 19th
--
my keyboard got flooded with 2 cans of beer, first time i have open it and clean it and it worked well, second time it was broken... why do i drink beer when i'm on the net the evening? :)
--
amiga will use QNX Neutrino kernel, according to NTO it works on arm/strong arm/x86/ppc, just check http://www.qnx.com there's an "old" press release about amiga and QSSL
--
just click on my user info... you'll have "Frédéric not found"...
i'm NOT Frédéric but Frédéric !!!!!!!!!!!!!!!
--
sure, take a pcchips M750 mobo (www.pcchips.com.tw) and 2 celeries 300A o/c to 450, that's all, less than 300$, and on the mobo you have a i740 with 8Mb AGP video, and a 3dsound onboard also, what do you want more?!?
for dual celeries working there's lot of place to find info, either on SEC or PPGA adaptor.
now you can run BeOS 4.1 on it and it flies!
--
ça va plutôt être la fête à France Télécom qui va s'en mettre plein les pognes!!! quelle connerie ça de payer les appels locaux... v'nez émigrer au Québec pis hop! internet sur le cable ou ADSL pour 150FF par mois ou par dialup pour 80FF et après vous payez pu un sous!!!!!!!!!!!!!!!!
--
fs is BFS, a powerful 64bit file system journalize
yes BeOS can read ext2 (beta, read only)
i think a geek has written a BFS driver for linux (alpha, read only)
--
something like "if if recall corectly" ?!?!?!?!
;-)))
there's a lot of TLA i don't know...
BTW TLA means "three letters abreviation", but there's more like "IMHO" or "IMNSHO" etc etc etc
PS: BTW means "by the way"
PS2: PS means post scriptum
PS3: be afraid of recursive TLA like GNU
--
there's plugins for NS and IE to read wavelet image for years! even a good friend of mine in university in 1995 make in C a simple compression/decompression program for sound using wavelet... wavelet can be used to compress sound very good too.
--
anyone know www.ods.org ? the "Open DNS Server" project? it was people who wanted to replace ml.org services, they were active in december and january, then they dissapear... they used www.ws.nu also but dissapear too... they had in beta a DynDNS which was working, and C source available (OSS)
--
...and submitted the story last friday, then monday, and it was not published... maybe my submition go to /dev/null :o)
--
remember, indians a century ago put their ear on a railtrack so before they saw the train, they know if there was one or no (my english is not very good), they even were able to know the distance!
anyway, speed of sound is greater in steel that in air, as light speed is slower in water than vaccum, etc.
--