投稿時間:2023-04-21 15:22:16 RSSフィード2023-04-21 15:00 分まとめ(25件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia PC USER] AMD、ネットワークソリューション向けプロセッサ「Ryzen Embedded 5000」シリーズを発表 https://www.itmedia.co.jp/pcuser/articles/2304/21/news137.html itmediapcuseramd 2023-04-21 14:16:00
IT ITmedia 総合記事一覧 [ITmedia News] 回転式折りたたみ傘 風を受け流す デサントから https://www.itmedia.co.jp/news/articles/2304/21/news135.html itmedia 2023-04-21 14:04:00
python Pythonタグが付けられた新着投稿 - Qiita ChatGPT3.5に簡単な統計学の問題を解かせたら,残念な結果になった話 https://qiita.com/WolfMoon/items/aaf4fb24e827a83109a4 chatgpt 2023-04-21 14:09:38
Ruby Rubyタグが付けられた新着投稿 - Qiita RubyでAtCoder ABC277(A, B, C)を解いてみた https://qiita.com/shoya15/items/dce1301d0436c3053cfc atcoder 2023-04-21 14:16:10
技術ブログ Developers.IO [セッションレポート]【AP-03】明日のセキュリティの課題をパロアルトネットワークスで解決! 今ならまだ間に合うセキュリティ対策 #AWSSummit https://dev.classmethod.jp/articles/aws-summit-tokyo-2023-report-ap-03/ awssummit 2023-04-21 05:32:32
技術ブログ Developers.IO 【レポート】ぴあ株式会社と語る、コロナ禍からの復活と次世代システムを支える AWS 戦略(AP-13) #AWSSummit https://dev.classmethod.jp/articles/awssummit2023-report-ap-13/ apawssummit 2023-04-21 05:30:02
技術ブログ Developers.IO [レポート] オンプレミスで始めるモダナイゼーション 〜 AWS のハイブリッドコンテナ環境の最新情報 #AWSSummit https://dev.classmethod.jp/articles/aws-summit-2023-session-report-aws-25/ awssummit 2023-04-21 05:28:55
技術ブログ Developers.IO circleci/aws-cli@3.1.5を使ったOIDC連携の自動デプロイをCIrcleCIのCICDに導入する https://dev.classmethod.jp/articles/circleci-oidc-orb-deploy/ circleci 2023-04-21 05:23:26
技術ブログ Developers.IO [セッションレポート]たった 40 分!セキュアで優れた顧客体験を実現する最新認証サービスの組み込み方をお見せします #AP-21 #AWSSummit https://dev.classmethod.jp/articles/ap-21_aws_summit_tokyo_2023/ apawssummit 2023-04-21 05:17:16
技術ブログ Developers.IO 【レポート】ミニチュア工場の展示あり!製造業向けブースで AWS デバイスや製造ダッシュボードの展示を見てきました! #AWSSummit https://dev.classmethod.jp/articles/aws-summit-2023-manufacturing-booth/ amazo 2023-04-21 05:16:46
技術ブログ Developers.IO AWS CloudFront + S3による静的サイトにてCloudFront Functionsを利用してインデックスドキュメント機能を実装してみる https://dev.classmethod.jp/articles/cloudfront-functions-index-docum/ awscloudfronts 2023-04-21 05:16:43
海外TECH DEV Community Streamline Your TODOs with TODO Notifier for Python projects https://dev.to/atkumar/streamline-your-todos-with-todo-notifier-for-python-projects-5fpe Streamline Your TODOs with TODO Notifier for Python projectsAre you tired of manually tracking your TODOs in Python projects Do you wish there was a tool that could scrape and summarize all your TODOs for you Look no further than TODO Notifier an open source project available on GitHub PyPi ProductHunt and SourceForge At my last company I had the pleasure of using a tool that automatically summarized all the TODO items in a Python project and sent periodic reminders to individual developers to complete them The tool was incredibly helpful especially since it could identify expired and upcoming TODOs with an expected completion date in a recommended format When I moved to a new company I realized how much I missed that tool So I decided to take matters into my own hands and develop a similar tool myself It was a challenging but rewarding experience and I m excited to share my journey of building a Python TODO management tool With TODO Notifier you can easily set up automated summaries of all your TODO items in code by module as well as lists of all expired TODO items and upcoming to be expired TODO items based on expiry date Plus you can customize the tool to automatically generate and send these summaries over email keeping your project clean and reminding individual developers not yet implemented to finish their TODO items before their expiry date Setting up TODO Notifier is simple Follow the detailed article on Medium and you will have TODO Notifier ready in no time If you want more information please check out the GitHub or PyPi page Let s see the TODO Notifier in action I will be using TODO Notifier on itself to generate the default summaries Please note that I am not using any notifier for this demo TODO Notifier is designed to be flexible and customizable It s open source and free to use You can adjust the date format to match your project s needs as well as specify the email addresses to which you want the summaries sent You can even exclude certain modules or files from the summaries so you can focus on the most important TODO items Overall TODO Notifier is a powerful tool for Python developers who want to streamline their TODO management With its easy setup and customizable options it s a must have for any project with multiple developers and lots of TODOs to track If you re interested in trying out TODO Notifier you can find the code on GitHub PyPi ProductHunt SourceForge 2023-04-21 05:12:57
海外TECH DEV Community Mafia 1: User Authentication https://dev.to/jacksonb/mafia-1-user-authentication-2m5d Mafia User AuthenticationThis is the second post in a series of articles documenting my process creating a serverless multiplayer game Mafia This article covers adding User Authentication and Authorization to the game ContentsSetup AWSInfrastructure overviewUser authentication User authorizationQuasar frontend Setting up AWS for a new projectIf you search online for AWS project best practices you will find a dozen different guidelines all espousing their method to be the best I d like to avoid pushing my methodology on you here but this is a quick rundown of the process that I used My main AWS account the one that I first created is an empty shell containing no resources In this account I created an AWS Organization Under an organization you can create groups I ve made a group for Mafia Inside the Mafia group I make two more groups dev and prod These two groups each have an AWS account in them In my root AWS account I then configured IAM Identity Center for Single Sign On SSO and created an SSO profile for myself with Admin Access to the two Mafia accounts This new SSO account can now generate AWS CLI access keys for each of the deployments prod dev Infrastructure OverviewIn this game users will have individual profiles Logging in retrieves the associated profile from the database and tags all future API calls with the users ID The API will then use the provided ID to determine if the caller has permissions to perform whichever action they re attempting AWS has all the tools to create a robust serverless user authentication system and SST makes it super easy to get started For this project I m going to be using the following AWS services AWS Cognito to handle user authentication validate passwords AWS ApiGateway to route frontend actions to backend functionsAWS Lambda the logicAWS DynamoDB to store user profilesThere are two main routes to the API for authentication noauth and other The noauth route is exclusively used for signup signin recovery etc actions may be expanded in future The other route is simple a placeholder for all other routes Each of these calls are processed through a custom Lambda Authorizer which validates the users access token and then forwards to the AuthController Lambda DynamoDB setupDynamoDB is a NoSQL database which offers huge horizontal scaling for a relatively low price point following a pay per request model There s plenty of ways to use DynamoDB but for this project I m attempting to follow Single Table Design STD principles as best I can The goal of STD is one big boy DynamoDB table that holds all entity data in one place The benefits of this approach is speed apparently and increasing the complexity of your business logic by a few magnitudes I ll try until it gets to hard I guess With the single table approach it s important to have a good grasp on what the access patterns are going to be That is in what ways do I intend to query data Theoretically by knowing how you intend to query the data you can infer the optimal way to store it If you are unfamiliar with DynamoDB this next part might be a bit confusing Currently my access patterns are as follows GET Item by exact ID PK SK To retrieve a single record User Lobby Game etc QUERY Items by partition ID To retrieve all records under a partition key eg A Lobby and all Users in it QUERY Items by type GSI To retrieve all records of a type Users Lobby GameGET calls return exactly one record whereas QUERY s return all records that match In NoSQL Workbench I made a mock up of the data structure to visualize my GSI s Primary projection The red marking shows that Lobby PK contains records for itself SK A and the user UncleGenghi SK U Note that I m encoding the entity type into the SK GSI itemsByType Projects all records into their TYPE grouping User AuthenticationAs mentioned previously I am using AWS Cognito to handle user registration and validation The Cognito functions are exposed to the frontend via HTTPS API using ApiGateway Calls such as noauth auth pass directly to the AuthController in this example returning a JWT access token providing supplied email and password are valid The JWT token must then be used in the headers of all future requests User AuthorizationI decided to use a custom Lambda Authorizer for this project with these two resources for reference AWS Article Code Custom Lambda Authorizers are great for adding fine grain authorization but come with some noticeable performance reductions and cost increases For starters in terms of AWS resources a Lambda Authorizer is identical to a standard lambda function This means that all API Gateway routes that flow through a Lambda Authorizer now count as lambda invocations Two invocations means an increase in time and cost The more complex the authorizer the slower every API route that uses it gets Below is an example of an API call that returns a list of all open lobbies As we can see before the GET lobby list call we must first be authorized Overall while the authorizer definitely adds overhead to the API I believe that the ability to have granular access is crucial Quasar frontendQuasar framework is my go to when building complex web apps It uses VueJS under the hood but comes with so many useful utilities that it s hard for me to justify not using it I think that both the best and worst thing about Quasar is how easy it is to create visually appealing and responsive frontends I say and worst because to be honest using Quasar feels like cheating Prior to using Quasar I had very little frontend experience with vanilla Javascript and CSS essentially zero foundational knowledge Quasar lets me get away with not learning the basics and still succeed Still not sure how I feel about that but anyway This is my attempt at a login page It s probably nothing fancy to any experienced WebDev s reading but it s pretty up there for me I linked it up to the backend and it works great I may remove the self signup feature temporarily in place of an invite only system so I can do some controlled public testing but that s unimportant to this article To ensure that my design is appropriately responsive I m using an app called ResponsivelyApp The app lets me select several target screen sizes and validate my design on all of them in the same screen Check it out That pretty much wraps up everything I wanted to cover in this article In my estimation the main educational aspect of this article series is going to be the AWS design and integration Frontend design development is very much a necessary chore to me while API and cloud infrastructure design it where the real interesting stuff happens At the time of writing this I ve made significant progress towards a lobby hosting joining system It s not quite at the stage where I can confidently write about it but what I can say is that it leverages AWS IoT Core to facilitate real time push notifications to the frontend If you re interested in this project I ve made a discord where I post updates as I go Happy to answer any questions whether technical or game related Cheers 2023-04-21 05:02:31
海外TECH Engadget 'The Division Heartland' cinematic trailer introduces Silver Creek and a new villain https://www.engadget.com/the-division-heartland-cinematic-trailer-introduces-silver-creek-and-a-new-villain-053911422.html?src=rss x The Division Heartland x cinematic trailer introduces Silver Creek and a new villainUbisoft and developer Red Storm Entertainment have given us a closer look at The Division Heartland by releasing a cinematic trailer for the upcoming game at the publisher s Division Day event The trailer introduces Silver Creek the rural town that will serve as the backdrop for the free to play title along with a new villain named Killian Tower who had disavowed the Division and killed his whole team Players will assume control of an agent who tracks down Tower to rural America in a bid to find out why their former commander went rogue nbsp The companies have yet to announce a launch date for the survival action shooter but fans can register at the game s official website for a chance to participate and get five friend invites for an upcoming closed beta When the game does come out it s expected to be available on consoles PC and the cloud nbsp Ubisoft has also revealed its roadmap for The Division Year which will start with the launch of Season One Broken Wings wherein players have to rescue civilians taken hostage Broken Wings will introduce a new free rogue lite mode called Descent Up to four people can play the mode together though they ll have to start out without gear or any specialization available on the main game While Season One of the online game isn t available yet players can check out Descent mode on its Public Test Server starting today nbsp Finally Ubisoft has announced that the next test phase for The Division Resurgence mobile game will take place this summer Fans can sign up for the chance to participate right now and those who do will get access to a special Joint Task Force cosmetic outfit when Resurgence launches nbsp This article originally appeared on Engadget at 2023-04-21 05:39:11
金融 ニッセイ基礎研究所 変わるインターンシップ https://www.nli-research.co.jp/topics_detail1/id=74613?site=nli 選考にあたってはタイプのインターンシップのうち学生の専門性を重視することが想定される「専門活用型」に参加したことを要件としており、インターンシップが選考の判断材料として活用されうる方向性が具体化された。 2023-04-21 14:03:08
金融 日本銀行:RSS 金融システムレポート(2023年4月号) http://www.boj.or.jp/research/brp/fsr/fsr230421.htm Detail Nothing 2023-04-21 15:00:00
海外ニュース Japan Times latest articles Japan’s broadening inflationary pressures test BOJ’s dovish stance https://www.japantimes.co.jp/news/2023/04/21/business/inflationary-pressure-test-boj-stance/ Japan s broadening inflationary pressures test BOJ s dovish stanceConsumer inflation held steady above the central bank s target in March and an index excluding fuel costs rose at the fastest annual pace in four 2023-04-21 14:11:19
ニュース BBC News - Home FA Cup semi-finals: The inside story of Brighton's incredible escape from disaster https://www.bbc.co.uk/sport/football/65101524?at_medium=RSS&at_campaign=KARANGA FA Cup semi finals The inside story of Brighton x s incredible escape from disasterAs Brighton Hove Albion prepare to face Manchester United in an FA Cup semi final on Sunday a look back to when the Seagulls were minutes from dropping out of the Football League 2023-04-21 05:19:04
ビジネス プレジデントオンライン 「東大に入るより恋人をつくる方が難しい」名門校でも問題になっているコミュ力不足の男の子の特徴 - 一生懸命話そうとして文句を言われたら話す気力も失せてしまう https://president.jp/articles/-/68742 一生懸命 2023-04-21 15:00:00
ビジネス プレジデントオンライン 「イクメン」の称賛はエリート層の自己満足にすぎない…「育児は仕事の役に立つ」という主張に潜む気持ち悪さ - 育児の経験を人的資本に変換する必要はない https://president.jp/articles/-/68683 自己満足 2023-04-21 15:00:00
マーケティング MarkeZine 公共交通機関の運賃20%上昇で約3割が「移動手段の見直し」を検討/CCCマーケティング総研調査 http://markezine.jp/article/detail/42061 公共交通機関 2023-04-21 14:30:00
マーケティング MarkeZine BitStar、インフルエンサー選定プラットフォームを提供 データベースを活用した比較や相談が可能に http://markezine.jp/article/detail/42058 bitstar 2023-04-21 14:15:00
IT 週刊アスキー ネタバレ禁止!『ポートピア連続殺人事件』題材のAI技術デモが4月24日に無料配信決定 https://weekly.ascii.jp/elem/000/004/133/4133993/ eportopiaserialmurdercase 2023-04-21 14:40:00
IT 週刊アスキー UR武将「諸葛恪」「于禁」が新登場!『三國志 覇道』で4月アップデートを実施 https://weekly.ascii.jp/elem/000/004/133/4133985/ pcsteamgoogleplaygames 2023-04-21 14:25:00
海外TECH reddit [Post Game Thread] The Phoenix Suns (2-1) defeat the Los Angeles Clippers (1-2) by 129 - 124, behind 45 points and 7 rebounds from Devin Booker https://www.reddit.com/r/nba/comments/12tr58e/post_game_thread_the_phoenix_suns_21_defeat_the/ Post Game Thread The Phoenix Suns defeat the Los Angeles Clippers by behind points and rebounds from Devin Booker Box Scores NBA Yahoo nbsp GAME SUMMARY Location Crypto com Arena Clock End Q Officials Bill Kennedy David Guthrie and Natalie Sago Team Q Q Q Q Total Phoenix Suns Los Angeles Clippers nbsp TEAM STATS Team PTS FG FG P P FT FT OREB TREB AST PF STL TO BLK Phoenix Suns Los Angeles Clippers nbsp PLAYER STATS Phoenix Suns MIN PTS FGM A PM A FTM A ORB DRB REB AST STL BLK TO PF ± Torrey CraigSF Kevin DurantPF Deandre AytonC Devin BookerSG Chris PaulPG Landry Shamet Bismack Biyombo Josh Okogie T J Warren Damion Lee Darius Bazley Jock Landale Terrence Ross Ish Wainright Cameron Payne Los Angeles Clippers MIN PTS FGM A PM A FTM A ORB DRB REB AST STL BLK TO PF ± Eric GordonSF Nicolas BatumPF Ivica ZubacC Norman PowellSG Russell WestbrookPG Bones Hyland Marcus Morris Sr Terance Mann Mason Plumlee Robert Covington Brandon Boston Jr Amir Coffey Jason Preston Paul George Kawhi Leonard rnbapgtgenerator by u fukr submitted by u Nyhrox to r nba link comments 2023-04-21 05:10:18

コメント

このブログの人気の投稿

投稿時間: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件)