投稿時間:2022-12-08 01:31:12 RSSフィード2022-12-08 01:00 分まとめ(36件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS lambdaタグが付けられた新着投稿 - Qiita 【Inspector】Lambda関数の脆弱性スキャン結果をSlackへ通知させてみた https://qiita.com/hedgehog051/items/6e110942dca7e0d1e3a6 inspector 2022-12-08 00:04:12
AWS AWSタグが付けられた新着投稿 - Qiita Windows Server 2022にADを構築し、Zabbix6.0とGrafanaでLDAP認証を実装する https://qiita.com/yes_dog/items/188b141f596400786137 beexadventcalendar 2022-12-08 00:22:54
AWS AWSタグが付けられた新着投稿 - Qiita Docusaurus を AWS Amplify Hosting と Amazon Cloudfront でホスティングしてみた https://qiita.com/mayuki12/items/e01a2ed38b9b976ff430 amazoncloudfront 2022-12-08 00:16:54
AWS AWSタグが付けられた新着投稿 - Qiita AWSマネジメントコンソールのデフォルトリージョンの設定(東京: ap-nurtheast-1) https://qiita.com/yaki-sa/items/7781cf6ac5e7520a926c apnurtheast 2022-12-08 00:08:15
AWS AWSタグが付けられた新着投稿 - Qiita 【Inspector】Lambda関数の脆弱性スキャン結果をSlackへ通知させてみた https://qiita.com/hedgehog051/items/6e110942dca7e0d1e3a6 inspector 2022-12-08 00:04:12
Azure Azureタグが付けられた新着投稿 - Qiita Azure Machine Learningでのモデルデプロイまとめ https://qiita.com/aical/items/95e12f498af4405bcc93 azure 2022-12-08 00:42:40
Azure Azureタグが付けられた新着投稿 - Qiita Azureで提供される負荷分散サービス(Azure Load Balancer、Azure Application Gateway) https://qiita.com/ss12345/items/827accc326b53d372bb6 applicationgatewayazure 2022-12-08 00:39:35
Git Gitタグが付けられた新着投稿 - Qiita Gitの変更が大量に出た時の対処法(vscode) https://qiita.com/yamazaki2357/items/e2886d7616396da251dd vscode 2022-12-08 00:44:09
技術ブログ Developers.IO Alteryx Serverに保存したワークフローをコレクションで共有する – Alteryx Serverアドベントカレンダー2022 https://dev.classmethod.jp/articles/alteryxserver-adventcalendar-20221208/ developersioalteryxs 2022-12-07 15:45:03
技術ブログ Developers.IO Snowflakeで付与されている権限を知りたいときに使うSHOW GRANTSコマンドを一通り試してみた #SnowflakeDB https://dev.classmethod.jp/articles/snowflake-try-all-show-grants-command/ adventcalendar 2022-12-07 15:30:30
海外TECH MakeUseOf What Is a Disposable Email Address and Why Should You Use One? https://www.makeuseof.com/what-is-disposable-email-address/ disposable 2022-12-07 15:30:17
海外TECH MakeUseOf How to Fix the “Not Enough Physical Memory Is Available” VMware Error in Windows https://www.makeuseof.com/windows-vmware-not-enough-physical-memory/ How to Fix the “Not Enough Physical Memory Is Available VMware Error in WindowsSolving this error in VMware can be as easy as adding more memory but there are more causes of this problem other than insufficient specs 2022-12-07 15:15:15
海外TECH MakeUseOf How to Remain Present and Intentional When Using Your Phone: 4 Simple Tips https://www.makeuseof.com/using-your-phone-tips-remain-present-intentional/ How to Remain Present and Intentional When Using Your Phone Simple TipsIt s easier than ever to be overwhelmed by your smartphone but you can use these tips to be more deliberate and avoid that stress 2022-12-07 15:01:14
海外TECH DEV Community How I Created a Vue.js Ecommerce Store with Medusa https://dev.to/medusajs/how-i-created-a-vuejs-ecommerce-store-with-medusa-plf How I Created a Vue js Ecommerce Store with MedusaEcommerce is no small undertaking Aside from building a great customer experience on the frontend you ll also need to have the right setup to handle all cart customer and order data product information etc…In this tutorial you ll get a sneak peek into how it can be done In this tutorial you ll get set up with the necessary prerequisites for a great ecommerce experience Vue js is a great choice for a frontend framework because it s open source it has a component based architecture and it is reactive For the backend you ll learn how to use Medusa an open source Node js commerce engine that ships with all necessary ecommerce functionality including an easily navigatable admin system The full code for this Vue js project is located in this GitHub repo Below is a quick sneak peek of the final result What is Vue jsVue js is an open source progressive JavaScript framework It can be used to build a variety of types of apps including websites mobile apps or desktop apps This can be done by using Vue js along with other platforms like Electron or Ionic Vue js has been rising in popularity since it was first released due to its many advantages It is easy to learn and use with concise documentation and a smooth learning curve It also has a tiny size a reactive system and a component based reusable architecture What is Medusa medusajs medusa The open source Shopify alternative ️ Medusa Documentation Medusa Admin Demo WebsiteAn open source composable commerce engine built for developers Getting StartedFollow our quickstart guide to learn how to set up a Medusa server RequirementsYou can check out this documentation for details about setting up your environment What is MedusaMedusa is an open source composable commerce engine built with Node js Medusa enables developers to build scalable and sophisticated commerce setups with low effort and great developer experience You can learn more about Medusa s architecture in our documentation FeaturesYou can learn about all of the ecommerce features that Medusa provides in our documentation RoadmapWrite ups for all features will be made available in Github discussions before starting the implementation process Admin revamp Tax API Tax Calculation Strategy Cart Calculation Strategy Customer Groups API Promotions API Price Lists API Price Selection Strategy Import Export API Sales… View on GitHubMedusa is the open source Node js commerce platform on GitHub Its composable and headless architecture allows it to be incorporated with any tech stack to build cross platform ecommerce stores ranging from web to android and iOS applications Medusa allows developers to build scalable and maintainable ecommerce stores It ships with many advanced ecommerce features such as an admin store dashboard product configurations manual orders multi currency support and much more Likewise it easily integrates with different payment CMS and shipping options Please star if you like the tool PrerequisitesBefore you start be sure you have Node js version or above Create a Server with Medusa Commerce EngineTo set up the Medusa server on your local machine follow the steps outlined in the sections below Install Medusa CLI ToolMedusa CLI can be installed using npm or yarn but this tutorial uses npm Run the following command to install the Medusa CLI npm install medusajs medusa cli g Create a New Medusa Store ServerTo create a new Medusa store server run the command below medusa new my medusa store seedNote my medusa store represents the project name you can change yours to your preferred project name If you created a new Medusa project successfully you should get a result similar to the screenshot below Test Your Medusa ServerTo test your Medusa server change to the newly created directory and run the develop command using Medusa s CLI cd my medusa storemedusa developYou can test it by sending a request to localhost store products which lists the available products in your store Medusa Admin InstallationTo set up your Medusa Admin follow the steps below Clone the Medusa Admin repository git clone medusa admincd medusa adminRun the command below to install all necessary dependencies npm installTest it npm startBy default Medusa Admin runs on port You can go to localhost on your browser to access your admin page Since you included the seed option while installing the Medusa server a dummy admin user has been created The email is admin medusa test com and the password is supersecret With the Medusa Admin you can create new products and collections for your store You can also edit unpublish duplicate and delete products from the admin You can visit the User Guide to learn more about Medusa Admin Create a New Vue js ProjectThe next thing is to create and set up a new Vue js project for the ecommerce project You can run this command to set up a new Vue js project npm init vue latestThis command will install and execute create vue the official Vue project scaffolding tool You will be presented with prompts for a number of optional features such as TypeScript and testing support Ensure you choose the same option as the ones in the above screenshot Once the project is created use the following commands to install the necessary dependencies cd vuejs ecommercenpm install Tailwind CSS InstallationTailwind CSS is a CSS framework that allows you to effortlessly style your ecommerce storefront In this tutorial you ll use Tailwind CSS in your Vue js ecommerce storefront In the vuejs ecommerce directory run the following command to install Tailwind CSS npm install D tailwindcss postcss autoprefixernpx tailwindcss init pThe above command will generate both the tailwind config js and postcss config js files in your Vue js project Configure Your Template PathsIn your tailwind config jsfile replace the content array with the following snippet content index html src js ts jsx tsx vue Add the Tailwind Directives to your CSSGo to src assets main css and replace the entire code with the snippet below tailwind base tailwind components tailwind utilities The baselayer handles things like reset rules or default styles applied to plain HTML elements The components layer handles class based styles that you want to be able to override with utilities The utilities layer handles small single purpose classes that should always take precedence over any other styles You can visit Tailwind CSS documentation to learn more Integrate Vue js Ecommerce Storefront with MedusaIn this section you ll prepare to integrate the Vue js ecommerce storefront with the Medusa server to interact with APIs later on Create a Base URL Environment VariableThe baseURL environment variable is the URL of your Medusa server Create a env file in the vuejs ecommerce directory with the following content VITE baseUrl http localhost Note If for any reason you changed the default port number of your Medusa Server you must change the to your port number here Install Axios in the Vue js ProjectYou ll use Axios to send requests to your Medusa server You can install Axios by running the following command npm i axiosNow that Axios is installed the next step is integrating Medusa API into your project Creating Components for Your Vue js ProjectIn this section you will create components such as Header Footer and Products components These components will be used on different pages of your storefront In some components images are used to implement a better design for the storefront You can find all images used for this project in the GitHub repository Page Header ComponentCreate the file src components PageHeader vue and add the following code to it lt template gt lt div gt lt div class fixed z bg white topNav w full top p md bg opacity gt lt div class max w xl relative flex mx auto flex col md flex row gt lt a href class md hidden absolute top right gt lt div class relative gt lt img src src images icon png class bottom cursor pointer relative gt lt div class absolute px bg red top right rounded full border border white text white id cart style font size px gt lt div gt lt div gt lt a gt lt div class absolute h flex justify center bars items center w text white right top rounded lg shadow lg md hidden cursor pointer border border white bg red gt lt i class fa fa bars gt lt i gt lt div gt lt div class flex grow font bold text lg gt lt router link to name home gt lt span class gt Noble s Shop lt span gt lt router link gt lt div gt lt div class menu hidden md flex flex col md flex row mt md mt gap gt lt div class flex flex col md flex row gap capitalize gt lt div class gt lt router link to name home gt lt span class text red font bold border b border red gt home lt span gt lt router link gt lt div gt lt div class gt lt router link to name products gt lt span class gt products lt span gt lt router link gt lt div gt lt div gt lt div class flex gap gt lt a href class hidden md block gt lt div class relative gt lt img src src images icon png class bottom cursor pointer relative gt lt div v if productId length gt class absolute px bg red top right rounded full border border white text white id cart style font size px gt productId length lt div gt lt div gt lt a gt lt div gt lt div gt lt div gt lt div gt lt div gt lt template gt lt script gt export default props productId Array lt script gt The above code block covers the header page of this project It includes the page routes website name and shopping cart icon This component will be added later in src App vue of this project to add a header on every page of this storefront Footer ComponentCreate the file src components FooterComponent vue with the following content lt template gt lt div gt lt div class bg purple py px gap y justify center items center gt lt div class font extrabold text xl text center space y gt lt div class gt Join Our Wait List And Get lt div gt lt div class text red custom gt Discount Up to lt div gt lt div class gt lt div class py flex relative max w xl mx auto gt lt input type text placeholder Enter Your Email Here class text sm border w full pr focus ring red focus border red relative px placeholder gray py right border red rounded lg flex grow gt lt span class bg btn color absolute text base right uppercase rounded lg z text white px py bg opacity style top px gt sign in lt span gt lt div gt lt div gt lt div gt lt div gt lt div class bg purple py PX gt lt div class max w xl gap mx auto grid grid cols md grid cols gt lt div class md col span py space y gt lt div class text xl font bold text gray gt Noble s Shop lt div gt lt div class text gray w pr gt We sell only but quality and first grade Hoddies Joggers Shorts and lot more lt div gt lt div gt lt div class md col span py space y gt lt div class text xl font bold text gray gt Information lt div gt lt div class text gray w space y pr gt lt div class gt About Us lt div gt lt div class gt More Search lt div gt lt div class gt Online Order lt div gt lt div class gt Support lt div gt lt div gt lt div gt lt div class md col span py space y gt lt div class text xl font bold text gray gt Our Services lt div gt lt div class text gray w space y pr gt lt div class gt Clothing lt div gt lt div class gt Fashion lt div gt lt div class gt Design lt div gt lt div class gt Privacy lt div gt lt div gt lt div gt lt div class md col span py space y gt lt div class text xl font bold text gray gt Contact Us lt div gt lt div class text gray w space y pr gt lt div class gt lt div gt lt div class gt info domain name com lt div gt lt div class gt Terms amp Condition lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt template gt In the above component you covered everything about the footer page of this ecommerce app You ll use it later across your pages where you want to add a footer Products ComponentCreate the file src components Products vue with the following content lt template gt lt div gt lt div class py gt lt div class max w xl mx auto py space y gt lt div class flex gt lt div class flex grow text xl font extrabold gt Special Qualities For You lt div gt lt div gt lt div class grid gap grid cols md grid cols lg grid cols px gt lt div v for products i in fetchData key i class rounded lg shadow xl style gt lt router link to name single product params id products id gt lt div class bg white w full flex justify center items center gt lt img src products thumbnail alt srcset gt lt div gt lt div class bg purple py relative font bold text xl w full flex flex col justify center px gt lt div class gt products title lt div gt lt div class gt amp euro products variants prices amount lt div gt lt div gt lt router link gt lt div gt lt div gt lt div gt lt div gt lt div gt lt template gt lt script gt import axios from axios import RouterLink from vue router export default data return fetchData mounted calling the fetchProducts method when the page has loaded this fetchProducts methods fetchProducts axios get import meta env VITE baseUrl store products then data gt this fetchData data data products catch err gt console log err products lt script gt The product component is where the products are fetched using Medusa s APIs fetchProducts method is used to fetch products from the Medusa Server Notice how you use the baseURL defined in the env file In addition the Vue router is being used to route each selected product to a single product page which you ll add later Creating Vue js Router File for Routing PagesThe next thing to do is to create a router file for routing our pages By default a route file is always generated when creating the vue js project Find the src router index js file and replace the code inside with the below content import createRouter createWebHistory from vue router import HomeView from views HomeView vue import SingleProductView from views SingleProductView vue import ProductView from views ProductView vue const router createRouter history createWebHistory import meta env BASE URL routes path name home component HomeView path products name products component ProductView path single product id name single product component SingleProductView export default routerIn the above component you specified all your routes including the route path name and components The routes you added are for the homepage products page and single product page Create Storefront PagesIn this section you ll create pages for your storefront Before you start creating these pages go to src App vue and replace the code with the following lt script setup gt import RouterLink RouterView from vue router import PageHeader from components PageHeader vue lt script gt lt template gt lt header gt lt page header productId products gt lt header gt lt RouterView addp addP event gt lt div class fixed top bg green text white z border text md uppercase shadow lg py px rounded lg transistion all duration class notify gt item added successfully lt div gt lt template gt lt script gt import axios from axios export default data return products notify right cartId product variant id null mounted this checkCartID methods getCartID axios post import meta env VITE baseUrl store carts then res gt localStorage cart id res data cart id checkCartID this cartId localStorage cart id if this cartId this getCartID addP data this cartId localStorage cart id axios post import meta env VITE baseUrl store carts this cartId line items variant id data quantity then data gt this products push data localStorage cart this products this notify right var inter setInterval gt this notify right clearInterval inter lt script gt Here you import the header component so that it appears on all pages You also add some methods related to the cart The checkCartID method checks on page load if there s a cart ID in the local storage and if so calls the getCartID method The getCartID method is used to fetch cart and its items from the Medusa server The addP method is used to add products to your store cart It will be called later on the Single Product page You can learn more about Medusa carts in the documentation Homepage ViewCreate the file src views HomeView vue with the following content lt script setup gt import PageHeader from components PageHeader vue import Products from components Products vue import FooterComponent from components FooterComponent vue lt script gt lt template gt lt main gt lt div class bg purple w full gt lt div class style height vh gt lt div class max w xl mx auto h full flex items center gt lt div class grid gap px grid cols mt md grid cols gt lt div class md col span order flex flex col justify center space y gt lt div class space y gt lt div class font extrabold w full text xl gt Nothing But Qualities lt div gt lt div class text lg leading max w md gt We sell quality Hoddies Joggers Shorts and lot more lt div gt lt div gt lt div gt lt router link to name products gt lt span class w fit cursor pointer transistion all duration hover text purple text white px py bg gradient to r from purple to pink rounded flex justify center items center gt Explore More lt span gt lt router link gt lt div gt lt div gt lt div class md col span flex justify center md order gt lt img src src images hoddie png class bottom relative h style gt lt div gt lt div gt lt div gt lt div gt lt div class flex justify center bg purple py pb w full gt lt div class h rounded xl relative style border px solid black padding px px px gt lt div class bg black rounded full relative top style padding px gt lt div gt lt div gt lt div gt lt div gt lt products gt lt footer component gt lt main gt lt template gt lt script gt export default mounted this handlePageScroll methods handlePageScroll window scrollTo this scrollposition this scrollposition window pageYOffset lt script gt You import the Products and FooterComponent components inside this file and display them on the Homepage Products Page ViewCreate the file src views ProductView vue with the following content lt script setup gt import PageHeader from components PageHeader vue import Products from components Products vue import FooterComponent from components FooterComponent vue lt script gt lt template gt lt main gt lt products gt lt footer component gt lt main gt lt template gt You also import the Products and FooterComponent components inside this file to display them in the Products listing page Single Product PageCreate the file src views SingleProductView vue with the following content lt script setup gt import FooterComponent from components FooterComponent vue lt script gt lt template gt lt main ref addProd gt lt div class py px gt lt div class text white max w xl mx auto py gt lt div class grid md grid cols gap grid cols gt lt div class gt lt div class relative gt lt img src imgArr currentImg alt no image gt lt div class absolute overflow x scroll w full bottom right p flex flex nowrap gap gt lt div v for er i in imgArr length key i class flex w full flex nowrap gap rounded lg gt lt div click currentImg i title imgArr i class w h flex none gt lt div class h full w full rounded lg cursor pointer shadow lg border overflow hidden gt lt img src imgArr i alt class h full w full gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div class gt lt div class flex md flex col flex col space y justify center gt lt div class text black space y gt lt h class font bold text xl text black gt product title lt h gt lt p class text sm gt product description lt p gt lt div gt lt div class space y gt lt div class font bold text md text black gt Select Size lt div gt lt div class flex flex row flex wrap gap gt lt div v for size i in sizes key i class gt lt div click currentSize size currentPrice priceList i variants id product variants i id class currentSize size border purple bg purple border gray contenteditable false class border rounded md cursor pointer flex justify center py px gt lt span class text black text sm gt size lt span gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div class flex flex col space y gt lt div gt lt span class text gray text xl font san gt amp euro currentPrice lt span gt lt div gt lt div click addProduct class bg gray cursor pointer text white w full text sm font semibold py flex justify center cursor pointer hover bg white hover border hover border gray hover text black gt ADD TO CART lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt footer component gt lt main gt lt template gt lt script gt import axios from axios export default activated window scrollTo data return currentImg imgArr productData product productId sizes currentSize S priceList currentPrice variants id mounted window scrollTo beforeMount this productId this route params id axios get import meta env VITE baseUrl store products this productId then productData gt this product productData data product console log this product this product images forEach data gt this imgArr push data url this currentPrice this product variants prices amount this variants id this product variants id this product variants forEach data gt this sizes push data title this priceList push data prices amount catch err gt console log err methods addProduct this emit addP this variants id lt script gt In the above code block you are fetching a single product from the Medusa server using its id Then you display the product s information including its price size and description When the Add to Cart button is clicked the addProduct method is executed This method calls the addP method defined in src App vue passing it the selected variant ID Change Vue js PortIn the vite config jsfile add this code snippet inside the object parameter passed todefineConfig server port In the above code block you change the port of the Vue js ecommerce storefront to This allows you to avoid cors issues when sending requests to the Medusa server Test the StorefrontYou can now test your Vue js ecommerce storefront with the following steps Run the Medusa server medusa developRun the Vue js app npm run devWhen you open the storefront on localhost you ll see the following home page If you scroll down or click on the Products item in the navigation bar you ll see products populated from your Medusa server Try clicking on any of the products a new page will open showing the products details You can add the product to the cart by clicking the “Add to Cart button What s Next In this tutorial you learned how to create a Vue js Ecommerce storefront with the help of Medusa This storefront only implements the product listing and add to cart functionality but there s much more to add to your storefront Check out the following documentation pages for help on how to move forward Add a checkout page Install Strapi plugin to process payments Add advanced search functionality with MeiliSearch Should you have any issues or questions related to Medusa then feel free to reach out to the Medusa team via Discord 2022-12-07 15:19:44
Apple AppleInsider - Frontpage News Adobe Stock will sell AI-generated artwork with conditions https://appleinsider.com/articles/22/12/07/adobe-stock-will-sell-ai-generated-artwork-with-conditions?utm_medium=rss Adobe Stock will sell AI generated artwork with conditionsAdobe recently announced it would begin accepting ーand selling ーstock images generated by AI tools so long as they are labeled as such Adobe StockMany generative AI tools exist such as Dall E Stable Diffusion Midjourney and others that let people create artwork Read more 2022-12-07 15:11:46
海外TECH Engadget Google's Nest Hub drops to $39 with a free smart bulb https://www.engadget.com/google-nest-hub-deal-walmart-free-smart-bulb-154030314.html?src=rss Google x s Nest Hub drops to with a free smart bulbIf you ve been looking to pick up a smart display today looks like a decent time to take the plunge as Walmart has our favorite option on the market Google s Nest Hub down to That s the lowest price we ve seen to date for the second gen model Notably the discount includes a basic Philips Wiz smart bulb for no extra cost For context the inch smart display technically has an MSRP of though we frequently see it on sale for The deal covers both the chalk and charcoal versions of the display but the former looks to be out of stock as of this writing We gave the second gen Nest Hub a review score of when it launched last year and it s currently a top pick in our guide to the best smart displays Like Amazon s Echo Show devices it s mainly there for those who like using a voice assistant to pull up the weather control smart home gear stream music and videos display recipes in the kitchen and so on Its chief advantage over Amazon s devices is unsurprisingly its tighter integration with Google services If much of your life is organized in Gmail Google Calendar and Google Photos or if you use other Google owned gear like Nest doorbells and thermostats using the Google Assistant to access those things here will be far more convenient We ve also found the Google Assistant to be a little more capable than Alexa at answering web queries As a piece of hardware the Nest Hub isn t blazingly fast nor is its x resolution display especially sharp Still its built in speakers and microphones do the job and its soft fabric design should blend naturally into most rooms Its inch frame is a natural fit on a bedside table or bathroom counter and while it lacks a built in camera that may be a good thing for those who want an added sense of privacy The device can also provide a modicum of sleep tracking though we wouldn t call that necessary for most and Google plans to charge extra for the feature in the coming months Nevertheless the Nest Hub provides a strong mix of price and functionality for those who aren t already hitched to Alexa and this deal only furthers that Follow EngadgetDeals on Twitter and subscribe to the Engadget Deals newsletter for the latest tech deals and buying advice 2022-12-07 15:40:30
海外TECH Engadget Epic Games rolls out limited accounts to protect young 'Fortnite' and 'Fall Guys' players https://www.engadget.com/epic-games-cabined-accounts-kids-fortnite-fall-guys-rocket-league-metaverse-153028144.html?src=rss Epic Games rolls out limited accounts to protect young x Fortnite x and x Fall Guys x playersEpic Games is rolling out a new type of account for younger players that will require parental consent before they can do things like make purchases from Fortnite s in game store with real money or use voice chat Epic says these so called quot cabined accounts quot will provide a quot tailored experience that is safe and inclusive for younger players using the store or launcher quot In a blog post Epic positioned cabined accounts as a quot new way for kids to join the metaverse quot It wrote that some companies try to provide a safe environment for kids in an online ecosystem by quot by creating isolated experiences solely for their younger players but these experiences are usually restrictive and unappealing when compared to the full game or activity and may encourage false reporting of age Another approach has been to offer a fulsome experience for younger players but if kids do not obtain permission from their parents they are locked out entirely with no alternatives Neither of these are optimal quot Starting today players will see a one time request for their age when they log into the Epic Games Store or the company s games If someone indicates they are under or a country s age of consent to use digital services they will now have a cabined account Although they ll still be able to play Fortnite Rocket League or Fall Guys nbsp with access to previously purchased and earned in game content they ll need to provide a parent or guardian s email address and get consent from them to use certain features Several other features are disabled in cabined accounts including any purchases with money free text chat making trades in Rocket League buying or downloading Epic Games Store titles not owned by Epic custom display names and SMS based two factor authentication Without parental consent younger players will not be able to link their Epic account to services such as Facebook Instagram and Twitch Developers with cabined accounts will also be prevented from accessing some Unreal Engine features Epic will lift the restrictions when a parent or guardian provides consent or the player turns or their region s age of digital consent In the meantime those with such an account can still use any funds that are already in their Epic wallet to buy things in Fortnite Rocket League Fall Guys and other Epic owned games After a parent or guardian has verified a cabined account they can set up parental controls Among other things they ll be able to approve friend requests on the younger player s account grant access to voice and text chat and track their offspring s Fortnite play time 2022-12-07 15:30:28
海外TECH Engadget WhatsApp now supports Meta's bitmoji-like avatars https://www.engadget.com/whatsapp-avatars-chat-stickers-152000618.html?src=rss WhatsApp now supports Meta x s bitmoji like avatarsMeta s bitmoji style D avatars have made their way to WhatsApp As of today you can use your digital persona either as your profile photo or as part of a sticker pack that mimics popular emoji and actions If you want to show that you love someone or aren t sure about an idea you can now use your virtual face instead of a generic icon WhatsApp sees avatars both as personalization and as a privacy feature You can represent yourself in a conversation without having to share a photo that could be misused for stalking or other sinister purposes The avatar system works across platforms so the character you create for WhatsApp can be used with Facebook Instagram or VR spaces like Horizon Worlds The expansion to WhatsApp was expected when Meta said it would make its new avatars usable across services If anything the feature is overdue Snapchat arguably the inspiration for the avatars has had bitmoji reactions and replies since the start of the year Even TikTok has avatars you can use in videos Apple s Messages meanwhile has offered quot Memoji quot for years Still this could be a welcome addition It should help WhatsApp compete for attention with those other services of course but it also promises a more consistent experience whether or not you use Meta s other social platforms You won t have to give up avatars just because your friends and family depend on WhatsApp even if they aren t always identical to the ones you use in other apps 2022-12-07 15:20:00
Cisco Cisco Blog On the road again: NRF 2023 https://blogs.cisco.com/retail/on-the-road-again-nrf2023 nrf 2022-12-07 15:38:40
海外科学 NYT > Science The Ankylosaur’s Tail-Club Wasn’t Only Swinging at T. Rex https://www.nytimes.com/2022/12/06/science/ankylosaur-club-tail-dinosaur.html The Ankylosaur s Tail Club Wasn t Only Swinging at T RexA dinosaur named for a demon dog in “Ghostbusters had a sledgehammer attached to its rear A new study found it could both shatter shins and woo potential mates 2022-12-07 15:29:42
海外科学 NYT > Science Oldest Known DNA Paints Picture of a Once-Lush Arctic https://www.nytimes.com/2022/12/07/science/oldest-dna-greenland-species.html Oldest Known DNA Paints Picture of a Once Lush ArcticIn Greenland s permafrost scientists discovered two million year old genetic material from scores of plant and animal species including mastodons geese lemmings and ants 2022-12-07 16:00:09
海外TECH WIRED A Row Erupts Over Texas’ Bold Bitcoin Battery Plan https://www.wired.com/story/bitcoin-texas-power-grid/ blackouts 2022-12-07 15:03:57
金融 ◇◇ 保険デイリーニュース ◇◇(損保担当者必携!) 保険デイリーニュース(12/08) http://www.yanaharu.com/ins/?p=5096 日本生命 2022-12-07 15:23:25
金融 RSS FILE - 日本証券業協会 株主コミュニティの統計情報・取扱状況 https://www.jsda.or.jp/shiryoshitsu/toukei/kabucommunity/index.html 株主コミュニティ 2022-12-07 15:30:00
金融 金融庁ホームページ 「金融商品債務引受業の対象取引から除かれる取引及び貸借を指定する件」の一部改正(案)について公表しました。 https://www.fsa.go.jp/news/r4/shouken/20221207/20221207.html 金融商品 2022-12-07 17:00:00
金融 金融庁ホームページ 企業会計審議会第24回内部統制部会 議事次第について公表しました。 https://www.fsa.go.jp/singi/singi_kigyou/siryou/naibu/20221208.html 企業会計 2022-12-07 17:00:00
金融 金融庁ホームページ 貸金業関係資料集を更新しました。 https://www.fsa.go.jp/status/kasikin/20221207/index.html 関係 2022-12-07 17:00:00
金融 金融庁ホームページ 英OMFIF主催暗号資産ラウンドテーブルでの講演「Regulating the crypto assets landscape in Japan」について公表しました。 https://www.fsa.go.jp/inter/etc/20221207/20221207.html omfif 2022-12-07 17:00:00
ニュース BBC News - Home Border Force staff to strike over Christmas - union https://www.bbc.co.uk/news/uk-politics-63893115?at_medium=RSS&at_campaign=KARANGA border 2022-12-07 15:41:34
ニュース BBC News - Home Germany arrests 25 accused of plotting coup https://www.bbc.co.uk/news/world-europe-63885028?at_medium=RSS&at_campaign=KARANGA parliament 2022-12-07 15:54:17
ニュース BBC News - Home Volodymyr Zelensky is Time Magazine's 2022 Person of the Year https://www.bbc.co.uk/news/world-63890775?at_medium=RSS&at_campaign=KARANGA editor 2022-12-07 15:03:04
ニュース BBC News - Home Taliban conduct first public execution since return to power https://www.bbc.co.uk/news/world-asia-63884696?at_medium=RSS&at_campaign=KARANGA confesses 2022-12-07 15:21:14
ニュース BBC News - Home How do you keep babies safe in the cold? And other questions https://www.bbc.co.uk/news/uk-63888234?at_medium=RSS&at_campaign=KARANGA costs 2022-12-07 15:10:26
ニュース BBC News - Home What's China's Covid policy now it's axed some key rules? https://www.bbc.co.uk/news/59882774?at_medium=RSS&at_campaign=KARANGA lockdown 2022-12-07 15:07:35
ニュース BBC News - Home World Cup 2022: England v France - Kyle Walker 'will not roll out red carpet' for Kylian Mbappe https://www.bbc.co.uk/sport/football/63891285?at_medium=RSS&at_campaign=KARANGA World Cup England v France Kyle Walker x will not roll out red carpet x for Kylian MbappeKyle Walker says he will not roll out a red carpet for Kylian Mbappe when England meet France in their World Cup quarter final 2022-12-07 15:17:17
GCP Cloud Blog Increasing digital equity in partnership with Los Angeles County https://cloud.google.com/blog/topics/public-sector/increasing-digital-equity-partnership-los-angeles-county/ Increasing digital equity in partnership with Los Angeles CountyWhile great strides have been made toward providing communities greater access to information technology a digital accessibility gap still remains In Los Angeles County it is estimated that  households lack home internet service and  households are without a home computer Notably low income neighborhoods and populations that are predominantly Black and Latinx are amongst some of the most impacted areas with over of households lacking a broadband connection in some areas Beyond having broadband access students our next generation of workers need to build digital literacy skills through exposure to emerging technology To address this the National Defense Industrial Association NDIA launched Digital Inclusion Week to bring momentum to digital equity movements across the country and promote actions at both the national and local levels  To help raise awareness of technology solutions that aim to reduce digital inequities in Los Angeles County Google Public Sector partnered with the Internal Services Department ISD to host the inaugural “ Tech Empowerment Day As part of the Delete the Divide initiative on October over middle and high school students and educators across local schools convened at the SoFi Stadium where they were introduced to the latest STEM technologies and innovations   Students participated in hands on training and demonstrations from over vendors including global tech companies and local non profits experienced AR VR technology and robotics demonstrations interactive coding workshops and were offered private tours of the football field home to the Los Angeles Rams and Chargers At the Google Cloud booth alongside Carahsoft and SpringML students built an LED circuit to power a lightbulb learned about AI models through a drawing game and interacted with YouTube creators who promote digital equity and STEM technologies including Extra Credits SB Games and GoldieBlox Tech Empowerment Day was a tremendous success Students as well as educators benefitted from experiences with so many different technologies Selwyn Hollins Director Los Angeles CountyPictured above The Google Cloud booth and examples of the LED circuit activitySelwyn Hollins director of LA County explained the impact of the event saying “Tech Empowerment Day was a tremendous success Students as well as educators benefitted from experiences with so many different technologies We are appreciative to Google for its ongoing partnership and commitment to helping deliver resources that support digital equity in Los Angeles County  We re proud to support Los Angeles County in this critical mission enabling pathways to personal development and economic growth through greater technology and help “Delete the Divide Beyond K Google Cloud continues to support state and local organizations on their missions to help prepare faculty and higher education learners for in demand technology careers with Google Cloud skills programs While technology alone will not improve education students and teachers can thrive when they have access to the best tools and resources Google org also donated Million to the NDIA to help remove digital divide barriers for rural and tribal communities at a national level in February To learn more about Google s initiatives to help reduce the digital divide through workforce development or to get started today check out our Cloud Skills Boost and Cloud for Faculty Programs Read more  Helping the state of Ohio build a digitally skilled workforce 2022-12-07 16: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件)