「mobile」を含む日記 RSS

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

2026-05-04

dorawii@新刊発売(予定)

// ==UserScript==

// @name 検索一番下に移動

// @namespace http://tampermonkey.net/

// @version 2026-05-03

// @match https://booklive.jp/search/keyword/keyword/*

// @grant GM_getValue

// @grant GM_setValue

// ==/UserScript==

// ==UserScript==

// @name 検索一番下に移動

// @namespace http://tampermonkey.net/

// @version 2026-05-04

// @match file:///*

// @grant GM_getValue

// @grant GM_setValue

// ==/UserScript==

(function() {

'use strict';

const STORAGE_KEY = 'buttonPosition';

function isMobilePage() {

// BookLive のスマホ特有DOM

if (document.querySelector(

'meta[name="apple-mobile-web-app-title"][content="ブックライブ"]'

)) {

return true;

}

// 最後保険

return false;

}

const btn = document.createElement('button');

btn.textContent = 'bl-pager下端へ移動';

btn.style.position = 'fixed';

btn.style.zIndex = 99999;

btn.style.opacity = '0.9';

btn.style.cursor = 'move';

document.body.appendChild(btn);

// ---- 位置復元 ----

const saved = GM_getValue(STORAGE_KEY, null);

if (saved && saved.left && saved.top) {

btn.style.left = saved.left;

btn.style.top = saved.top;

btn.style.right = 'auto';

} else {

btn.style.top = '10px';

btn.style.right = '10px';

}

// ---- クリック処理 ----

btn._moved = false;

btn.addEventListener('click', e => {

if (btn._moved) {

e.preventDefault();

e.stopPropagation();

return;

}

// ---- ここから変更:PC版は2番目の .bl-pager.page_nav を使う ----

let target;

if (isMobilePage()) {

console.log('スマホ版として処理');

target = document.querySelector(

'.bk_pageing.section_content.bl-pager.clearfix'

);

} else {

console.log('PC版として処理');

const targets = document.querySelectorAll('.bl-pager.page_nav');

// 2番目を使用

target = targets[1];

}

if (!target) {

alert('対象bl-pager が見つかりません');

return;

}

// ---- ここまで変更:PC版は2番目の .bl-pager.page_nav を使う ----

const rect = target.getBoundingClientRect();

// 要素下端のページ全体基準座標

const absoluteBottom = rect.bottom + window.scrollY;

// 要素下端をウィンドウ下端へ一致

const destination = absoluteBottom - window.innerHeight;

window.scrollTo({

top: destination,

behavior: 'auto'

});

});

// ---- ドラッグ処理 ----

let dragging = false;

let startX = 0;

let startY = 0;

let offsetX = 0;

let offsetY = 0;

btn.addEventListener('mousedown', e => {

dragging = true;

btn._moved = false;

startX = e.clientX;

startY = e.clientY;

const rect = btn.getBoundingClientRect();

offsetX = e.clientX - rect.left;

offsetY = e.clientY - rect.top;

e.preventDefault();

});

document.addEventListener('mousemove', e => {

if (!dragging) return;

if (

Math.abs(e.clientX - startX) > 5 ||

Math.abs(e.clientY - startY) > 5

) {

btn._moved = true;

}

if (btn._moved) {

btn.style.left = `${e.clientX - offsetX}px`;

btn.style.top = `${e.clientY - offsetY}px`;

btn.style.right = 'auto';

}

});

document.addEventListener('mouseup', () => {

if (!dragging) return;

dragging = false;

if (btn._moved) {

GM_setValue(STORAGE_KEY, {

left: btn.style.left,

top: btn.style.top

});

}

});

})();

まともに指示すればAIはこれぐらいお手の物に出せるようになったな。

手動でスクロールしてるとつい事故って下の方のランダム表示のおすすめ作品欄が目に入る位置までスクロールしちゃって、ランダムから後で気になったとしてもまた見れるとは限らないからとスクショが増える羽目になっていたのが、これで防げるようになった。

dorawiiより


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

https://anond.hatelabo.jp/20260504175957# 
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQTEe8eLwpVRSViDKR5wMdsubs4+SAUCafhgDQAKCRBwMdsubs4+
SDc1AQCfvf159m/85ngaE1SU7DnOiPC03RG4l9qI2Ce8Bp0j7QEAzIp52/FQfpXI
vmRTMM52g1VEwry0pmg+4p0QQZlkEAk=
=FTvE
-----END PGP SIGNATURE-----

2026-02-21

anond:20260221115733

さら追記

せめて「 {{DATE:HH:mm}} {{VALUE:呟きを入力}} ^{{DATE:YYYYMMDDHHmmss}}」をモバイルツールバーボタンから一発入力できるようにしたいけどChatGPTの言う通りにしたのにボタンを追加できない

「Commanderの「Mobile toolbar」は正常でも

QuickAddのChoiceコマンドが実行されない不具合が起きることがあります」←なら言うなや

2026-02-07

ストリップ語源が聖リップ(St. Rip)だとかいデマ、いい加減にしろ

来週はバレンタインである

街が浮足立ち、聖バレンタインの慈愛がどうのと抜かしている最中、私はあえて「聖人リップ(St. Rip)」という、あの吐き気のするような嘘を絞め殺しに来た。

たまに意識高い系バーの店主や、聞きかじりの知識で夜の街を語りたがるサブカル野郎ドヤ顔で語る、あの説だ。

ストリッパー(Stripper)の語源は、特定パートナーを持たない者への救済を施す聖人(Saint)である。ゆえにその名は聖リップ(St. Rip)の略なのだ」という、あの美しすぎる都市伝説(バクロニム)。

結論から言う。そんな「聖人」は、この地上のどこにも存在しない。

あれは孤独な魂が寂しさを紛らわせるために捏造した、現代知的怠慢が生んだバグだ。

Strip」の中に潜む「St」は、天国への門なんかじゃない。ただの「物理的な摩擦」の残響だ。

いか言語の地層を少しは掘り返してみろ。

Strip(剥ぐ)」という単語英語に現れるのは12世紀から14世紀だ。

対して、デジタル界隈で「Rip(データを引き裂き出す)」が産声を上げたのは、たかだか40年ほど前の話に過ぎない。

Rip(引き裂く)」という言葉自体14世紀からあるが、これらが「聖人」という文脈で結びつくには、あまりにも時間の断絶が激しすぎる。

現代デマ野郎は「Strip = St.(聖) + Rip(引き出し)」という安易な足し算を信じている。

だが、言語学的な事実はその真逆だ。

言語学の世界には「s-mobile(可動のS)」という、クソ面白い概念がある。

単語の頭に「S」が付いたり消えたりすることで、意味解像度が変わる現象のことだ。

Rip(リップ):印欧祖語バリバリと「引き裂く」「引き抜く」破壊

Strip(ストリップ):印欧祖語。グイッと力を込めて「剥がす」「露出させる」線状の動作

我々の祖先は、何かを無理やり分離させるときに「R」の振動音を聞き、そこに「St」という固定・強張りの音を添えることで、「表面を剥ぎ取る(Strip)」という物理的な解像度を生み出した。

これは「聖人」なんていう擬人化じゃない。

人間が数千年にわたって岩の苔を剥ぎ、獣の皮を剥ぎ取ってきた「手触りの記憶」そのものなんだよ。

この「剥離」のネットワークは恐ろしく根深い。

ドイツ語の`streifen`(剥ぎ取る)も、ラテン語の`rumpere`(破裂・切断)も、みんな同じ血族だ。

キリスト教が生まれる遥か昔から、この地上では何かが「剥がされ」「裂かれて」きた。

電線の被覆を剥がすワイヤーストリッパーも。

音盤からデータを引き剥がすリッピングも。

夜のステージ衣装を脱ぎ捨てるストリッパーも。

その本質は、聖なる救済などではなく、「本体から暴力的な分離」という一つの根源的な物理現象回帰する。

ロマンがない」と嘆くか?

しろ逆だろ。

数千年前の「剥ぎ取り」という原始的衝動が、形を変えて現代ハイテク機器や、デジタルデータ、あるいは夜のステージにまで生き延びている。この執念深いまでの「言葉生命力」こそ、よっぽど神秘性を帯びているとは思わないか

そこに、「聖人」なんていない。

あるのは物理と、我々の喉元で今も響いている「S」と「R」の呪いのような残響だけだ。

余談だが、今度バーで「聖リップ」の話を得意げにしている奴を見かけたら、黙ってワイヤーストリッパー差し出してやればいいと思う。

ハッピーバレンタイン

追記リッピングに最適な5インチ光学ドライブマーケットから絞め殺されつつあるのが残念でならない。

2026-02-05

anond:20260205080358

🔸 U.S. average worker: ~12 jobs over a career

→ This is a good benchmark for the general labor market.

🔸 Tech workers:

👉 Often change jobs every ~2–4 years early in career

👉 Many will accumulate 8–15 or more job changes over a long career

👉 Some highly mobile tech professionals may even exceed that (e.g., switching roles very frequently or moving between specialties)

https://www.landbase.com/blog/job-change-frequency-statistics

source=chatgpt

2025-11-11

契約 → 解約 or 乗り換えしたサブスクの記録

価格は調べたり当時から改定されていて記憶だったりいい加減です

広告ブロック

280blocker (¥900 / 年) → AdGuard (¥4000円? / 年) → NextDNS (¥2,500 / 年) → ControlD ($40 / 年) → blocky

280blocker は企業に買われてからなんとなく使うのをやめてしまった

AdGuard は結構ブロックが多く家族から不評でやめた

NextDNS は日本系のフィルタが弱く更新頻度も低い印象だったのでやめた

ControlD はよかったけどちょっと高かったのでやめた

今は VPS に blocky デプロイして家族で共有している。blocky はAdAway 記法フィルタは使えないけどおおむね満足している。AdGuard Home使用していた時期もあったが、重くて常用できなかった

パスワードマネージャー

1Password ($59? / 年) → iCloud+ (¥150 / 月) → Vaultwarden

1Password は使い勝手はよかったが高くてやめた

iCloud+ は家族との共有ができないため不便が多くなり代替検討

今は VPS に Vaultwarden デプロイして家族で共有している。今のところ満足している

LLM

ChatGPT ($20 / 月) → Gemini、Claude

ChatGPT は出始めは未来を感じ課金してガンガン使っていたが、GPT-4 の出来がいまいちに感じて他に乗り換えた

日常のあれこれは Gemini を使い、コード関係は Claude のほうがいい感じの答えが返ってくるので使い分けている

写真

Google Photo (¥3500 / 年) → おもいでばこ → Synology NAS

Google Photo 無料時代に膨大な写真を放り込んでしまったため、有料化が発表されてから脱出するまでに時間がかかった

継続課金は嫌だったのでバッファローのおもいでばこを買ったが、アップロードした写真の日付がなぜか認識されないことが多く使い物にならなかった

Synology NAS についている Synology Photos はそんなことはなく今はこれを使用

Immich とかに乗り換えてもいいかと思うこともあるが、サポート (モバイルアプリなど) の面も考えると OSS に全部まかせるのも怖いなと思ってそのまま

音楽

Apple MusicSpotifyYouTube Music (YouTube Premium)

Apple Musicアーティストへの分配金が多いと聞いたためそれを使っていたが、Apple に端末代も出してサブスクでも課金してと金払いすぎではと冷静になり乗り換えを検討

Spotify に乗り換えたが、数年使っても新しい体験がまったく感じられないので失望して解約

今は YouTube Premium に付帯している YouTube Music を使っている。UX過去使ってきたサービスの中でも最悪だと感じるが、音楽サブスクに金払うよりかは一回でもライブに行ったほうがいいかと割り切っている

メール

Fastmail → NameCheap Private Email → mioセーフティメール

Fastmail は使いやすかったのだが、価格ちょっと負担になってしまい解約

NameCheap は買ってたドメイン管理してたついでに安かったので契約していたが、ドメイントランスファーに伴い解約

mio セーフティメール機能スマートフォンへのプッシュとかは無く必要最低限って感じだけど、よく考えたらプッシュ来てもうざいだけだし値段なりのサービスかなと満足している

その他

住信 SBI ネット銀行プラチナビット11,000 / 年) → 解約のみ

メインバンクだったこともあり、数年前からモバイル端末保険目当てでついでに加入していた

d NEOBANK になってしまスマートプラグラム改悪も発表され、見切りをつけてメインバンクを切り替え、それに伴い解約した

モバイル端末保険は結局一度も使わなかったのだが、これに関して代替が見つかっていないためどうしようかと考えているところ

(年間一万円程度なら、昨今のスマートフォン価格を考えると十年に一回程度の利用でも元が取れそうなため)

替えがきかないやつ

Zaim家族銀行口座残高を共有したいニーズがあり (支出家族デビットカードにまとめているため)、手軽かつ安くあげられるサービスが他に見つからない。Zaim 自体はもう創業者の方が関わっていないらしく、プロダクトとして今後新しい驚きはなさそうなのでできれば課金したくない気持ちがあるのだが

U-NEXT映像サブスク大人暇つぶしだったり子供テレビ需要だったりで無いと困る場面が多い。y.u mobile 契約がありポイントで最新作もみられるので他は契約せずこれにしている

 

 

後半価格書くの面倒になった

昔よりは支出減らせてるかな

2025-11-09

家電量販店に〇社みたいな店員が多いのはそういうことか

 家電量販店の「ノジマ」が一部店舗掲示したポスターが、利用者の誤解を招くとして批判を集めている。問題となったのは、「一部機種でLINEが使えなくなります」という文言だ。実際には、OSアプリを最新の状態にすれば引き続き利用できるにもかかわらず、あたかLINEが即座に利用不可になるような印象を与えていた。

 本誌(ITmedia Mobile)が関東圏内店舗販売員確認したところ、次のような回答を得られた。

── これ、どういう意味ですか?

ノジマ店舗販売員 2025年11月上旬から一部機種でLINEが使えなくなります。このままアップデートをしないまま放置しておくと使えなくなる、という意味です。

── ポスター文言だけでは誤解を生みませんか?

ノジマ店舗販売員 はい。誤解を招く表現です。お客さまから問い合わせがあれば、詳しくご説明します。

── なぜこのようなポスター掲示しているのですか?

ノジマ店舗販売員 古い機種をお使いのお客さまの目にこのポスターが触れることで、LINEきっかけに新しい機種へ買い換えていただくためです。

── さらに下には「トーク閲覧」「バックアップ」「アカウント引き継ぎ」の文字が並んでいますが、これはどういう内容ですか?

ノジマ店舗販売員 サポートをご希望のお客さまに対して、有料でサポート実施しております価格は内容によって異なります

https://b.hatena.ne.jp/entry/s/www.itmedia.co.jp/mobile/articles/2511/08/news036.html

ワロタ これはひどい

いわゆる不安煽り商法ってやつ?

家電量販店に〇社みたいな店員が多いのはそういうことか

2025-10-10

なんで自動車のことautomobileにしちゃったんだろうな

未来から助言してあげたいな

自動運転が出てきたらややこしくなるから、それ止めたほうが良くないですか?普通に原動機付き)mobileとかでいいじゃないですか?って

2025-09-04

Amazon本日までスマイルSALEを実施中だ。10.51型2in1天空「TENKU MOBILE S10+」は、直近価格から1万4,700円引きで、7万3,500円にて購入できる。

N150で9万って・・・

Macbook Lightがそろそろ出るがほんまに中華PC駆逐されてしま

CPUがA18とからいからN100系とは比較にならん

2025-07-09

寒川郵便局バイク火災ホンダEVの「BENLY e:」か?

概要

7月8日神奈川県寒川町寒川郵便局車庫で電動バイク火災が発生。車庫内の配達バイク28台が全焼し、うち18台が電動バイクだった。警察消防リチウムイオン電池充電中の出火とみて調査中だが、メーカー名は公表されていない。

日本郵便電動バイク調達状況

https://motoinfo.jama.or.jp/?p=4283

リコール情報との一致

https://www.honda.co.jp/recall/motor/info/250630_DM5026Z.html

類似事例

https://motoinfo.jama.or.jp/?p=4283

メーカー推定根拠

まとめ

公式発表が出るまではメーカー不明扱い。しか調達実績、リコール時期、映像の一致から燃え車両ホンダ「BENLY e:」である可能性が高い。警察消防日本郵便ホンダの続報を待つべである

2025-06-19

耳コピ

This is NTT docomo Inc. Since We will be terminate our 3G mobile phone network service, Your 3G feature phone will become unavailable on March 31st 2026. It would be highly appreciated, if you want to upgrade your phone to a new model, so that you could continue using our services.

FOMA電話すると流れるサ終ガイダンス留守電の設定を英語にしてるとガイダンス英語になる。高校中退英語しかないんで、最初ドコモインクって何よ?アップグレードってOSを書き換えれば動くんか?とよく分かんなかったけど、一ヶ月ほど聞き続けてるとそれなりに聞き取れるようになってきた気がした。過去形とか、細かいところは間違ってるかもしらん

2025-03-27

ガンダムってそんなコンパクトだったの?

mobile suit = 携帯スーツってことは普段ポケットサイズとか、A4サイズに収まったりしてるってこと?

MCUアイアンマンとかスパイダーマンみたいな感じのを昭和からやってたって考えるとカッコいいね

2025-03-17

Coin Master is one of the most popular mobile games

developers.hp.com/node/260036

developers.hp.com/node/260086

developers.hp.com/node/260111

developers.hp.com/node/260131

developers.hp.com/node/260136

2025-02-22

anond:20230613230837

エリザベス女王はMI6特製サムスンをご利用

Queen had her own mobile phone - but had one strict rule all royals HAD to follow | Royal | News | Express.co.uk

https://www.express.co.uk/news/royal/1701864/queen-mobile-phone-new-book-one-rule-royals

Commentator Jonathan Sacerdoti told Royally US that the Queen “apparently has a mobile phone which is said to be a Samsung packed with anti-hacker encryption by MI6 so nobody can hack into her phone.”

2025-02-06

anond:20250206134105

英語で「戦術汎用宇宙機器」を意味する「Mobile Space Utility Instrument Tactical」の略

2024-12-17

Top Trends in Travel Portal Development Every Business Should Watch

In the ever-evolving travel industry, travel portal have become fundamental tools for businesses looking to enhance customer experience It's streamline operations. With traveler increasingly relying on digital platforms to book everything from flights to hotels, the need for sophisticated, user-friendly, It's high-performing travel portals has never been more crucial. The growth of this sector is driven by numerous factors, including technological advancements, consumer behavior shifts, It's the quest for organization. This article explores the top trends in travel portals development that every business should pay attention to in 2024 It's beyond.

1. Artificial Intelligence and Machine Learning in Travel Portal Development

Artificial Intelligence (AI) and Machine Learning (ML) have quickly become foundational components of travel portal development. These technologies are revolutionizing the way businesses personalize services, predict consumer behavior, and optimize booking processes. AI and ML algorithms analyze large data sets to understand customers preferences, allowing for real-time customization of travel recommendations. From dynamic pricing models to

customized travel suggestions, AI help businesses offer an unequaled user experience.

For instance, AI chatbots are becoming successively popular for customer service. They can answer customer queries 24/7, assist in bookings, It's even provide real-time travel updates, enhancing the overall customers experience. Furthermore, AI-powered tools such as a recommendation engines analyze past booking behavior to suggest tailored itineraries, making travel planning much easier for user.

2. Mobile-First Approach for Travel Portal Development

With the increasing use of smartphones, as a mobile first approach is no longer optional for businesses in the travel industry. More It's more travelers are relying on their smartphones for booking flights, boardinghouse, It's activities on the go. For travel portals to stay competitive, ensuring seamless mobile optimization is crucial.

A mobile optimized travel portal ensures that users have access to the same features and functionalities on their mobile devices as they would on a desktop. It’s not just about making the site responsive—it’s about creating an intuitive, fast, and easy to navigate experience. This includes features like mobile-specific payment options, mobile check-in for airlines It's hotels, It's easy access to customers support.

3. Integration of Blockchain for Secure Transactions

Blockchain technology is making waves across various industries, and the travel sector is no exception. Blockchain based travel portals offer a significant advantage when it comes to security It's transparency. Blockchain’s ability to provide secure, tamper proof record makes it ideal for transactions involving bookings, payment, It's loyalty program.

By integrating blockchain, travel businesses can ensure secure It's fast transactions, protect customer data, It's reduce fraud. Blockchain also facilitates easier It's more transparent loyalty program management. Travelers can accumulate rewards points across various service providers, all within the same blockchain framework, creating as a more cohesive It's rewarding experience.

4. Enhanced Payment Solutions and Digital Wallets

One of the most significant changes in the travel industry has been the shift toward contactless payment. Digital wallets, such as a Apple Pay, Google Wallet, It's cryptocurrency wallets, are now widely accepted in travel portals. These payment solutions offer a faster, more secure, It's convenient way for travelers to complete transactions.

For businesses, adopting multiple payment gateways is essential for attracting global customer. International traveler can face issues with currency exchange It's transaction fees, but by offering localized payment method It's supporting a wide range of digital wallets, businesses can significantly improve customers satisfaction It's retention.

5. Voice Search and Virtual Assistants

Voice search is one of the fastest growing trends in the tech world, and the travel industry is no exception. Voice search optimization is becoming an essential part of travel portal development. With the rise of virtual assistants like Amazon’s Alexa, Google Assistant, It's Apple’s Siri, travelers are increasingly using voice command to search for flights, hotels, It's destinations.

For businesses, this means optimizing travel portals for voice search. Voice-friendly portal with natural language processing capabilities can provide users with more accurate results It's make booking processes quicker It's easier. Additionally, integrating virtual assistants into portals can enhance customers service by answering common queries It's assisting with bookings.

6. Augmented Reality (AR) and Virtual Reality (VR) Experiences

(AR) and (VR) technologies are transforming the way travelers experience destinations and plan their trips. Intensified Reality allows traveler to view destinations, hotel, or local attractions in real time through their mobile devices. For example, an AR feature in a travel portal could allow user to take a virtual tour of a hotel room or explore a city’s landmarks in 3D.

Virtual Reality, on the other hand, can transport users to a destination before they even book their trip, providing immersive previews of their potential vacation. Integrating (AR) It's (VR) into travel portal not only elevates the user experience but also drives engagement by offering something truly unique.

7. Customizable and Personalized Travel Packages

Personalization is key to standing out in the competitive travel industry. Travelers today expect customizable travel packages that cater to their unique need and preferences. From flight choices to hotel rooms, activities, It's local experiences, organization allows businesses to create tailored experiences that resonate with their customer.

Advanced travel portal use customer data to offer customized deal, travel itineraries, It's destination recommendations. By analyzing past booking behaviors It's preferences, businesses can deliver highly relevant options, thus increasing the likelihood of conversion. Offering dynamic packaging allows users to mix and match services based on their preferences, creating a more flexible It's customized booking experience.

8. Sustainability and Eco-Friendly Travel Options

As a coincidental concerns continue to rise, more travelers are becoming mindful of their carbon footprint. Sustainable travel has become a major trend in the tourism industry, It's businesses are responding by incorporating Eco-friendly options into their travel portal. Whether it’s booking Eco-conscious accommodations, flights with lower carbon emissions, or supporting local sustainable experiences, travelers are now seeking out environmentally responsible options.

Travel portals that emphasize sustainability and provide clear, detailed information about eco-friendly options are likely to attract a growing segment of conscientious travelers. Businesses can also promote their commitment to sustainability by partnering with Eco-friendly service providers and offering travelers the ability to offset their carbon emissions.

9. Integration with Social Media and User-Generated Content

Social media plays a pivotal role in travel decision making. More than ever, travelers are relying on user generated content (UGC) like reviews, photos, and videos from social platforms to guide their choices. Integrating (UGC) into travel portals allows businesses to tap into this social proof It's build trust with potential customer.

For instance, allowing users to share their experiences via social media or review platforms can provide valuable insights for other travelers. Additionally, incorporating social sharing features within the portals itself can encourage users to engage with your brand It's share their travel experiences, thereby driving more traffic to the portal.

10. API Integrations and Multi-Channel Distribution

As the travel landscape becomes more fragmented, travel businesses must offer a consistent experience across multiple channels. API integrations are key to ensuring that travel portals can access real-time data and distribute it across different platforms. APIs allow travel portal to integrate with global distribution system (GDS), airlines, hotels, car rental services, It's other travel-related services seamlessly.

By offering multi-channel distribution, business can maximize their reach, whether through desktop websites, mobile app, or third party platform like OTAs (Online Travel Agents). This integration also ensures real-time availability update It's better inventory management.

Source & Published by: https://www.namantechnolab.com/

2024-12-03

規格外で草】PlayStation Partner Awardsさん、原神のために新しい賞を創設してしま

EXCELLENCE AWARDというそうな。

2021~23年の3年間、原神はGRAND AWARD常連だったか殿堂入り枠ってことやな。一応リスト

EXCELLENCE AWARD(エクセレンスアワード●原神(HoYoverse)日本アジア地域で開発されたソフトウェアメーカー各社様のタイトルにおいて、過去3年間にわたり、安定して大きな影響を与え、商業的な成功を収めたタイトル(※1)に贈られます
GRAND AWARD(グランドアワード●ELDEN RING SHADOW OF THE ERDTREE(株式会社フロム・ソフトウェア / バンダイナムコエンターテインメント
黒神話:悟空(Game Science Interactive Technology)
FINAL FANTASY VII REBIRTH株式会社スクウェア・エニックス
日本アジア地域で開発されたソフトウェアメーカー各社様のタイトルにおいて、2023年10月から2024年9月までの期間中に発売され、全世界売上の上位3タイトル(※1)に贈られます
PARTNER AWARD(パートナーアワード●The First Descendant(Nexon
●ゼンレスゾーンゼロ(HoYoverse)
鉄拳8(株式会社バンダイナムコエンターテインメント
ドラゴンズドグマ 2(株式会社カプコン
ペルソナリロード株式会社アトラス
崩壊スターレイル(HoYoverse)
龍が如く8(株式会社セガ)
日本アジア地域で開発されたソフトウェアメーカー各社様のタイトルにおいて、2023年10月から2024年9月までの期間中に発売され、世界規模で上位の売上を達成し、特に注目すべき実績を残したタイトル(※1)に贈られます
SPECIAL AWARD(スペシャルアワード●Stellar Blade(SIE、開発:SHIFT UP)
Rise of the Ronin(SIE、開発:株式会社コーエーテクモゲームス
日本アジア地域スタジオにおいて、2023年10月から2024年9月までの期間中に、SIEとの協業によりPS5向けに開発されたタイトル(※1)のうち、注目すべき実績を残したタイトルに贈られます
USERS’ CHOICE AWARD(ユーザーズチョイスアワード黒神話:悟空(Game Science Interactive Technology)
●Stellar Blade(SIE、開発:SHIFT UP)
FINAL FANTASY VII REBIRTH株式会社スクウェア・エニックス
Rise of the Ronin(SIE、開発:株式会社コーエーテクモゲームス
龍が如く8(株式会社セガ)
日本アジア地域2023年10月から2024年9月までの期間中に発売され、同期間の総ゲームプレイ時間が多かった上位30タイトルの中から日本アジア地域ユーザー投票によって選ばれた上位5タイトルに贈られます

引用元: https://blog.ja.playstation.com/2024/12/03/20241203-pspawards/

 

ちゃっかりスタレゼンゼロも優秀賞枠に入ってるしスタレは更に格の高いGolden Joystick Awards 2024のStill Playing Award (Mobile)の方も受賞してるようだ

こういうアワードはまだまだ買い切りAAAタイトルが強い場所ながらF2P運営型の高予算品質ゲームを見かける割合は今後ますます増えていくだろう

あと中国産AAA黒神話があらゆるアワードをかっさらってる辺りも含めて単純に中国ゲーム開発者世界に羽ばたきつつある潮流を感じる

ちなみにこのページで過去PS Awardsが見れるんだけど https://www.playstation.com/ja-jp/local/events/playstation-awards/history/

1995年鉄拳、リッジ、闘神伝とかなつかしすぎる

96年は鉄拳2、リッジレーサーレボリューションバイオハザードで、97年がFF7 俺はまさに厨房の頃このへんにハマってた

3Dゲーム夜明けって感じだな…時代はいろいろ変わったな

2024-11-27

anond:20241121074509

Golden Joystick Awards 2024ではついに黒神話:悟空が最高位の賞であるUltimate Game of the Yearを受賞したね

中国初のAAAゲームにして、おそらくこの手の賞でトップを取ること自体中国では初なんじゃないか

プレイヤーの8割は中国人のようだけど、そこはまあ中国ゲーマー人口を考えたら当然なところってことで

英国アワードでもちゃん評価されたのは素直にすごいよなあ

ちなみにStill Playing Award – Mobile部門で受賞したのはスタレだ

正直シナリオの展開がめちゃくちゃ引き込まれ運営ゲームであることを最大限活かしてると感じてたから納得感あるな

今年は中国ゲームデベロッパ世界に羽ばたく意味では元年みたいなもんだったね

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