Samsung Cell Phone Features 3GB Hard Drive
An anonymous reader writes "Samsung will be showing off a new cell phone which runs on Microsoft's Windows Mobile operating system which features a built-in hard drive. The SGH-I300 will offer 3GB of storage which allows you to store up to 1,000 songs on it for playback through the music player. The 3GB hard drive is similar to the type of hard drive that is found in Apple's Mini iPod. These 1-inch drives with very low power requirements, are ideal for cell phones and other mobile devices."
Ex-Marine Says Public Version of Saddam Capture Fiction
... There is no point in resisting."
United Press International
A former U.S. Marine who participated in capturing ousted Iraqi President Saddam Hussein said the public version of his capture was fabricated.
Ex-Sgt. Nadim Abou Rabeh, of Lebanese descent, was quoted in the Saudi daily al-Medina Wednesday as saying Saddam was actually captured Friday, Dec. 12, 2003, and not the day after, as announced by the U.S. Army.
"I was among the 20-man unit, including eight of Arab descent, who searched for Saddam for three days in the area of Dour near Tikrit, and we found him in a modest home in a small village and not in a hole as announced," Abou Rabeh said.
"We captured him after fierce resistance during which a Marine of Sudanese origin was killed," he said.
He said Saddam himself fired at them with a gun from the window of a room on the second floor. Then they shouted at him in Arabic: "You have to surrender.
"Later on, a military production team fabricated the film of Saddam's capture in a hole, which was in fact a deserted well," Abou Rabeh said.
Abou Rabeh was interviewed in Lebanon.
Anon.
For gay men and straight women.
:)
Document history:
Mar. 10, 2005 More cleanup of the section on technique
Mar. 6, 2005 Updated intro and section on technique
Apr. 23, 2004 Added information about the hormonal content of semen
Nov. 30, 2003 First version
Aug. 6, 2003 Initial rough draft
I love blow jobs. Not just receiving them but giving them. I am not typical since I am a gay man. Straight men and women generally have an aversion from dick sucking. Guys are generally afraid of their own equipment (which explains why they particularly like watching lesbian pornos among other things) and don't know how to give blowjobs since they've never given any. Females generally don't know how to suck dick and give up after one or two tries. They don't own the equipment, they don't understand the male drive, they don't know how a blow job feels, they're afraid of semen, and they don't know how penises work. In fact, while many women have experimented with dick sucking, 90% of them don't like or don't want to try sucking dick. That's unfortunate because they are missing out on a rewarding experience. Likewise, their men are missing out on a very exciting experience. Let's face it, if you want to receive not just a blowjob, but a blowjob, you probably want a guy for a partner. Unless, of course, this guide helps transfer the carnal knowledge of pleasuring a man from a gay man to the straight women out there. If not, I hope to at least transfer this knowledge to another gay man out there.
The penis is one of the most wonderful parts of the body to suck. Nothing can compare to its size, shape, texture, warmth, taste, and its response to touch. Female breasts are rather inanimate in comparison. Their only redeeming qualities are the nipples that respond to touch, but guys have nipples too, so it's not an exclusively feminine part of the body.
It is important to give yourself a weekend of privacy the first time you try to suck off a guy. You may not be able to the first time and will need extra time the next day or two to try again. If you don't give yourself a weekend, you can end up failing and then next time you will make the same mistakes again because you will not remember what you did wrong the previous time.
You probably have noticed it's much harder to masturbate while standing up. It is much more difficult to get a guy off if he's standing up, especially if you've never sucked off a guy before. Although blowjobs are stereotypically associated with a kneeling giver, in practice, that is an uncomfortable position for the receiver as he must either sit or stand. Instead, have your partner lie down on his back on a bed (or somewhere soft and flat). Get on your hands and knees in a position that allows you to get his dick in your mouth. You can have him spread his legs a little and straddle one of his legs or you can kneel between both of his legs. You could also kneel beside him. Whatever way works the best for the both of you.
Notice how the dick is not completely cylindrical, but is slightly flattened? That shape is designed to fit perfectly in the mouth. There's no way evolution could have better designed a part for sucking. Note that the most sensitive portion of the penis is the length underneath the shaft. This should clue you in on how to position yourself to suck him.
The underneath of his shaft should rest on your tongue and his penis should lie flat in your mouth. Once you take him into your mouth, try turning your head 90 degrees around his cock and you will notice that you will have to open wider to accomodate him. The wider you have open your mouth, the quicker you will tire, so make sure you align yourself for the most comfort. Likewise, your partner will enjoy it more if your tongue is in the right place.
Lick along the length of the shaft and give the tip a few licks around the ridge of the tip. Have fun. Take his tip in your mouth and suck. You may want to hold his shaft do
this is ridiculous
check this out
y _l obby.html
http://www.richyho.btinternet.co.uk/html/galler
Does this have anything to do with a 3 Gig HD in a cell phone?
Aren't there better places for this kind of material?
Ken
Who cares? If you wanted to make such a sophisticated device completely useless, you could just drop it in your toilet.
[quote]
:worry: the smiley
You worry about that?
[/quote]
no,
diff -Naur coreutils-5.2.0/src/df.c coreutils-5.2.0-ipod/src/df.c /* long form is obsolescent */ /* 4MB is one iPod song */ /* long form is obsolescent */
/* 4MB is one iPod song */ /* long form is obsolescent */
--- coreutils-5.2.0/src/df.c 2004-01-27 10:55:38.000000000 -0500
+++ coreutils-5.2.0-ipod/src/df.c 2004-08-26 06:04:57.360652050 -0400
@@ -125,6 +125,7 @@
{"block-size", required_argument, NULL, 'B'},
{"inodes", no_argument, NULL, 'i'},
{"human-readable", no_argument, NULL, 'h'},
+ {"ipod-standard", no_argument, NULL, 'p'},
{"si", no_argument, NULL, 'H'},
{"kilobytes", no_argument, NULL, 'k'},
{"local", no_argument, NULL, 'l'},
@@ -737,6 +738,8 @@
-a, --all include filesystems having 0 blocks\n\
-B, --block-size=SIZE use SIZE-byte blocks\n\
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\n\
+ --ipod-standard print sizes in approx. number of songs.\n
+ http://slashdot.org/comments.pl?sid=119376&cid=100 74498 \n\
-H, --si likewise, but use powers of 1000 not 1024\n\
"), stdout);
fputs (_("\
@@ -816,6 +819,9 @@
human_output_opts = human_autoscale | human_SI;
output_block_size = 1;
break;
+ case 'p':
+ output_block_size = (4*1024*1024);
+ break;
case 'k':
human_output_opts = 0;
output_block_size = 1024;
diff -Naur coreutils-5.2.0/src/du.c coreutils-5.2.0-ipod/src/du.c
--- coreutils-5.2.0/src/du.c 2004-01-21 17:27:02.000000000 -0500
+++ coreutils-5.2.0-ipod/src/du.c 2004-08-26 06:05:11.276316549 -0400
@@ -141,6 +141,7 @@
{"exclude", required_argument, 0, EXCLUDE_OPTION},
{"exclude-from", required_argument, 0, 'X'},
{"human-readable", no_argument, NULL, 'h'},
+ {"ipod-standard", no_argument, NULL, 'p'},
{"si", no_argument, 0, HUMAN_SI_OPTION},
{"kilobytes", no_argument, NULL, 'k'},
{"max-depth", required_argument, NULL, MAX_DEPTH_OPTION},
@@ -185,6 +186,8 @@
"), stdout);
fputs (_("\
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\n\
+ --ipod-standard print sizes in approx. number of songs.\n
+ http://slashdot.org/comments.pl?sid=119376&cid=100 74498 \n\
-H, --si likewise, but use powers of 1000 not 1024 (deprecated)\n\
-k like --block-size=1K\n\
-l, --count-links count sizes many times if hard linked\n\
@@ -609,6 +612,10 @@
output_block_size = 1;
break;
+ case 'p':
+ output_block_size = (4*1024*1024);
+ break;
+
case 'k':
human_output_opts = 0;
output_block_size = 1024;
diff -Naur coreutils-5.2.0/src/ls.c coreutils-5.2.0-ipod/src/ls.c
--- coreutils-5.2.0/src/ls.c 2004-02-01 14:31:00.000000000 -0500
+++ coreutils-5.2.0-ipod/src/ls.c 2004-08-26 06:05:17.217559146 -0400
@@ -687,6 +687,7 @@
{"dired", no_argument, 0, 'D'},
{"full-time", no_argument, 0, FULL_TIME_OPTION},
{"human-readable", no_argument, 0, 'h'},
+ {"ipod-standard", no_argument, 0, 'P'},
{"inode", no_argument, 0, 'i'},
{"kilobytes", no_argument, 0, 'k'},
{"numeric-uid-gid", no_argument, 0, 'n'},
@@ -1394,6 +1395,10 @@
file_output_block_size = output_block_size = 1;
break;
+ case 'P':
+ file_output_block_size = output_block_size = (4 * 1024 * 1024);
+ break;
+
case 'i':
print_inode = 1;
break;
@@ -3944,6 +3949,8 @@
-g like -l, but do not list owner\n\
-G, --no-group inhibit display of group information\n\
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\n\
+ --ipod-standard print sizes in approx. number of songs.\n
+ http://slashdot.org/comments.pl?sid=119376&cid=100 74498 \n\
--si likewise, but use powers of 1000 not 1024\n\
-H, --dereference-command-l
Never trust anyone over 90000.