「body」を含む日記 RSS

はてなキーワード: bodyとは

2023-11-21

anond:20231119003644

Basically, a woman's vagina is 8 cm, so 8 cm is enough for a dick when she gets an erection.

Rather, thickness is easier to get a feeling of insertion than length. And this also doesn't have to be above average.

Rather, 20cm dicks don't fit all of Japanese people's body shape, and they just hurt because they force them to poke the vaginal wall instead of stimulating them.

I'm 16 cm and 5 cm thick, but if you insert this completely, most people feel a different pain,

People with little experience and people with narrow vaginas quickly rub and feel pain.

Anyway, if it's 8 cm, you won't be able to enjoy the stiffness of the uterine mouth, and if it's about average thickness, most women will feel loose.

You won't get the feeling of rubbing the hole, so to be honest, I feel sorry for people with average dick.

I feel sorry because I will "update my dick" even if I have an ex-boyfriend. In that sense, I'm jealous of 20cm dicks.

It's just that I can't put a long and thin dick completely, it just hurts, and I feel sorry for it.

ChatGPTに犬の絵を描いてもらった

彼の中で犬と言う存在がどのように抽象化されているのか伺えて

なかなかおもちろいわね

import matplotlib.pyplot as plt
import numpy as np
# Correcting the inversion of the y-axis to ensure the dog is drawn in the correct orientation.

def draw_dog_correct_orientation():
    # Points for the dog's head
    head_top = np.array([[0.3, 0.55], [0.35, 0.45], [0.45, 0.42], [0.55, 0.42], [0.65, 0.45], [0.7, 0.55]])
    head_bottom = np.array([[0.7, 0.6], [0.68, 0.65], [0.5, 0.7], [0.32, 0.65], [0.3, 0.6], [0.3, 0.55]])

    # Points for the dog's body
    body_top = np.array([[0.5, 0.7], [0.5, 0.75], [0.7, 0.8], [0.72, 0.85], [0.74, 0.9]])
    body_bottom = np.array([[0.74, 0.9], [0.7, 0.95], [0.4, 0.95], [0.36, 0.9], [0.34, 0.85], [0.36, 0.8], [0.5, 0.75]])

    # Points for the dog's tail
    tail = np.array([[0.34, 0.85], [0.2, 0.9]])

    # Points for the dog's ears
    right_ear = np.array([[0.65, 0.45], [0.78, 0.42], [0.78, 0.38], [0.65, 0.35]])
    left_ear = np.array([[0.35, 0.45], [0.22, 0.42], [0.22, 0.38], [0.35, 0.35]])

    # Create a new figure
    plt.figure(figsize=(6.4, 4.8))  # 640x480 pixels

    # Draw the dog's head
    plt.plot(np.append(head_top[:, 0], head_bottom[:, 0]), np.append(head_top[:, 1], head_bottom[:, 1]), 'k-', linewidth=1)  # Head

    # Draw the dog's body
    plt.plot(body_top[:, 0], body_top[:, 1], 'k-', linewidth=1)  # Body top
    plt.plot(body_bottom[:, 0], body_bottom[:, 1], 'k-', linewidth=1)  # Body bottom

    # Draw the dog's tail
    plt.plot(tail[:, 0], tail[:, 1], 'k-', linewidth=1)  # Tail

    # Draw the dog's ears
    plt.plot(right_ear[:, 0], right_ear[:, 1], 'k-', linewidth=1)  # Right ear
    plt.plot(left_ear[:, 0], left_ear[:, 1], 'k-', linewidth=1)  # Left ear

    # Draw the eyes
    plt.plot([0.45, 0.45], [0.53, 0.53], 'ko')  # Left eye
    plt.plot([0.55, 0.55], [0.53, 0.53], 'ko')  # Right eye

    # Draw the nose
    plt.plot([0.5, 0.5], [0.6, 0.6], 'ko')  # Nose

    # Configure the plot
    plt.axis('off')  # No axis
    plt.xlim(0, 1)
    plt.ylim(1, 0)  # Correct the orientation by flipping the y-axis

    # Show the plot
    plt.show()

draw_dog_correct_orientation()

2023-11-20

I was cheated on during the homecoming birth

Suddenly, when I looked at my husband's schedule book on the desk, there was a picture of my child s tuck in it, and when I thought about it, there was something like a woman's name written on each mon th's page. So when I looked closely, I carefully wrote down the age and physical compatibility of the woman I m et on the page of the week, and I understood everything. Maybe it's been going on last year or a long time ago. I'm going to report to my friend that my child was born! There was also a note on the day of the drinking party that I sent out. I see. Now my heart feels numb and I don't feel like doing this right away, but what should I do in the fut ure? Ask right now, pretend you don't know yet, or leave it for the rest of your life. Or I'm not sure whether to treat him coldly thinking like this, or whether to be very kind and try t o create a sense of guilt. At home, he was a good dad who was active in housework and childcare due to his child's passions. I was glad that I was able to give birth to this child, but I feel like an idiot. I'm sorry and sorry that the girls my husband met were involved in the play of married people. Maybe he's hiding that he has a married child. I want to cut off only my lower body and throw it away.

2023-11-12

食事をともにとる

このブコメ

一緒に暮らし始めた頃、夫が“一緒にご飯を食べよう”という努力をしなくてびっくりした。食べたい時にそれぞれ食べれば良い、と。私は“ご飯はみんな一緒に食べるもの”なので、ご飯だけは毎日一緒に食べようってお願いして合わせてもらってる。

食事を作ってくれてるなら、その食事が出来るタイミングで食べれるのに食べない選択料理する人に失礼だと思ってしまう。一緒にいるならバラバラに食べると光熱費とか無駄にかかるかと2023/11/12 14:29

光熱費ってかかるか?寝静まった頃に食べるなら電気つける分余分に電気代かかるってこと?それともレンジやガスで温める分のこと?

自分タイミングずれてもどっちみち電気つけてるような時間帯だし、温め直さないで食べるから余計に光熱費かかるってピンこないわ

2023-10-31

数分で始めるJavaScript

Hello, World!

と出力されていれば成功

これで JavaScript を実行する最小限の環境は整った。

好きなようにプログラムを書いてコンソールに出力したり画面に書き出したりしてみて。

「指示の通りにならない!」という時はどこでつまずいてるか書いて。対応策を助言できるかもしれない。

2023-10-19

anond:20231014203526

【追記あり】「〜なんよ」がとても不快

不快に思うのは勝手だが、人の発話の自由制限しようとするのは何様のつもりだろうと思うし、方言の利用を咎めることも更に最悪って感じがする(私は方言コスプレをポジティブにとらえている)nhayato 2023/10/17 01:13 2023/10/17 01:13

<script src="https://b.st-hatena.com/js/comment-widget.js" charset="utf-8" async></script>

方言コスプレをポジティブに捉える生き物、吐き気がするな

2023-10-03

サイトシーイングのときスクロールができなくなったとき対処

ブラウザデベロッパーツールなどを使ってhtml要素かbody要素のstyle属性overflow: hidden;を消す

ややこしければhtml要素body要素の属性を全部削除してしまっていい

表示がおかしくなればF5すればいいからね

2023-09-21

CSSフォント設定で、

p {
  font-family: "Yu Gothic UI";
}

とか直書きで変なフォント指定しているサイトは、Stylus拡張機能

@font-face { src: local("Gen Shin Gothic Regular"); font-family: "Yu Gothic UI"; }

とかやって読みやすフォントに全部置き換えてるんだけど、

font-family: system-ui;

っていう指定だけは置き換えができなくてイライラする。

font-family: system-ui; を殺す方法をだれか教えてくれ。

body { font-family: "Gen Shin Gothic" !important; }

とか強引に上書きするのはナシでな。これだと記号とか絵文字必要フォント指定まで死んでしまう。

2023-09-18

anond:20230918172011

ブクマカにも大量にいるよそういうやつ

「もにょる」とかいう表現嫌い

いつものことだが「ほっこり」「まるっと」よりはマシだろ( ˘ω˘)2023/09/04 19:29

例えばこの増田あくまでも「もにょる」がテーマなのに、自分の話したいことに合わせて「自分の嫌いな表現」がエントリテーマであるかのように歪ませてコメントしてる

2023-09-12

anond:20230912171924

アロマンティック・アセクシャルはカミングアウトしても損しかしない

だって本当にカミングアウトする意味が分からないんだもの。独り身の権利ではなくマイノリティとしての特別扱いを求めるのは何故?非モテヘテロとしては、一緒にするんじゃねえよという選民意識しか感じない。2023/09/12 17:15

特別扱い求めてることにどうしてなってるん?

2023-09-06

anond:20230127183005

お店や役所に問い合わせ電話する時は、

どんなに語り口が穏やかでも、そもそも電話で問い合わせてくることが迷惑行為ググるメールで問い合わせるかしろよこの時間泥棒感覚が四半世紀古くね?と思ってしまうかな。2023/09/05 23:07

<script src="https://b.st-hatena.com/js/comment-widget.js" charset="utf-8" async></script>

調べても記載がないしメアド公開してねえから仕方なく電話かけてんだよ糞が

2023-09-02

anond:20230901150609

ブコメ

小林武史と離婚した時のMy Little Loverのakkoがよかった

MY LITTLE LOVERALICEPV好きだったんだけど、後日akkoが「あれは事前予告なく現場で脱がされて撮影されたもの」だと訴えて巷間で見れなくなってしまった。歌詞も無理やり書かされたものでなければよいけど2023/09/02 07:14

↓これかな

https://youtu.be/lDGWJxkM0K8?si=1h1RVR7E6e8xmqGp

2023-09-01

anond:20230821104625

女の子とカフェ行った時に隣の席が半ズボン男性だったんだけど店出た瞬間..

フェミニストなら体毛を生やす自由を認めるはず?2023/09/01 00:46

これってこの人がそう思うってこと?だとしたらなんで「?」で締めてるのかな

2023-08-31

anond:20230830130106

性被害者の独り言

長い読まない2023/08/31 06:01

<script src="https://b.st-hatena.com/js/comment-widget.js" charset="utf-8" async></script>


こういうコメントってどういう動機で書くんだ

2023-08-29

海外で今、日本のバンド「Lamp」が異様な人気を呼んでいる。4年ほど前まで月間リスナー7万人→現在は200万人超え。「まるで天国みたいな音楽だ…」

今聴いてみた。あーシティポップな感じか。山下達郎海外流行ったんだからこういうのも今が旬というか流行りそう。このバンド海外でも精力的に活動してるみたいだし。結構好きかも。2023/08/29 12:41

・・・(自分が知ってる音楽)みたいな感じね」っていう感想が苦手。

この音楽は知らないけど、昔でいうアレねみたいな、知ったかぶりはしてないけどわかってます感出してるのが苦手。

2023-08-25

anond:20230824065937

母を殺したかった

愛と憎悪は同じコインの裏表という言葉があるように、増田のお母さんを殺したいという気持ちは、執着や情愛の現れなのだろうと思う。その気持ちをうまくコントロールできる日がくることを、他人事ながら願う。2023/08/24 08:49

<script src="https://b.st-hatena.com/js/comment-widget.js" charset="utf-8" async></script>

明日には忘れてるにきまっとるがな

2023-08-21

anond:20230820173124

大事と思う

私も使うことあるけど文字数制限で「と」を削ってるだけ。/ブコメ見て、体言止めカギカッコ略の気持ちもあると自覚した。2023/08/21 07:53

この人は「大事だ思う」みたいな文を書いてるのか?

ログイン ユーザー登録
ようこそ ゲスト さん