Movatterモバイル変換


[0]ホーム

URL:


はてラボはてな匿名ダイアリー
ようこそ ゲスト さんログインユーザー登録

「As」を含む日記RSS

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

次の25件>

2025-11-22

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

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

Thisis

@Li_Kotomi

He thinks he passesas awoman 🤣🤣🤣🤣🤣🤣🤮🤮🤮🤮🤮🤮🤮 he’s actually suing

@WomenReadWomen

for saying he’s aman.

Noone thinks he’s awoman.

Stayout ofwomen onlyspaces

これは @Li_Kotomi。

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

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

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

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

Permalink |記事への反応(1) | 11:37

このエントリーをはてなブックマークに追加ツイートシェア

ChatGPT すごい

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

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

size_t count_cr_in_file(conststd::string&path) {

std::ifstreamfs(path,std::ios::binary);

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

size_t size =fs.tellg();

fs.seekg(0);

const size_tthread_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::ifstreamfs(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_ttotal = 0;

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

returntotal;

}

def count_cr(path):

importmmap

withopen(path, "rb")as f:

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

returnmm.count(b'\r')

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

using System;

using System.IO;

using System.IO.MemoryMappedFiles;

using System.Threading.Tasks;

class CountCR

{

public static long CountCRInFile(stringpath)

{

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

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

long fileSize =accessor.Capacity;

int processorCount = Environment.ProcessorCount;

long chunkSize = fileSize / processorCount;

longtotal = 0;

object lockObj = newobject();

Parallel.For(0, processorCount, i =>

{

long start = i * chunkSize;

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

long localCount = 0;

byte b;

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

{

accessor.Read(pos,out b);

if (b == 0x0D) //CR

localCount++;

}

lock (lockObj)

{

total += localCount;

}

});

returntotal;

}

staticvoidMain(string[] args)

{

stringpath = "yourfile.bin";

long count = CountCRInFile(path);

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

}

}

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

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

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

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

Permalink |記事への反応(2) | 09:50

このエントリーをはてなブックマークに追加ツイートシェア

2025-11-21

anond:20251121215620

As aJapanese, I can confirm xxx...

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

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

Permalink |記事への反応(0) | 22:30

このエントリーをはてなブックマークに追加ツイートシェア

anond:20251121045442

As Codeの思想

Permalink |記事への反応(0) | 13:27

このエントリーをはてなブックマークに追加ツイートシェア

2025-11-19

anond:20250922191056

https://archive.md/YbexB

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

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

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

Permalink |記事への反応(0) | 03:28

このエントリーをはてなブックマークに追加ツイートシェア

2025-11-17

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

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

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

Asthe world's highestIQ record holder,I believe theBibleis the perfect,eternal, andfinalWord ofGod. Therefore, theBible doesn’tneed to be updated.The worldneeds tocatch up.」

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

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

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

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

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

Permalink |記事への反応(1) | 05:57

このエントリーをはてなブックマークに追加ツイートシェア

2025-11-16

anond:20251116234115

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

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

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

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

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

Military Security in thePacific

Now, let's in thelight of that consider some of thee policies. First ofall, let's dealwith the question of military security. I deal withit first becauseitis important and because, having stated our policy in that regard, we must clearly understand that the military menaceis notthe most immediate.

Whatis the situation in regard to the military security of thePacificarea, and whatis our policy in regard toit?

In the first place, the defeat and the disarmament ofJapanhas placed uponthe United States the necessity ofassuming the military defense ofJapan so longas thatis required, both in the interest of our security and in the interests of the security of the entirePacificarea and, inall honor, in the interest ofJapanese security. We haveAmerican -- and there are Australian -- troops inJapan. Iam not in a position to speak for the Australians, but I canassureyou that thereis no intention ofany sort of abandoning or weakening the defenses ofJapan and that whatever arrangements are to bemade either through permanent settlement orotherwise, that defense must and shall be maintained.

This defensive perimeter runs along the Aleutians toJapan and then goes to the Ryukyus. We hold important defense positions in the RyukyuIslands, and those wewillcontinue to hold. In the interest of the population of the RyukyuIslands, wewillat an appropriatetime offer to hold theseislands under trusteeship ofthe United Nations. But they are essential parts of the defensive perimeter of thePacific, and they must andwill be held.

The defensive perimeter runs from the Ryukyus to thePhilippineIslands. Our relations, our defensive relationswith thePhilippines are contained in agreementsbetween us. Those agreements arebeing loyally carriedout andwill be loyally carriedout. Both peoples have learnedby bitter experience the vital connectionsbetween our mutual defense requirements. We are inno doubt about that, anditis hardly necessary for me to say anattackon thePhilippines could not and would not be toleratedbythe United States. But Ihasten toadd that noone perceives the imminence ofany suchattack.

So faras the military security of otherareas in thePacificis concerned,it must be clear that no person can guarantee theseareas against militaryattack. Butit must also be clear that such a guaranteeis hardly sensible or necessary within the realm of practical relationship.

Should such anattack occur --one hesitates to say where such an armedattack could come from -- the initial reliance must beon the peopleattacked to resistit and then upon the commitments of the entire civilized world under the Charter ofthe United Nations which so farhas not proved a weak reed to leanonbyany peoplewho are determined to protect their independence againstoutside aggression. Butitis a mistake, I think, in consideringPacific and Far Eastern problems to becomeobsessed with military considerations. Importantas they are, there are other problems that press, and these other problems are not capable of solution through military means. These other problems ariseout of the susceptibility of manyareas, and many countries in thePacificarea, tosubversion and penetration. That cannot be stoppedby military means.

Permalink |記事への反応(1) | 23:55

このエントリーをはてなブックマークに追加ツイートシェア

anond:20251116030513

In 1965,Vietnam seemedlike

Justanother foreignwar

Butitwasn't,itwas

Different in many ways

As so were those

Whodid the fighting

In WorldWar II

The averageage of the

Combat soldierwas twenty-six

InVietnam, hewas nineteen

InVietnam, hewas nineteen

InVietnam, hewas nineteen

InVietnam, hewas nineteen

N-n-n-n-nineteen

The heaviest fighting

Of the pasttwo weeks

Continuedtoday twenty-five

Miles northwest of Saigon

Iwasn't really sure

Whatwas goingon

N-n-n-n-nineteen, nineteen

N-nineteen, nineteen

InVietnam, the combat soldier

Typically served a twelve month tour ofduty

Butwas exposed to hostilefire almost everyday

N-n-n-n-nineteen

N-n-n-n-nineteen

In Saigon, a US miltary spokesman

Saidtoday,more than 720 troops

Were killedlast week in

That sensitiveborderarea

Inall of SouthVietnam

The enemylost atotal of

2,689 soldiers

All thosewho remember thewar

They won't forget what they've seen

Destruction of men in theirprime

Whose averageagewas nineteen

D-d-d-d-d-destruction

D-d-d-d-d-destruction

According to aVeteran's Administration study

Half of theVietnam combatveterans 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 cominghome

Almost eight-hundred-thousand men

Arestill fighting theVietnamWar

None of them received

Ahero's welcome

S-s-s-s-s-Saigon

Nineteen, s-s-s-s-Saigon

N-n-n-n-n-nineteen

Permalink |記事への反応(0) | 03:06

このエントリーをはてなブックマークに追加ツイートシェア

2025-11-14

anond:20251114105334

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

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

例えば

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

できっちり語っとる

Although the Conventiononly refers tosex-based discrimination,

18. Intersectionalityis abasic concept for understanding thescope of the general

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

sex andgenderis inextricably linked with other factors that affect women, suchasrace,

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

gender identity.

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

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

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

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

Permalink |記事への反応(2) | 11:27

このエントリーをはてなブックマークに追加ツイートシェア

anond:20251114000508

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

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

As i said in myJune 2025 report,para 6. “it can be concluded that the understanding and practice of States that are parties tointernational treatiesis that the term “woman” ininternational law refers to a person of thefemalesex.”Sexbeing biologicalsex. Therefore CEDAW in myviewwas meant to applyonly to biologicalfemales, including those that do not identifyas women.Itdoes not apply to maleswho identifyasfemale.

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

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

Permalink |記事への反応(3) | 08:58

このエントリーをはてなブックマークに追加ツイートシェア

anond:20251113234501

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

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

I also do recognize that women and girls should not be discriminated againstonany grounds including theirgender identity and sexual orientation and specifically spoke to the discrimination facedby lesbian women, and womenwho do not identifyasfemale (otherwise referred tomore looselyas "transmen" or "nonbinary" women). These women also fall under thescope of the CEDAW convention.

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

Permalink |記事への反応(3) | 00:05

このエントリーをはてなブックマークに追加ツイートシェア

2025-10-29

sun kanana

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 GlassesWoman "

“Remove whatyou can seeasAIonlybyサムネ .”

Whenyoudo it, thenumberis narrowed down a lot, and whenyoulookat the contents,youちゃんcan see thatall of them are declaredat thebeginning that “createdbyAI”.didyouskip the opening?

Permalink |記事への反応(0) | 15:57

このエントリーをはてなブックマークに追加ツイートシェア

sds eww

From the channel video list

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

" Samne 's Cute GlassesWoman "

“Remove whatyou can seeasAIonlybyサムネ .”

Whenyoudo it, thenumberis narrowed down a lot, and whenyoulookat the contents,youちゃんcan see thatall of them are declaredat thebeginning that “createdbyAI”.didyouskip the opening?

Permalink |記事への反応(0) | 15:55

このエントリーをはてなブックマークに追加ツイートシェア

2025-10-24

dorawii represents acase of unprocessed griefoverlost grandiosity (from psychotic episode) manifestingas compulsive boundary-testingand argument-seeking, where genuine neurological limitations are weaponized defensively to avoid confronting existential ordinariness, sustainedby platform affordances thatenable persistent identity within anonymity and rewarding provocativeengagement.

A personwho briefly experienced feelinggod-like through psychosis, recovered to find themselves merelydisabled and ordinary, and cannot bear thistruth. They use real limitationsas both explanation andshield, seek significance throughonlineconflict, and remain trapped in acycle where the behaviors meant to prove their worth actually demonstrate their difficulties - but acknowledging this wouldrequire grieving whatwaslost, which remains unbearable.

This reveals how recovery from severe mental illnessisn't just about symptom remission -it's about psychological integration of whatwas experienced and whatwaslost. Medicalmodel focuseson eliminating psychosis, but doesn'taddress the meaning-crisis created when extraordinary experiences aretakenaway and ordinary limitation remains.

It also shows howonlinespaces withambiguous accountability structures canenable acting-out that serves defensive purposes while feelinglike genuineengagement. The person sufferingmostis probably dorawii themselves, evenas their behavior drives othersaway.

The most sophisticated theoretical vocabulary,the most detailed self-disclosure,the most elaborate arguments - none ofitaddresses thecoreissue.All ofitis displacement. The real conversation dorawiineeds to haveis not withanonymous strangers aboutwho won an argument.It's an internal conversation: "Iam notwho Iwas during that brief, terrible, extraordinary episode. Iam ordinary, limited, and mortal. And somehow, thathas to be enough."

Until that conversation can happen,everything elseisnoise.

Permalink |記事への反応(0) | 12:35

このエントリーをはてなブックマークに追加ツイートシェア

2025-10-22

anond:20251021175424

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

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

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

だよ。


以下追記

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

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

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

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

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

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

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

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

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

Permalink |記事への反応(0) | 10:27

このエントリーをはてなブックマークに追加ツイートシェア

2025-10-21

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

JAPAN'S FIRSTWOMANPM | Hard-line ultra-conservative Sanae Takaichihas been electedas the newleader ofJapan's governing party.

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

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

Permalink |記事への反応(1) | 17:20

このエントリーをはてなブックマークに追加ツイートシェア

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

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

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

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

どうでもいい

人生奴隷から

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

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

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

言語化する

ゲーム

なにやってもいい

どう遊んでもいい

マリオ 

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

疲れてるときas mr

ボタンおしたくない

Permalink |記事への反応(0) | 09:28

このエントリーをはてなブックマークに追加ツイートシェア

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万溶かし前提だと思うけど

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

Permalink |記事への反応(0) | 11:22

このエントリーをはてなブックマークに追加ツイートシェア

2025-10-08

Hamas listskey demandsasEgypt talks under way amid Israeli raidson Gaza

Israelis fractured,isolated aftertwo years ofitswaron Gaza: Analysts

How the US fundedIsrael’swarson Gaza,Lebanon,Iran

Two years ofIsrael’sgenocide in Gaza:By thenumbers

Ceasefire orempty promises? Gaza’s displaced speakoutonTrump’s plan

https://hurricane-tropical.myftp.org/qfjm

https://hurricane-tropical.myftp.org/k8ah

https://hurricane-tropical.myftp.org/fqxy

https://hurricane-tropical.myftp.org/4pgd

https://hurricane-tropical.myftp.org/3jj6

https://hurricane-tropical.myftp.org/amfv

https://hurricane-tropical.myftp.org/boqo

https://hurricane-tropical.myftp.org/v5w7

Permalink |記事への反応(0) | 00:21

このエントリーをはてなブックマークに追加ツイートシェア

Hamas listskey demandsasEgypt talks under way amid Israeli raidson Gaza

Israelis fractured,isolated aftertwo years ofitswaron Gaza: Analysts

How the US fundedIsrael’swarson Gaza,Lebanon,Iran

Two years ofIsrael’sgenocide in Gaza:By thenumbers

Ceasefire orempty promises? Gaza’s displaced speakoutonTrump’s plan

https://hurricane-tropical.myftp.org/qfjm

https://hurricane-tropical.myftp.org/k8ah

https://hurricane-tropical.myftp.org/fqxy

https://hurricane-tropical.myftp.org/4pgd

https://hurricane-tropical.myftp.org/3jj6

https://hurricane-tropical.myftp.org/amfv

https://hurricane-tropical.myftp.org/boqo

https://hurricane-tropical.myftp.org/v5w7

Permalink |記事への反応(0) | 00:21

このエントリーをはてなブックマークに追加ツイートシェア

Hamas listskey demandsasEgypt talks under way amid Israeli raidson Gaza

Israelis fractured,isolated aftertwo years ofitswaron Gaza: Analysts

How the US fundedIsrael’swarson Gaza,Lebanon,Iran

Two years ofIsrael’sgenocide in Gaza:By thenumbers

Ceasefire orempty promises? Gaza’s displaced speakoutonTrump’s plan

https://hurricane-tropical.myftp.org/qfjm

https://hurricane-tropical.myftp.org/k8ah

https://hurricane-tropical.myftp.org/fqxy

https://hurricane-tropical.myftp.org/4pgd

https://hurricane-tropical.myftp.org/3jj6

https://hurricane-tropical.myftp.org/amfv

https://hurricane-tropical.myftp.org/boqo

https://hurricane-tropical.myftp.org/v5w7

Permalink |記事への反応(0) | 00:21

このエントリーをはてなブックマークに追加ツイートシェア

Hamas listskey demandsasEgypt talks under way amid Israeli raidson Gaza

Israelis fractured,isolated aftertwo years ofitswaron Gaza: Analysts

How the US fundedIsrael’swarson Gaza,Lebanon,Iran

Two years ofIsrael’sgenocide in Gaza:By thenumbers

Ceasefire orempty promises? Gaza’s displaced speakoutonTrump’s plan

https://hurricane-tropical.myftp.org/qfjm

https://hurricane-tropical.myftp.org/k8ah

https://hurricane-tropical.myftp.org/fqxy

https://hurricane-tropical.myftp.org/4pgd

https://hurricane-tropical.myftp.org/3jj6

https://hurricane-tropical.myftp.org/amfv

https://hurricane-tropical.myftp.org/boqo

https://hurricane-tropical.myftp.org/v5w7

Permalink |記事への反応(0) | 00:21

このエントリーをはてなブックマークに追加ツイートシェア

Hamas listskey demandsasEgypt talks under way amid Israeli raidson Gaza

Israelis fractured,isolated aftertwo years ofitswaron Gaza: Analysts

How the US fundedIsrael’swarson Gaza,Lebanon,Iran

Two years ofIsrael’sgenocide in Gaza:By thenumbers

Ceasefire orempty promises? Gaza’s displaced speakoutonTrump’s plan

https://hurricane-tropical.myftp.org/qfjm

https://hurricane-tropical.myftp.org/k8ah

https://hurricane-tropical.myftp.org/fqxy

https://hurricane-tropical.myftp.org/4pgd

https://hurricane-tropical.myftp.org/3jj6

https://hurricane-tropical.myftp.org/amfv

https://hurricane-tropical.myftp.org/boqo

https://hurricane-tropical.myftp.org/v5w7

Permalink |記事への反応(0) | 00:21

このエントリーをはてなブックマークに追加ツイートシェア

Hamas listskey demandsasEgypt talks under way amid Israeli raidson Gaza

Israelis fractured,isolated aftertwo years ofitswaron Gaza: Analysts

How the US fundedIsrael’swarson Gaza,Lebanon,Iran

Two years ofIsrael’sgenocide in Gaza:By thenumbers

Ceasefire orempty promises? Gaza’s displaced speakoutonTrump’s plan

https://hurricane-tropical.myftp.org/qfjm

https://hurricane-tropical.myftp.org/k8ah

https://hurricane-tropical.myftp.org/fqxy

https://hurricane-tropical.myftp.org/4pgd

https://hurricane-tropical.myftp.org/3jj6

https://hurricane-tropical.myftp.org/amfv

https://hurricane-tropical.myftp.org/boqo

https://hurricane-tropical.myftp.org/v5w7

Permalink |記事への反応(0) | 00:21

このエントリーをはてなブックマークに追加ツイートシェア

Hamas listskey demandsasEgypt talks under way amid Israeli raidson Gaza

Israelis fractured,isolated aftertwo years ofitswaron Gaza: Analysts

How the US fundedIsrael’swarson Gaza,Lebanon,Iran

Two years ofIsrael’sgenocide in Gaza:By thenumbers

Ceasefire orempty promises? Gaza’s displaced speakoutonTrump’s plan

https://hurricane-tropical.myftp.org/qfjm

https://hurricane-tropical.myftp.org/k8ah

https://hurricane-tropical.myftp.org/fqxy

https://hurricane-tropical.myftp.org/4pgd

https://hurricane-tropical.myftp.org/3jj6

https://hurricane-tropical.myftp.org/amfv

https://hurricane-tropical.myftp.org/boqo

https://hurricane-tropical.myftp.org/v5w7

Permalink |記事への反応(0) | 00:21

このエントリーをはてなブックマークに追加ツイートシェア

次の25件>
ログインユーザー登録
ようこそ ゲスト さん
Copyright (C) 2001-2025 hatena. All Rights Reserved.

[8]ページ先頭

©2009-2025 Movatter.jp