投稿時間:2023-03-30 17:30:46 RSSフィード2023-03-30 17:00 分まとめ(40件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] レクサス初のEV専用モデル「RZ」が発売 特徴は? https://www.itmedia.co.jp/business/articles/2303/30/news193.html itmedia 2023-03-30 16:45:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] そごう・西武の売却を無期限で再延期 セブン&アイが正式発表 https://www.itmedia.co.jp/business/articles/2303/30/news190.html itmedia 2023-03-30 16:20:00
IT ITmedia 総合記事一覧 [ITmedia PC USER] マウス、直営9店舗で「ダイレクトショップセール」を実施 3月31日~4月27日 https://www.itmedia.co.jp/pcuser/articles/2303/30/news191.html itmediapcuser 2023-03-30 16:16:00
IT ITmedia 総合記事一覧 [ITmedia News] 「モバマス」きょうサービス終了 11年の歴史に幕 Twitterトレンド1位に https://www.itmedia.co.jp/news/articles/2303/30/news187.html itmedia 2023-03-30 16:10:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] LEXUS、バッテリーEV「UX300e」を一部改良 航続距離が512キロに伸長 https://www.itmedia.co.jp/business/articles/2303/30/news183.html evbev 2023-03-30 16:07:00
TECH Techable(テッカブル) 軽やかでエレガントな味わいへ。世界で活躍するワインのプロに聞く、アルゼンチンワインの今 https://techable.jp/archives/201984 高品質 2023-03-30 07:30:20
TECH Techable(テッカブル) 陸海空の兵器を操作できるゲーム「War Tunder」大型アプデ。30種類以上の新兵器実装 https://techable.jp/archives/201750 exnoa 2023-03-30 07:00:33
python Pythonタグが付けられた新着投稿 - Qiita [ローカル環境] faster-whisperを利用してリアルタイム文字起こしに挑戦 https://qiita.com/reriiasu/items/920227cf604dfb8b7949 fasterwhis 2023-03-30 16:18:24
python Pythonタグが付けられた新着投稿 - Qiita Stable Diffusion で画像生成するDiscordBotを作成! https://qiita.com/yodystudying/items/d9339345bc846c5299d6 discordbot 2023-03-30 16:14:17
Linux Ubuntuタグが付けられた新着投稿 - Qiita AppImage形式のアプリの作り方 https://qiita.com/nnjn-fish/items/a7de9d799774898f3c1e appimage 2023-03-30 16:38:57
AWS AWSタグが付けられた新着投稿 - Qiita AWS IAM Identity Center でタグおよびアカウントIDをもとに権限制御する許可セットの例 https://qiita.com/hayao_k/items/5796704b736bd019904e awsiamidentitycenter 2023-03-30 16:21:57
Git Gitタグが付けられた新着投稿 - Qiita 3/30 git part2 https://qiita.com/TeihenEngineer/items/0099b26136fd1f19bb0a gitpart 2023-03-30 16:46:56
技術ブログ Developers.IO Kinesis Data Firehoseの「動的パーティショニング機能」でJSONが1行で繋がった形式をパース処理させる https://dev.classmethod.jp/articles/kinesis-data-firehose-dynamic-partitioning-json-parse/ dynamicpartitioning 2023-03-30 07:40:08
技術ブログ Developers.IO AWS Builder Labs (セルフペースラボ) の Introduction to Amazon EC2 Auto Scaling をやってみた https://dev.classmethod.jp/articles/aws-builder-labs-introduction-to-amazon-ec2-auto-scaling/ awsbuilderlabs 2023-03-30 07:15:25
海外TECH DEV Community IJulia: The Julia Notebook https://dev.to/ifihan/ijulia-the-julia-notebook-24m1 IJulia The Julia NotebookThere are various tools available for developers to use for building and executing several commands They include Code Editors Integrated Development Environment IDE and Notebooks Each tool has its use case and purpose The tool of special interest is the Notebook A notebook is a type of programming editor that allows users to write run and debug code in an interactive environment Notebooks are a great way to keep track of code as they allow you to write code and see the output of your code in the same window Some of the benefits of using a notebook include Support for multiple languages Easy debugging Rich output and Collaboration In this article we will explore the IJulia notebook a powerful tool for data analysis and scientific computing What is IJulia IJulia is an interactive notebook environment powered by the Julia programming language Its backend is integrated with that of the Jupyter environment The interface is web based similar to the iPython notebook It is open source and cross platform IJulia environment can also be used by IPython and it allows for the interaction of Julia code on the web browser including support for plotting images formatted text and many more If you re familiar with Jupyter Notebook it would be easy to use the IJulia notebook as they both have the same interfaces Why use IJulia IJulia combines the power of the Julia language with the interactivity of the Jupyter notebook interface As a Julia developer using IJulia as a code editor serves the following purposes It enables users to build and debug code as well as evaluate and visualize data IJulia makes it easy to quickly get started with Julia without having to install any additional software or libraries It provides an intuitive interface for coding and data visualization making it a great choice for those looking to get started with data science Getting Started with IJuliaThis section would be going through the process of getting started with the IJulia notebook InstallationTo begin with IJulia the Julia Language has to be downloaded first If Julia is already installed this part can be skipped After installing Julia head over to the Julia REPL and type in the following commandsusing PkgPkg add IJulia Another method of installation is by entering the pkg mode by typing in in your terminal and then add IJuliaadd IJuliaNote To exit the package terminal simply hit the backspace button Any of the commands install IJulia and the kernel specification that tells Jupyter how to launch Julia For more in depth information about the installation process visit the manual installation page Running IJuliaAfter installing it to your taste and style you can now run IJulia In the IJulia REPL and type in the following commands with the julia gt promptusing IJulianotebook This would launch the notebook in your default browser The first time you run the notebook command it is going to ask for permission to install Jupyter Hit on enter to allow it to use the Conda jl package access Miniconda to install a minimal Python Jupyter distribution For more information on how to customize how to run IJulia on your Operating System or local machine visit the documentation page on how to run IJulia It should bring up a webpage similar to thisClicking on the “New dropdown would give you options for the available notebooks For example I have Notebooks Julia and installed There is also a Python notebook available Operations in IJuliaIn this section some basic operations that can be done in the IJulia environment would be discussed To begin create a New Notebook New →Julia version name in my case Julia Printing “Hello World In the new notebook created click on the first cell and type inprintln Hello World Run the cell with the “Run option or use the shortcut “Shift Enter on Windows or Mac Your result would be in the formatNow you ve printed a Julia code in your notebook Let s move on to writing a function Writing a FunctionIn the next cell let s declare a function that takes a list and returns a new list with unique elements of the first list function uniquelist list new list Set for el in list push new list el end return collect new list endTake for example a list this would return the list of unique numbers i e Let s plot a graph now Plotting a GraphLike it was stated earlier IJulia supports plotting For this purpose the Plots jl library would be used To add the Plots jl package go to a new cell and type in the followingusing PkgPkg add Plots This would begin the process of downloading and installing the package After downloading let s draw a line The first step is to instantiate the package then draw the line using Plotstitle Drawing a Straight Line plot arrow true color black linewidth label Which would give a result belowTo save a plot use the savefig to savesavefig plot name png Let s plot the Lorenz Attractor from the Plots jl documentation Which would give us a lovely GIF Viewing tablesIJulia also supports viewing and manipulating tables To create a table first install the DataFrames jl package by running the following command in a new cell using PkgPkg add DataFrames After installing the package create a new cell and type in the following commands to create a new table using DataFramesdf DataFrame A B a b c This would create a table with two columns A and B and three rows To view the table simply run the cell Many other operations can be carried out on the IJulia notebook like Use of markdown and latex for text formatting and mathematical expressions and importing and exporting data in various formats such as CSV Excel and JSON among others ConclusionIJulia offers a powerful and interactive environment for developers to write manage and test code in the Julia programming language Its integration with Jupyter and support for data visualization make it a great choice for data scientists and other researchers With IJulia users can quickly get started with Julia without having to install any additional software or libraries and benefit from the productivity and debugging tools that come with a code editor 2023-03-30 07:53:59
海外TECH DEV Community Some secret git tricks that come in handy https://dev.to/atordvairn/some-secret-git-tricks-that-come-in-handy-2k8i Some secret git tricks that come in handyhere are some secret Git tricks Amending the Last CommitWhen you commit changes to a Git repository you create a new snapshot of your code Sometimes you may realize that you forgot to include a file made a typo in a commit message or made other small changes that you d like to include in the last commit Git allows you to amend the last commit with the amend flag amend the last commit with a new messagegit commit amend m New message amend the last commit without changing the messagegit commit amend no edit ReflogGit keeps track of all the changes you make to your repository including commits merges and other operations The reflog is a log of all the changes to the Git repository including all the commits branch changes and other operations You can use the reflog to recover lost commits reset to a previous state or undo a rebase To view the reflog run view the refloggit reflog reset to a previous state using the refloggit reset HEAD N Interactive RebaseInteractive rebase is a powerful tool that allows you to edit reorder or delete commits before merging them into the main branch This is especially useful when you re working on a feature branch and want to clean up the commit history before merging it into the main branch To start an interactive rebase run start an interactive rebasegit rebase i HEADN edit a commit message in the rebasepick Old messagereword New message reorder commits in the rebasepick First commitpick Second commitpick Third commit delete a commit in the rebasepick First commitdrop Second commitpick Third commit Git AliasesGit aliases allow you to create custom shortcuts for Git commands This can save you time and typing especially for frequently used commands To create a Git alias run create a Git alias for a commandgit config global alias ci commit use the alias to commit changesgit ci m Commit message Git StashGit stash allows you to temporarily save changes that you re not ready to commit yet without creating a new branch or committing the changes To stash changes run stash changesgit stash apply the most recent stashgit stash apply apply a specific stashgit stash apply stash N list all stashesgit stash listThese are just a few of the many secret Git tricks that can help streamline your workflow improve collaboration and enhance security With these tips and tricks you ll be able to take your Git skills to the next level and become a more efficient and effective developer 2023-03-30 07:45:30
海外TECH DEV Community SSH cheatsheet https://dev.to/hshoja/ssh-for-cheatsheet-2e72 SSH cheatsheetSecure Shell SSH is a protocol that allows you to securely connect to a remote system and access its resources Here are some common SSH parameters with examples p This parameter is used to specify the port number to connect to on the remote server By default SSH uses port Example ssh p user example comThis will connect to the remote server at example com on port i This parameter is used to specify the path to the private key file to use for authentication Example ssh i ssh mykey pem user example comThis will connect to the remote server at example com using the private key file located at ssh mykey pem l This parameter is used to specify the username to use when connecting to the remote server Example ssh l myuser example comThis will connect to the remote server at example com using the username myuser X This parameter is used to enable X forwarding which allows you to run graphical applications remotely Example ssh X user example comThis will connect to the remote server at example com and enable X forwarding v This parameter is used to enable verbose mode which provides more detailed output for troubleshooting purposes Example ssh v user example comThis will connect to the remote server at example com and enable verbose mode nNT command is used to create a secure tunnel between a local and remote machine allowing traffic to be forwarded securely between them ssh nNTL service user example com p n This flag tells ssh not to execute a remote command This is useful when you just want to create a tunnel and don t need to execute any commands on the remote machine For example ssh n user example com N This flag tells ssh not to start a shell or execute any commands on the remote machine This is useful when you just want to create a tunnel and don t need to interact with the remote machine at all For example ssh N user example com T This flag tells ssh not to allocate a pseudo terminal on the remote machine This is useful when you just want to create a tunnel and don t need to interact with the remote machine s terminal For example ssh T user example comThese are just a few examples of the many parameters that can be used with SSH You can use the man ssh command to see a full list of available parameters and their descriptions 2023-03-30 07:41:52
海外TECH DEV Community JavaScript, useState React Array Handling methods. https://dev.to/itskunal/javascript-usestate-react-array-handling-methods-1lag JavaScript useState React Array Handling methods we often used variable of array type with useState hook in react and came in a dead end where our variable doesn t update as wanted so here are some ways Considerconst fruits apple orange grapes strawberry const fruitsState setFruits useState fruits ReadTo read data in variable u can simply write lt gt console log fruits lt ul gt fruitsState map fruit gt return lt li gt fruit lt li gt lt ul gt lt gt UpdateTo update elements in arraysetFruits setFruitsState filter fruit gt Lovely fruit AddsetFruits newFruit fruitsState DeleteTo delete elements from array select a fruitconst deleteFruit apple setFruits fruitsState filter fruit gt fruit deleteFruit Enjoy Hacking CRA create react app Read more articles about react and its libraries That s it for this article hope you get something useful Share your thoughts on this article in socials Let s Connect Tweet Thanks 2023-03-30 07:35:46
海外TECH DEV Community Use new heap memory percentage strategy to control automatic GC frequency https://dev.to/gopher/use-new-heap-memory-percentage-strategy-to-control-automatic-gc-frequency-4c7f Use new heap memory percentage strategy to control automatic GC frequencyThe value parts which contain pointers and are known clearly alive by Go runtime are called scannable root value parts call roots below Value parts allocated on stack and direct parts of global package level variables are the main sources of roots To simplify the implementation the official Go runtime views all value parts allocated on the stack as roots including value parts without pointers Root memory blocks host roots For the official standard Go runtime before version roots had no impact on the new heap memory percentage strategy since version they have The new heap memory percentage strategy is configured through a GOGC value which may be set via the GOGC environment variable or modified by calling the runtime debug SetGCPercent function The default value of the GOGC value is We may set the GOGC environment variable as off or call the runtime debug SetGCPercent function with a negative argument to disable the new heap memory percentage strategy Note doing these will also disable the two minute auto GC strategy To disable the new heap memory percentage strategy solely we may set the GOGC value as math MaxInt If the new heap memory percentage strategy is enabled the GOGC value is non negative when the scan mark phase of a GC cycle is just done the official standard Go runtime version will calculate the target heap size for the next garbage collection cycle from the non garbage heap memory total size call live heap here and the root memory block total size called GC roots here according to the following formula Target heap size Live heap Live heap GC roots GOGC For versions before the formula is Target heap size Live heap Live heap GOGC If the heap memory total size approximately exceeds the calculated target heap size the next GC cycle will start automatically Note the minimum target heap size is GOGC MB which is also the target heap size for the first GC cycle We could use the GODEBUG gctrace environment variable option to output a summary log line for each GC cycle Each GC cycle summary log line is formatted like the following text in which each presents a number and means ignored messages by the current article gc s gt gt MB MB goal MB stacks MB globals Note in the following outputs of examples to keep the each output line short not all of these fieldswill be shown Let s use an unreal program as an example to show how to use this option package mainimport math rand time var x intfunc garbageProducer rand Seed time Now UnixNano for i i n rand Intn for j range x x j make int lt lt n for k range x j x j k new int time Sleep time Second func main garbageProducer GODEBUG gctrace go run main gogc s ms clock ms cpu gt gt MB MB goal MB stacks MB globals Pgc s ms clock ms cpu gt gt MB MB goal MB stacks MB globals Pgc s ms clock ms cpu gt gt MB MB goal MB stacks MB globals Pgc s ms clock ms cpu gt gt MB MB goal MB stacks MB globals P command line argumentsgc s ms clock ms cpu gt gt MB MB goal MB stacks MB globals Pgc s ms clock ms cpu gt gt MB MB goal MB stacks MB globals PHere the gt gt MB and MB goal fields are what we have most interests in In a gt gt MB field the last number is non garbage heap memory total size a k a live heap the first number is the heap size at a GC cycle start which should be approximately equal tothe target heap size the number in the MB goal field of the same line From the outputs we could find thatthe live heap sizes stagger much yes the above program is deliberately designed as such so the GC cycle intervals also stagger much the GC cycle frequency is so high that the percentage of time spent on GC is too high The above outputs show the percentage varies from to The reason of the findings is that the live heap size is small staying roughly under MiB andstaggers much but the root memory block total size is almost zero One way to reduce the time spent on GC is to increase the GOGC value GOGC GODEBUG gctrace go run main gogc s gt gt MB MB goal gc s gt gt MB MB goal gc s gt gt MB MB goal gc s gt gt MB MB goal gc s gt gt MB MB goal gc s gt gt MB MB goal gc s gt gt MB MB goal gc s gt gt MB MB goal gc s gt gt MB MB goal gc s gt gt MB MB goal From the above outputs we could find that after increase the GOGC value to GC cycle intervalsand the heap sizes at GC cycle beginning both become much larger now But GC cycle intervalsand live heap sizes still stagger much which might be a problem for some programs The followingsections will introduce some ways to solve the problems 2023-03-30 07:21:13
海外TECH Engadget Netflix is testing TV games that can use phones as controllers https://www.engadget.com/netflix-is-testing-tv-games-that-can-use-phones-as-controllers-070118171.html?src=rss Netflix is testing TV games that can use phones as controllersNetflix might have started or is at least looking to start testing games for TV based on code within its app that developer Steve Moser has shared with Bloomberg Moser reportedly found hidden code referencing games played on television as well as additional code that indicates the possibility of being able to use phones as controllers to play them One line from within the app apparently reads quot A game on your TV needs a controller to play Do you want to use this phone as a game controller quot Moser also previously found hints that the service s then upcoming ad supported plan might not come with offline viewing He turned out to be spot on nbsp The streaming giant launched its gaming experience on Android iPhones and iPads in It requires mobile users to download games from the App Store or from Google Play due to rules set by Apple and Google But since the point of these games is to increase engagement and retain users they can be launched from within the Netflix app and an active subscription is necessary to be able to access them On the Netflix app for TV these games are notably absent nbsp It remains to be seen how the company intends to implement gaming on TVs and whether it will also require users to download the games before being able to play them Netflix VP of game development Mike Verdu said last year though that the company was quot seriously exploring a cloud gaming offering quot and that it s looking to launch more than just casual games for television nbsp For now users will have to make do with what s available on mobile At the moment Netflix s catalogue has around titles available though it s rolling out more games throughout nbsp This article originally appeared on Engadget at 2023-03-30 07:01:18
Java Java Code Geeks A Brief Introduction to Microsoft Azure Service Fabric https://www.javacodegeeks.com/2023/03/a-brief-introduction-to-microsoft-azure-service-fabric.html A Brief Introduction to Microsoft Azure Service FabricAzure Service Fabric is a distributed systems platform developed by Microsoft that helps developers build and manage scalable and reliable microservices and container based applications It provides a robust and flexible framework for building cloud native applications that can be deployed across a range of environments including on premises data centers public clouds and hybrid environments Benefits 2023-03-30 07:09:57
海外科学 BBC News - Science & Environment New UK net zero plan targets emissions and costs https://www.bbc.co.uk/news/science-environment-65107072?at_medium=RSS&at_campaign=KARANGA cheapest 2023-03-30 07:12:41
医療系 医療介護 CBnews カルバペネム耐性腸内細菌科細菌感染症の名称変更-5月中旬に施行へ、厚労省が省令案公表 https://www.cbnews.jp/news/entry/20230330153028 厚生労働省 2023-03-30 16:05:00
金融 JPX マーケットニュース [TOCOM]電力2025年3月限の新甫発会時の基準値段について https://www.jpx.co.jp/news/2020/20230330-01.html tocom 2023-03-30 17:00:00
金融 JPX マーケットニュース [東証]上場維持基準(純資産基準)への適合について:アジャイルメディア・ネットワーク(株) https://www.jpx.co.jp/news/1021/20230330-01.html 上場維持基準 2023-03-30 16:30:00
金融 ニッセイ基礎研究所 行きたくなるオフィス再考-「フルパッケージ型」オフィスのすすめ https://www.nli-research.co.jp/topics_detail1/id=74349?site=nli 目次ー台頭するオフィス再定義論への疑問ーイノベーションの源となるアイデアの生成プロセスアイデアの生成プロセス経路の概要メインオフィスは多様な知の化学反応を加速する触媒役に組織スラックの要素がセレンディピティを引き寄せるー「フルパッケージ型」オフィスでアイデア生成プロセスを一気呵成に回し切れー行きたくなるオフィスは従業員によって異なる「働く環境の選択の自由」を与える視点からもフルパッケージ型オフィスは欠かせず従業員が愛着・誇りを持てる場でなければ企業文化も帰属意識も醸成できずー行きたくなるオフィスのリファレンスモデルとしての「クリエイティブオフィスの基本モデル」クリエイティブオフィスの基本モデルと行きたくなるオフィスの関連付け基本モデルに注入すべき「魂」はワークスタイル変革と経営理念行きたくなるオフィスの構築・運用にいち早く取り組んできた米国の巨大ハイテク企業ーおわりに我が国において、多くの企業が新型コロナウイルス禍でのBCPBusinessContinuityPlan事業継続計画として緊急避難的に導入した在宅勤務でのテレワークが、多様な働き方の選択肢のつとしても活用されつつある中、「出社する意味を問い直し、従業員が出社したくなるようなオフィスを目指すべく、メインオフィス本社、中核的な研究所、主要地域に立地する中核的な各種拠点など本拠となるオフィスなどオフィスの役割・在り方を再定義すべきである」との考え方が広がっている。 2023-03-30 16:56:14
海外ニュース Japan Times latest articles ‘We need a more effective way to defend ourselves,’ says Taiwan’s former military chief https://www.japantimes.co.jp/news/2023/03/30/asia-pacific/taiwan-lee-hsi-min-interview/ We need a more effective way to defend ourselves says Taiwan s former military chiefSpeaking to the Japan Times in Taipei retired Adm Lee Hsi min called for called for a pivot in the island s approach to warfare as well 2023-03-30 16:35:39
ニュース BBC News - Home Cambridgeshire: Arrests after men shot dead in 'targeted' attacks https://www.bbc.co.uk/news/uk-england-cambridgeshire-65121039?at_medium=RSS&at_campaign=KARANGA cambridgeshire 2023-03-30 07:34:16
ニュース BBC News - Home New UK net zero plan targets emissions and costs https://www.bbc.co.uk/news/science-environment-65107072?at_medium=RSS&at_campaign=KARANGA cheapest 2023-03-30 07:12:41
ニュース BBC News - Home Yoghurt maker Muller pays £100K to charity after river discharge https://www.bbc.co.uk/news/uk-england-shropshire-65121623?at_medium=RSS&at_campaign=KARANGA manufacturer 2023-03-30 07:22:19
ニュース BBC News - Home Lewis Hamilton says it 'could take a long time' for Mercedes to compete with Red Bull https://www.bbc.co.uk/sport/formula1/65121271?at_medium=RSS&at_campaign=KARANGA bulllewis 2023-03-30 07:32:17
ニュース Newsweek ハリウッドの「モテ女」エミリー・ラタコウスキーが来日 息子と東京を満喫! https://www.newsweekjapan.jp/stories/world/2023/03/post-101242.php ラタコウスキーは動画で、「最初の部屋は花と鏡張りの壁と天井で埋め尽くされていて、息子はそれ飛び越えられなかった」と、語っている。 2023-03-30 16:45:49
ビジネス プレジデントオンライン いまの政府がイヤならみんなで「ノー」をつきつければいい…アメリカやイギリスで政権交代が起きやすいワケ - 国家そのものが「民主主義の父」ロックの考えに基づいている https://president.jp/articles/-/67835 自分たち 2023-03-30 17:00:00
マーケティング MarkeZine 博報堂キースリー、企業のWeb3プロジェクト推進を支援する「KEY3 STUDIO」を開始 http://markezine.jp/article/detail/41823 keystudio 2023-03-30 16:30:00
IT 週刊アスキー 端午の節句は“食べる鯉のぼり” 横浜ベイホテル東急「こどもの日ケーキ」4月30日~5月5日期間限定販売(要予約) https://weekly.ascii.jp/elem/000/004/130/4130771/ 期間限定 2023-03-30 16:50:00
IT 週刊アスキー 楽天ペイ(アプリ決済)、地方税統一QRコード「eL-QR」4月17日より利用可能に https://weekly.ascii.jp/elem/000/004/130/4130804/ 利用可能 2023-03-30 16:40:00
IT 週刊アスキー 復活リクエストNo.1「カップヌードル シンガポール風ラクサ」が帰ってくる! https://weekly.ascii.jp/elem/000/004/130/4130366/ 日清食品 2023-03-30 16:30:00
IT 週刊アスキー ダイドードリンコ、ロングセラー商品「ダイドーブレンド オリジナル」を4月3日リニューアル発売 https://weekly.ascii.jp/elem/000/004/130/4130795/ 月日 2023-03-30 16:30:00
IT 週刊アスキー 桜の季節限定フレーバー「さくらリンゴアメ」販売中 リンゴアメ専⾨店「林檎堂」福岡3店舗⽬となる「林檎堂 ⻄新店」オープン https://weekly.ascii.jp/elem/000/004/130/4130766/ 桜の季節 2023-03-30 16:10:00
IT 週刊アスキー 『グリム・ガーディアンズ』情報発信番組の第6回が4月5日20時より配信決定 https://weekly.ascii.jp/elem/000/004/130/4130800/ grimguardiansdemonpurge 2023-03-30 16:10:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)