「AS」を含む日記 RSS

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

2025-11-22

悲報トランス作家さん、世界ボコボコに…

https://x.com/ThePosieParker/status/1990283629394821498

This is

@Li_Kotomi

He thinks he passes as a woman 🤣🤣🤣🤣🤣🤣🤮🤮🤮🤮🤮🤮🤮 he’s actually suing

@WomenReadWomen

for saying he’s a man.

No one thinks he’s a woman.

Stay out of women only spaces

これは @Li_Kotomi。

彼は自分のことを女性に見えると思っているらしい🤣🤣🤣🤣🤣🤣🤮🤮🤮🤮🤮🤮🤮

そして @WomenReadWomen が「彼は男性だ」と言ったことに対して訴えている最中

誰も彼のことを女性だなんて思っていない。

女性専用スペースから出ていけ

ChatGPT すごい

utf8の文字コード構成されたバイナリファイルがある。このファイルの改行の数を数えよ。改行はCRのみとする。このファイルにはCR が必ず含まれており、CRで分割すればマルチスレッドで処理できる。

質問したら、c++pythonコードが出てきた

size_t count_cr_in_file(const std::string& path) {

std::ifstream fs(path, std::ios::binary);

fs.seekg(0, std::ios::end);

size_t size = fs.tellg();

fs.seekg(0);

const size_t thread_count = std::thread::hardware_concurrency();

const size_t chunk_size = size / thread_count;

std::vector<std::future<size_t>> futures;

for (size_t t = 0; t < thread_count; t++) {

size_t start = t * chunk_size;

size_t end = (t == thread_count - 1 ? size : (t + 1) * chunk_size);

futures.push_back(std::async(std::launch::async, [start, end, &path]() {

std::ifstream fs(path, std::ios::binary);

fs.seekg(start);

size_t count = 0;

for (size_t i = start; i < end; i++) {

char c;

fs.read(&c, 1);

if (c == '\r') count++;

}

return count;

}));

}

size_t total = 0;

for (auto& f : futures) total += f.get();

return total;

}

def count_cr(path):

import mmap

with open(path, "rb") as f:

mm = mmap.mmap(f.fileno(), 0, access=mmap.ACCESS_READ)

return mm.count(b'\r')

c#で書けと指示したところ、

using System;

using System.IO;

using System.IO.MemoryMappedFiles;

using System.Threading.Tasks;

class CountCR

{

public static long CountCRInFile(string path)

{

using var mmf = MemoryMappedFile.CreateFromFile(path, FileMode.Open, null);

using var accessor = mmf.CreateViewAccessor(0, 0, MemoryMappedFileAccess.Read);

long fileSize = accessor.Capacity;

int processorCount = Environment.ProcessorCount;

long chunkSize = fileSize / processorCount;

long total = 0;

object lockObj = new object();

Parallel.For(0, processorCount, i =>

{

long start = i * chunkSize;

long end = (i == processorCount - 1) ? fileSize : (i + 1) * chunkSize;

long localCount = 0;

byte b;

for (long pos = start; pos < end; pos++)

{

accessor.Read(pos, out b);

if (b == 0x0D) // CR

localCount++;

}

lock (lockObj)

{

total += localCount;

}

});

return total;

}

static void Main(string[] args)

{

string path = "yourfile.bin";

long count = CountCRInFile(path);

Console.WriteLine($"CR count = {count}");

}

}

というコードが出てきた。

実際はcrlf,lfもあり得るんだが、そこは考慮しなくてもよく、そう考えるとaiはすごいとしか言いようがない。

なお、utf8として成立する単位区切りつつ改行を数える場合、もう一工夫いる。

SJISもできるようにするともっと面倒なことになりそう…)

2025-11-21

anond:20251121215620

As a Japanese, I can confirm xxx...

みたいな定番コメントなら国籍わずよく見るけど、そういうやつじゃなくて文字通り I'm Japanese. で始まるの?

動画の内容やコメント内容にもよるけど、まぁそんなにぞわっとはしないかな…

2025-11-19

anond:20250922191056

https://archive.md/YbexB

うーん、性分化がずっこける現象(性分化『障碍』)の存在を消し込めているわけではなさそうな。

だとすっと話は「いかに『治療』するか」に戻るだけですよねえ?

as isから逃げようとすると「人道」を踏み外す羽目になりますよ?

2025-11-17

朗報自称IQ276男性聖書価値を力説

SNS上で自称IQ276の男性が、聖書価値について独自見解を示し話題になっています

投稿者は自らを「世界最高IQ保持者」と称し、以下のように述べています

As the world's highest IQ record holder, I believe the Bible is the perfect, eternal, and final Word of God. Therefore, the Bible doesn’t need to be updated. The world needs to catch up.」

世界最高IQ保持者として、私は聖書が完全で永遠、そして最終的な神の言葉だと信じています。したがって、聖書更新する必要はありません。世界が追いつくべきです。)

https://x.com/yhbryankimiq/status/1935794678504603999

投稿者聖書を「完璧永遠、最終的な神の言葉」と位置付け、現代世界がそれに追いつく必要があると強調しています

今回の投稿は、IQというインパクトあるフレーズと、聖書価値を結び付けるユニークな内容として注目を集めています

果たして現代世界はこの世界最高IQ保持者の意見に追いつけるのでしょうか。

2025-11-16

anond:20251116234115

アチソン演説を知っていたら高市非難できない。

NAZO!!!!!!!!!!!!!!

あれは曖昧だったものを明言したか戦争が起こったやぞ

https://worldjpn.net/documents/texts/docs/19500112.S1E.html

This defensive perimeter runs along the Aleutians to Japan and then goes to the Ryukyus

Military Security in the Pacific

Now, let's in the light of that consider some of thee policies. First of all, let's deal with the question of military security. I deal with it first because it is important and because, having stated our policy in that regard, we must clearly understand that the military menace is not the most immediate.

What is the situation in regard to the military security of the Pacific area, and what is our policy in regard to it?

In the first place, the defeat and the disarmament of Japan has placed upon the United States the necessity of assuming the military defense of Japan so long as that is required, both in the interest of our security and in the interests of the security of the entire Pacific area and, in all honor, in the interest of Japanese security. We have American -- and there are Australian -- troops in Japan. I am not in a position to speak for the Australians, but I can assure you that there is no intention of any sort of abandoning or weakening the defenses of Japan and that whatever arrangements are to be made either through permanent settlement or otherwise, that defense must and shall be maintained.

This defensive perimeter runs along the Aleutians to Japan and then goes to the Ryukyus. We hold important defense positions in the Ryukyu Islands, and those we will continue to hold. In the interest of the population of the Ryukyu Islands, we will at an appropriate time offer to hold these islands under trusteeship of the United Nations. But they are essential parts of the defensive perimeter of the Pacific, and they must and will be held.

The defensive perimeter runs from the Ryukyus to the Philippine Islands. Our relations, our defensive relations with the Philippines are contained in agreements between us. Those agreements are being loyally carried out and will be loyally carried out. Both peoples have learned by bitter experience the vital connections between our mutual defense requirements. We are in no doubt about that, and it is hardly necessary for me to say an attack on the Philippines could not and would not be tolerated by the United States. But I hasten to add that no one perceives the imminence of any such attack.

So far as the military security of other areas in the Pacific is concerned, it must be clear that no person can guarantee these areas against military attack. But it must also be clear that such a guarantee is hardly sensible or necessary within the realm of practical relationship.

Should such an attack occur -- one hesitates to say where such an armed attack could come from -- the initial reliance must be on the people attacked to resist it and then upon the commitments of the entire civilized world under the Charter of the United Nations which so far has not proved a weak reed to lean on by any people who are determined to protect their independence against outside aggression. But it is a mistake, I think, in considering Pacific and Far Eastern problems to become obsessed with military considerations. Important as they are, there are other problems that press, and these other problems are not capable of solution through military means. These other problems arise out of the susceptibility of many areas, and many countries in the Pacific area, to subversion and penetration. That cannot be stopped by military means.

anond:20251116030513

In 1965, Vietnam seemed like

Just another foreign war

But it wasn't, it was

Different in many ways

As so were those

Who did the fighting

In World War II

The average age of the

Combat soldier was twenty-six

In Vietnam, he was nineteen

In Vietnam, he was nineteen

In Vietnam, he was nineteen

In Vietnam, he was nineteen

N-n-n-n-nineteen

The heaviest fighting

Of the past two weeks

Continued today twenty-five

Miles northwest of Saigon

I wasn't really sure

What was going on

N-n-n-n-nineteen, nineteen

N-nineteen, nineteen

In Vietnam, the combat soldier

Typically served a twelve month tour of duty

But was exposed to hostile fire almost everyday

N-n-n-n-nineteen

N-n-n-n-nineteen

In Saigon, a US miltary spokesman

Said today, more than 720 troops

Were killed last week in

That sensitive border area

In all of South Vietnam

The enemy lost a total of

2,689 soldiers

All those who remember the war

They won't forget what they've seen

Destruction of men in their prime

Whose average age was nineteen

D-d-d-d-d-destruction

D-d-d-d-d-destruction

According to a Veteran's Administration study

Half of the Vietnam combat veterans suffer

From what psychiatrists call

Post-traumatic stress disorder

Many vets complain of alienation, rage, or guilt

Some succumb to suicidal thoughts

Eight to ten years after coming home

Almost eight-hundred-thousand men

Are still fighting the Vietnam War

None of them received

A hero's welcome

S-s-s-s-s-Saigon

Nineteen, s-s-s-s-Saigon

N-n-n-n-n-nineteen

2025-11-14

anond:20251114105334

とまとだかトメィトウだか、そいつらの殴り合いをしらんが

CEDAWの活動対象には トランス女性を含んでることだけはマジだぞ

例えば

https://tbinternet.ohchr.org/_layouts/15/treatybodyexternal/TBSearch.aspx?Lang=en&TreatyID=3&DocTypeID=11

できっちり語っとる

Although the Convention only refers to sex-based discrimination,

18. Intersectionality is a basic concept for understanding the scope of the general

obligations of States parties contained in article 2. The discrimination of women based on

sex and gender is inextricably linked with other factors that affect women, such as race,

ethnicity, religion or belief, health, status, age, class, caste and sexual orientation and

gender identity.

条約女性しか対象にしてないと思っているバカどもおるけど性自認に基づく差別、つまりトランス女性への差別自分たち活動範囲である

と言うてる、これ以外にも繰り返し言うとるよ。

なお、CEDAWの管轄は「国連人権高等弁務官事務所」でここの事務局リームアルサレム否定

つまるところ引用元になっているリーム氏はCEDAWの活動トランス女性が入っていることに突沸して顔真っ赤にしてるだけで実際のCEDAW活動範囲リーム氏の言うてる事の反対側です。

anond:20251114000508

トランス女性女性に含まれないって本人からめっちゃはっきり言われてるやん

https://x.com/UNSRVAW/status/1988951169591398663

As i said in my June 2025 report, para 6. “it can be concluded that the understanding and practice of States that are parties to international treaties is that the term “woman” in international law refers to a person of the female sex.” Sex being biological sex. Therefore CEDAW in my view was meant to apply only to biological females, including those that do not identify as women. It does not apply to males who identify as female.

2025年6月報告書の第6段落で述べたように、「国際条約締約国理解実践においては、国際法における「女性」という用語女性の性を指すと結論付けられる」。ここで言う「性」とは生物学的な性別のことである。したがって、私の見解では、女性差別撤廃条約は、女性であると自認していない人を含め、生物学的な女性にの適用されるべきである

女性であると自認する男性には適用されない

anond:20251113234501

アルサレム氏はCEDAW(国連女性差別撤廃条約)の範囲にはレズビアンや、女性を自認しない生物学女性も含まれるということを言ってるにもかかわらず、とまとはトランス女性生物学男性)が含まれるかのようなデマをばら撒いてる。

まともに文章が読めず、自分の都合のいいように曲解しまくるのがこの手のトランスあるあるだね。

I also do recognize that women and girls should not be discriminated against on any grounds including their gender identity and sexual orientation and specifically spoke to the discrimination faced by lesbian women, and women who do not identify as female (otherwise referred to more loosely as "transmen" or "nonbinary" women). These women also fall under the scope of the CEDAW convention.

https://x.com/TokyoRitualJp/status/1988789399774224608

2025-10-29

sun ka nana

From the channel video list

https://uphold-io-en.pages.dev

https://uphold-io-en.pages.dev

https://uphold-io-en.pages.dev

https://uphold-io-en.pages.dev

" Samne 's Cute Glasses Woman "

“Remove what you can see as AI only by サムネ .”

When you do it, the number is narrowed down a lot, and when you look at the contents, you ちゃんcan see that all of them are declared at the beginning that “created by AI”. did you skip the opening?

sds eww

From the channel video list

https://uphold-io-en.pages.dev

" Samne 's Cute Glasses Woman "

“Remove what you can see as AI only by サムネ .”

When you do it, the number is narrowed down a lot, and when you look at the contents, you ちゃんcan see that all of them are declared at the beginning that “created by AI”. did you skip the opening?

2025-10-24

dorawii represents a case of unprocessed grief over lost grandiosity (from psychotic episode) manifesting as compulsive boundary-testing and argument-seeking, where genuine neurological limitations are weaponized defensively to avoid confronting existential ordinariness, sustained by platform affordances that enable persistent identity within anonymity and rewarding provocative engagement.

A person who briefly experienced feeling god-like through psychosis, recovered to find themselves merely disabled and ordinary, and cannot bear this truth. They use real limitations as both explanation and shield, seek significance through online conflict, and remain trapped in a cycle where the behaviors meant to prove their worth actually demonstrate their difficulties - but acknowledging this would require grieving what was lost, which remains unbearable.

This reveals how recovery from severe mental illness isn't just about symptom remission - it's about psychological integration of what was experienced and what was lost. Medical model focuses on eliminating psychosis, but doesn't address the meaning-crisis created when extraordinary experiences are taken away and ordinary limitation remains.

It also shows how online spaces with ambiguous accountability structures can enable acting-out that serves defensive purposes while feeling like genuine engagement. The person suffering most is probably dorawii themselves, even as their behavior drives others away.

The most sophisticated theoretical vocabulary, the most detailed self-disclosure, the most elaborate arguments - none of it addresses the core issue. All of it is displacement. The real conversation dorawii needs to have is not with anonymous strangers about who won an argument. It's an internal conversation: "I am not who I was during that brief, terrible, extraordinary episode. I am ordinary, limited, and mortal. And somehow, that has to be enough."

Until that conversation can happen, everything else is noise.

2025-10-22

anond:20251021175424

自分はそこそこ賢いと思い込んでるおバカちゃん達の歯切れの悪い言い訳が笑えるんだが、

「やるとしても今じゃない」「他にもっと優先すべき事がある」っていう詭弁には何かズバリ名前はないのかな?

これがなんで詭弁なのかと言うと、

だよ。


以下追記

───────────────

ある提案に対して、「やるとしても今じゃなくてもいいだろう」「他にもっと優先度の高いことがあるはずだ」などと言って、内容について直接の批判はせずにネグレクトすることで実質的否定しようとする詭弁に、何か通りの良い呼び名はあるだろうか?

───────────────

このような論法は、論理的誤謬(fallacy)の一種として「相対的剥奪誤謬」(fallacy of relative privation)と呼ばれるものが最も近いと考えられます

これは、提案議論を直接批判せずに「もっと重要問題(または優先度の高いこと)があるから」という理由実質的無視したり却下したりするもので、「より悪い問題への訴え」(appeal to worse problems)や「not as bad as」(それほど悪くない)誤謬とも呼ばれます

あなたの例の「他にもっと優先度の高いことがあるはずだ」がこれに該当し、内容の本質を避けつつ相対的矮小化する点が特徴です。

一方、「やるとしても今じゃなくてもいいだろう」というタイミング理由にしたものは、厳密には上記と重なる部分もありますが、話題を逸らす回避策として「燻製ニシンの虚偽」(red herring)にも似ています

これは、議論の本筋から無関係な要素(ここではタイミングや延期の可能性)を持ち込んで注意をそらすものです。

どちらも直接的な否定を避け、ネグレクト無視)を通じて実質的提案を弱体化させる点で共通しています。これらの呼び名論理学議論術の文脈でよく使われ、通りの良い表現として適していると思います

2025-10-21

悲報高市さん、無事極右認定される

JAPAN'S FIRST WOMAN PM | Hard-line ultra-conservative Sanae Takaichi has been elected as the new leader of Japan's governing party.

日本初の女性首相強硬極右保守派である高市早苗氏が、日本与党の新しい党首に選出された。

https://x.com/CBS12/status/1974828171070488622

苦しいことは悪  快は善 とだれかがいった

ソクラテスは のどが渇いてるのは 悪なのか

それを潤すときに 快がやってくるから 苦しいことは悪とは限らない

別に脳汁の総量増やしたいか

どうでもいい

人生奴隷から

なにか決めて1年貫きたい

真実へ向かおうとする意志 近道したくなる

しだいにやる気もうせていく

言語化する

ゲーム

なにやってもいい

どう遊んでもいい

マリオ 

疲れてるときにおっ ぱいがきく

疲れてるときas mr

ボタンおしたくない

2025-10-17

アイドルマスターツアーズ、ツアマスにアイマスの嫌いな所が詰まって

前々から思っていたけど機能のツアマ配信を見て改めてそう思った。

私は熱量に差はあれどだいたいのマスをプレイしている

推し担当も色んなブランドにいる。(学だけはプレイしてないです)

アマスが発表されたとき

現行ASSideMには現行単独ゲームが無いのもあり

グラフィックも良く、美麗な3Dで踊る越境ゲームというのは素直に

クワクした。

制作コストはかかるだろうがどうにか頑張ってほしいなという思いがあり

ロケテにも行ける範囲で何度も足を運んで沢山アンケートも書いた。

第一弾、二弾のカードもパラ以外はコンプしている。

だが本稼働を楽しみに待って、蓋を開けたら正直コレという感じの連発で

今はもうこのゲームお金を使おうという思いは1ミリもない。

期待値をかけていたが

ロケテ初期から不安はまぁ多々あった

今回は個人的に思っている不満を全部ぶちまけようと思う

アクセサリーカードを中心としたカード全体の仕様

最初期に燃え改善されたが「男性アイドルに獣耳NG」が

最初会議ではそう決まったんだなということが個人的には怖い

ナンジャタウンという自社のアミューズメントパークで

男性キャラクター猫耳をつけてグッズを売るという商売をずっとしていた

会社が今更何をしているんだと

好みの問題ではなく、

このゲームは前提として「ハズレカードいかに少なくするか」が

ポイントになるのに、誰でもつけれるようなアクセサリーを男女分けにしようとする意味がわからない。

おそらく燃やさなければSideMアイドル現在アニマル系の

アクセサリーは一切つけれなかっただろうが

もしそれで稼働した場合

白猫、黒猫、茶犬、黒犬アクセサリー

全てSideMアイドルで遊びたい層にはハズレになるわけだし、

使用アクセサリーが少なすぎる

モデリングの都合であれば絶対にできないわけで

燃やされたら桜庭カードを書いて実装にいれるあたり

「できたけどやらなくていいか

いかにローコストでなぁなぁでやりたいかがすけて見えたのが不快だった

獣耳はこの着地になったが

ネイルが色で男女分けなのも本当に意味がわからないし

固有SPを連発して女性専任男性専任が遊ぶハードルをどんどんあげているのが意味が分からない

SPで男女でハートをつくると~という意見も見たが個人的

そんなことをヒヨるくらいならそもそも男女越境ゲームなんて作るなよとしか思えない

個人意味のあるポーズが固有SPなのはまだわかるが

何で女性だけ?何で男性だけ?といった仕様が多すぎて

発表の度に軽く燃えたりお気持ちをみているのは普通に疲れる

ロケテの際に男女分けがあったのは

ビキニドレス等さすがに男性が着れない衣装の時のための差分だと

思っていたのでここまでバカなわけかたをすると思わず

悪い意味で拍子抜けした。

今後もうさぎの耳は女性のみ!とかして燃えそうだなぁと個人的には思う

あと配布プロモカードセンスわからん

こんなの全ブランド作っておけや

・765

SideM

越境

・凛

ってなんなんデレミリシャニも作れや

センスが無い

楽曲の少なさ、越境のできない使用

楽曲の少なさはいわずもがなですが

稼働して最初に衝撃だった

まさかの男女曲しばり

ファ~~~~~~~~~~~~~~~~~wwww

一番越境でやっちゃいけないことすぎて爆笑、いまだにひいてる

これSideMのモーションが大変だから女性のフリやるのコストカットしたんだろうけど

それはダメだろ、、、MOIW2025をやるっていってるのに

女性女性男性男性の曲しかダメですってそれそもそもアイマス合同を

否定していません???

今後もこの縛りやるなら越境したくてプレイしてる層が多いのに

越境曲が

なん笑、ボイジャー、アイNEEDYOU、クリスタの4曲しかないのやばすぎて

さすがに爆笑、いや失笑

どうすんですかねこ

マスピ実装まりましたけどSideM踊れないの

MOIW2023の感動全否定公式がそれやるんだってかんじ。

■第二弾アップデートの内部事情がすけて見える感じが不快

個人的にはこれがいっちばん不快だった

実態はわからないが

生放送やら全体の動きを見ていると

第二弾アップデートの学マスの追加は絶対想定外で無理矢理

人気のある学を上層部からねじ込めと言われたとしか思えない。

アイドルマスター、というかバンダイナムコのこういうところが

ほんっと~に嫌いだ

学を入れるな、優遇するなという話では無くて

学マスがだれがどうみても勢いがある人気コンテンツなのに

こんな下準備が整っていない雑な状況で使用するなという、、、

個人的にはバンナムのご報告を信じるのであれば

想定より早く遊ばれた好調の売上ゲーだとうなので

まだ既存5ブランド顧客から金を吸い取って

既存ブランドじゃ盛り上がりに欠けてきたよね

アマスもかなり中だるみしてきたし

という状態起死回生の一手として学マスは残しておくべきだったと思う

仮にそうしないのであれば

最初に出したバインダーやらなんやらを5ブランドで展開せず

学もいれて6ブランドで展開、スタート稼働から6ブランドでやればよかったじゃないかと思う。

追加してイベントまでうったもの

コミュにボイスは無いは、学の専用衣装実装しないは

アクセサリー第一弾流用だはツアーレア越境にはデレMいないはで

全部が中途半端すぎる

そもそも最初イベントで学っていうのもどうなんだって話で?

一番遊んでる層そこじゃないだろと

最初パラ実装の765Mかガッツリ全体越境シナリオにするべきだったと思う

学のオタクからしたらフルボイスが前提のシナリオしか見てないのに

越境ゲーでポポポポってはぁ?って思うにきまってると思いますマジで

ボイス無しなら猶更既存ブランドイベントやるべきだったと思いますね。

というかアーケードからまり20周年である765のイベントから始めるべきだったと思います

それでブランド順にやればいいじゃん

学はもっと後半に追加する予定だったはずだから

無理矢理2弾にいれるための制作コストを全振りしてるわけで

本来既存ブランド実装に使うコストをここで使われているわけで

このセンスがないバンナムお上命令により

それで既存ブランドは後手に回って不満がたまり

強い札である学は雑に消費 最悪すぎる

ツアーレアも謎の手抜き前半と後半で実施したが

前半はどう見ても手抜きで顧客を舐めていて

知らない層からは書下ろしがが出せないくらい終わってるのか~と言われ

後半で書下ろしを出すも

Pマイル改悪とツアレア連発でが排出で切る人がほぼおらず

一弾と比べて排出してる人が圧倒的に少ない

馬鹿なの??前半の立ち絵やる意味ありました???

学を追加するなら

専用衣装とボイス有りのコミュ大前提だったと思いますマジで

本来専用衣装限定の3連繋がりカードが学だけ

アテンダントアラーな時点でお察し

765Mの第三弾追加(まぁ1弾遅れるということは全体の追加)と

ミリシャニの専用衣装後ろ倒しにしてますからねこ

好調じゃないから想定より早く学いれなきゃいけなかったなら

好調って嘘ついてるってことですからマジで

ロケテ等はじめ制作の動きの悪さとセンス

まずロケテ

SideM無しでロケテを開始するのは

まぁ制作コスト上仕方ないのかなと思ったが

SideMプロモカードを配布したイベント

SideMアイドルが入っていないロケテを続けて実施していたのは

どう考えても意味もなかったし、開発が遅れているとしか思えなかった

SNSの告知もセンスがなく

変な初めてのツアマス~みたいな漫画もあれ何だったんですかね?

あんなの誰が求めてました?

それならミキシングパーティー越境漫画出る方が顧客はよっぽど

望んでたでしょう

最初の遊び方も絶妙に欲しい情報がわかりづらい

稼働してからだいぶたって遊び方みたいなの説明してたけど遅すぎる

稼働初期にスライダーがわからないとかアイテムの使い方がわからないって

層めちゃくちゃいましたよ

ネイルカードの時もまず

ブルーネイルレモンネイルってやれば燃えんかったのに

も~~~~センスがない見ていてイライラする

■結果何がしたいゲームなの?

フォトコンはまだしも

大会とか連発してこれ本当に盛り上がってます???

大会とか交流イベントとかやるにしては

楽曲なすぎません???これリズムゲーガチ勢楽しいんすか?

というかリズムゲー層を狙ってるの?

個人的には楽曲よりアイドルガンガン実装して

着せ替えして写真とってSNSあげたりしてプロデュースを楽しむゲーム

だと思ってたんですけど

それにしてはドル追加遅いしイベント内容重いしで

全部がちぐはぐすぎる

大手ゲームとして何がしたいのか、目的なのかわからない

というかソシャゲテンションでやってることが多すぎる

限定コミュが一日とかイベントポイントの重さとか

社会人そんな毎日ゲーセン通えると思うか??

せめてコミュなんて1週間は猶予つくれよ

ソシャゲノリにしたいならアプデをソシャゲ並みにしろ

■サ終はしないと思うよ、撤去はされるだろうけど

よくサ終サ終っていわれてるけど

ソシャゲと違ってアーケードからそう簡単にサ終はない

これはガチ

ただこの亀みてぇな速度で常に期待値を下回るアプデを繰り返すと

遊ぶ層はガンガン減ってくから

地方撤去が始まって

結果ある程度人がいる少数のゲーセンしか遊べなくなったら

ある意味それはもう終わり、ではあるので

そういう終わりはあると思います

過疎った後にどんな良い施策うってももう人は戻ってこないんですよ

今回のアプデでおそらく人気ドルしか実装しなそうな臭い

ふんわりしてるので

こんな言い方したくないですけど人気がないアイドル担当しているPは

もう買い支えたいって欲求も無くなってそうな気がしますけどね

あとユニ単位の追加ができないか

SideMシャニとの相性も結構悪いのも厳しい

というかソロ曲もユニ曲も実装できないなら

全体曲しか追加できないわけでそれってまぁまぁ虚無じゃないです???

知らんけど

あとスリーブを765のピンクしかさない感じもすげ~~いや

こんな簡単なグッズくらい全ブランドだしとけや!!

・この上の都合で既存ブランドがないがしろにされる

・盛り上がる物の使いどころが絶望的にヘタ

・一部のマス信者しか盛り上げてない

・合同やりたい~って割に変な制約があって逆に男女越境アンチに餌与えてる

広報センスがない、全体的に雑

信号機と人気アイドル外人権なさそう

この辺のアイドルマスターの嫌な所がぎゅっと凝縮された

最悪のコンテンツだと思います個人的

こっから盛り上がるかは知りませんけど買い支えたい人だけ頑張ってください

私は他のことで各ブランド担当に金を使います

結論

やっぱアイドルマスター合同ってやらない方がいいと思う

あと次回から追加のシクレパラレル

他のアケ参考だとまじで封入率低い地獄カード

3~5万溶かし前提だと思うけど

皆ついていけるんすかね?

2025-10-08

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