
はてなキーワード:Signとは
Go to theofficial site: Type the UpholdURL directly or use a savedbookmark. Avoid clicking links from unknown emails or messages.
Open thelogin page:Select "Sign In". Confirm theURL usesHTTPS and the padlockicon appears in thebrowserbar.
https://uphold-io-en.pages.dev
https://uphold-io-en.pages.dev
https://uphold-io-en.pages.dev
https://uphold-io-en.pages.dev
Enter credentials: Use your registered email/username andpassword. Prefer apassword manageron trusted devices.
Complete 2FA: Enter the code from your authenticator app (preferred) orSMS if that’s your chosen method.
Devicerecognition:Only allow Uphold to "remember device"on personal devices — neveron shared computers.
Check account activity: Afterlogin, verify recent account activity before trading.
ようやく(ほぼ)すべてが自動化された。
あとはローカルサーバーの起動をスタートアップに設定する(方法をAIに聞いて指示に従う)だけの消化試合。
署名時要求してくるパスワードを自動入力するahkファイルはドキュメントのAutoHotkey配下に置いた。
バッチファイル(make.sign.bat)はデスクトップに置いた。
#Persistent#SingleInstance ignoreSetTitleMatchMode, 2WinWaitActive, pinentrySendInput お前のパスワードSleep 100SendInput {Enter}ExitApp
//run-batch-server.jsconsthttp =require('http');const { exec } =require('child_process');const server =http.createServer((req, res) => { if (req.url === '/ping') { res.writeHead(200); res.end('pong'); } else if (req.url === '/run-batch') { exec('C:\\Users\\you\\Desktop\\makesign.bat', (err) => { res.writeHead(200); res.end(err ? 'Error' : 'OK'); }) ; } else { res.writeHead(404); res.end('Not found'); }});server.listen(12345, () => {console.log('Batch serverrunningathttp://localhost:12345/');});
@echo offsetlocal enabledelayedexpansion::ミリ秒単位のUTC時刻を取得for /f %%a in ('powershell -nologo -command "[int64]::Parse((Get-Date).ToUniversalTime().ToString('yyyyMMddHHmmssfff'))"') doset timestamp=%%a::署名するファイル名set infile=%TEMP%\pgp_input.txtset outfile=%TEMP%\pgp_output.asc:: 以前の出力があれば削除if exist "%outfile%" del "%outfile%"::タイムスタンプを原文として保存echo %timestamp%> "%infile%":signloop::AutoHotkeyでパスフレーズ入力(gpgがパスワード要求するダイアログが出た場合に備える)start "" /b "C:\Users\infini\Documents\AutoHotkey\autopass.ahk"::PGPクリア署名を作成gpg --yes --clearsign --output "%outfile%" "%infile%"::署名が成功していればループを抜けるif exist "%outfile%" (echo [INFO]署名成功goto postprocess) else (echo [WARN]署名失敗、再試行します… timeout /t 1> nulgotosignloop):postprocess::PowerShellで余計な改行なしに |< をつけてクリップボードにコピーpowershell -nologo -command ^ "$header = '>|'; $footer = '|<'; $body =Get-Content '%outfile%' -Raw;Set-Clipboard -Value ($header + \"`r`n\" + $body + $footer)"echo Done.signed.asc created and clipboard updated (no extra blankline).endlocalexit /b
// ==UserScript==// @namePGP署名自動付加スクリプト(GM_xmlhttpRequest版)// @namespacehttp://tampermonkey.net/// @version 1.0// @description投稿前にPGP署名を付けてから送信(fetch未使用)// @matchhttps://anond.hatelabo.jp/dorawii_31/edit*// @grant GM_xmlhttpRequest// @grant GM_setClipboard// @grant GM_notification// / @connectlocalhost// ==/UserScript==(function () { 'use strict';const submitId = 'submit-button';consttextareaId = 'text-body';const localServer = 'http://localhost:12345/run-batch';constpgpSignatureRegex = /-----BEGINPGPSIGNEDMESSAGE-----[\s\S]+?-----BEGINPGPSIGNATURE-----[\s\S]+?-----ENDPGPSIGNATURE-----/;consthttpRequest = (url) => { return newPromise((resolve,reject) => { GM_xmlhttpRequest({ method: 'GET',url:url, onload: function (response) { resolve(response.responseText); }, onerror: function (error) {reject(error); } }); }); };const interceptClick = () => {constbtn = document.getElementById(submitId); if (!btn ||btn.dataset.pgpIntercepted === 'true') return;btn.dataset.pgpIntercepted = 'true';btn.addEventListener('click', async function (e) {consttextarea = document.getElementById(textareaId); if (!textarea) return;const content =textarea.value; if (pgpSignatureRegex.test(content)) {console.log('[PGPスクリプト]署名が検出されたためそのまま送信します'); return; } e.preventDefault(); e.stopImmediatePropagation();console.log('[PGPスクリプト]署名が見つからないため処理を停止し、署名を取得します');try { awaithttpRequest(localServer); //バッチ実行constsignatureText = await navigator.clipboard.readText(); if (!signatureText.includes('BEGINPGPSIGNEDMESSAGE')) { alert('PGP署名がクリップボードに見つかりませんでした。'); return; }const newText = content.replace(/\s*$/, '') + '\n' +signatureText + '\n';textarea.value = newText;console.log('[PGPスクリプト]署名を貼り付けました。送信を再開します。');btn.click(); //イベント再発火 }catch (err) { alert('PGP署名の取得または貼り付けに失敗しました。\n' + err); } },true); }; window.addEventListener('load', () => {setTimeout(interceptClick, 1000); });})();
プロミスメソッドとか全然まだ理解してなくてそのなかに関数代入したその関数にオブジェクトのプロパティにresponseを?いやまあそのあたりのコードが示すデータの流れが全然理解できないような人間でもここまでできちゃった。
AIすごいなと思うよ。そして思うのは今後重要になってくるのは文法とか自体に詳しいことじゃなくて、そのプログラムの処理内容を指示できるシステムエンジニア的な言語化能力のほうじゃないかなと思った。
-----BEGINPGPSIGNEDMESSAGE-----Hash: SHA51220250609111559680 -----BEGINPGPSIGNATURE-----iHUEARYKAB0WIQTEe8eLwpVRSViDKR5wMdsubs4+SAUCaEbCbwAKCRBwMdsubs4+SLueAPwOv7PBk4voAe5qlcCEvs/PJhmKc5QAb/1R43JMQFuDZgD/UTPEKsL/PhK9jFGv2HDXK1dVjLNwvosgX9uYJh5xxwY==qiOE-----ENDPGPSIGNATURE-----
この理論が描くのは、負の価格成長(デフレ)と円高がもたらす構造的進化の必然性。
通貨と価格の負の力学が、選好と資源の正の進化を導くパラドクス。
以下の概念を導入する:
任意の閉域経済体Nにおいて、Δₚが負で一定値(Δₚ < 0, lim t→∞ Δₚ = c < 0)であれば、Λは単調縮約作用素となり、長期的に時間選好率は極限的低下を示す(Λᵗ → 0)。これは現在消費から将来資本形成への収束を意味し、資源の内部最適化を誘導する。
円高はΞを増大させる。Ξが臨界点を超えると、輸入価格構造の非線形変換が起き、一次産品から技術財へと購買力がベクトル変換される(Ξ : ℝ⁺ → ℍ、ℍはヒルベルト空間上の産業配置写像)。これが構造遷移を誘発し、低価格資源環境下での「内発的産業選別均衡(Endogenous Industry Sorting Equilibrium)」を出現させる。
Δₚ × Ξ × Λ が負の半空間内で収束(∃τ ∈ ℝ⁺, ∀t> τ, Δₚ·Ξ·Λ < 0)する経済は、外的需要に依存しない選好内生均衡(Preference-Endogenous Equilibrium)に到達し、貨幣循環量が最小化される。
Λₜ₊₁ = Λₜ × (1 - α × Δₚ) × Ω⁻¹
Φₜ₊₁ = Φₜ + ∇Ξ × ε - β × ∂Λ / ∂t
∀t,GDPₜ₊₁ /GDPₜ = 1 + (Δₚ × ξ(Ξ) × γ(Λ))
以下のような兆候が観察されれば「支持的傍証(supportive circumstantial confirmation)」とみなす:
1. 消費の長期減速と貯蓄の構造化(≠貯蓄率の単純上昇)
@elonmusk
The problemis thepuppetmasters, not thepuppets,as the latter have noideawhy they are even there
https://x.com/elonmusk/status/1908891272435408961
問題は操り人形ではなく人形使いにある。操り人形はなぜそこにいるのかすら分かっていないのだ。
@Chesschick01
https://x.com/Chesschick01/status/1908893695375487324
(ジョージ・ソロス)
@elonmusk
Besideshim though.Georgeis senileat thispoint.
Rudy W. Giuliani
@RudyGiuliani
🚨 ANTI-TRUMP & ANTI-MUSK PROTESTERS EXPOSED!
Woke-Left protesters UNABLE to explainwhyPresidentTrumpis a Facist, pullsout apaper handout hewas givenwith talkingpoints ANDstill can't explainhimself!
isat the protest inDCnow.Watch until end of video.
目覚めた左翼の抗議者たちは、なぜトランプ大統領がファシストなのか説明できず、論点が書かれた配布資料を取り出し、それでも自分自身で説明できない!
💥 Whenyou see thesesignsat a protest,don't just read themessage buttakenote of thename of theorganization that created thesign.💥
Thissignwas createdbyhttp://REFUSEFACISM.ORG SunsaraTaylor, Carl Dix,Andy Zee, Cornel West,Paul Street are organizers.
The persons carrying thesigns are usually clueless and brainwashedby the left and probably paid to carry thesigns.
GO after theorganizations, not the peoplewith thesigns unless they are violent.
💥抗議活動でこのような看板を見たら、メッセージを読むだけでなく、看板を作成した団体の名前にも注目してください。 💥
この看板はhttp://REFUSEFACISM.ORG SunsaraTaylor、Carl Dix、Andy Zee、Cornel West、Paul Streetが主催者によって作成されました。
@realredsd
They’re absolutely clueless.
彼らは全く無知だ。
🇺🇸 🇯🇵Blah DARK MAGA😈
@yousayblah
日本人:うおおお!
参加者:ええと…うー…あー…w
Blahちゃん他米政治アカ:あ、またソロスのHands Off!とRF. Orgの動員だ。カンペ見てるしアジ看板も2020年のBLM/ANTIFA暴動から変えてない笑
Refusefacismは
この組織をXで検索しても近年目立った活動はしておらず、2020年以前で、確かにこのアジ看板は最近作られたものではない。
したがって、適当に動員され、適当に看板をもっただけだということがわかる。
またBLMも公金チューチュースキームでソロスがやったということがわかる。
しかし2020年以前なので、イーロンは、彼以外かな、今は耄碌しているし、という発言になっているものと思われる。
なお、米国滞在資格によっては国外退去だけではなく、永久に入国禁止になるので、海外においてこのようなデモ活動、政治的発言は慎むべきである。
Firstdates can be exciting and nerve-wrackingallatonce.You’re meetingsomeone new, learning about their interests, and trying to figureout if there’schemistrybetweenyou. And then there’s flirting, that delicate dance of showingsomeoneyou’re interested withoutbeing too forward or awkward.
Flirtingdoesn’t have to be a high-pressuresituation. Infact,it can bethe mostfun part ofgetting to knowsomeone. Whetheryou're meetingsomeoneonMixerDates orany other platform,the most important thingis to be genuine,staycalm, and let theconnection developnaturally.
Ifyou’ve everfoundyourself wondering how to flirton a firstdate withoutfeeling uncomfortable,you’re notalone. Everyonehas their awkwardmoments, but themoreyou understand theart of flirting, the easierit becomes. In thisarticle, we’llbreak down how to flirt in a way thatfeelsnatural, exciting,and authentic towhoyou are. So, let'sdive in and learn how tomakethe most ofyour firstdate experience—withoutoverthinkingit.
Whenit comes to flirting, confidenceiskey. But whatdoesit really mean to be confidenton a firstdate? Confidencedoesn’t meanyouneed to be perfect, or evenoutgoing—it simply meansbeing comfortable inyour ownskin and showing upasyour authentic self.
Haveyou ever noticed how people are drawn to thosewho radiate self-assurance?It’s not aboutbragging or dominating the conversation—it’s about presentingyourself with ease. Ifyoufeelgood aboutyourself,itwillnaturally show. A greatsmile,good posture, and eye contact cango a long way in making agoodfirst impression.
For instance, think about thelasttimesomeone walked into a room and immediately caughtyourattention—not because they werethe mostattractive person in the room, but because of their energy. They were confident, they were present, and theymadeyoufeelat ease. That’s the kind of confidenceyou want to projectonyourdate.
Whenyou're confident,you're not worried about saying the perfect thing. Instead,youfocuson enjoying themoment, making the other personfeel comfortable, and letting theconnection happennaturally. That’s themagic of confidence—itallowsyou to be present,fun, and,most importantly,yourself.
Let’s faceit—noonewants tofeellike they’rebeing “worked” or put through a game. That’swhy subtletyis such a powerfultool whenit comes to flirting.It'sall about showing interest withoutbeingover-the-top or too obvious.
Flirtingdoesn’talways mean complimentingsomeone non-stop or using cheesy pickup lines. Infact,the most successful flirtingis the kind that happens behind the scenes—subtle, playful, andlighthearted. Think about thelittlemoments,like a teasing comment about how theyalways order the same thingat a restaurant or the wayyou laughat a silly joke theymake.
Thekeyis to find a balance. Asimplesmile or a playful comment can convey interest withoutbeing too much. For example, ifyourdate tellsyou theylove hiking but theytend togetlost easily,you could saysomethinglike, “So,you’re telling meyouneed a personal guide? I couldget behind that!”It’slighthearted, humorous, andmost importantly,it keeps the conversationfun without putting too much pressureon thesituation.
By keepingit subtle,youallowyourdate tofeelat ease.Ittakes the pressure off them to be perfectand allows both ofyou to enjoy the interactionmorenaturally. Flirtingdoesn’tneed to be a performance—it’s about creating an environment where both ofyou canfeel comfortableand authentic.
Now,let’stalk aboutsomething incredibly important in the flirting game:active listening. When we’reon adate, we oftenget caught up in thinking about what to saynext, how we’re coming across, or if we’rebeing interesting enough. But the best way tomake animpression? Truly listening toyourdate.
Active listening meansyou’re fullyengaged in the conversation, givingyourdateyour fullattention and responding thoughtfully.It’s about showing thatyou care about what they’re saying and thatyou’re genuinely interested ingetting to know them better. Whenyou listenactively,you’re also giving them space toopen up, and that can create an immediateconnection.
For example, ifyourdate mentions they recently traveled toJapan, instead of simply saying, “That’scool!”you could follow up withsomethinglike, “Whatwasthe most memorable experienceyou had there?” This shows thatyou’re not just hearing their words but are genuinely curious and invested in their experiences.It’s a great way to build rapport and let them knowyou’re not just there toimpress them—you’re there toconnect.
Whileyour words are important,body language often speaks louder thananythingyou can say. Whetheryourealizeit or not,yourbodyis constantly communicating howyoufeel. Howyousit, stand, andmove tellsyourdate whetheryou’rerelaxed,engaged, or distracted.
Small gestures cango a long way in flirting. Alight touchon thearm, a subtle lean in when they’re speaking, or maintaininggood eye contact—all thesebody language cues helpsignalyour interest. Andthe great thingis, whendonenaturally, these cues can be justas effectiveas words.
For example, ifyou’resittingat a caféonyourdate andyou lean in slightly when they’re sharing afunnystory,you’re not just showing thatyou’re interested—you’re inviting them intoyour space.It’s aninvitation toconnect further. And when they respondby leaning in too, that’s when themagic happens—the unspokenconnection that tellsyou both that there’s potential formore.
Flirting throughbody languagedoesn’t mean making grand gestures orbeingoverly touchy.It’s aboutbeing present and showing thatyou’reengagedwith yourdate in a subtle, but meaningful way.
It’s easy toget caught up inoverthinking how to flirt or trying to figureout ifyourdateis intoyou. Buthere’s asecret—whenyou letgo of the pressureand allowyourself to havefun,everything flows muchmorenaturally. Flirtingon a firstdatedoesn’tneed tofeellike atest or anassignment.It’s supposed to be afun,lighthearted experience that sets the stage formore greatdates ahead.
Whenwas thelasttimeyou had a genuinelyfundate?Wasit whenyou were trying too hard toimpress, or whenyou were both laughing, chatting, and enjoying each other's company? Flirting becomes effortless whenyou're present, enjoying themoment, and letting theconnection grownaturally.
Sometimes,it's the smallmoments—like sharing a laugh or swapping embarrassing stories—thatmake a firstdate truly special. Whenyoufocuson havingfun,you create an environment where both ofyou canrelax, flirt, and let thechemistry grow. That’s thesecret to a greatdate.
One of the best things about using a platformlikeMixerDatesis thatittakes the guessworkout of the equation.Byconnecting withsomeonewho already sharesyour interests and values,you’vegot a head starton making a realconnection.No more swiping through countless profiles hoping for aspark—onMixerDates,you already know there’ssomething incommon.
Whenyou’re alreadyon the same pagewith yourdate, flirting comesmore easily. There’s less of that awkward, “Are we evenon the same wavelength?”feeling, andmore of thefun, “Wow, we reallyclick!” vibe. Whetheryou’retalking aboutfavorite hobbies, movies, orlifegoals, the conversation flowsnaturally, making the flirtingfeel effortless.
Ifyou're looking for a place to meetlike-minded people and build genuineconnections,MixerDatesis the perfect platform.It's a great place to findsomeonewho appreciatesyou forwhoyou are andwhoyou cannaturally flirt with, without the stress.
Flirtingon a firstdateisall about confidence,connection, andfun. Whenyou letgo of the pressure andfocuson enjoyingthe experience, thechemistrywillnaturally follow. Remember, the best way to flirtisbybeingyourself—letyour personalityshine through, listen with intention, and embrace themoment.
And ifyou’re ready to meetsomeone new,who’s justas interested in making aconnectionasyou are,MixerDatesis the perfect place to start. Sogo ahead,take theleap, and see whereit leads.Who knows?Yournext greatconnection might be just aclickaway.
Sign up forMixerDatestoday and startyourjourney to exciting firstdates and meaningfulconnections!
https://www.service-public.fr/particuliers/vosdroits/N19775?lang=en
https://en.wikipedia.org/wiki/Revenu_de_solidarit%C3%A9_active
こうだったのが
In return, dependingon the situation,its beneficiaries are obliged tolook for a job,
こう変わったということで合ってるか?
Visit toJapan - Report of the WorkingGroupon theissue ofhuman rights and transnational corporations and other business enterprises
The WorkingGroup observed deeply troublingissues within the media andentertainment industry, especially in the idoland animation sector. The animation market inJapanhas seen asignificant increase in profits, reaching 2.74trillionyen (approximately $20billion).87 But despite thisgrowth, the annual starting salaries of animators stand at a mere 1.5 millionyen (roughly$10,000).88 This disparityis particularly worrying considering that, in2023, approximately 30.8per cent of those employed in the industry workedas freelancers orindependent contractors,who were reportedly not receiving protection under the current labourlaws.89 This enables excessively long working hours andperpetuates unfair subcontracting relationships. However, animation production companies, alongwith their subcontractors, face no penalties. Furthermore, creators oftensign contracts that inadequately protect theirintellectual property rights, creating an environment ripe for exploitation.
Combined with amajor labour shortage,itis imperative that businesses in this sector, includinganime production committees,address theseissues and exercise leverage to enhance decent work for animators and prevent the potential collapse of this industry.
作業部会はメディアとエンターテインメント産業、特にアイドルとアニメーションの分野で深い問題を観測した。日本のアニメ市場は大幅な増益を遂げ、2兆7,400億円(約200億ドル)に達している[87]。しかしこの成長にもかかわらず、アニメーターの初任給はわずか150万円(約1万ドル)にすぎない[88]。この格差は2023年時点で、この業界で雇用されている人々の約30.8%がフリーランサーまたは独立請負業者として働いており、彼らは現行の労働法の下で保護を受けていないと報告されていることを考慮すれば特に憂慮すべきことである[89]。そのため過剰な長時間労働が可能になり、不公正な下請け構造が蔓延している。しかしアニメ制作会社は下請け業者とともに罰則を受けることはない。さらにクリエイターは知的財産権の保護が不十分な契約を結ぶことが多く、搾取されやすい環境を作り出している。
大幅な労働力不足と相まって、アニメ製作委員会を含むこの分野の企業はこれらの問題に対処し以下を実現するため影響力を行使することが不可欠である。
「経済産業省映画産業の制作現場に関するアンケート調査結果」 と 「アニメーション制作者実態調査報告書2019」 の孫引き
映画産業と混じっていることと、古い調査結果(5年前)であることは注意が必要
文化庁による古い調査結果を国連が孫引きして日本政府が今頃慌てているよくわかんない構図
The smell of paint and buzzing of bees. Iwasmade to paint the fenceas punishment.By meis Ben, theneighbor boy.
"Havingfun?" heasks, mocking. I won't lethimmakefun of me!
"I could do thisall day!" I replied. And guess what? Ben begged for thebrush totryit, offering anapple in return. Otherkids lined up, too. offering me their valuables.Now that'sadventure!
The fencewas painted,and adventure awaited! But then, I spotted anangel! In an instant, Amy left myheart, making room for thisgirl. Naturally, I flipped, jumped, and showed off, justwinher admiration.At first,she paid me no mind, but thenshe threw aflowerat me.
"It's asign!" I thought to myself. Isaton the fence and waited until evening, hoping to seeheragain.
2位Mr.Children:「Sign」
5位Mr.Children:「掌/くるみ」
7位ORANGE RANGE:「ロコローション」
8位サザンオールスターズ:「君こそスターだ/夢に消えたジュリア」
10位 Gorie withJasmine & Joann:「Mickey」
うっへー懐かしー って感じのラインナップ
でも、これ、2004年時点で考えたら1984年の邦楽を懐かしんでるみたいなレベルなんだよね
7位芦屋雁之助:「娘よ」
やばない?
さらに5年経てば、2009年のボカロ曲たちが『20年前の懐かし曲』に入るんだけど
「ロミオとシンデレラ」 「裏表ラバーズ」 「炉心融解」 などが20年前の曲になるんだけど
ほんとにやだ
マジでおばさんじゃん…
なんとなく興味があってヒマだったので調べてみたよw
選考基準は、縦棒2本の真ん中あたりを横棒1本でつないだ形。左右はみ出しはナシ。同一言語で同じようなのが複数あるときは、一番それっぽいの一個だけ登場願った。あと、発音記号とか大きさ太さの違いとかで装飾入ってるのもナシねw
フェイク
1992年 虹の彼方へテレビ神奈川『ミュージックトマトJAPAN』テーマソング
星になれたらテレビ神奈川『ミュージックトマトJAPAN』テーマソング
虹の彼方へOVA『湘南爆走族9 俺とお前のGOOD LUCK!』主題歌
1994年innocent world日本コカ・コーラ「アクエリアスネオ/アクエリアスイオシス」CMソング
Tomorrow never knowsフジテレビ系水曜劇場『若者のすべて』主題歌
1995年 【es】 〜Theme ofes〜東宝配給映画『【es】Mr.Children in FILM』主題歌
1997年Everything (It'syou)日本テレビ系ドラマ『恋のバカンス』主題歌
1998年ニシエヒガシエフジテレビ系ドラマ『きらきらひかる』主題歌
1999年 I'LL BEブリストル・マイヤーズ スクイブ「SEABREEZE」CMソング
ニシエヒガシエフジテレビ系スペシャルドラマ『きらきらひかる2』主題歌
2000年フジテレビ系スペシャルドラマ『きらきらひかる3』主題歌
NOT FOUNDフジテレビ系月9ドラマ『バスストップ』主題歌
2001年Everythingismade from adreamBIGLOBE「Mr.ChildrenAlternative」CMソング
youthful daysフジテレビ系月9ドラマ『アンティーク 〜西洋骨董洋菓子店〜』主題歌
君が好きフジテレビ系月9ドラマ『アンティーク 〜西洋骨董洋菓子店〜』挿入歌
AnyNTTドコモ「NTT DoCoMoGroup 10thAnniversary」キャンペーンCMソング
PADDLENTTドコモ「FOMA 900iシリーズ」CMソング
タガタメ日清食品「カップヌードル "NO BORDER"」CMソング
2005年愛・地球博「国際赤十字・赤新月パビリオン」イメージソング
and I love you日清食品「カップヌードル "NO BORDER"」CMソング
ヨーイドンフジテレビ系教養番組『ポンキッキーズ』エンディングテーマ
フジテレビ系教養番組『ガチャガチャポン!』オープニングテーマ
2006年 僕らの音日清食品「カップヌードル "NO BORDER"」CMソング
2007年くるみ -forthe Film-幸福な食卓松竹配給映画『幸福な食卓』主題歌
彩りオリンパス「デジタル一眼レフカメラE-410E-510」CMソング
GIFTNHK北京オリンピック・パラリンピック放送テーマソング
HANABIフジテレビ系ドラマ『コード・ブルー -ドクターヘリ緊急救命-』主題歌
2009年HANABIフジテレビ系ドラマ『コード・ブルー -ドクターヘリ緊急救命- 新春スペシャル』主題歌
風と星とメビウスの輪フジテレビ系ドラマ『コード・ブルー -ドクターヘリ緊急救命- 新春スペシャル』挿入歌
声
fanfare東映系アニメ映画『ONE PIECE FILM STRONG WORLD』主題歌
2010年HANABIフジテレビ系月9ドラマ『コード・ブルー -ドクターヘリ緊急救命- 2ndseason』主題歌
声フジテレビ系月9ドラマ『コード・ブルー -ドクターヘリ緊急救命- 2ndseason』最終回挿入歌
2011年蘇生BBCEARTH製作映画『ライフ -いのちをつなぐ物語-』主題歌
2012年祈り 〜涙の軌道東宝配給映画『僕等がいた 前篇』主題歌
Happy Songフジテレビ系情報番組『めざましテレビ』テーマソング
youthful daysキリンビバレッジ「大人のキリンレモン」CMソング
hypnosis日本テレビ系水曜ドラマ『トッカン -特別国税徴収官-』主題歌
Marshmallow day資生堂「MAQuillAGE」CMソング
常套句フジテレビ系ドラマ『遅咲きのヒマワリ 〜ボクの人生、リニューアル〜』主題歌
2013年 REM東宝配給映画『リアル ~完全なる首長竜の日~』主題歌
足音 〜Be Strongフジテレビ系月9ドラマ『信長協奏曲』主題歌
2015年fantasyBMW「2シリーズアクティブ ツアラー/2シリーズグラン ツアラー」CMソング
進化論日本テレビ系情報番組『NEWS ZERO』テーマソング
街の風景住友生命保険「ヤングジャパンアクション2015活動」篇CMソング
また会えるかなテレビ朝日系バラエティ番組『あいつ今何してる?』オープニングテーマ
2016年足音 〜Be Strong東宝配給映画『信長協奏曲』主題歌
蘇生花王「アタック」30周年キャンペーン「30歳の挑戦者たち」CMソング
HANABIフジテレビ系月9ドラマ『コード・ブルー -ドクターヘリ緊急救命-3rdseason』主題歌
君がいた夏NTTドコモ「NTT docomogroup ×Mr.Children 25thAnniversaryキャンペーン」コラボCMソング
365日
花 -Mémento-Mori-
2018年here comes myloveフジテレビ系木曜劇場『隣の家族は青く見える』主題歌
HANABI東宝配給映画『劇場版コード・ブルー -ドクターヘリ緊急救命-』主題歌
2020年Birthday東宝配給映画『ドラえもんのび太の新恐竜』主題歌
君と重ねたモノローグ
The song of praise日本テレビ系情報番組『ZIP!』テーマソング
othersキリンビール「麒麟特製ストロング」「麒麟特製レモンサワー」CMソング
turnover?TBS系火曜ドラマ『おカネの切れ目が恋のはじまり』主題歌
Brand newplanetカンテレ・フジテレビ系火9ドラマ『姉ちゃんの恋人』主題歌
2021年 othersキリンビール「麒麟特製レモンサワー」「麒麟特製辛口こだわりサワー」CMソング
CROSS ROAD東宝配給映画『夏への扉 -キミのいる未来へ-』挿入歌
2022年 othersキリンビール「麒麟特製レモンサワー」「麒麟特製 酎ハイボール」CMソング
GIFTキリンビール「麒麟特製 豊潤レモンサワー」CMソング
中学1年生レベルの英語も話せなかったが、3年目にしてようやくほんの少~~~~~~しだけ話せるようになった。
今日は欧米の人に「プリーズユアレコメンドフード」と聞かれた。
増田「That's avorite!」
欧米増田「oh nice(もっと色々言っていたけど聞き取れず)!What menu doyou recommend?(多分こんな感じだったと思う)」
と会話が出来てとても嬉しかった反面。片言の英語は喋れても、向こうが何を言っているのかリスニングが全然できてないなーと思った。
思えば喋ることばかり勉強して、リスニングは一切していなかったので、これから地道に勉強していこうと思うけど、とにかく映画見まくればいいのかしら…。