投稿時間:2022-12-29 02:19:20 RSSフィード2022-12-29 02:00 分まとめ(21件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
js JavaScriptタグが付けられた新着投稿 - Qiita [javascript] なぜ「forEachでasync/awaitは使えない」と言われるのか https://qiita.com/tawatawa/items/c458f76ff364bf9f5781 asyncawait 2022-12-29 01:37:04
AWS AWSタグが付けられた新着投稿 - Qiita EC2フリート とは https://qiita.com/miyuki_samitani/items/ab3b83d9ecc0de3123b7 awsec 2022-12-29 01:14:31
AWS AWSタグが付けられた新着投稿 - Qiita MinecraftサーバをAWSで立ててみた #2 https://qiita.com/tonomin/items/565699f25cf56dbd006a minecraft 2022-12-29 01:04:53
海外TECH MakeUseOf How to Open the Control Panel as an Administrator in Windows https://www.makeuseof.com/windows-open-control-panel-administrator/ panel 2022-12-28 16:45:15
海外TECH MakeUseOf 8 New Year’s Resolutions That Focus on Improving Your Overall Wellness https://www.makeuseof.com/new-years-resolutions-improving-wellness/ New Year s Resolutions That Focus on Improving Your Overall WellnessThe start of a new year can bring back memories of last year s failed resolutions Change it up this year with these tips for making attainable goals 2022-12-28 16:30:15
海外TECH MakeUseOf 10 Reasons Wired Headphones Are Better Than Wireless Headphones https://www.makeuseof.com/wired-headphones-vs-wireless-headphones/ areas 2022-12-28 16:30:15
海外TECH MakeUseOf How to Set Up a Mobile Hotspot on Windows 11 https://www.makeuseof.com/windows-11-mobile-hotspot/ hotspot 2022-12-28 16:16:16
海外TECH DEV Community pyaction: A Docker container with Python, git, and the GitHub CLI https://dev.to/cicirello/pyaction-a-docker-container-with-python-git-and-the-github-cli-930 pyaction A Docker container with Python git and the GitHub CLI What is pyaction The pyaction container is a Python slim image on top of which I ve added git and the GitHub CLI as well as gpg and curl For the motivating usecases I mainly need Python git and the GitHub CLI The pyaction image includes gpg and curl because they are needed to install the GitHub CLI and I saw no point in uninstalling them afterwards as part of the container build It is available from both Docker Hub and the GitHub Container Registry The latest release includes the following versions Python GitHub CLI git curl gpg I use GitHub s dependabot to monitor for updates to the Python Docker slim image and a custom script to monitor for new releases of the GitHub CLI And I regularly create new releases of pyaction when either the official Python slim Docker image or the GitHub CLI publishes a new release pyaction is a multiplatform image supporting the following platforms linux linux amdlinux arm vlinux armThe GitHub repository is cicirello pyaction A base Docker image for Github Actions implemented in Python pyactionA base Docker image for Github Actions implemented in PythonDocker Hub GitHubImage StatsBuild StatusLicenseSupport SummaryThis Docker image is designed to support implementing Github Actionswith Python As of version it starts withthe official python docker image as the basewhich is a Debian OS It specifically uses python slim to keep the image sizedown for faster loading of Github Actions that use pyaction On top of thebase we ve installed curlgpg git and theGitHub CLI We added curl and gpg because theyare needed to install the GitHub CLI and they may come in handy anyway especially curl when implementing a GitHub Action Note Up through pyaction we previously used Alpine Linux Howeverthe GitHub CLI isn t currently supported on Alpine which is why we haveswitched the base image Multiplatform ImageVersion and… View on GitHubTable of Contents What is pyaction Original MotivationDocker Tags and Versioning SchemeInstallingDocker Pull CommandUse as a base image in a DockerfileWhere You Can Find Me Original MotivationI maintain several GitHub Actions that are implemented in Python as container actions To speed up loading of those Actions I maintain a Docker container with all of the tools those Actions may need preinstalled This way when a workflow run references one of my Actions the container build for the Action only needs to add the layer with the source code of the Action itself without the need to install various tools during each workflow run The pyaction container is certainly not limited to such usage Docker Tags and Versioning SchemeI push images to both Docker Hub and the GitHub Container Registry I use Semantic Versioning for the tags Semantic Versioning uses version numbers of the form MAJOR MINOR PATCH where differences in MAJOR correspond to incompatible changes differences in MINOR correspond to introduction of backwards compatible new functionality and PATCH corresponds to backwards compatible bug fixes In this case if a release includes only patch level updates to the GitHub CLI Python etc then I simply bump the patch part of the version number If a release includes any minor updates to the GitHub CLI Python etc then I bump the minor part of pyaction s version If the GitHub CLI Python etc includes any breaking changes then I ll bump the major part of the version number Each image pushed to Docker Hub and the Github Container Registry is tagged as follows The tag latest indicates well the latest image Tags of the form MAJOR MINOR PATCH e g Tags of the form MAJOR MINOR e g Tags of the form MAJOR e g InstallingThe pre built image is hosted on both Docker Hub and the GitHub Container Registry You can use it in the following ways Docker Pull CommandPull the latest image from Docker Hub with the following or replace with tag of desired version docker pull cicirello pyaction Pull from the Github Container Registry with docker pull ghcr io cicirello pyaction Use as a base image in a DockerfileUse as a base image in a Dockerfile or replace with tag of desired version FROM cicirello pyaction The rest of your Dockerfile would go here Or you can use as a base image via the Github Container Registry with FROM ghcr io cicirello pyaction The rest of your Dockerfile would go here Where You Can Find MeFollow me here on DEV Vincent A CicirelloFollow Researcher and educator in A I algorithms evolutionary computation machine learning and swarm intelligence Follow me on GitHub cicirello cicirello My GitHub Profile Vincent A CicirelloSites where you can find me or my workWeb and social media Software development Publications If you want to generate the equivalent to the above for your own GitHub profile check out the cicirello user statisticianGitHub Action View on GitHubOr visit my website Vincent A Cicirello Professor of Computer Science Vincent A Cicirello Professor of Computer Science at Stockton University is aresearcher in artificial intelligence evolutionary computation swarm intelligence and computational intelligence with a Ph D in Robotics from Carnegie MellonUniversity He is an ACM Senior Member IEEE Senior Member AAAI Life Member EAI Distinguished Member and SIAM Member cicirello org 2022-12-28 16:22:23
海外TECH DEV Community Become an expert in Artificial Intelligence with Microsoft Learn https://dev.to/ppiova/become-an-expert-in-artificial-intelligence-with-microsoft-learn-1j44 Become an expert in Artificial Intelligence with Microsoft LearnArtificial Intelligence AI is a constantly evolving technology and is becoming increasingly important in the business and technology world Microsoft is a leader in the field of AI and has created a wide variety of tools and resources for Business Users Citizen Developers Developers Data Scientists and professionals interested in this area to learn and develop their skills Microsoft Learn is an online learning platform that offers a wide variety of courses and tutorials on AI and other Microsoft technologies With these resources anyone interested can become a Microsoft AI expert and be prepared to take full advantage of the opportunities in this rapidly growing field In this article I will explain the main services and share Microsoft Learn resources with you so you can use them and become a Microsoft AI expert So if you are interested in learning about AI and how to make the most of Microsoft s tools this article is for you Microsoft AI is integrated and tested by many Microsoft applications For example if you use Office when you insert an image into a slide you may have seen the capabilities of the PowerPoint Designer that provides you with redesigned slide ideas Or in Outlook you may have used suggested quick responses These amazing features are trained and shared on Azure Machine Learning Millions of Office users improve and validate the quality and scale of Azure Machine Learning every day which we can all benefit from AI Developers and Data Scientists should consult the Azure artificial intelligence stack or portfolio shown in the image above In the image we can appreciate the AI portfolio depending on our role or the problem to be solved we have different flavors and options For the Power Platform environment we have AI Builder which is a platform that allows Business Users and Citizen Developers to create custom artificial intelligence solutions without having to have programming or machine learning knowledge The platform has a variety of tools and predefined models that can be used to create artificial intelligence solutions for a wide range of applications such as image detection language text document analysis and predicting based on our data AI Builder also allows users to train and improve their own artificial intelligence models using their own data and then use these models in our applications in Power Apps or in our flows in Power Automate AI Builder TrainingThen if we go down to the other quadrant we will see Applied AI Services where AI developers can use specific applications such as Cognitive Search Video Analyzer Metrics Advisor Bot Service and my favorite Form Recognizer Cognitive SearchForm RecognizerVideo AnalyzerImmersive ReaderBelow these services are the Azure Cognitive Services which are a set of cloud services that allow developers to integrate artificial intelligence into their applications without the need for AI or data science knowledge or skills These services are available through REST APIs and client library SDKs in popular development languages With Azure Cognitive Services developers can add cognitive functions to their applications in different categories VISION SPEECH LANGUAGE DECISION and also use Open AI Services Azure Cognitive ServicesProvision and manage Azure Cognitive ServicesAzure Computer and Custom VisionExplore natural language processingProcess and Translate Speech with Azure Cognitive Speech ServicesIntroduction to Anomaly DetectorIdentify abnormal time series data with Anomaly DetectorIntroduction to Content ModeratorClassify and moderate text with Azure Content ModeratorIntroduction to PersonalizerFinally especially for Artificial Intelligence Engineers and Data Scientists Microsoft offers us Azure Machine Learning which is a comprehensive managed machine learning platform to create train deploy and operate machine learning models responsibly and safe at scale Azure Machine LearningAzure Machine Learning Training If you re interested in learning about AI and how to get the most out of Microsoft tools the Microsoft Learn resources are a great place to start With them you will be able to develop your skills and knowledge in this ever growing field and be prepared to make the most of the opportunities in the world of AI Thanks for reading 2022-12-28 16:10:14
海外TECH DEV Community AWS Networking 101 https://dev.to/aws-builders/aws-networking-101-17j5 AWS Networking Last week I gave a training to my team about AWS Networking And I realized that this training would be perfect for a post here So grab your coffee and let s start it AgendaReviewing the Basics IP s How do we define a network CIDR Private and Public networksAWS VPC Subnets Routing Table Internet Gateway Elastic IP Nat Gateway Security Groups and ACL s Reviewing the basics IP s How do we define a networkAn IP Internet Protocol is an internet address that we attach to a resource Quoting a definition by NordVPN Your internet service provider assigns a numeric label called the Internet Protocol IP address to identify your device among billions of others In a way an IP address functions as an online home address because devices use IPs to find and communicate with each other There are two formal definitions for an IP IPv and IPv IPv is the most common format that you will find around and you may already see it in the format of on your house network for example An IPv is defined by a set of bits divided in groups of bits each The second format is IPv that was created to complement or substitute the IPv because the latest was reaching its limit in the available addresses that could be used It is defined by a set of bits divided in groups of hexadecimals digits d ecd bff febc b CIDR →Classless Inter Domain RoutingA CIDR goes hand by hand with IP s A CIDR number defines the size and the addresses available in a network With the following screenshot we can see that this network has a mask of where it translates to the network mask The network mask defines how many bits of the IPv address will be frozen and also defines the size of the network We can see that a mask gives the number of IPs to be used in the network The network mask can go in a range of to where or or can be the most common values used in private networks You can play with CIDR definition at this website Public and Private NetworksA Public Network is reachable by any user on the internet An example is the github com website A Private Network is a restricted access network most commonly used for house and enterprise networks Here is an example on how I connect to a VPN using the Pritunl service The “Server Address is a public address that I connect to jump to the private network defined in the “Client Address where now I m able to access my private resources through it Let s build our AWS Network What is a VPC A VPC represents your private network inside AWS It s totally isolated and nobody can access it besides Except with the use of VPC Peering your account In AWS we can define a VPC s using a CIDR s number with a network mask between to It is suggested that you create your VPC using the most known private CIDR s that are The network mask is up to you SubnetsA Subnet is a subnetwork inside your VPC and is defined by another CIDR with a different network mask In other words we divide the addresses available in the VPC in groups that we call subnets Let s take a small detour and talk about Regions and Availability ZonesA Region in AWS is defined by a state where AWS provides its services for example us east represents the state of Virginia in the USsa east represents the state of São Paulo in BrazilAn Availability Zones is the redundancy that AWS provides in different datacenters in the same state for example us east a to f datacenters sa east a to c datacenters Going back to Subnets Good practices to create SubnetsWe should create a subnet for each type of resource that we will deploy in our Network One for databasesOne for caching servicesOne for containers etc As AWS have redundancy our network must have too It is recommended that we have at least subnets public and private in two different Availability Zones The ideal is or subnets per public and private networks Tip The Terraform AWS VPC module will help you to create a VPC and all the required resources without sweat following all the best practices that we have mentioned here State of our Network so far Routing TablesA Routing Table represents a group of one or more subnets It is the router created based on the groups that will handle where the traffic in our VPC will go Subnets aren t the only resource that we can attach to the table Now let s learn about them Internet GatewayAn Internet Gateway allows your VPC to connect to the Internet and vice versa We create an Internet Gateway and attach to a Routing Table Attaching an Internet Gateway to a Routing Table makes the subnets that are attached to it public Elastic IPAn Elastic IP it s a public IP address that you can attach to a resource This resource can be a EC or a Nat Gateway for example It s only available for IPv addresses since IPv addresses are public One of the most common uses of an Elastic IP is to attach to a Nat Gateway that is our next topic Nat GatewayA Nat Gateway is a resource that allows our instances that are in the private subnets to connect to the internet but the “internet cannot connect to the instances in our VPC We create the Nat Gateway in a public subnet and attach it to the routing table related to the private subnets How can we discover if a subnet is public or private If the routing table has an Internet Gateway attached the subnets on it are public if the routing table has a Nat Gateway attached instead is a private group of subnets Now that we covered the base of AWS Networking let s talk about security Security GroupsA Security Group is created to control the traffic that is allowed to leave or reach the resources associated with it In this case resources mean EC instances Containers Elastic Load Balancers etc In a security group configuration we can set up Inbound and Outbound rules For example If we have an EC instance that we want to ssh into it we need to have an inbound rule that allows connection through the port Or if our containers need to access a Postgres RDS instance we have to create an outbound rule that allows the container to reach the instance in the port It can be attached to one or more resources in our VPC We can only create “allow rules for the security groups When you create an inbound rule the same port is automatically available for the outbound removing the need to create an outbound rule for the same port Everything else is “denied by default Check the Security Group documentation for more of the default configuration of this resource In other words the security groups allow us to control what can and cannot access our AWS compute resources and what our resource can access in or out of the AWS Cloud ACL sThe last resource that we will learn today is the Network Access Control List NACL s or ACL s The ACL s works similar to the security groups but at the subnet level By default the rules of an ACL allows all the traffic to reach the networks The main difference from a security group besides the attachment to the subnet is the ability to create deny rules For example we can create a rule where we do not allow connections to the port ssh or rdp in our subnets giving us an extra layer of security preventing insecure connections to the resources available in the subnets Takeaway The security groups are associated with the AWS resources available in our VPC and the ACL s are associated with one or more subnets in our VPC Let s review the resources that we created on this diagram →We have a VPC with the CIDR divided in four subnets where two are public and two are private divided in two availability zones with its CIDR s containing the network mask size →We also have an Internet Gateway associated with our VPC that allows our resources to access the internet and a Nat Gateway that allows our private subnets to access the internet deployed in one of the public subnets →Furthermore we also have security groups of them for a group of instances and one for an RDS instance The instances associated with the security group is allowed to reach the RDS instance by a rule added to the outbound of its security group And an inbound rule was added to the security group related to the RDS to allow the instances to access it The security group does not have any inbound and outbound rules associated →Finally we have a router representing our routing tables managing the connections between our resources in the subnets That s all folks 2022-12-28 16:04:44
Apple AppleInsider - Frontpage News Apple looks to Luxshare for iPhone 15 Pro Max assembly https://appleinsider.com/articles/22/12/28/apple-looks-to-luxshare-for-iphone-15-pro-max-assembly?utm_medium=rss Apple looks to Luxshare for iPhone Pro Max assemblyApple has reportedly chosen Luxshare as an additional manufacturer for the iPhone Pro Max easing its reliance on Foxconn Apple CEO Tim Cook at a Luxshare plantFoxconn has long served as the major manufacturer to assemble iPhone Pro models but recent troubles at its Zhengzhou facility has slowed iPhone Pro production Wednesday s report from Trendforce estimates that iPhone shipments have fallen to million units in due to the impact of COVID at Foxconn s major iPhone factory Read more 2022-12-28 16:14:37
Apple AppleInsider - Frontpage News Daily Deals Dec 28: Apple Watch SE for $249, 45% off Samsung Soundbar & More https://appleinsider.com/articles/22/12/28/daily-deals-dec-28-apple-watch-se-for-249-45-off-samsung-soundbar-more?utm_medium=rss Daily Deals Dec Apple Watch SE for off Samsung Soundbar amp MoreDeepest discounts for today include an Apple Watch SE Gen for a Garmin Instinct Solar Tactical Outdoor Smartwatch that s off and off an MSI Laptop the lowest prices in at least days Plus a Shark robot vac is on sale for Save on a th Gen iPadThe AppleInsider team evaluates deals at online retailers to develop a robust list of excellent prices and deep discounts on the best tech gadgets including deals on Apple devices TVs accessories and other items We share our top finds in our Daily Deals list to help you save money Read more 2022-12-28 16:02:24
Apple AppleInsider - Frontpage News Top year-end deals knock up to $550 off Apple gear, software & more https://appleinsider.com/articles/22/12/27/top-year-end-deals-knock-up-to-550-off-apple-gear-software-more?utm_medium=rss Top year end deals knock up to off Apple gear software amp moreSome of the year s best deals on Mac hardware software and even streaming services end soon delivering up to in savings Year end deals on Apple more Time is running out to grab year end savings on Apple products software streaming services and more For business owners looking to purchase new equipment for tax year ーor anyone looking for rock bottom prices ーdiscounts of up to are in effect Read more 2022-12-28 16:33:50
海外TECH Engadget How to take a screenshot on any device https://www.engadget.com/how-to-take-a-screenshot-on-any-device-163053556.html?src=rss How to take a screenshot on any deviceIt s a question we ve all asked ourselves at some point in time How do I take a screenshot on this thing There s a good reason for that as knowing exactly how to capture that funny text strange email or high score is eternally useful And on some devices it turns out there s a bit more to taking a screenshot than simply hitting the right button combo Below we ve put together a comprehensive guide to taking a screenshot on the most popular phone tablet PC and gaming platforms from iOS and macOS to Windows and Android If you or your less tech literate loved ones find yourselves forgetting how to get the right shot consider this an all in one resource How to take a screenshot on an iPhoneAppleIf you own a recent iPhone without a physical Home button you can capture a screenshot by pressing volume up and the right side button at the same time You ll hear a shutter noise if your sound is on and you ll see a small preview of the screenshot in the lower left corner of the screen You can then tap on that preview and edit the screenshot as needed With iPhones that do include a Home button such as the iPhone SE press the nbsp Home button and right side button at the same time And for older iPhones whose sleep wake button is located at the top of the device press the top button and the Home button at the same time instead For an alternative method you can also use iOS Back Tap feature which allows you to take a screenshot just by double or triple tapping the back of your iPhone To enable that go to Settings gt nbsp Accessibility gt nbsp Touch select Back Tap and set the Double Tap or Triple Tap settings to Screenshot You can use this feature to perform other functions as well such as activating Siri or turning on your flashlight If pressing multiple buttons at once is physically difficult another option is to use the AssistiveTouch feature This puts a small virtual button on screen at all times which you can tap to quickly access various device menus and settings To activate this go to Settings gt Accessibility gt Touch then set AssistiveTouch to on From there you take a screenshot by tapping the AssistiveTouch button then tapping Device gt More gt Screenshot Jeff Dunn EngadgetThere are a couple ways to make this process quicker though First you can go back to your Touch settings look under Custom Actions then set the Double Tap or Long Press nbsp options to Screenshot As you can guess this will let you double tap or long press the AssistiveTouch button to capture a screenshot Alternatively you can go to Customize Top Level Menu and either add or swap in Screenshot This will make the screenshot function appear in the default menu that pops up whenever you press the AssistiveTouch button Beyond that you can always ask Siri to capture a screenshot for you Pulling up the voice assistant either by saying “Hey Siri or holding the side or Home button and saying “take a screenshot will do the job By default your screenshot will only capture the visible portion of your display If you re reading a larger web page or document and want to capture the whole thing without taking multiple screenshots though you can Just tap the screenshot preview when it pops up then select Full Page at the top before saving your capture To find your screenshots on an iPhone or iPad open Apple s Photos app go to the Albums tab scroll down to Media Types then select Screenshots How to take a screenshot on an iPadAppleTaking a screenshot on an iPad is largely similar to what you d do with an iPhone If your iPad does not have a Home button press the top button and either volume button nbsp at the same time If there is a Home button simultaneously press the top button and Home button instead If you have an Apple Pencil you can also take a screenshot by swiping the stylus up from either corner at the bottom of your display It s possible to use this shortcut without a Pencil too If you go to General gt Gestures ensure Allow Finger to Swipe From Corner is on then set either Left Corner Swipe or Right Corner Swipe to Screenshot you can quickly capture the screen by swiping out from either corner with just your finger Siri and AssistiveTouch are still options too though Back Tap is not available on iPadOS How to take a screenshot on a MacDevindra Hardawar EngadgetThere are multiple ways to take a screenshot on a Mac most of which depend on how much of the screen you actually want to capture The simplest method is to press and hold Shift Command on your keyboard This will take a snapshot of your entire screen Again you ll see a preview thumbnail in the bottom corner of your display which you can click on to quickly edit If you only want to screenshot a specific portion of your display hit Shift Command Your mouse cursor will turn into a little crosshair which you can drag to select the segment of the screen you want to capture From here you can do a few things If you hold the Space bar while dragging the crosshair you can reposition the selected capture area while keeping it locked in its current size and shape If you tap the Space bar the crosshair will turn into a camera icon If you move this over an open window or menu then click you ll capture a screenshot of that window or menu alone By default these captures will have a border around the edges if you don t want that you can exclude it by holding the Option ⌥ key while clicking If you hold the Shift key while dragging the crosshair you ll lock in the sides of the selected capture area except for one edge This allows you to more finely adjust the size of your capture before taking the screenshot You can cancel the screenshot meanwhile by hitting the Esc key Once you release your trackpad or mouse button the screenshot will be captured Jeff Dunn EngadgetMacOS also includes a dedicated Screenshot app which you can quickly pull up by pressing Shift Command You ll see a small toolbar with all of the screenshot functions noted above including icons for capturing the whole screen one portion or a specific window There are icons for taking a video that records all or part of the screen too plus options for choosing where your screenshots save turning off the preview thumbnail and so on By default your captures will save directly to your desktop If you want to paste a screenshot into another app say an iMessage thread you can copy it to your Clipboard by holding the Control key while capturing Hitting Shift Command Control for instance will capture and immediately copy a screenshot of your entire screen which you can quickly paste elsewhere Just note that this won t save the screenshot to your location of choice Finally if your MacBook has a Touch Bar you can capture that as well by pressing Shift Command How to take a screenshot on an Apple WatchAppleTo take a screenshot on an Apple Watch you first need to enable the feature either through the Settings app on the wearable itself or the Watch app on your iPhone On an Apple Watch go to Settings gt General gt Screenshots then turn on Enable Screenshots On a paired iPhone open the Watch app go to My Watch gt General then scroll down and activate Enable Screenshots Once that s all set you can press your watch s Digital Crown and side button simultaneously to take a screenshot Your captures will be stored in the Photos app on your iPhone in the Screenshots folder within the Albums tab How to take a screenshot on AndroidSam Rutherford EngadgetNot all Android phones and tablets behave the same way so the exact command for taking a screenshot may differ depending on which device you own Most of the time though you can do the job by briefly pressing the power and volume down buttons at the same time Similarly to iOS you ll usually hear a shutter sound from your Android device that confirms the capture then you ll see a preview thumbnail that you can edit share or delete If you save the screenshot it will typically reside in your device s photos app You can also go hands free by asking the Google Assistant or an alternative like Bixby on Samsung phones to “take a screenshot Many recent Android phones can take scrolling screenshots letting you capture a full message thread or web page in a manner somewhat similar to the Full Page option on iOS The feature goes by different names on different devices and can be somewhat finicky but it often involves taking a screenshot then tapping an icon with two arrows when the screenshot preview pops up This icon is labeled “Capture more on many Android devices while certain Samsung phones for instance call it “Scroll Capture Jeff Dunn EngadgetThere are likely additional ways to take a screenshot on your Android device of choice but exactly how those work differ by manufacturer To give some examples On recent Google Pixel phones you can swipe up from the bottom of the screen and hold for a moment to open up the app drawer or tap the square Overview button if you re using Google s button navigation mode pick the open app you want to capture then tap the Screenshot button that appears underneath On some Samsung Galaxy devices you can take a screenshot just by swiping the edge of your hand across the display Just go to Settings gt Advanced features nbsp gt Motions and gestures and ensure Palm swipe to capture is turned on first On select Motorola OnePlus and Xiaomi phones there are options for taking a screenshot by swiping down on the screen with three fingers If you find your phone is making things difficult remember that there are many third party apps that can replicate screenshot features that are native on other devices How to take a screenshot on WindowsJeff Dunn EngadgetThe most straightforward way to take a screenshot on a Windows PC is to press the Print Screen PrtScn button This will copy a full screen capture to your clipboard which you can then paste in any program that accepts images Microsoft Paint a Twitter DM et al To do the same thing but only for one active window press Alt Print Screen nbsp instead Pressing the Windows key and Print Screen meanwhile will take a full screen screenshot that saves directly to your PC instead of only being available via the clipboard You ll know this worked if your screen goes dim for a moment You can then find the image by going to File Explorer Windows key E gt Pictures under “This PC gt Screenshots Note that you can also make screenshots automatically save to Microsoft OneDrive To do this click the OneDrive cloud icon in your taskbar go to Settings the gear icon gt Backup then check Automatically save screenshots I capture to OneDrive If you don t like having to manually paste PrtScn screenshots from your clipboard this is an alternative way to avoid it provided you don t mind using cloud storage Jeff Dunn EngadgetFor partial screenshots press the Windows key Shift S to bring up the Snipping Tool or in Windows the Snip amp Sketch app This dims the screen and presents a small menu with options for a rectangular freely drawn single window or full screen snip The first two of those let you click and drag a cursor around the specific portion of the screen you want to capture The rectangular option is generally tidier than the freeform one Once you release your mouse button or trackpad you ll take the screenshot When you take a screenshot with the Snipping Tool you ll see a preview thumbnail in the bottom corner of the display Clicking that will let you edit the image in myriad ways save it to a specific folder and so on By default though any screenshots taken through the Snipping Tool will automatically save to both the clipboard and your Screenshots folder If you find yourself using the Snipping Tool often note that you can set the Print Screen button to open the app Just go to Settings gt Accessibility gt Keyboard then turn on Use the Print screen button to open screen snipping If your keyboard doesn t have a Print Screen button you can press Fn the Windows key Space nbsp to take a screenshot On recent Microsoft Surface devices meanwhile you can also hit volume up the power button at the same time Both of these methods will save your captures to the Screenshots folder noted above Jeff Dunn EngadgetFinally you can take a screenshot via the Xbox Game Bar an overlay with quick links to various functions and settings many of which are aimed at gaming You can pull this up by pressing the Windows key G From there select Capture the icon in the middle that looks like a webcam and hit the Take screenshot button the camera icon to take a full screen capture You can also hit Windows key Alt Print Screen nbsp to capture a screenshot through the Game Bar without having to open up the overlay Any Game Bar screenshots are saved to File Explorer nbsp gt Videos gt Captures on your PC though you can also find them by going back and clicking Capture in the Game Bar itself then clicking See my captures in the resulting menu Note that you can create screen recordings through this Capture menu as well As of this writing using the Capture menu in the Game Bar is also the simplest native method of taking a screen recording in Windows However Microsoft recently confirmed plans to add a video recording option to the Snipping Tool in the near future The company says you ll be able to record your entire screen or just a cropped section when the feature fully rolls out How to take a screenshot on a ChromebookNathan Ingraham EngadgetIn most cases the fastest way to take a screenshot on a Chromebook is to press the Control Ctrl and Show Windows keys at the same time This grabs a shot of your entire screen As a reminder the Show Windows key looks like a rectangle with two lines next to it It s often located where the F key would be on a Windows PC Hitting Shift Control Show Windows meanwhile opens up ChromeOS Screen Capture toolbar This presents a menu with options to capture all of your screen a specific portion or a single open window It also gives you the ability to take a recording of part or all of your screen You can get to these tools through your Chromebook s Quick Settings menu as well To access that click the time in the lower right corner of the screen then click the Screen Capture icon that appears in the resulting menu GoogleNote that some Chromebooks have a dedicated Screenshot key which looks like a rectangle with a circle in the middle If your device has it you can just press that button instead of the three button shortcut above If you have a ChromeOS tablet you can take a screenshot by hitting the power and volume down buttons simultaneously And if you re using an external keyboard you can press Ctrl F to take a full screen capture or Ctrl Shift F nbsp to pull up the Screen Capture menu and or grab a partial screenshot Once you take a screenshot ChromeOS will automatically copy it to your clipboard and you ll see it appear in a small window in the bottom corner of the display from which you can edit or delete the capture Recent screenshots will appear in a holding area on your taskbar or “shelf in Chromebook parlance called the Tote while all of your captures will go to your Downloads folder by default How to take a screenshot on a Nintendo SwitchKris Naudus EngadgetTaking a screenshot on a Nintendo Switch is easy Just press the square Capture button This is located underneath the directional buttons D pad on the left side controller of a Switch Switch OLED or Switch Lite You can also take a video of your last seconds of gameplay by holding the Capture button down for a moment As with most game consoles note that you won t be able to take a screenshot in certain apps and occasionally at specific moments in some games You can find your captures by going to the Switch s home menu and selecting the Album icon at the bottom of the display It s the one that looks like a blue photo You can transfer a screenshot from your Switch to a computer with a USB cable Go to the home menu select the System Settings icon then go to Data Management gt Manage Screenshots and Videos gt Copy to a Computer via USB Connection Then connect the Switch to your computer through an appropriate cable and copy it from there for sharing and the like Jeff Dunn EngadgetYou can also transfer screenshots with a microSD card If you have one installed in your Switch go back to Manage Screenshots and Videos From here select Save Location to ensure your captures are saved to the microSD card which you can remove and insert in other devices to access your captures Per usual you may need an adapter to use the card on devices without a proper microSD slot Use the path “ Nintendo Album to find the captures on the card To copy screenshots from the Switch s internal storage to a microSD card go back to Manage Screenshots and Videos then select System Memory gt Copy All Screenshots and Videos to microSD card This might take a few moments to complete To transfer a specific screenshot go to Album from the home screen go to the capture you want to share then hit A to bring up the Sharing and Editing menu From here you can select Copy to copy the screenshot to a microSD card if it s not there already Send to Smartphone to wireless send one or a small batch of captures to your phone via QR codes or Post to directly and slowly post a capture to a connected Facebook or Twitter account How to take a screenshot on a PlayStation Aaron Souppouris EngadgetBy default you can take a screenshot on a PS by pressing and holding the Create button on your DualSense controller This is the thin button located just above the D pad On the PS it was labeled Share When you release the Create button you ll see a confirmation icon if the screenshot was taken successfully As an alternative you can briefly press the Create button once then select Take Screenshot in the small menu that pops up at the bottom of the screen Among other things this menu also lets you take a video recording of your recent gameplay If you want to capture something that just happened select Save Recent Gameplay and choose the appropriate video length You can also do this by double tapping the Create button If you want to start recording future gameplay select Start New Recording then go back to the menu and select Stop Recording to do just that Jeff Dunn EngadgetIf you find these default methods to be too slow to reliably capture fast paced gameplay you can reconfigure how the Capture button works To do this go to the PS s Settings menu which is easily accessible by selecting the gear icon in the upper right corner of the home screen then go to Captures and Broadcasts gt Captures gt Shortcuts For Create Button gt Button mapping and select the option you want My preference is the “Easy Screenshots configuration which makes it so tapping the Create button once takes a screenshot holding it brings up the create menu and tapping it twice saves a video of recent gameplay The default length of video clips is configurable in the Shortcuts for Create Button menu as well All of your PS screenshots and videos automatically save to a somewhat tricky to find app called Media Gallery One way to get there is by scrolling to the far end of the PS s home screen and selecting Game Library then opening it up within that Another is to go back to Settings then select Storage gt Console Storage gt Media Gallery If you click the PS logo button on your controller shortly after taking a screenshot you can reach the Media Gallery through the New screenshot card that ll pop up in the control center menu too Jeff Dunn EngadgetHowever you get to it you can share your screenshots from the Media Gallery by hovering over a specific capture hitting the Options button the thin button opposite the Create button and selecting Share You can then send a screenshot to Twitter a video to Twitter or YouTube or either to folks on your PlayStation friends list as a PS message This Share option is available through the New screenshot control center card as well It s the arrow icon You can copy captures to a connected USB drive from the Media Gallery as well which may be the most convenient option if you re looking to send a batch of screenshots and videos to a computer It s also possible to make the PS automatically send screenshots to your phone First you have to download the PlayStation app on iOS or Android and link it to your PS console In the app go to the Game Library tab hit the Captures toggle at the top then tap Enable Then on the PS go to Settings gt Captures and Broadcasts gt Captures and ensure Auto Upload is activated Any captures you manually take on your PS will now go straight to the app but photos will only stay there for days and video clips must be less than three minutes long How to take a screenshot on an Xbox Series X SAaron Souppouris EngadgetTo take a screenshot on an Xbox Series X S simply tap the Share button on your controller while playing a game To take a video recording press and hold the Share button It will capture the last seconds of gameplay by default If you double tap the Share button meanwhile you ll bring up a list of your recent screenshots and video clips If you re using an older Xbox One gamepad without a dedicated Share button press the Xbox logo button on your controller while playing a game to bring up the Xbox guide menu then press Y to capture a screenshot or X to record your last seconds of gameplay If you want to record a longer stretch of gameplay hit the View button the one with two rectangles and select the duration you want You can still use the guide to capture screenshots and videos with a Series X S controller though naturally it ll be slower than just hitting a button Jeff Dunn EngadgetThis guide menu allows you to record upcoming gameplay as well For that press the Xbox logo button on your controller go to the Capture amp share tab on the right side of the guide then select Start recording If you want you can also take a screenshot or record recent gameplay from here too To end the recording open the guide back up with the Xbox logo button then press the X button Note that your recordings and screenshots will start and stop from the moment you press the Xbox logo button not when you press Y or X afterwards In any event you ll see a notification appear once you ve taken your screenshot or video clip If you hold the Xbox logo button on your controller while this banner is on screen you ll open up the Share menu This lets you quickly share the capture to your Xbox activity feed or an Xbox club attach it to a message post it directly to Twitter or send it to your OneDrive account You can trim video clips set a capture as a background or delete it from here as well Jeff Dunn EngadgetIf you download the Xbox mobile app and link it to your account you can also use the Share menu to send screenshots and video clips straight to your phone Just select Mobile Once the capture hits your phone you ll see quick links for easily sharing or downloading it right from the Xbox app To see all of your Xbox screenshots and video recordings in the app go to the My Library tab the one with the icon that looks like three books then select Captures If you just want to keep playing know that you can access these screenshot management options at any time Just hit the Xbox logo button move to the Capture amp share tab then select Share last capture or Recent captures selecting a screenshot or video to share and or edit from there As noted above you can also double tap the Share button on an Series X S controller to open the Recent captures menu MicrosoftIt s possible to change the default length of video recordings in your Xbox s settings You can get there by selecting the gear icon at the top right of the home screen Alternatively you can hit the Xbox logo button move to the Profile amp system tab it s on the right in the guide menu then select Settings in the middle of the menu Then go to Preferences gt Capture amp share gt Record what happened then select whatever duration you prefer The Capture amp share menu is also where you can among other options turn off automatic uploading of screenshots to the Xbox network Be aware that Xbox screenshots must be uploaded to the network in order to be shared in the first place so if you deactivate this setting you ll have to manually upload any individual screenshot or video you want to share going forward Still this can save you from seeing a bunch of pop up notifications while playing MicrosoftTo see all of the screenshots and video clips on your Xbox console go to the Captures app To get there double tap the Share button to get to the Recent captures menu then select Show all at the bottom Or press the Xbox logo button then select My games amp apps gt See all gt Apps gt Captures It ll look like a gamepad in front of a film strip Either way once you re there hover over a capture and hit the Menu button on your controller the one with three horizontal lines to access options for sharing deleting copying to external storage uploading to OneDrive etc You can also select Manage at the top to more easily delete or upload captures in bulk To customize how the Share button behaves use the Xbox Accessories app You can get to this by selecting Button mapping in the Capture amp share menu or by going back to the Apps menu and selecting the app icon with a joystick on it If you do the latter select your controller then select the pen icon to edit your profile Now you can make it so double tapping the Share button starts and stops a recording to give one example Using third party tools to capture and share screenshotsShareXFor the most part it s straightforward enough to share your screenshots directly from the built in tools on most platforms That said it s worth remembering that there are third party alternatives on some OSes that can make the process a bit easier ShareX for example is worth a shout It s a free and open source program with all the screen capture options as Windows Snipping Tool plus a range of after capture editing tools Notably it also allows you to directly upload and delete captures to image hosting services like Imgur with easily shareable URLs apps like Twitter and Google Photos cloud storage lockers like Dropbox and more You can make it so captures automatically go to these destinations too Dropbox Capture meanwhile puts quick options for taking screenshots video recordings and audio recordings in your taskbar then lets you copy either as an image or URL and or download your captures for easy sharing right from there There are plenty more options beyond that so if you find yourself needing a little extra power you aren t necessarily limited though as always you should exercise caution with lesser known services that may carry privacy risks 2022-12-28 16:30:53
海外科学 NYT > Science Epidemics That Weren’t: How Countries Shut Down Recent Outbreaks https://www.nytimes.com/2022/12/27/health/pandemic-prevention-preparedness.html public 2022-12-28 16:37:14
金融 金融庁ホームページ 高速取引行為の動向に関する資料について更新しました。 https://www.fsa.go.jp/news/r2/sonota/20210630/20210630.html 高速 2022-12-28 17:00:00
ニュース BBC News - Home Wallasey pub murder: Police say they will not rest in pub killer hunt https://www.bbc.co.uk/news/uk-england-merseyside-64110864?at_medium=RSS&at_campaign=KARANGA callous 2022-12-28 16:45:44
ニュース BBC News - Home Two children in Scotland die with Strep A infection https://www.bbc.co.uk/news/uk-scotland-64110871?at_medium=RSS&at_campaign=KARANGA october 2022-12-28 16:55:21
ニュース BBC News - Home Reece James: Chelsea and England defender out for up to four weeks with knee injury https://www.bbc.co.uk/sport/football/64108507?at_medium=RSS&at_campaign=KARANGA Reece James Chelsea and England defender out for up to four weeks with knee injuryChelsea defender Reece James is set to miss three to four weeks with a knee injury suffered during Tuesday s Premier League win over Bournemouth 2022-12-28 16:27:40
ニュース BBC News - Home James Maddison: Leicester midfielder sees knee specialist https://www.bbc.co.uk/sport/football/64108508?at_medium=RSS&at_campaign=KARANGA James Maddison Leicester midfielder sees knee specialistLeicester s James Maddison sees a specialist about his knee injury and is ruled out of Friday s Premier League match against Liverpool at Anfield 2022-12-28 16:32:23
北海道 北海道新聞 倒壊した紋別の鉄塔の仮復旧工事が完了 通電も開始 北電 https://www.hokkaido-np.co.jp/article/781927/ 北海道電力 2022-12-29 01:07: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件)