投稿時間:2023-05-04 03:30:09 RSSフィード2023-05-04 03:00 分まとめ(32件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT InfoQ Presentation: Moving .NET Apps to the Cloud https://www.infoq.com/presentations/net-apps-cloud/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global Presentation Moving NET Apps to the CloudThe panelists discuss the benefits and challenges of moving NET apps and the different options available including managed Kubernetes services serverless platforms and HTTP based hosting options By Irina Scurtu Martin Thwaites Guilherme Ferreira Scott Hanselman Renato Losio 2023-05-03 17:17:00
AWS AWS News Blog New – Set Up Your AWS Notifications in One Place https://aws.amazon.com/blogs/aws/new-set-up-your-aws-notifications-in-one-place/ New Set Up Your AWS Notifications in One PlaceToday we are launching AWS User Notifications a single place in the AWS console to set up and view AWS notifications across multiple AWS accounts Regions and services You can centrally set up and view notifications from over AWS services such as Amazon Simple Storage Service Amazon S objects events Amazon Elastic Compute Cloud … 2023-05-03 17:35:59
AWS AWS Big Data Blog Build, deploy, and run Spark jobs on Amazon EMR with the open-source EMR CLI tool https://aws.amazon.com/blogs/big-data/build-deploy-and-run-spark-jobs-on-amazon-emr-with-the-open-source-emr-cli-tool/ Build deploy and run Spark jobs on Amazon EMR with the open source EMR CLI toolToday we re pleased to introduce the Amazon EMR CLI a new command line tool to package and deploy PySpark projects across different Amazon EMR environments With the introduction of the EMR CLI you now have a simple way to not only deploy a wide range of PySpark projects to remote EMR environments but also integrate … 2023-05-03 17:49:26
python Pythonタグが付けられた新着投稿 - Qiita Chat GPTの実力を試す。Djangoで作るToDoアプリチュートリアル https://qiita.com/Official_urara/items/9898fc4354776d8628ae chatgpt 2023-05-04 02:14:27
海外TECH Ars Technica Google will retire Chrome’s HTTPS padlock icon because no one knows what it means https://arstechnica.com/?p=1936328 chrome 2023-05-03 17:51:29
海外TECH Ars Technica Facebook furious at FTC after agency proposes ban on monetizing youth data https://arstechnica.com/?p=1936426 messenger 2023-05-03 17:44:04
海外TECH Ars Technica Testosterone in tusks: Hormones in mammoth fossils excite paleontologists https://arstechnica.com/?p=1936359 health 2023-05-03 17:23:38
海外TECH Ars Technica Passwordless Google accounts are here—you can now switch to passkey-only https://arstechnica.com/?p=1936276 terrible 2023-05-03 17:05:57
海外TECH DEV Community GitHub Actions with MongoDB https://dev.to/vulcanwm/github-actions-with-mongodb-15op GitHub Actions with MongoDB What I builtI have built an example of how you can connect MongoDB to GitHub Actions and use it as a reward system for a repo s contributors Category Submission This might be a DIY Deployments submission and the action runs on every push and helps figure out who the committer is If not then it is a Wacky Wildcards submission App LinkThe demo of the template can be found on ScreenshotsAction runs when the contributor s token count goes up by The dashboard where you can buy rewards with the tokens you earned when contributing DescriptionThis project includes a GitHub actions that runs on every push gets the username of the user that has committed and adds one token to their username profile in MongoDB It also comes with a dashboard where the user can login with GitHub and spend their tokens on items Link to Source Code VulcanWM github actions mongodb GitHub Actions with MongoDBInformationThis website has been made for the GitHub DEV Hackathon It is an example of how you can connect MongoDB to GitHub Actions and use it as a reward system for a repo s contributors Seeing the template in actionContribute here to earn some tokens and see this template in action Using this templateTo use this template you must generate A MongoDB URIA url to deploy this website onA secret for NextAuthA GitHub OAuth App IDA GitHub OAuth App SecretTo make the GitHub Action run you will need to set the MONGODB URI as a repository secret for the action When deploying this template as a website you must have the environment variables MONGODB URINEXAUTH URLNEXTAUTH SECRETGITHUB IDGITHUB SECRETThanks for checking out this template Make sure to star it and follow VulcanWM for more content like this View on GitHub Permissive LicenseThis project uses the license Apache License BackgroundI feel like a reward system always keeps me going and I wanted contributors to Open Source Communities to also feel the enthusiasm to keep them contributing I ve always loved using MongoDB and I wanted to learn how to combine that with GitHub Actions How I built itI used React and Next js to create this website and then I hosted it on Vercel I obviously used MongoDB as a database as it is great for people who like using NoSQL databases I learnt how to create and use GitHub Actions and I also learnt how to run specific files with npm Additional Resources InfoI would like to give special thanks to the GitHub documentation for providing a lot of information which helped me create the Action 2023-05-03 17:51:54
海外TECH DEV Community Leetcode#42: Trapping Rain Water https://dev.to/sharma74542/leetcode42-trapping-rain-water-81o Leetcode Trapping Rain WaterHere in the post I will explain and give solution to Leetcode problem number Trapping Rain WaterLevel hardGiven n non negative integers representing an elevation map where the width of each bar is compute how much water it can trap after raining Example Input height Output Explanation The above elevation map black section is represented by array In this case units of rain water blue section are being trapped Example Input height Output Constraints n height length lt n lt lt height i lt SolutionTo reach the solution of this problem first we need to understand the clues hidden in the question Clue Count of tower should be more than two It s quite apparent that for any water to get stored within a area first it should be enclosed inside the boundary of at least towers Hence there should be a minimum of towers Clue Block in ascending and descending order cannot form gap and hence cannot trap water Clue Water the height for trapped water will depend on the minimum height between its left or right wall 2023-05-03 17:08:39
海外TECH DEV Community Moving Config Docs From YAML to Markdown https://dev.to/missamarakay/moving-config-docs-from-yaml-to-markdown-3mle Moving Config Docs From YAML to MarkdownDocumenting configuration directly on the config file is great right Everything is right there Ehh This could probably be repackaged Why embark on this journey You can Ctrl F or Command F your way through the file but you have to know what you are looking for You could argue an intuitive experience and naming strategy would work well in this situation but that s a stretch particularly when talking about advanced config A great goal but really difficult For first time users you are likely going to walk through this template uncommenting out the config you do want to use You may take the opportunity to stop and read along the way but I m thinking reading nearly lines and trying to retain keywords for future changes is just not going to work for most people So let s get this presented in another way to maximize visibility and gain some of that sweet SEO and searchability people are used to these days You ll cover the use cases where people go back to the config template directly and get it backed into the docs YAML to HTMLFrom this issue comment The template YAML as is was hard to consume Nearly everything is commented with except flush I had to start by copying the file locally and removing the comments for it to be valid YAML From there I took the lazy ish approach and used which didn t work without some changes Instead of copying the descriptions it added ipsum ugh I found this project that got me from YAML to HTML It wasn t perfect since it didn t copy the descriptions but I m not above putting on some background noise music podcast etc and copy and pasting my little heart out HTML to MarkdownSince our docs are in Docusaurus I could have left the tables in HTML but once they were in HTML the move to Markdown is pretty well supported by various free tools I used TableConvert which takes a bunch of different formats Just be careful with what you put into any tool None of this info was sensitive or private Wrap upCould I have done this in a more streamlined or automated way Likely Will I invest the time to script this Unlikely I view this as a one time project with how stable the templates are and how little things change regularly in this space If we were often adding removing or deprecating this config I would certainly be more motivated to get this automated to go from YAML to Markdown with as little touches as possible Have you done something similar Do you read or work with YAML often How do you prefer to read documentation on YAML config Cover photo by Elevate on Unsplash 2023-05-03 17:06:45
海外TECH Engadget New ‘Double Dragon’ game trailer promises nostalgic beat-em-up thrills https://www.engadget.com/new-double-dragon-game-trailer-promises-nostalgic-beat-em-up-thrills-175831891.html?src=rss New Double Dragon game trailer promises nostalgic beat em up thrillsThe original Double Dragon basically invented co op beat em up action in and now modern players are about to get a dose of nostalgic side scrolling goodness thanks to a new franchise installment Double Dragon Gaiden Rise of the Dragons launches this fall for every major platform including PC Xbox consoles PlayStation and and the Nintendo Switch What to expect from this installment The trailer suggests a return to the tried and true beat em up formula There s a nice retro pixelated art style playable characters to choose from and of course two player local co op The new title also includes a tag team ability so you actually play as two characters at once Developer Modus Games is teasing some roguelite elements like a dynamic mission select feature that randomizes stage length enemy number and difficulty This is also a console game and not an arcade machine from the s so expect purchasable upgrades and some light RPG mechanics As for the plot the years haven t been kind to series protagonists Jimmy and Billy Lee The sequel finds New York City devastated by nuclear war which leads to gangs of hooligans roaming the radioactive streets You know what happens next you beat them up It remains to be seen if your avatars can beat up that long nuclear winter Modus Games isn t a well known developer but it has plenty of well regarded indie titles under its belt like Afterimage and Teslagrad The trailer looks cool so this is worth keeping an eye on especially given that there hasn t been a Double Dragon game since the long ago days of This article originally appeared on Engadget at 2023-05-03 17:58:31
海外TECH Engadget 'F1 23' will arrive on June 16th https://www.engadget.com/f1-23-will-arrive-on-june-16th-171249183.html?src=rss x F x will arrive on June thEA and Codemasters have revealed more details about this year s edition of their Formula racing sim series F will hit PS PS Xbox One Xbox Series X S and PC via the EA App Steam and Epic Games Store on June th Among other things the game will feature the return of the Braking Point story mode Braking Point debuted in F but it wasn t present in last year s edition This time around Devon Butler the antagonist from the first chapter and Aiden Jackson are now teammates on an upstart racing team looking to take on F s heavy hitters You can expect to encounter new characters challenges and rivalries Codemasters has updated the cars handling based on feedback from F teams The cars are said to have more predictable behavior this time around along with more traction when braking accelerating and navigating corners The studio has also improved the engine torque and inertia balanced the aerodynamics and tire grip for added realism and incorporated Precision Drive tech for controller players EA says Every team driver and circuit from F s real life season is in the game including the street circuit for the new Las Vegas Grand Prix and Qatar s Lusail International Circuit Legacy circuits Paul Ricard France Shanghai China and Portimão Portugal will all be available from the jump too Players will be able to set races to percent of their real life distances That should offer more flexibility to those who may not have the time for a standard length grand prix On top of all that it s somehow taken until for EA to add red flags a major aspect of F races to the series This article originally appeared on Engadget at 2023-05-03 17:12:49
海外TECH Engadget First 'Dune: Part Two' trailer sees Timothée Chalamet catching a ride on a sandworm https://www.engadget.com/first-dune-part-two-trailer-sees-timothee-chalamet-catching-a-ride-on-a-sandworm-170208358.html?src=rss First x Dune Part Two x trailer sees Timothée Chalamet catching a ride on a sandwormPraise Shaï Hulud Warner Bros has shared the first trailer for Dune Part Two and if you were a fan of Denis Villeneuve s adaption of the first half of Frank Herbert s seminal sci fi novel let s just say Part Two looks like it will be even better The teaser opens with Paul Timothée Chalamet and Chani Zendaya talking about the future of Arrakis quot Where you see sand here imagine water If you dive in you can t reach the bottom quot Paul tells an incredulous Chani nbsp Following that exchange the trailer offers us our first look at Florence Pugh as Princess Irulan Her character didn t make an appearance in Dune Part One but judging from the clip Irulan will at least narrate some of the story a change that could bring the movie closer to Herbert s novel Another critical character that wasn t in Part One but makes an appearance in the trailer is Feyd Rautha played here by Austin Butler Dune Part Two will arrive in theaters on November rd Unlike the first film Warner Bros does not plan to simultaneously release Part Two to the soon to be renamed HBO Max This article originally appeared on Engadget at 2023-05-03 17:02:08
Cisco Cisco Blog Remote Work Tools Are Here to Stay https://feedpress.me/link/23532/16104434/remote-work-tools-are-here-to-stay Remote Work Tools Are Here to StayDespite the rapid advancement of remote work tools many small businesses are still wary of shifting to a hybrid work model due to a lack of access to reliable technology We look into some of the misconceptions about hybrid work and all the ways remote work tools have become easier than ever to use 2023-05-03 17:11:57
海外科学 NYT > Science RSV Vaccine Approved for Older Adults https://www.nytimes.com/2023/05/03/health/rsv-vaccine-fda-adults.html kills 2023-05-03 17:50:45
海外TECH WIRED Google Is Letting You Claim a .Dad Dedicated Domain. Cue the Dad Jokes https://www.wired.com/story/google-new-domains-dad-jokes/ claim 2023-05-03 17:03:05
ニュース BBC News - Home Kremlin drone: Zelensky denies Ukraine attacked Putin or Moscow https://www.bbc.co.uk/news/world-europe-65471904?at_medium=RSS&at_campaign=KARANGA ukrainain 2023-05-03 17:06:04
ニュース BBC News - Home In pictures: Relaxed-looking King joins Coronation rehearsal https://www.bbc.co.uk/news/in-pictures-65474812?at_medium=RSS&at_campaign=KARANGA coronation 2023-05-03 17:27:29
ニュース BBC News - Home Emma Raducanu to miss French Open and Wimbledon https://www.bbc.co.uk/sport/tennis/65469123?at_medium=RSS&at_campaign=KARANGA ankle 2023-05-03 17:12:48
ニュース BBC News - Home Tori Bowie: American three-time Olympic medallist and ex-world champion dies aged 32 https://www.bbc.co.uk/sport/athletics/65471163?at_medium=RSS&at_campaign=KARANGA champion 2023-05-03 17:18:25
ニュース BBC News - Home What do we know about drone attacks in Russia? https://www.bbc.co.uk/news/world-europe-65475333?at_medium=RSS&at_campaign=KARANGA ukraine 2023-05-03 17:06:07
ビジネス ダイヤモンド・オンライン - 新着記事 【大反響の算数ドリル】17×18を5秒で暗算できる!話題の「19×19までの暗算法」とは? - だから、この本。 https://diamond.jp/articles/-/321876 【大反響の算数ドリル】×を秒で暗算できる話題の「×までの暗算法」とはだから、この本。 2023-05-04 02:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 【91歳の医師が明かす】 100歳以上の「百寿者」たちの驚くべき摂取カロリー - 91歳の現役医師がやっている 一生ボケない習慣 https://diamond.jp/articles/-/321825 【歳の医師が明かす】歳以上の「百寿者」たちの驚くべき摂取カロリー歳の現役医師がやっている一生ボケない習慣映画『ダイ・ハード』シリーズなどのヒット作で知られる米俳優ブルース・ウィリスさん歳が認知症前頭側頭型認知症と診断されたことを家族が公表し、世界的に大きなニュースとなった。 2023-05-04 02:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 感じのいい人が「会話で繰り返しやっている行動」とは? - 第一印象の魔法 https://diamond.jp/articles/-/321784 人間関係 2023-05-04 02:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 PERで注意するべき2つのパターン――(2)低PERのバリュートラップ - 株の投資大全 https://diamond.jp/articles/-/321681 2023-05-04 02:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 【GW子育て】「考える力のある子」の親が絶対やらないこと - スタンフォード式生き抜く力 https://diamond.jp/articles/-/321445 新しい時代に必要な教育が日本人によって示されたと記憶される本になる」と語った本書の要点と本に掲載できなかった最新情報をコンパクトに解説する本連載。 2023-05-04 02:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 【72万フォロワーの英語系YouTuberが教える】 「触らぬ神にたたりなし」を英語で言うと? - バカでも英語がペラペラ! 超★勉強法 https://diamond.jp/articles/-/321404 【万フォロワーの英語系YouTuberが教える】「触らぬ神にたたりなし」を英語で言うとバカでも英語がペラペラ超勉強法【大反響発売前発売即大増刷】新潟の片田舎で生まれ育ち、勉強はからっきし苦手。 2023-05-04 02:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 【9割の人が知らない Google の使い方】進化し続ける Google ドライブ! 生産性を最大化するアップデートとは? - Google 式10Xリモート仕事術 https://diamond.jp/articles/-/321195 【割の人が知らないGoogleの使い方】進化し続けるGoogleドライブ生産性を最大化するアップデートとはGoogle式Xリモート仕事術神田昌典氏絶賛刷Google認定トレーナーがあなたの生産性劇的アップを神サポート「リモート弱者」が「リモート強者」変わる神メソッドITビギナーから絶大な信頼を得ている平塚氏は、Googleが授与する資格Google認定トレーナーGoogleCloudPartnerSpecializationEducationをつ保有する国内唯一の女性トレーナー経営者。 2023-05-04 02:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 【GW特集】「考えが浅い人」が「考えが深い人」に変わる1つの習慣 - 1位思考 https://diamond.jp/articles/-/321088 twitter 2023-05-04 02:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 【9割の人が知らない】年間2500万円のコスト削減に成功した仕組み - 時間最短化、成果最大化の法則 https://diamond.jp/articles/-/319839 【割の人が知らない】年間万円のコスト削減に成功した仕組み時間最短化、成果最大化の法則シリーズ万部突破話題の冊をフル活用したら、なんと億円の利益改善売上を減らしたら、利益が億円アップした会社をご存じだろうか「いずみホールディングス」は、食品流通事業とBtoBマネープラットフォーム事業を展開する企業グループ。 2023-05-04 02:15:00
海外TECH reddit Kiszla: Sorry, Mr. Joel Embiid. But we all know Nikola Jokic is real MVP of everyday Budweiser-drinking peeps. https://www.reddit.com/r/nba/comments/136t3r3/kiszla_sorry_mr_joel_embiid_but_we_all_know/ Kiszla Sorry Mr Joel Embiid But we all know Nikola Jokic is real MVP of everyday Budweiser drinking peeps submitted by u psufb to r nba link comments 2023-05-03 17:02:57

コメント

このブログの人気の投稿

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