投稿時間:2022-01-08 04:20:47 RSSフィード2022-01-08 04:00 分まとめ(32件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Architecture Blog Top 10 Blogs for 2021 https://aws.amazon.com/blogs/architecture/top-10-blogs-for-2021/ Top Blogs for The AWS Architecture Blog highlights best practices and provides architectural guidance We publish thought leadership pieces and how tos Check out the nbsp AWS Architecture Monthly Magazine also published by our team which offers a selection of the best new technical content from AWS A big thank you to you our readers for spending time on our blog … 2022-01-07 18:31:23
AWS AWS Government, Education, and Nonprofits Blog How nonprofits can automate tax-exempt status across AWS accounts https://aws.amazon.com/blogs/publicsector/how-nonprofits-can-automate-tax-exempt-status-across-aws-accounts/ How nonprofits can automate tax exempt status across AWS accountsMany nonprofits and other tax exempt organizations need to make sure their tax status is correct across their Amazon Web Services AWS accounts A new tax analyzer solution automatically detects the tax status of all AWS accounts across an organization In this blog post discover how this simple solution identifies which AWS accounts across an organization are paying sales tax and learn how this solution can quickly remediate tax status by opening an AWS support case automatically 2022-01-07 18:34:49
python Pythonタグが付けられた新着投稿 - Qiita VL53L1X (Time-of-Flight, 長距離測距センサー) を動かしてみる https://qiita.com/tkarube/items/93c7d0413ba6d832af11 またプログラムもかなり単純でライブラリもGPIOのみで書けたりします。 2022-01-08 03:18:04
Docker dockerタグが付けられた新着投稿 - Qiita make コマンドで環境ごとに Google Cloud Run をデプロイする (docker build に引数を渡す) https://qiita.com/les-r-pan/items/f187c8ebfd9443873465 makeコマンドで環境ごとにGoogleCloudRunをデプロイするdockerbuildに引数を渡す以下の例は、環境をプロジェクトで別けていて、developproductionといったサフィックスを持っているという想定です。 2022-01-08 03:02:51
GCP gcpタグが付けられた新着投稿 - Qiita make コマンドで環境ごとに Google Cloud Run をデプロイする (docker build に引数を渡す) https://qiita.com/les-r-pan/items/f187c8ebfd9443873465 makeコマンドで環境ごとにGoogleCloudRunをデプロイするdockerbuildに引数を渡す以下の例は、環境をプロジェクトで別けていて、developproductionといったサフィックスを持っているという想定です。 2022-01-08 03:02:51
Ruby Railsタグが付けられた新着投稿 - Qiita Model-View=Contoroller(MVC)メモ https://qiita.com/d_takahashi/items/6a4b3ad0efd70d0ff8c8 ModelViewContorollerMVCメモメソッド名とアプリケーションネームは同じ名前にするしていないとプレビューでTheactiongoodbyecouldnotbefoundforApplicationControllerと表示される。 2022-01-08 03:05:27
海外TECH Ars Technica Final reminder: Donate to win swag in our annual Charity Drive sweepstakes https://arstechnica.com/?p=1824483 charity 2022-01-07 18:41:53
海外TECH MakeUseOf Is the Elevate Brain Training App Worth Your Time? https://www.makeuseof.com/elevate-brain-training-overview/ elevate 2022-01-07 19:00:12
海外TECH MakeUseOf Bluetti Dazzles CES With 4 New Power Stations https://www.makeuseof.com/bluetti-ces-2022-power-stations/ smart 2022-01-07 18:54:16
海外TECH MakeUseOf 3 Ways to Create a Windows 11 Bootable USB Drive https://www.makeuseof.com/windows-11-create-bootable-usb-drive/ create 2022-01-07 18:45:11
海外TECH MakeUseOf The 4 Best Sites for Free Cryptocurrency Airdrops https://www.makeuseof.com/best-sites-free-cryptocurrency-airdrops/ airdrop 2022-01-07 18:30:12
海外TECH DEV Community SVG graphics can make your websites NOT look like 🗑 garbage 🗑 https://dev.to/ironcladdev/svg-graphics-can-make-your-websites-not-look-like-garbage-3232 SVG graphics can make your websites NOT look like garbage Something that really satisfies me is seeing a vector graphic in a website Your css skills might be amazing but without putting some sort graphics in your website your website can look really compacted and unprofessional at times In this article I m going to show you the benefits of using SVG and how it can make your websites appear to be absolutely amazing What are SVGs SVG stands for Scalable Vector Graphics They are made from pure XML and never lose quality no matter how large they are scaled up to Most of the time logos illustration graphics and icons are made of SVG If you are using pngs as icons I will happily write an article regarding your site that will make you burst out in tears The benefitsLet s take a look why you should use them in your sites PerformanceSVGs take up very little memory relative to PNGs Yes someone s bandwidth might be fast but your lighthouse score will drop by a large amount I m not saying to turn photos and other non vector graphics to SVG but if you are having logos icons and some other not so complex images use SVGs for the sake of your website s performance and the beautiful on your lighthouse score If you need to convert a PNG image to SVG here s the best tool I ve found so far QualityGuess what annoys me to the point of pulling my hair out Low quality images scaled up to a massive size Can you imagine how terrible a site will look if its overall design is clean and a non vector graphic absolutely ruins the sweet design of your website It makes your website look like it s from the s when SVGs weren t invented yet If you have the best tech use it I was able to take a screenshot of an absolute abomination of a loader Please folks don t do this SpacingIf you ve done some work with the frontend before you know what it s like when you don t have enough content to fill up enough space The solution to this Use some icons and graphics in your site If you have the graphics developing should be a breeze Visual Comes FirstUsually when a user visits a site the first thing they see is graphics not words If you really want to get them to read more put something that will catch their attention if you re a good artist If you greet them with just some text or a massive amount of text their first reaction would be yikes I don t want to read that Just remember give your website a good impression by putting something a user will see Appear more professionalNot only will the website feel more professional but also the artist will appear that way as well Be sure to put some graphics on your personal developer website If you can do graphics people will be more likely to hire you for a project if they can see you are artistic as well Even just having a little bit of artsiness will help you out Some tips on manipulating SVGsSvgs can be set as background images used in lt img gt html tags and also embedded as raw svg in html with lt svg gt tags Remove ratio scalingIf you don t remove ratio aspect preservation from an svg it will always maintain the same width and height ratio and not allow you to stretch it This comes in useful at times but in some situations you might want to stretch them if you are using percent based web development This cannot be done on an lt img gt element It can only be done on an actual svg tag lt svg preserveaspectratio none gt lt svg gt Of course there are many more ways to manipulate the aspect ratio of svg images If you want be sure to check out the official MDN documentation Converting SVG raw xml version to an imageYou can embed an svg in html with lt svg gt tags as well as lt img gt tags as I ve mentioned before The question is you have the xml but how can you convert it to be an svg file It s simpler than ever Put the xml in a txt file and then change it to svg That s literally it If you want to edit it just change it back to txt again and reconvert it Animating SVGsTo animate SVGs you ll have to use raw xml in your html code instead of embedding it in an lt img gt tag Add your selectors and hook it up to an animation Drawing your graphicsI think that s enough facts for you Let s actually do something Download the app at or just use it in your browser It is the best SVG editor I ve been able to find so far You don t have to worry about the free trial and the paid plans etc You can still get a lot out of it even if your free trial ends Literally just open the Elements tab and copy the outer svg Well I guess that s all I have to say on this topic Be sure to share your svg drawings with me in the Comments below Liked this post be sure to join my discord and support this post with a couple of reactions 2022-01-07 18:41:40
海外TECH DEV Community What was your win this week? https://dev.to/devteam/what-was-your-win-this-week-50km What was your win this week Hey there Looking back on this past week what was something you were proud of accomplishing All wins count ーbig or small Examples of wins include Starting a new projectFixing a tricky bugReaching a milestone in your career or whatever else might spark joy ️Congrats on your accomplishments this week 2022-01-07 18:22:27
海外TECH DEV Community Upgrading from Rails 6.x Webpacker to Rails 7 Importmaps https://dev.to/salex/upgrading-from-rails-6x-webpacker-to-rails-7-importmaps-59jo Upgrading from Rails x Webpacker to Rails ImportmapsI ve spend a good part of the last few months trying to figure out how I was going to convert my three semi private Rails x apps to Rails I created a bunch of Rails test apps using ESbuild Importmaps and even Webpacker While ESbuild may of been an eaiser path basically node modeles without webpacker stuff I leaned towards Importmaps Other than a few node package I used almost all of my JS was using Stimulus in some form So I marched on with my journey to Rails Along the way I did do a lot of refactoring I ve been moving slowly from Wcss to Tailwind css I already had the mixed css with some of my own scss I don t think I ll remember all the steps I took but I try to decribe the steps I took in some kind of order It may not be the best way but I did it my way and it worked Rail BranchI created and checked out a new rails branch Fortunally I didn t have to make any changes to my deployed master but merging branches was always in the back of my mind I then did bin rails app update and it did its thing I hate to admint this but I have No tests I ve tried many times to get into the test mode but failed So I continued to test how I ve tested for the last years Change something then push the car back up the hill and see if the brakes fail again I can t remember if development worked after the update but I think it did The gem sass rails was still in the Gemfile so I think it worked I did have a problem with the update adding ActiveStorage migrations Apperently I never installed ActiveStorge and really didn t want to I set config active record migration error false to avoid the error and later on changed require rails all to the documentation way to not require ActiveStorage Onward to the next step Rip out Webpacker and convert Gemfile to a fresh Rails Importmaps version Rip out Webpacker Seemed scary but pretty simple I removed app javascript application css app javascript channels consumer js app javascript channels index js app javascript packs application js babel config js bin spring bin webpack bin webpack dev server bin yarn config webpack development js config webpack environment js config webpack production js config webpack test js config webpacker yml package lock json postcss config js yarn lockI then basically merged my orginal Gemfile with the Test App Gemfile The main stuff being without my specifics gem rails gt The original asset pipeline for Rails gem sprockets rails Use postgresql as the database for Active Recordgem pg gt Use the Puma web server gem puma gt Use JavaScript with ESM import maps gem importmap rails Hotwire s SPA like page accelerator gem turbo rails Hotwire s modest JavaScript framework gem stimulus rails Use Tailwind CSS gem tailwindcss rails Build JSON APIs with ease gem jbuilder gem redis gt I think at this point development worked but maybe a few errors problems with css SASS CSS etcI had a bunch of crap scss Some problably hadn t been used in years and never found a good way of identifing what wasn t used I knew the main things I used were colors buttons tables and a few almost components I converted that scss to css with one of the many scss to css sites found on the web and added that css to my branch Stimulus Controller needed to be converted to the hotware version import Controller from hotwired stimulus I added to config importmap rb my unique CDNspin application preload truepin hotwired turbo rails to turbo min js preload truepin hotwired stimulus loading to stimulus loading js preload truepin all from app javascript controllers under controllers pin stimulus flatpickr to stimulus flatpickr dist index m js pin flatpickr to flatpickr dist flatpickr js pin stimulus autocomplete to stimulus autocomplete rc src autocomplete js pin hotwired stimulus to hotwired stimulus dist stimulus js I also had to add a link to my layout for flatpickr link rel stylesheet href flatpickr dist flatpickr min css CSS bundling starting working with some problems Many of them related to the config tailwind js file I merged my old tailwing config file with the new verssionconst defaultTheme require tailwindcss defaultTheme module exports content app helpers rb app javascript js app views html app components html theme extend fontFamily sans Inter var defaultTheme fontFamily sans colors orange ffa malt AE gold A dark blue FE success eda secondary dbb wgreen CAF wred f blue link c lime lightest ffff lighter effe light cffc DEFAULT bffb dark ff darker cffc darkest ff gray colors trueGray green lighter hsla light hsla DEFAULT hsla dark hsla darker hsla plugins require tailwindcss forms require tailwindcss aspect ratio require tailwindcss typography I have a few Web Components and needed to add that folder to the content arrayI also had some tailwind webpack components the used apply and converted them to rails helpers Something like module ComponentsHelper def greenBox box border box content m p bg green border green border text black end def blueBox box border box content m p bg blue border blue border text black end def btn py px text black hover text white rounded font lg font bold end def btnInfo btn bg blue text blue link hover text blue end def btnWarn btn bg orange hover text yellow end def btnGreen btn bg green hover text green end def btnDanger btn bg red hover text red end def btnSuccess btn bg success hover bg green end def btnSecondary btn bg secondary end def flashAlert type case type when danger return bg red text red when info return bg blue text blue when success return bg green text green when warning return bg yellow text yellow else return bg gray text gray end end def destroyConfirmTag model confirm msg klass prompt klass btnDanger inline block if klass blank confirm msg Are You Sure if confirm msg blank prompt Delete model class name if prompt blank node content tag div class klass data controller destroyConfirm action click gt destroyConfirm confirm destroyConfirm cmsg value confirm msg concat tag span prompt concat button to model method delete class hidden data destroyConfirm target submit node endendThe last helper destroyConfirmTag tackled the problem with Rails removing the method get from delete scaffold The default change is to change link to to button to But it didn t have a confirm tag So I just call this on delete links and add back the confirm message I have a couple delete links that I need to sure they didn t click the wrong link There is a simple stimulus controller import Controller from hotwired stimulus export default class extends Controller static targets submit static values cmsg String connect console log destroy confirm if this hasCmsgValue this confirm msg this cmsgValue else this confirm msg Are you sure confirm console log this submitTarget closest form let ans confirm this confirm msg if ans true this submitTarget closest form submit I even toyed with simple Ruby class to generate css from tailwind config file never finished or used it though Think I saw some post the the rails tailwind gem site bitching about colors and components class TwColors attr accessor colors css Colors colors gt orange gt ffa malt gt AE gold gt A dark blue gt FE lime gt lightest gt ffff lighter gt effe light gt cffc DEFAULT gt bffb dark gt ff darker gt cffc darkest gt ff green gt lighter gt hsla light gt hsla DEFAULT gt hsla dark gt hsla darker gt hsla def initialize colors Colors css not parsed yet n colors colors each do k v unless v is a Hash add color classes k v else add nested color classes k v end end puts css end def add color classes k v css lt lt text k n tcolor v n css lt lt bg k n t background color v n n end def add nested color classes k v v each do kk vv if kk to s DEFAULT add color classes k vv else add color classes k kk vv end end endend Merging rails branch with masterOne of my major fears was gt What if I merged and Capistrono would not deploy I spent way too much time trying to figure out how to deploy a branch to my staging server I found posts on how to do it old and nothing worked I then just faked it and ran staging locally set staging DB to point to develomentbin rails assets precompilebin rails s e stagingThis was where I found I had the bundling issues with css classes in components not being picked up After a little tuning things were working fine Had to remember to bin rails assets clobber when I moved back to development Everything seemed to be working fine especially after a bunch of refactoring It was time to merge Made sure I had a backup clone of my repo and did a merge after I figured out how to do it I ve been using the OSX version of Fork and am not proficient with git or Fork Devepment worked fine as expected cap staging deploy also worked without any changes to the Capistrono config file Played with it with a few more refactoring tweeks and the deployed to production and I m fine and I m on Rails without any Webpacker crap 2022-01-07 18:13:57
海外TECH DEV Community Remix, SQLite, and Prisma, Oh my! https://dev.to/jonrcrowell/remix-sqlite-and-prisma-oh-my-17p1 Remix SQLite and Prisma Oh my Previously published at fullstackfish comLet s create a Remix app and connect it to SQLite with Prisma Open up a terminal and create a new Remix app npx create remix latestYou ll go through a short interview of how you want to set up your app Pick these options to follow along or modify if you re in the mood for a little adventure Call the app whatever you like I m calling mine run rsp Pick the option to deploy to the Remix App Server for now This is easy to change later Pick JavaScript Decline the offer to run npm install as we will be using Yarn today Once the setup process is complete cd into the project folder cd run rspOpen the project in VS Code or whatever editor you want to use code Install the dependencies yarnVerify that everything his set up correctly yarn devYou should now see the template Remix app running in your browser Now let s replace the default code with our own We re going to be working primarily in the app folder Let s open up the root jsx file and examine its contents import Links LiveReload Meta Outlet Scripts ScrollRestoration from remix export function meta return title New Remix App export default function App return lt html lang en gt lt head gt lt meta charSet utf gt lt meta name viewport content width device width initial scale gt lt Meta gt lt Links gt lt head gt lt body gt lt Outlet gt lt ScrollRestoration gt lt Scripts gt process env NODE ENV development amp amp lt LiveReload gt lt body gt lt html gt The content we are seeing on the home page is coming from the lt Outlet gt component We ll edit that in a second Let s make a small change so we can see LiveReload in action Change the title of the app in the meta function to whatever you want Save the file and notice that the title of your app in the browser changes almost instantly Check the browser tab of the app or right click and view page source The home page content is routes index jsx Open the file up and delete everything Save the file You ll now see an error in the browser Add the following function to fix the error export default function Index return lt div gt lt h gt I ll soon be connected to SQLite lt h gt lt div gt You may need to refresh your browser to get LiveReload working again Once you ve done that you ll see your heading rendered with the browser s default styling Let s add a CSS reset and some global styles to our app so that it looks a little better In our root jsx file add a links function We are already importing the Links component and using it in the head of our document so whatever we export from our links function will be used in the Links component root jsxexport function links return rel stylesheet href dist reset min css Now add a styles folder in app and add a file called global css with a rule or two Save the file Whatever styles you ve added won t be applied yet ーwe haven t linked the stylesheet to the app Go back to root jsx Import your styles and then add another link to the array in links import globalStyles from styles global css root jsxexport function links return rel stylesheet href dist reset min css rel stylesheet href globalStyles Save your changes and you should now see your styles applied in the browser Prisma and SQLite setupStop the app and let s add some dependencies yarn add prisma clientyarn add D prismaAfter they finish installing initialize prisma with the sqlite provider npx prisma init datasource provider sqliteThis will add a prisma folder with a schema prisma file It also adds a env file if you don t already have one By including the datasource provider we don t need to edit the schema prisma file to change the default provider to sqlite and the env file is populated for us with a connection string to a sqlite file Nice touch Prisma Add a model to your schema prisma file for Soccer Teams Install the Prisma extension if you haven t already to format your Prisma files Prettier may try to override Prisma s formatting so if that s the case right click the file select format document and indicate that Prisma should format the file Now you don t need to worry about getting your models formatted We are going to keep things simple here just to show how everything is wired up together Our database will be a list of soccer teams or whatever kind of teams you like Add the Team model to your schema prisma file generator client provider prisma client js datasource db provider sqlite url env DATABASE URL model Team id String id default uuid team String country String createdAt DateTime default now updatedAt DateTime updatedAt Deploy the model to your databasenpx prisma db pushWe should now have a dev db file in the prisma folder next to our schema prisma file Launch prisma studio to see the results npx prisma studioWe can add a few teams directly in Prisma Studio Click the Add record button to do so Add a file app lib db server js to configure our connections to the database Note that the server in the file tells Remix to run this on the server import PrismaClient from prisma client let prisma if process env NODE ENV production prisma new PrismaClient else if global prisma global prisma new PrismaClient prisma global prisma export default prisma Now let s get the teams from the database and display them in our app We ll use a loader function this code runs on the server which will feed our component with the useLoaderData hook routes index jsimport useLoaderData Link from remix import prisma from lib db server export const loader async gt const data teams await prisma team findMany return data export default function Index const teams useLoaderData return lt gt lt div gt lt h gt Soccer Teams around the world lt h gt lt div gt lt ul gt teams map team gt lt li key team id gt lt h gt team team lt h gt lt p gt team country lt p gt lt li gt lt ul gt lt gt We are using the Prisma findMany function to get all the teams in our database That s it for now The app we ve built isn t particularly useful as is but you now have the building blocks to build anything you want and style it however you like It s been said many times but remains true there has never been a better time to be a developer There are so many wonderful tools to choose from The biggest challenge can be deciding what to include in your toolbelt Remix and Prisma should be on your short list The developer experience with both is top notch Enjoy and Happy New Year 2022-01-07 18:05:04
Apple AppleInsider - Frontpage News These 14-inch, 16-inch MacBook Pros are $150 off & in stock (AppleCare is on sale too) https://appleinsider.com/articles/22/01/03/these-14-inch-16-inch-macbook-pros-are-150-off-in-stock-applecare-is-on-sale-too?utm_medium=rss These inch inch MacBook Pros are off amp in stock AppleCare is on sale too AppleInsider readers can snag exclusive pricing on Apple s Late inch and inch MacBook Pro with seven popular configurations in stock and ready to ship Plus save on AppleCare Exclusive deals on every modelKicking off Apple Authorized Reseller Adorama is discounting every current MacBook Pro by up to exclusively for AI readers ーand two premium configurations are in stock and ready to ship Read more 2022-01-07 18:08:04
海外科学 NYT > Science Road Salt Works. But It’s Also Bad for the Environment. https://www.nytimes.com/2022/01/07/climate/road-salt-water-supply.html environment 2022-01-07 18:06:19
ニュース BBC News - Home Sidney Poitier: Hollywood trailblazer dies aged 94 https://www.bbc.co.uk/news/entertainment-arts-59907931?at_medium=RSS&at_campaign=KARANGA oscar 2022-01-07 18:09:44
ニュース BBC News - Home No need for a fourth Covid jab yet, say UK advisers https://www.bbc.co.uk/news/health-59915560?at_medium=RSS&at_campaign=KARANGA suggests 2022-01-07 18:38:17
ニュース BBC News - Home Labour MP Jack Dromey dies aged 73 https://www.bbc.co.uk/news/uk-politics-59915300?at_medium=RSS&at_campaign=KARANGA politician 2022-01-07 18:44:48
ビジネス ダイヤモンド・オンライン - 新着記事 ゆっくり歩くだけでも効果! 脳を弱らせない運動の条件とは? - 脳の毒を出す食事 https://diamond.jp/articles/-/292625 ゆっくり歩くだけでも効果脳を弱らせない運動の条件とは脳の毒を出す食事現代人の脳には“毒が溜まっている無意識に溜まった脳の“毒を出して脳がみるみる若返る食事法を紹介する脳の若返りと認知症治療の専門医・白澤卓二医師が提案する衝撃の最新刊『脳の毒を出す食事』では、現代人の脳に溜まった毒を出し、脳の機能を上げる食事法を紹介している。 2022-01-08 04:00:00
ビジネス ダイヤモンド・オンライン - 新着記事 精神科医が教える 「人に好かれる」たった1つの方法 - 精神科医Tomyが教える 1秒で不安が吹き飛ぶ言葉 https://diamond.jp/articles/-/291903 voicy 2022-01-08 03:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 【1日1分強運貯金】 見るだけで、突然、 自分史上最高のハッピーに包まれる! 天照大御神の不思議なふしぎなパワーとは? - 1日1分見るだけで願いが叶う!ふくふく開運絵馬 https://diamond.jp/articles/-/291000 【日分強運貯金】見るだけで、突然、自分史上最高のハッピーに包まれる天照大御神の不思議なふしぎなパワーとは日分見るだけで願いが叶うふくふく開運絵馬Amazonランキング第位祭祀・、楽天ブックスランキング第位民俗・、。 2022-01-08 03:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 読むと人間がわかる! 文化人類学「最強の入門書」7冊 - 独学大全 https://diamond.jp/articles/-/289674 文化人類学 2022-01-08 03:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 【簡単なのに9割の人が知らない】 「新情報提供」パターンの神見出しBEST11事例! - コピーライティング技術大全 https://diamond.jp/articles/-/291010 【簡単なのに割の人が知らない】「新情報提供」パターンの神見出しBEST事例コピーライティング技術大全発売たちまち大重版Amazonランキング第位広告・宣伝、。 2022-01-08 03:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 【9割の人が知らない】 “グレー”な交渉術! 白黒つけるのは素人の仕事だった - 真の「安定」を手に入れるシン・サラリーマン https://diamond.jp/articles/-/290864 【割の人が知らない】“グレーな交渉術白黒つけるのは素人の仕事だった真の「安定」を手に入れるシン・サラリーマン異例の発売前重版刷仕事がデキない、忙しすぎる、上司のパワハラ、転職したい、夢がない、貯金がない、老後が不安…サラリーマンの悩み、この一冊ですべて解決これからのリーマンに必要なもの、結論、出世より「つの武器」リーマン力副業力マネー力。 2022-01-08 03:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 「管理しない」リーダーが人を成長させる、たった一つの秘訣 - 孤独からはじめよう https://diamond.jp/articles/-/291662 自分 2022-01-08 03:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 【出口学長・新年特別講義】 世界最古の宗教 ゾロアスター教が 「拝火教」といわれるワケ - 哲学と宗教全史 https://diamond.jp/articles/-/289758 2022-01-08 03:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 3万人を教えてきたノウハウと満足度99%の瞬読から生まれた「脳トレドリル」 - 1分間瞬読ドリル https://diamond.jp/articles/-/292572 2022-01-08 03:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 学歴も良くて優秀なのに「自己肯定感が低い人」の根本原因 - だから、この本。 https://diamond.jp/articles/-/292671 工業高校 2022-01-08 03:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 思い描いた「夢」を、他人に潰されないために 国境なき医師団村田慎二郎×『絶対内定』藤本健司対談(3) - 絶対内定 https://diamond.jp/articles/-/289797 事務局長 2022-01-08 03:05:00
GCP Cloud Blog How Google Cloud and Trigo are partnering to power autonomous stores https://cloud.google.com/blog/topics/retail/google-cloud-and-trigo-help-retailers-scale-autonomous-stores/ How Google Cloud and Trigo are partnering to power autonomous storesEditor s note To kick off the new year we invited partners from across our retail ecosystem to share stories best practices and tips and tricks on how they are helping retailers transform during a time that has seen tremendous change We hope you enjoy these series of guest blogs from our partners At Trigo we are building the digital infrastructure for the future of retail with our computer vision and AI powered technology It is currently enabling our frictionless checkout solution EasyOut to retrofit existing grocery stores for some of the world s largest grocery retailers Over the past few months we have opened our first fully operational and autonomous stores integrated with EasyOutin the UK and Germany From the beginning we have been working with Google Cloud to provide the best product for our retailers and our partnership is more important than ever as we scale with more retailers and stores in the pipeline over the next year Opening new storesTrigo s computer vision and AI driven technology creates D models of the stores working behind the scenes to capture shoppers movement and interactions with thousands of SKUs The amount of data at least ½billion images per day that needs to be processed and analyzed requires a robust technological infrastructure to support these functions We chose Google Cloud because of their offerings that can keep up with the pace at which we create analyze and then utilize data Google Cloud BigQuery has been instrumental in helping us improve our performance specifically basket accuracy and time to receipt We leveraged BigQuery to manage and process all of the data and queries that we inputted which allowed us to improve our accuracy Each new store we open requires additional processing capabilities to sustain the massive amount of data being fed into our system We plan to dramatically grow the number of stores we have already opened within the next year so our cloud partner must have the technological capacity to handle our scale goals One of these goals is global expansion which will require our system to be able to communicate effectively with its cloud backends from any of our activity regions North America Europe the Middle East and more Google Cloud has servers present in all of these regions so the latency time for receipts and other data is thus shorter for all of these stores This will allow us to deliver a better service and an overall better experience for our retailers shoppers which will encourage our scale goals for existing retailers as well Beyond cloud services Part of the EasyOutdeployment process includes the installation of an off the shelf sensors kit While our core business is developing the most cutting edge technology for frictionless checkout it is also choosing the right hardware partners to maximize the potential of our algorithms and software Google Cloud has been proactive from the start in connecting us to their vast network of partners giving us access to hardware providers that can improve the accuracy of our product Google Cloud has also been very hands on in gaining a deep understanding of our systems Our teams regularly collaborate to do a deep dive into the internals of our system and the Google Cloud team provides us with their professional insights They also give us access to their experts in AI big data and machine learning that find the right tools to help us solve complex problems in our system Looking aheadAs we continue to grow into new regions and with new retailers so will the products and services that we offer Our upcoming StoreOSsuite of products powered by our proprietary D engine will provide retailers with a range of additional solutions including predictive inventory management pricing optimization security and fraud prevention planogram compliance and event driven marketing Google Cloud has been invaluable in paving the way for this expansion whether through their extensive data storage and analysis capabilities or by providing support and insights from their internal experts Google is at the forefront of innovation creating cutting edge solutions that have the potential to elevate our technological capabilities We look forward to continuing our partnership as we continue in our quest to re invent the in store shopping experience by bringing all the benefits of the online to the physical stores Related ArticleAlbertsons and Google are making grocery shopping easier with cloud technologySee how grocery store chain Albertsons is working on new cloud technology to make online ordering and shopping easier from the officia Read Article 2022-01-07 18:30: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件)