If I had my time to go over, I would have purchased a Sony Clie instead of my Palm m505. These new ones with memory stick (you can buy it at walmart and its cheap, unlike the m505 cards) and the oh so impressive audio out feature make this a must have. Palm should pay attention before their market share on devices dwindles more.
As for the systems that the player will need, we are trying to scale it for the lower-end PCs to the absolute high-end PCs. I can't be more specific, as we are still optimizing the game at this time.
I hope they truly mean low end hardware, and not a Duron 1ghz and a Geforce 2
at least where i live its impossible to get dsl or cable unless you are right in town. until they bring the high speed services to people who arent within city limits, they will not capture most of the us population.
As funny as you thought you were being, its very unfortunate that Microsoft is indeed putting NT boxes in hospitals ranging from Nurse's stations, to controllers for XRay devices.
Even the Microsoft zealots I know (yes they exist) worry about this.
One *glaring* inconsistency in "traditional" Christian belief is that Christ died for our sins, fulfilling the law of Justice (there must be reward for every action, whether good or bad (see: action/reaction on a spiritual level)). If God is omnipotent such that He can disregard all Laws, spiritual or physical, then why have His only begotten Son die? Why couldn't he wave his hand and make Justice disappear?
God requires a blood sacrifice for our iniquities.
He sent Jesus to pay that price for his chosen people. Since that price is paid, he can no longer extract it from us. This is the glory of Jesus.
God is bound by no law, but he is faithful to his promises. This is often a confusion of people.
What this sounds like to me, is that somebody wired the front USB ports on the case incorrectly to the motherboard. I know on some motherboard/case combo's, the plug block was wired incorrectly, or it wasnt even a block at all, so it was very easy to confuse which way they needed to be plugged in. So in effect, when the user plugged in his palm pilot to the USB port, the wrong voltages were going on the wrong wires, thusly frying the motherboard. I've seen it happen with joysticks and mice, theres no reason it couldnt happen with a palm. Note however, this has nothing to do with Palm, and everything to do with the original PC manufacturer.
As someone who suffers from RSI, i can definately tell you that you are selling yourself short with Aspirin. Ibuprophin is a much better choice. Not only does it relieve pain, but it also reduces swelling, a major helper for carpel tunnel pain. As always consult a doctor, but i take 600mg twice a day, and you can take 600mg up to every 4 hours i believe without ill effects.
Tis better to be silent and thought a fool, than to open
When I read this article, I get the feeling he hasn't really ever _used_ linux any more than that guy you know on IRC that installed Redhat once and is now a "Linux User" and a "Hacker". He talks like someone who has merely read a few buzzword articles and now has the holy grail of knowledge on terms like "Open Source", "Bazaar", and "Command Line".
Also worth noting was his comment:
"It's almost an orthogonal question," he says. "I think you could have open source movements that, through a peer review system, adhere to the strictest, most anal-retentive quality control program as well as open source projects that function in a perpetual state of redesign. Both are entirely doable."
I guess he's never heard of [favorite version]BSD.
Oh well, I guess its time for me to write an article on Quantum Physics... I have afterall read a few Slashdot comments about it.
Tis better to be silent and thought a fool, than to open
DeBeers merely helps regulate the price of diamonds. DeBeers does not control and will never control the diamond market. Not every diamond purchased goes through debeers hands, in fact, I dont even think debeers handles diamonds themselves. Diamonds are not rare, this is true. Gem quality diamonds are however very rare. Colorless diamonds are rarer than yellow diamonds. Flawless diamonds are rarer than included ones. Larger gem quality stones are rarer than small ones. Mining and the craftsmans time cutting diamonds are what drives market price up.
the compile fails when I link it to the 2.2.0 headers. Is there any other way to mount the windows partition with linux so I can use it like a regular mounted partition without using smbmount?
Has anyone here managed to get smbmount to work on 2.2.x kernels.. I cant get it to do anything but error out. I was wondering if someone has a patch or anything.
The file you download is a.exe and it runs a little player which the mp4 is encoded in. It may run under wine. I dont have sound enabled so I couldnt tell you.
works like a charm here... although, I couldnt get vga=anything to work on boot so I just manually used fbset to set the frame buffer mode I wanted in one of my rc files. It also messes up the mach64 xserver.. I had to switch to vesa (fbserver works too, but its a pain)
ok, I found a little tidbit in the ipchains howto that helped me enough to figure it out.. im gonna show you my working network file and you can see how it works between.36 and 2.2pre
###### 2.0.X ###################### #ipfwadm -F -p deny #ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0 #ipautofw -A -r tcp 113 113 -h 192.168.0.2 #ipautofw -A -r tcp 2000 2010 -h 192.168.0.2 #ipautofw -A -r tcp 1034 1035 -h 192.168.0.2 #ipautofw -A -r udp 1034 1035 -h 192.168.0.2 #ipautofw -A -r tcp 6112 6112 -h 192.168.0.2 #ipautofw -A -r udp 6112 6112 -h 192.168.0.2 #ipautofw -A -r udp 7070 7070 -h 192.168.0.2 #ipautofw -A -r udp 7071 7071 -h 192.168.0.2 #ipautofw -A -r tcp 26029 26029 -h 192.168.0.2 #ipautofw -A -r udp 26029 26029 -h 192.168.0.2 ###### 2.2.X ###################### ipchains -P forward DENY ipchains -A forward -j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0 echo 1 >/proc/sys/net/ipv4/ip_forward ipmasqadm portfw -f ipmasqadm autofw -A -r tcp 113 113 -h 192.168.0.2 ipmasqadm autofw -A -r tcp 2000 2010 -h 192.168.0.2 ipmasqadm autofw -A -r tcp 1034 1035 -h 192.168.0.2 ipmasqadm autofw -A -r udp 1034 1035 -h 192.168.0.2 ipmasqadm autofw -A -r tcp 6112 6112 -h 192.168.0.2 ipmasqadm autofw -A -r udp 6112 6112 -h 192.168.0.2 ipmasqadm autofw -A -r udp 7070 7070 -h 192.168.0.2 ipmasqadm autofw -A -r udp 7071 7071 -h 192.168.0.2 ipmasqadm autofw -A -r tcp 26029 26029 -h 192.168.0.2 ipmasqadm autofw -A -r udp 26029 26029 -h 192.168.0.2
talking windows users is where I draw the line..
pre4 not working with cyrix, again?
on
Linux 2.2.0 pre4
·
· Score: 1
Cyrix 6x86MX 200 at 2x75 booted fine with pre4
I just swapped out an ATI card for a S3 Virge and my frame buffer device just stopped working. Anyone have any idea on that?
If anyone here has managed to get ipmasqadm working I need some help. I cant get it to forward any ports and I did it exactly as the man file reads.. this is an example thats not working
If I had my time to go over, I would have purchased a Sony Clie instead of my Palm m505. These new ones with memory stick (you can buy it at walmart and its cheap, unlike the m505 cards) and the oh so impressive audio out feature make this a must have. Palm should pay attention before their market share on devices dwindles more.
I hope they truly mean low end hardware, and not a Duron 1ghz and a Geforce 2
at least where i live its impossible to get dsl or cable unless you are right in town. until they bring the high speed services to people who arent within city limits, they will not capture most of the us population.
Just a side note, the Bottom 100 list is actually 103.
globalism (glb-lzm)
n.
A national geopolitical policy in which the entire world is regarded as the appropriate sphere for a state's influence.
As funny as you thought you were being, its very unfortunate that Microsoft is indeed putting NT boxes in hospitals ranging from Nurse's stations, to controllers for XRay devices.
Even the Microsoft zealots I know (yes they exist) worry about this.
One *glaring* inconsistency in "traditional" Christian belief is that Christ died for our sins, fulfilling the law of Justice (there must be reward for every action, whether good or bad (see: action/reaction on a spiritual level)). If God is omnipotent such that He can disregard all Laws, spiritual or physical, then why have His only begotten Son die? Why couldn't he wave his hand and make Justice disappear?
God requires a blood sacrifice for our iniquities. He sent Jesus to pay that price for his chosen people. Since that price is paid, he can no longer extract it from us. This is the glory of Jesus.
God is bound by no law, but he is faithful to his promises. This is often a confusion of people.
What this sounds like to me, is that somebody wired the front USB ports on the case incorrectly to the motherboard. I know on some motherboard/case combo's, the plug block was wired incorrectly, or it wasnt even a block at all, so it was very easy to confuse which way they needed to be plugged in. So in effect, when the user plugged in his palm pilot to the USB port, the wrong voltages were going on the wrong wires, thusly frying the motherboard. I've seen it happen with joysticks and mice, theres no reason it couldnt happen with a palm. Note however, this has nothing to do with Palm, and everything to do with the original PC manufacturer.
Insecure? As hell.
True to the nature of hack it together yourself projects from spare parts, duct tape, and super glue.
Tis better to be silent and thought a fool, than to open
As someone who suffers from RSI, i can definately tell you that you are selling yourself short with Aspirin. Ibuprophin is a much better choice. Not only does it relieve pain, but it also reduces swelling, a major helper for carpel tunnel pain. As always consult a doctor, but i take 600mg twice a day, and you can take 600mg up to every 4 hours i believe without ill effects.
Tis better to be silent and thought a fool, than to open
When I read this article, I get the feeling he hasn't really ever _used_ linux any more than that guy you know on IRC that installed Redhat once and is now a "Linux User" and a "Hacker". He talks like someone who has merely read a few buzzword articles and now has the holy grail of knowledge on terms like "Open Source", "Bazaar", and "Command Line".
Also worth noting was his comment: "It's almost an orthogonal question," he says. "I think you could have open source movements that, through a peer review system, adhere to the strictest, most anal-retentive quality control program as well as open source projects that function in a perpetual state of redesign. Both are entirely doable."
I guess he's never heard of [favorite version]BSD.
Oh well, I guess its time for me to write an article on Quantum Physics... I have afterall read a few Slashdot comments about it.
Tis better to be silent and thought a fool, than to open
DeBeers merely helps regulate the price of diamonds. DeBeers does not control and will never control the diamond market. Not every diamond purchased goes through debeers hands, in fact, I dont even think debeers handles diamonds themselves. Diamonds are not rare, this is true. Gem quality diamonds are however very rare. Colorless diamonds are rarer than yellow diamonds. Flawless diamonds are rarer than included ones. Larger gem quality stones are rarer than small ones. Mining and the craftsmans time cutting diamonds are what drives market price up.
..
talking windows users is where I draw the line
I got some undefined references in an ess file
..
so if any of you use ESS sound cards dont expect it to compile in. I hope this isnt indicative of the new kernel
talking windows users is where I draw the line
I know this sounds ignorant, but what is a journaled file system. An explanation or link would be appreciated.
..
talking windows users is where I draw the line
the compile fails when I link it to the 2.2.0 headers. Is there any other way to mount the windows partition with linux so I can use it like a regular mounted partition without using smbmount?
..
talking windows users is where I draw the line
Has anyone here managed to get smbmount to work on 2.2.x kernels .. I cant get it to do anything but error out. I was wondering if someone has a patch or anything.
..
talking windows users is where I draw the line
The file you download is a .exe and it runs a little player which the mp4 is encoded in. It may run under wine. I dont have sound enabled so I couldnt tell you.
..
talking windows users is where I draw the line
(*)Console Drivers
... although, I couldnt get vga=anything to work on boot so I just manually used fbset to set the frame buffer mode I wanted in one of my rc files. It also messes up the mach64 xserver .. I had to switch to vesa (fbserver works too, but its a pain)
..
(*)ATI Mach64 Display Support
works like a charm here
talking windows users is where I draw the line
go gett ch-2.2.0pre5-ac1.bz2
/usr/src/linux
.. its works now :)
..
ftp://ftp.linux.org.uk/pub/linux/alan/2.2pre/pa
and put it in
patch then recompile
talking windows users is where I draw the line
Whenever I try to place the line
/etc/lilo.conf
..
video=vesa
inside of lilo.conf and run lilo I get
Syntax error near line 8 in file
is there anywhere special I need to put it or anything or does it not even belong in lilo.conf
I really need this to get ywrap working for scrollback
talking windows users is where I draw the line
ok, I found a little tidbit in the ipchains howto that helped me enough to figure it out .. im gonna show you my working network file and you can see how it works between .36 and 2.2pre
/proc/sys/net/ipv4/ip_forward
..
###### 2.0.X ######################
#ipfwadm -F -p deny
#ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0
#ipautofw -A -r tcp 113 113 -h 192.168.0.2
#ipautofw -A -r tcp 2000 2010 -h 192.168.0.2
#ipautofw -A -r tcp 1034 1035 -h 192.168.0.2
#ipautofw -A -r udp 1034 1035 -h 192.168.0.2
#ipautofw -A -r tcp 6112 6112 -h 192.168.0.2
#ipautofw -A -r udp 6112 6112 -h 192.168.0.2
#ipautofw -A -r udp 7070 7070 -h 192.168.0.2
#ipautofw -A -r udp 7071 7071 -h 192.168.0.2
#ipautofw -A -r tcp 26029 26029 -h 192.168.0.2
#ipautofw -A -r udp 26029 26029 -h 192.168.0.2
###### 2.2.X ######################
ipchains -P forward DENY
ipchains -A forward -j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0
echo 1 >
ipmasqadm portfw -f
ipmasqadm autofw -A -r tcp 113 113 -h 192.168.0.2
ipmasqadm autofw -A -r tcp 2000 2010 -h 192.168.0.2
ipmasqadm autofw -A -r tcp 1034 1035 -h 192.168.0.2
ipmasqadm autofw -A -r udp 1034 1035 -h 192.168.0.2
ipmasqadm autofw -A -r tcp 6112 6112 -h 192.168.0.2
ipmasqadm autofw -A -r udp 6112 6112 -h 192.168.0.2
ipmasqadm autofw -A -r udp 7070 7070 -h 192.168.0.2
ipmasqadm autofw -A -r udp 7071 7071 -h 192.168.0.2
ipmasqadm autofw -A -r tcp 26029 26029 -h 192.168.0.2
ipmasqadm autofw -A -r udp 26029 26029 -h 192.168.0.2
talking windows users is where I draw the line
Cyrix 6x86MX 200 at 2x75 booted fine with pre4
..
I just swapped out an ATI card for a S3 Virge and my frame buffer device just stopped working. Anyone have any idea on that?
talking windows users is where I draw the line
Use these 3 lines in a startup script .. changing the appropriate things
/proc/sys/net/ipv4/ip_forward
...
.. this is an example thats not working
..
#ipchains -P forward DENY
#ipchains -A forward -j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0
#echo 1 >
without the #'s of course
If anyone here has managed to get ipmasqadm working I need some help. I cant get it to forward any ports and I did it exactly as the man file reads
ipmasqadm portfw -a -P tcp -L 192.168.0.1 6112 -R 192.168.0.2 6112
talking windows users is where I draw the line