投稿時間:2021-04-23 05:28:17 RSSフィード2021-04-23 05:00 分まとめ(36件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Machine Learning Blog Build an event-based tracking solution using Amazon Lookout for Vision https://aws.amazon.com/blogs/machine-learning/build-an-event-based-tracking-solution-using-amazon-lookout-for-vision/ Build an event based tracking solution using Amazon Lookout for VisionAmazon Lookout for Vision is a machine learning ML service that spots defects and anomalies in visual representations using computer vision CV With Amazon Lookout for Vision manufacturing companies can increase quality and reduce operational costs by quickly identifying differences in images of objects at scale Many enterprise customers want to identify missing components in … 2021-04-22 19:32:42
AWS AWS - Webinar Channel Cloud Compliance and Assurance - AWS Online Tech Talks https://www.youtube.com/watch?v=kQ01e297LUk Cloud Compliance and Assurance AWS Online Tech TalksIn this tech talk you will learn how to assess and manage compliance and security drift in the cloud We will map the three lines of defense to automated compliance management continuous assessment and oversight and automated evidence gathering and reporting We will also provide guidance on how to break down silos between business owners operations security compliance and audit teams using cloud compliance and assurance related services Learning Objectives Learn how to use AWS Config AWS CloudTrail and AWS Systems Manager for Automated Compliance Management Learn how to use Amazon CloudWatch and AWS Security Hub for Continuous assessment and oversight Learn how to use AWS Audit Manager for Automated Evidence Gathering and Reporting To learn more about the services featured in this talk please visit 2021-04-22 19:25:49
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) pytorchのData Augmentationについて https://teratail.com/questions/334708?rss=all pytorchのDataAugmentationについてデータAugmentationについて教えてください。 2021-04-23 04:57:56
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Posgresqlの起動時のエラーが解決できません。 https://teratail.com/questions/334707?rss=all Posgresqlの起動時のエラーが解決できません。 2021-04-23 04:03:00
Ruby Rubyタグが付けられた新着投稿 - Qiita [Rails]Rspecの下準備 https://qiita.com/Jackson123/items/3ccac884ce4cc3bf469e Gemの追加GemfilegemrspecrailsGem追加後以下のコマンドを入力します。 2021-04-23 04:22:55
Ruby Railsタグが付けられた新着投稿 - Qiita [Rails]Rspecの下準備 https://qiita.com/Jackson123/items/3ccac884ce4cc3bf469e Gemの追加GemfilegemrspecrailsGem追加後以下のコマンドを入力します。 2021-04-23 04:22:55
海外TECH DEV Community The Data Engineering Interview Study Guide https://dev.to/seattledataguy/the-data-engineering-interview-study-guide-439m The Data Engineering Interview Study GuidePhoto by Green Chameleon on UnsplashInterviewing for any technical position generally requires preparing studying and long all day interviews Data engineering interviews like other technical interviews require plenty of preparation There are a number of subjects that need to be covered in order to ensure you are ready for back to back questions Some positions require Hadoop others SQL Some roles require understanding statistics while still others require heavy amounts of system design We have gathered many of the resources that we have used to study and get jobs at companies in the FAANG family as well as other major tech companies We have yet to find one that requires you to know anything about Hadoop during the interview so that has not been included in this study guide We recommend asking the recruiter if you aren t sure which type of interview you will be facing Some companies are very good at keeping interviews consistent but even then teams can deviate depending on what they are looking for Here are some examples of what we have noticed about some companies data engineering interviews Amazon   SQL and database design heavy as well as general ETL design Surprisingly no Python Netflix SQL and code heavy with the expectation that you can not only write SQL and code but can optimize them They asked about SQL queries to find time difference between two events given certain condition    Netflix data engineer on GlassdoorExpedia   Big Data questions like what is Spark and RDDs as well as SQL and Python Due to this variance we ve created a checklist to keep track of what subject areas you have already studied and what you still need to cover data engineering study checklist Also I recently created a video guide to walk through the data engineering interview study guide Let s get started with SQL SQLAs a data engineer it is almost inevitable that you will get some SQL questions As someone who has participated in many interviews for a lot of top tech companies like Amazon and Capital One I know that they usually follow some similar patterns Typically there will be at least one question that requires an aggregation with a filter another that requires a few joins and then one that requires a subquery Along with that there might be a few curveball questions that require self joins recursions and analytic functions So let s look at a couple of concepts that are good to cover Pre video SQL problemsThese first few problems will help you gauge where you are on different concepts That way you can take notes on the study guide and go back and review what you feel you were not comfortable with Trips and Users Human Traffic of Stadium Department Top Three Salaries Rising Temperature Exchange Seats The Report Nth Highest Salary Symmetric Pairs OccupationsOllivander s InventoryPlacements VideosLearning about ROW NUMBER and Analytic FunctionsAdvanced Implementation Of Analytic Functions Running TotalAdvanced Implementation Of Analytic Functions MedianWise Owl SQL Videos Post video SQL problemsOnce you have finished watching the SQL videos above consider trying the new problems below Try to see if you feel like you are improving Again note down any specific topics you feel weak on Binary Tree Nodes Big Countries Exchange Seats Weather Observation Station Challenges Print Prime Numbers SQL Interview Questions Tech Screening Exercises For Data Analysts Join Our NewsletterBefore scrolling any further why not join our team s newsletter to keep up to date on data science data engineering and tech Learn more here Databases ETL and Data WarehousesSource StackoverflowFor database ETL and data warehouse design questions we have gathered some books and videos we hope will help you out when it comes to explaining your design in an interview In addition we have listed a few plausible database DW concepts you could attempt to design out on your own We recommend going through the videos and at least skimming the Data Warehouse Toolkit before attempting the self practice problems The Data Warehouse Toolkitby Ralph KimballDesigning a Traditional Relational Database VideoData Warehouse Design Video Self practice problemsFor this part of your interview practice we are going to list a few business systems that you can try to design out First we recommend designing a relational database then thinking about how you would design an ETL and DW that rely on that relational DB Note In addition we have found it very common that interviewers will base their interview questions on your design So think about some of the questions you could answer with your DB and list them Design a database ETL and DW for a dating app bicycle rental service music streaming app job search website Udemy like websiteThese are just a few ideas We hope they help you have a clearer idea of what you can practice modeling and designing Take some time to think about how users interact with these websites before getting started Programming ProblemsData engineers do a significant amount of programming in their daily life There are several specific languages data engineers use Python is arguably the most common If the role requires a lot of Hadoop work then Java is also a useful language to have There are a few other useful languages like Java and PowerShell if you work at a Microsoft shop There are two types of questions we have experienced Some interviewers will ask you more operational questions Others will ask classic algorithm and data structure questions Operational Programming ProblemsOperational interview questions are harder to prep for There are no classic interview questions here However they are also often easier to figure out on the spot Algorithm interview questions usually have some sort of trick Like the balanced brackets problem If you don t know you need to use queues it will be very difficult to get to the correct answer Operational problems however will be more focused on workflows and business processes So as long as you are good at walking through real problems this should be easier Here are some problems that are great for prepping We find it is helpful to know how to use arrays and dictionaries Beyond that there isn t too much more required Kangaroo problem Breaking records Find a string itertools permutations No idea Days of the programmer Leaderboard Word order Sherlock and squaresEqualize the arrayApples and orangesMore operational style questions Algorithms and Data StructuresPhoto by Markus Spiske on UnsplashBefore going too deep into data structure and algorithms let s do a quick check to see how you are currently doing in this area We have listed eight LeetCode problems that vary in difficulty Try these out and try to gauge yourself on how long it takes you as well as how many hints you needed If you are following along with the study guide then note this down At the end of this list are a few more questions So once you have watched all the videos consider doing those problems and see if you feel like you are improving Pre study problems Sum of even numbers after queries Robot return to origin N repeated element in size N array Balanced binary tree Longest substring without repeating characters Remove Nth node from end of list Merge k sorted lists Next permutationNow that you have gone through these eight questions and shaken off the rust let s start reviewing these concepts Data structures Data Structures amp Algorithms    What Are Data Structures Data Structures Linked Lists Data Structures Trees Data Structures Heaps Data Structures Hash Tables Data Structures Stacks and Queues Data Structures Crash Course Computer Science Data Structures Tries Algorithms Python Algorithms for Interviews Algorithms Graph Search DFS and BFS Algorithms Binary Search Algorithms Recursion Algorithms Bubble Sort Algorithms Merge Sort Algorithms Quicksort Big O notationIntroduction to Big O Notation and Time Complexity Data Structures amp Algorithms Some interview walk throughsAmazon Coding Interview Question   Recursive Staircase ProblemGoogle Coding Interview   Universal Value Tree ProblemGoogle Coding Interview Question and Answer First Recurring Character Post video problemsOnce you have finished the videos above consider trying the algorithm and data structure problems below Make sure you keep track of how comfortable you felt when working on the problems Bigger is greater Zigzag conversion Reverse integer Combination sum II Multiply strings Larry s array Short palindrome Valid numberIf you still feel like you need help then consider taking a course on algorithms and data structures Big Data FrameworksBack in I made a video about practicing for a data engineering interview Funny thing was a person commented about the video and pointed back to my original data engineering study guide Just by happenstance Small world They also added another section In this case they added Spark So for those of you out there needing to study for Spark here is what Paul Russel added to the checklist What would you add Architecture Overview amp Use CasesSpark by Examples tutorial documentation PySpark Syntax Cheat Sheet ConclusionWe do hope this list will help you prepare for your next data engineering interview Please let us know if you have any questions or need any future help 2021-04-22 19:08:47
海外TECH DEV Community From Rails scaffold listing to Hotwire infinite scroll https://dev.to/andrzejkrzywda/from-rails-scaffold-listing-to-hotwire-infinite-scroll-3273 From Rails scaffold listing to Hotwire infinite scrollRails scaffold is a technique for quickly generating a typical CRUD UI It s a server side rendered html which allows listing editing creating deleting records One of the promises of the modern approach to building UI like hotwire or stimulus reflex is how easy it is to just tweak the backend logic without using JavaScript at all Let s look at the example of infinite scroll full tutorial how to do it is here and here I just want to focus on the diff how to make it work This is a typical Rails scaffold preparing all the posts to be displayed def index posts Post all endThis is the equivalent Rails view rendering html lt posts each do post gt lt div gt lt h gt lt post title gt lt h gt lt p gt lt post body gt lt p gt lt div gt lt end gt Now in order to use Hotwire actually Turbo Frame we change the controller to this def index page params page params page to i offset page PER PAGE posts Post offset offset limit PER PAGE next page page if posts size PER PAGE endIn short we pass parameters to the view page posts next page And the view changes to this lt turbo frame tag posts page do gt lt posts each do post gt lt div gt lt h gt lt post title gt lt h gt lt p gt lt post body gt lt p gt lt div gt lt end gt lt if next page gt lt turbo frame tag posts next page loading lazy src posts path page next page gt lt end gt lt end gt We wrap the whole thing with a turbo frame tag and we append more such frames for next pages That s it As you can see the middle of the view stayed the same The UI now lists posts and keeps appending them when we scroll down I m not claiming that it s amazing or something But the practicality of getting our app more interactive while not jumping to JavaScript is simple yet powerful I like it as it allows me to gradually extend my app with new features If you like audio to educate yourself then I recommend this podcast to learn more how it works 2021-04-22 19:06:01
Apple AppleInsider - Frontpage News Apple pays homage to first Mac with new 'Hello' screensaver in macOS Big Sur https://appleinsider.com/articles/21/04/22/apple-pays-homage-to-first-mac-with-new-hello-screensaver-in-macos-big-sur?utm_medium=rss Apple pays homage to first Mac with new x Hello x screensaver in macOS Big SurWhen Apple s macOS Big Sur update launches it will include a new screensaver that pays homage to the first Mac Apple s new Hello wallpaperWhile Apple regularly refreshes updates and tweaks its system UI with each major macOS release the company rarely releases new screensavers for its desktop operating system The last addition a specular D waveform visualization called Drift came with macOS Catalina in Read more 2021-04-22 19:54:21
Apple AppleInsider - Frontpage News Apple must face lawsuit alleging that 'buying' media on iTunes is misleading https://appleinsider.com/articles/21/04/22/apple-must-face-lawsuit-alleging-that-buying-media-on-itunes-is-misleading?utm_medium=rss Apple must face lawsuit alleging that x buying x media on iTunes is misleadingApple must face a lawsuit claiming that it is misleadingly telling customers they can purchase content on iTunes or Apple TV a federal judge ruled Thursday Credit AppleThe complaint argues that Apple is deceiving customers by saying they can buy media content like movies and TV shows on its platforms such as the legacy iTunes app or the Apple TV app It alleges that Apple reserves the right to terminate access to purchased content essentially claiming that a consumer doesn t actually own it Read more 2021-04-22 19:41:05
Apple AppleInsider - Frontpage News Apple again extends in-app purchase deadline for live virtual events https://appleinsider.com/articles/21/04/22/apple-again-extends-in-app-purchase-deadline-for-live-virtual-events?utm_medium=rss Apple again extends in app purchase deadline for live virtual eventsDue to the ongoing pandemic Apple agreed to again extend its deadline before requiring developers to use App Store in app purchases for paid online virtual group events For the third time Apple extended the in app purchase deadline for apps offering live virtual eventsApple today announced a deadline extension to December in response to the COVID pandemic After that date any app offering paid virtual events through iOS apps will need to use in app purchases paying Apple s or cut Read more 2021-04-22 19:18:40
Apple AppleInsider - Frontpage News Price wars heat up as Apple's M1 MacBook Air drops to $899 https://appleinsider.com/articles/21/04/22/price-wars-heat-up-as-apples-m1-macbook-air-drops-to-899?utm_medium=rss Price wars heat up as Apple x s M MacBook Air drops to On the heels of Amazon s discount on the GB MacBook Air B amp H Photo has issued its own standout deal on the standard model dropping the price to a record low M MacBook AirThe price at B amp H Photo is the cheapest M MacBook Air price available according to the AppleInsider Price Guide Space Gray units are in stock and ready to ship with free expedited shipping within the contiguous U S Read more 2021-04-22 19:05:06
海外TECH Engadget Netflix recruits the Hype House's TikTok megastars for a reality show https://www.engadget.com/netflix-hype-house-tiktok-stars-reality-show-193228290.html influencers 2021-04-22 19:32:28
海外TECH Engadget Microsoft's Classroom Pen 2 is half the price of its predecessor https://www.engadget.com/microsoft-classroom-pen-2-190056091.html accompany 2021-04-22 19:00:56
Cisco Cisco Blog Addressing the Challenge of Application Performance and the Cloud https://blogs.cisco.com/datacenter/addressing-the-challenge-of-application-performance-and-the-cloud Addressing the Challenge of Application Performance and the CloudWhen digital interactions became the only interactions the application experience is how customers and employees will evaluate you as a company 2021-04-22 19:45:01
海外TECH CodeProject Latest Articles Collaborative Filtering in MySQL: A Tutorial https://www.codeproject.com/Articles/5300620/Collaborative-Filtering-in-MySQL-A-Tutorial Collaborative Filtering in MySQL A TutorialBeing able to view products and pages liked by other users is not only an interesting exercise but also a nearly ubiquitous marketing toolーand it can be easily implemented with MySQL 2021-04-22 19:59:00
海外科学 NYT > Science It’s Dinner Time on the Space Station. Lobster or Beef Bourguignon? https://www.nytimes.com/2021/04/22/science/astronauts-food-space-station.html delights 2021-04-22 19:40:32
海外科学 NYT > Science Biden Wants to Slash Emissions. Success Would Mean a Very Different America. https://www.nytimes.com/2021/04/22/climate/biden-emissions-target-economy.html Biden Wants to Slash Emissions Success Would Mean a Very Different America Hitting the targets could require a rapid shift to electric vehicles the expansion of forests nationwide development of complex new carbon capture technology and many other changes researchers said 2021-04-22 19:37:34
海外科学 NYT > Science Amid Biden Climate Push, a Question Looms: Is America’s Word Good? https://www.nytimes.com/2021/04/19/climate/biden-climate-change.html Amid Biden Climate Push a Question Looms Is America s Word Good After four years of “America First the president tries this week to reclaim U S leadership in the fight against climate change Can the world trust his promises 2021-04-22 19:39:38
海外ニュース Japan Times latest articles Coronavirus emergency for Tokyo and Osaka region set to start Sunday https://www.japantimes.co.jp/news/2021/04/22/national/state-of-emergency-tokyo-osaka-kyoto-hyogo/ olympics 2021-04-23 05:50:53
ニュース BBC News - Home Covid-19: Delhi hospitals run out of oxygen supplies https://www.bbc.co.uk/news/world-asia-india-56851265 intensive 2021-04-22 19:03:02
ニュース BBC News - Home Covid: Final India flight before 'red list' travel ban arrives in UK https://www.bbc.co.uk/news/uk-56848006 arrives 2021-04-22 19:22:19
ニュース BBC News - Home Covid: Vaccine uptake among over-50s hits 95% in England https://www.bbc.co.uk/news/health-56849874 staff 2021-04-22 19:43:06
ニュース BBC News - Home Daunte Wright: Hundreds attend Minneapolis funeral of man shot by police https://www.bbc.co.uk/news/world-us-canada-56852438 protests 2021-04-22 19:26:37
ニュース BBC News - Home O'Sullivan level with McGill while former champions Selby and Murphy progress https://www.bbc.co.uk/sport/snooker/56838605 O x Sullivan level with McGill while former champions Selby and Murphy progressAnthony McGill reels in reigning champion Ronnie O Sullivan to leave their World Championship second round tie level at 2021-04-22 19:19:56
ビジネス ダイヤモンド・オンライン - 新着記事 マッキンゼー流!R&Dの「DX成功率15%」の衝撃、失敗の壁を超える3大奥義【動画】 - マッキンゼー流!R&Dの極意 https://diamond.jp/articles/-/268302 rampampd 2021-04-23 04:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 テレワークを「生産性が低い」と感じる人が圧倒的に多い現実、本当に定着するか - 企業サバイバル最前線 https://diamond.jp/articles/-/269277 テレワークを「生産性が低い」と感じる人が圧倒的に多い現実、本当に定着するか企業サバイバル最前線テレワークをする従業員の比率は、コロナ禍前の年時点で約だったが、新型コロナ禍でその比率は上昇傾向にある。 2021-04-23 04:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 緊急事態宣言「3度目の正直」なるか、自粛生活が消滅する未来を予測 - 今週もナナメに考えた 鈴木貴博 https://diamond.jp/articles/-/269306 未来予測 2021-04-23 04:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 Amazonで売れた家電ランキング!シャープが無双、格安ロボット掃除機も - ニッポンなんでもランキング! https://diamond.jp/articles/-/268678 amazon 2021-04-23 04:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 Amazonで売れた家電ランキング【トップ20完全版】シャープ無双、20万円弱の贅沢家電も - ニッポンなんでもランキング! https://diamond.jp/articles/-/268408 amazon 2021-04-23 04:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 「コロナワクチン接種」が1年では終わらないと言い切れる理由 - News&Analysis https://diamond.jp/articles/-/269305 「コロナワクチン接種」が年では終わらないと言い切れる理由NewsampampAnalysis月日から、高齢者向け新型コロナウイルスワクチン以降ワクチンの接種が始まった。 2021-04-23 04:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 上海の億ションがたった1日で500万円下落、中国不動産バブルは弾ける寸前! - 莫邦富の中国ビジネスおどろき新発見 https://diamond.jp/articles/-/269160 不動産バブル 2021-04-23 04:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 高田明さんのプレゼン術の真髄は、世阿弥の名言「離見の見」にあった! - 名著で読み解く新常態 https://diamond.jp/articles/-/268943 現代社会 2021-04-23 04:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 退職金を「ご褒美」だと考えると、老後資産を散在してしまう理由 - 初心者のための「老後資金」対策講座 https://diamond.jp/articles/-/269094 大量購入 2021-04-23 04:15:00
ビジネス 東洋経済オンライン スズキ新工場稼働で問われるインド事業の難題 二度の稼働延期、シェア50%を維持できるか | 経営 | 東洋経済オンライン https://toyokeizai.net/articles/-/424367?utm_source=rss&utm_medium=http&utm_campaign=link_back 東洋経済オンライン 2021-04-23 05:00:00
GCP Cloud Blog Contributing to a sustainable future with Chrome OS and partners https://cloud.google.com/blog/products/chrome-enterprise/contributing-to-a-sustainable-future-with-chrome-os-and-partners/ Contributing to a sustainable future with Chrome OS and partnersFrom efficient data centers to purchasing renewable energy at scale Google is dedicated to doing our part to protect the environment and planet alongside our customers partners and larger communities In Google became a carbon neutral company and in it became the first company to match of its annual electricity consumption with renewable energy We re not stopping there we plan to get all Google data centers and campuses operating on carbon free energy by In honor of Earth Day we d like to highlight how Chrome OS supports Google in fulfilling this mission Chrome OS provides sustainable computing software and hardware through our ecosystem of partners and customers committed to driving systemic change A cloud first platform that helps lower carbon footprints and optimizes for energy efficiencyChrome OS was born in the cloud and introduced a modern more sustainable way of computing Chrome OS s power management capabilities offer efficient charging and optimized device performance When Kingston and Sutton London Borough Councils deployed over Chrome OS devices they did more than just achieve their goals of modernizing computing for their employees the Councils have also seen annual drops in their greenhouse gas emissions and energy consumption “We benchmarked a reduction in energy with the move to Citrix and Acer Chromebooks If you combine this with the resultant reduced levels of commuting by employees you would need acres of mature forest roughly one and a half times the size of a park to remove the equivalent amount of pollution from the atmosphere David Grasty Head of Digital Strategy Kingston and Sutton CouncilsCitrix noted that “Using legacy end user devices uses a significantly higher amount of computing power than necessary to perform everyday tasks Adopting a thin client approach in which the computing power is performed centrally in the cloud such as with Chrome OS devices reduces reliance on the device for performance enabling a more efficient and less energy intensive way of working Justin Sutton Parker Computer amp Urban Science Doctorate Researcher CitrixChrome OS enables e waste minimization and prolongs device lifecycle Chrome OS s cloud profile capability facilitates sharing between multiple users Device sharing is a simple yet highly impactful way for organizations to remain efficient with fewer resources and ultimately results in less waste Grab and Go and kiosk mode on Chrome OS allow businesses to set multiple profiles and user modes so that one device can accommodate many without compromising on speed and delaying workflows Additionally new Chromebooks receive up to years of OS updates and don t slow down over time staying useful for longer CloudReady from Google also helps modernize and prolong the life of your organization s existing PC and Mac devices to help reduce e waste while optimizing value alongside Chrome OS devices “With the CloudReady given ability of allowing us to reuse existing hardware in literally minutes we were able to dig deep into our existing IT equipment inventory mobilize and deliver high performing endpoints all the way from year old HP laptops to newly purchased Dell Optiplex desktops Combined with the ease of administration of the Google Admin Console we were able to cover the organization s needs from allowing staff to work remotely refocus our IT team on supporting our doctors and nurses as well as also rapidly mobilize a telehealth platform Nick Fuchs Senior Director of Infrastructure Security amp Support for Springfield ClinicSmart devices designed with sustainable and recyclable raw materialChrome OS devices are offered in versatile form factors such as clamshells tablets and convertibles Durable design and long lasting components such as rugged devices spill proof keyboards and scratch resistant Gorilla Glass make them last longer Our OEM partners such as HP Acer and others help make this possible HP Elite c Chromebook Enterprise was recently featured in the Lonely Whale s annual report and is the world s first Chromebook made with ocean bound plastics “At HP we envision a low carbon and circular economy that creates a healthier planet provides income opportunities for people and communities and respects human rights HP has diverted more than tonnes of plastic equivalent million bottles from the ocean and upcycled them into premium HP products Ellen Jackowski Chief Sustainability and Social Impact Officer HP Inc At Acer we have been raising awareness of climate change and making a significant impact on building a greener environment Our latest Chrome OS devices meet the ENERGY STAR certification along with EPEAT registry more than million Chrome OS devices have been shipped using PCR plastics and the use of virgin plastic on product packaging has been reduced by Chromebook Product Lead AcerReducing environmental impact with more responsible supply chain and operationsOur partners such as Insight Enterprises CDW and many others use Chrome OS each day to bring more efficiency to their internal operations supply chain and logistics and to their customers as well “At Insight we work closely with our clients to help them optimize their IT and tap into more sustainable computing solutions including smarter lifecycle management responsible e waste disposal and an emphasis on energy efficient devices and cloud applications that require fewer physical resources Chrome OS is a natural ecosystem helping us promote these priorities and the accessibility of eco friendly devices like Chromebook further drives our mission to help the anywhere workforce stay mobile and productive while needing fewer resources to do so   Tierra Ryan Vice President Operations Insight Enterprises“At CDW we re committed to providing sustainable IT solutions to help our Chrome OS customers achieve their goals while operating responsibly Therefore we are also focused on the continuous improvement of our environment striving to make our operations energy efficient and maximizing the impact of our recycling efforts From our distribution centers to our offices we bring sustainable development to every corner of our business Amanda Zivich Client Solutions Category Manager Product and Partner Management CDWLearn more about how to support your organization with sustainable technology and environmentally friendly Chrome OS devices at Sutton Parker J Determining end user computing device Scope GHG emissions with accurate use phase energy consumption measurement Amsterdam Elsevier Procedia Computer Science 2021-04-22 20:00: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件)