投稿時間:2023-06-03 03:16:55 RSSフィード2023-06-03 03:00 分まとめ(21件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Partner Network (APN) Blog How the Contino Sustainability Dashboard Helps Customers Optimize Their Carbon Footprint https://aws.amazon.com/blogs/apn/how-the-contino-sustainability-dashboard-helps-customers-optimize-their-carbon-footprint/ How the Contino Sustainability Dashboard Helps Customers Optimize Their Carbon FootprintOrganizations realize they will need to understand their carbon footprint across the whole supply chain of their products and services to improve energy efficiency This post introduces you to the Contino Sustainability Dashboard a new open source tool that helps customers visualize and identify opportunities to make decisions that will optimize the efficiency of their resource utilization and the overall carbon footprint within their AWS environment 2023-06-02 17:46:12
AWS AWS Database Blog Stream data with Amazon DocumentDB, Amazon MSK Serverless, and Amazon MSK Connect https://aws.amazon.com/blogs/database/stream-data-with-amazon-documentdb-amazon-msk-serverless-and-amazon-msk-connect/ Stream data with Amazon DocumentDB Amazon MSK Serverless and Amazon MSK ConnectA common trend in modern application development and data processing is the use of Apache Kafka as a standard delivery mechanism for data pipeline and fan out approach Amazon Managed Streaming for Apache Kafka Amazon MSK is a fully managed highly available and secure service that makes it simple for developers and DevOps managers to run applications … 2023-06-02 17:44:58
AWS AWS Management Tools Blog Use Amazon CloudWatch Contributor Insights for general analysis of NGINX logs https://aws.amazon.com/blogs/mt/use-amazon-cloudwatch-contributor-insights-for-general-analysis-of-nginx-logs/ Use Amazon CloudWatch Contributor Insights for general analysis of NGINX logsCustomers build deploy and maintain millions of web applications on AWS and many customers deploy these applications using NGINX The NGINX application server offers configurability scalability and the ability to handle millions of concurrent requests Web application performance is key in modern enterprise infrastructure and applications Customers leverage CloudWatch to monitor response times uptime and … 2023-06-02 17:35:09
python Pythonタグが付けられた新着投稿 - Qiita リストの並び替え、sort()とsorted() https://qiita.com/udon_udon/items/c4967a4789c1fa23fc5b numlist 2023-06-03 02:01:49
海外TECH DEV Community AskGpt: Ask Questions with Context to ChatGPT in your Ruby project https://dev.to/red46/askgpt-ask-questions-with-context-to-chatgpt-in-your-ruby-project-4h8l AskGpt Ask Questions with Context to ChatGPT in your Ruby projectIntroducing AskGpt a Ruby Gem that allows you to ask questions to ChatGPT with context With AskGpt you can easily integrate ChatGPT s advanced language capabilities into your Ruby applications and get context aware responses Let s explore how to get started RepositoryThe source code can be found here InstallationTo install AskGpt simply add the following line to your Gemfile gem ask gpt Then run bundle install to install the gem and its dependencies UsageAfter installing the gem you need to import AskGpt into your Ruby program require ask gpt Next create a new instance of the AskGpt GPT class gpt AskGpt GPT new api key model gpt turbo temperature unable to get answer text nil The api key parameter is required and represents your OpenAI API key which you can obtain from the OpenAI website The model parameter is optional and allows you to specify the GPT model you want to use The default value is gpt turbo but if you have access to GPT you can use gpt The temperature parameter is also optional and controls the creativity of the model s responses The default value is providing a good balance between creativity and accuracy You can adjust the value between and where higher values yield more creative responses The unable to get answer text parameter is optional and sets the message returned if the model fails to generate a response The default value is Unable to get answer from ChatGPT Make sure API key is valid and has enough credits Once you have created a new instance of the GPT class you can ask questions by calling the ask method answer gpt ask What is the capital of France The ask method takes a single parameter the question you want to ask the model If the question is empty the method will return nil Otherwise it will utilize the context of previous questions and answers to generate a response If the model fails to generate a response the ask method will return the unable to get answer text message If the model successfully generates a response the ask method will return the answer as a string ExampleHere s an example demonstrating how you can utilize AskGpt to ask a series of questions and receive corresponding answers require ask gpt api key your api key here gpt AskGpt GPT new api key questions What is the capital of France Who was the first president of the United States What is the tallest mountain in the world questions each do question answer gpt ask question puts Q question nA answer n n endIn this example we start by creating a new instance of the GPT class using our API key Then we define an array of questions we want to ask the model Finally we iterate through each question ask the model for an answer and print the question and answer to the console I hope this Ruby Gem simplifies your integration with ChatGPT and enhances the capabilities of your applications If you have any questions feedback or issues please don t hesitate to reach out here Happy coding 2023-06-02 17:27:25
海外TECH DEV Community Crossposting Hashnode to DEV https://dev.to/jd2r/crossposting-hashnode-to-dev-nd6 Crossposting Hashnode to DEVIf you re like me you might have multiple blogs Medium Hashnode and DEV are all super popular choices to blog under and I m a fan of all of them for different reasons I own accounts on all three platforms but I only really consistently use two DEV and Hashnode DEV because I ve accumulated quite the following followers and Hashnode because well the markdown editor looks cool Think I make different content for both blogs Think again I don t have the time or interest to keep two completely separate blogs up and running Instead I use some of the really useful features form each platform to quickly and efficiently cross post on each platform In this article I ll walk you through how to publish articles from Hashnode to DEV and vice versa Hashnode to DEVThis is my preferred method only because it looks nicer to write in their editor wrapped in with the fact that I personally think their system for storing drafts looks cleaner and nicer than DEV s So you ve written your article published it on Hashnode and are ready to post it to DEV Here s a handy list of how to do it super easily Start by copying the markdown from the article using Hashnode s copy markdown feature found in the menu bar above your article Create a new post on DEV Paste the markdown from Hashnode into your DEV post Copy and paste your title into the article where it belongs and add associated tags for maximum exposure Add the canonical URL to the DEV post from your Hashnode article to show that it was originally published there if you wish You re done Header ImagesRecommended ratio dimensions for header images do vary between platforms Hashnode recommends a to ratio DEV recommends a to ratio to I d recommend a tool like Figma for making custom thumbnails so you can easily change size but for an easier and just as good looking experience you can just go with a free image from Unsplash DEV to HashnodeTo go from the other way around DEV to Hashnode you can follow this handy list Copy all of the markdown Ctrl A when the editor is selected Ctrl C from the DEV article and paste it in a new Hashnode draft Copy and paste the title into the title area then hit publish to add some article details before you officially publish the article Optionally include the DEV link in the canonical URL section Add any tags and finalize the publishing You re done Fin Hope you enjoyed Don t forget to drop a follow and a like if you like my posts 2023-06-02 17:26:29
海外TECH DEV Community Spotify API for creating 'Listening now' card https://dev.to/basskibo/spotify-api-for-creating-listening-now-card-12e1 Spotify API for creating x Listening now x card IntroductionIn this blog post we ll explore a code snippet that demonstrates how to create a Spotify API wrapper using Next js and the popular HTTP client library Axios This code we will write will allows you to fetch information about the currently playing track on your Spotify account and retrieve details such as the song title artist album album cover image URL and the Spotify song URL Its up to you to show whatever you like this is my example which I am currently using on my personal webiste so feel free to be creative as much as you like So I will not bother anymore let s dive into the code and understand how it works Idea behind projectNothing special to be honest as I mentioned already above I wanted to show which music I am currently listening on Spotify and who knows maybe some uknown visitor likes the song so at least I can do in this case is recommend some good music Code ExplanationThe code begins with the requiring neccessarry modules for this project querystring and axios are imported querystring is used to stringify the request parameters you dont have to use it I already had it in project so find a good use of it but its not necessarry while axios is used to make HTTP requests to the Spotify API The following code retrieves the required environment variables which are named SPOTIFY CLIENT ID SPOTIFY CLIENT SECRET and SPOTIFY REFRESH TOKEN using destructuring assignment from the process env object These variables store sensitive information and should be kept secure so thats why it is strongly recommended to use environment variable Be aware that you have to get your tokens from spotify developer portal The token variable is then created by encoding the client id and client secret using Base encoding It will be used for authentication as a bearer token when we want to request an access token from Spotify Two constants NOW PLAYING ENDPOINT and TOKEN ENDPOINT store the Spotify API endpoints for retrieving currently playing track information and obtaining access tokens respectively import querystring from querystring import axios from axios const SPOTIFY CLIENT ID client id SPOTIFY CLIENT SECRET client secret SPOTIFY REFRESH TOKEN refresh token process envconst token Buffer from client id client secret toString base const NOW PLAYING ENDPOINT const TOKEN ENDPOINT The getAccessToken function as already said will be used for fetching access token from Spotify it sends a POST request to the TOKEN ENDPOINT with the necessary parameters including the grant type set to refresh token and the refresh token obtained from the environment variables The request includes the Authorization header with the encoded client id and client secret The response data which contains the access token is returned const getAccessToken async gt const response await axios post TOKEN ENDPOINT querystring stringify grant type refresh token refresh token headers Authorization Basic token Content Type application x www form urlencoded return response data Lets move on to the getNowPlaying function is another asynchronous function that retrieves the currently playing track information from the NOW PLAYING ENDPOINT API It first calls getAccessToken to obtain the access token then sends a GET request to the NOW PLAYING ENDPOINT with the access token included in the Authorization header export const getNowPlaying async gt const access token await getAccessToken return axios get NOW PLAYING ENDPOINT headers Authorization Bearer access token Finally we are coming to the callSpotifyApi function which will be exported as a default and will be called It calls getNowPlaying to get the currently playing track information If the response status is no content or an error occurs it will send a JSON response indicating that nothing is currently playing so you should show something else Otherwise if there is some song playing it extracts relevant data from the response and constructs a JSON object containing details about the currently playing track const spotifyApi async res gt const response await getNowPlaying if response status response status gt response data amp amp response data currently playing type track return res status json isPlaying false const data isPlaying response data is playing title response data item name album response data item album name artist response data item album artists map artist gt artist name join albumImageUrl response data item album images url songUrl response data item external urls spotify res status json data export default spotifyApiSo finally here is spotify js file completed eslint disable camelcase pages api spotify jsimport querystring from querystring import axios from axios const SPOTIFY CLIENT ID client id SPOTIFY CLIENT SECRET client secret SPOTIFY REFRESH TOKEN refresh token process envconst token Buffer from client id client secret toString base const NOW PLAYING ENDPOINT const TOKEN ENDPOINT const getAccessToken async gt const response await axios post TOKEN ENDPOINT querystring stringify grant type refresh token refresh token headers Authorization Basic token Content Type application x www form urlencoded return response data export const getNowPlaying async gt const access token await getAccessToken return axios get NOW PLAYING ENDPOINT headers Authorization Bearer access token const spotifyApi async res gt const response await getNowPlaying if response status response status gt response data amp amp response data currently playing type track return res status json isPlaying false const data isPlaying response data is playing title response data item name album response data item album name artist response data item album artists map artist gt artist name join albumImageUrl response data item album images url songUrl response data item external urls spotify res status json data export default spotifyApi Spotify cardSo basically for Spotify card you can make whatever you like so feel free to make it by your preferences I have been using in this project Next js with Tailwind and for calling Spotify API I used SWR which is basically React Hook for Data Fetching but if you want to find more about that topic you can check my other post What is SWR and How Can It Improve Your React Apps So here is how it is looking inside of my app when I am not listening anything So here is how it is looking inside of my app when I am listening ConclusionIn this blog post we explored a code snippet that demonstrates how to create a Spotify API wrapper using Next js and Axios simple as that The code allows you to fetch information about the currently playing track on Spotify and retrieve details such as the song title artist album album cover image URL and the Spotify song URL You can use this code as a starting point to build more advanced Spotify related functionality in your applications or you can get some more better idea Feel free to modify and extend the code to suit your specific requirements this is just my type but you can make it however you wish I hope I helped if you have any question please let me know and Happy coding 2023-06-02 17:11:31
海外TECH Engadget Sonos speakers are up to 25 percent off, plus the rest of this week's best tech deals https://www.engadget.com/sonos-speakers-are-up-to-25-percent-off-plus-the-rest-of-this-weeks-best-tech-deals-174516851.html?src=rss Sonos speakers are up to percent off plus the rest of this week x s best tech dealsThe week after Memorial Day can sometimes be a little sleepy on the deals front but this week we saw a good number of sales particularly on audio equipment The headliner deal a rare sale at Sonos takes up to percent off some of the brand s most popular speakers JBL is discounting a few of its better Bluetooth speakers Sony s new WH CHN headphones are down to and Apple s AirPods Pro have dropped back to Solo Stove carried over its holiday sale to this week in which you can save up to percent on the brand s mostly smokeless fire pits or get off one of our recommended pizza ovens Here are the best tech deals from this week that you can still get today nbsp Sonos speaker saleI heard from a colleague that they d just bough a Sonos speaker ーbefore this sale popped up To avoid the same disappointing fate you may want to shop now if you ve been thinking about a speaker from one of our favorite brands Currently many of the more popular speakers are up to percent off in a rare sale Discounts apply to one of our favorite soundbars the Sonos Arc which is after a percent discount It calibrates its sound to your living room or wherever you set it up and works well with other Sonos speakers as you expand The Beam which is our favorite mid range soundbar is down to which is nearly off the street price I particularly appreciate the way the Beam makes dialogue much clearer nbsp nbsp Our favorite portable smart speaker the Sonos Roam is also part of the sale down to instead of its usual The new Era which our deputy editor Nathan Ingraham gave high marks to isn t on sale by itself but is available bundled with the Move speaker for off nbsp Sony WH CHN headphonesThey ve only been around for a few months now but Sony s WH CHN wireless headphones are already percent off at Amazon and Adorama bringing them to just Our audio expert and editor Billy Steele deemed them budget friendly headphones with premium sound in his review last month They re a mid range and more affordable alternative to Sony s WH XM but compromises like a mostly plastic build make the headphones look decidedly cheap It s also missing some advanced features like automatically pausing when you take them off Still Billy was impressed by the overall sound quality remarking on the clarity of detail and ample bass They have a long hour battery life and are also lightweight and comfortable even after hours of wear nbsp Solo Stove Bonfire Solo Stove s Memorial Day sale is still going on with discounts up to percent on some of the brand s nearly smokeless fire pits The medium sized Bonfire is still just after a discount It s inches in diameter and comes with an improved ash pan for easier cleanup Solo Stove is also still offering a free mini fire pit the table top friendly Mesa if you enter the code FREEMESA at checkout just remember to add the mini pit to your cart first And while Ooni s Memorial Day sale looks to be over Solo s answer to the pizza oven boom the Pi Pizza Oven and one of our favorites is on sale for after a discount nbsp Humble Metroidvania game bundleHumble Bundle the online store that sells bundled games at a discount while giving money to charity has a notable set of games on offer this week Nine Metroidvania games including Hollow Knight Bloodstained and Rain World are going for the minimum price of Bought separately the titles would sell for As with all Humble Bundles you can pick the price you pay with a portion of the money going to publishers and charities like the Malala Fund the ACLU and One Tree Planted This bundle supports Girls Who Code and has already raised as of this writing nbsp Xbox Elite Wireless Controller Series The Xbox Elite Wireless Controller Series is on sale for instead of its usual at both Amazon and from Microsoft That s close to the lowest price we ve seen for the highly customizable controller since its debut in It works with Xbox Series X or S consoles as well as PCs running Windows or and connects wirelessly via Bluetooth or Microsoft s own Xbox Wireless protocol If you prefer you can just plug it in with the included USB C cable Many other items are included as well like a charging dock four paddles an extra D pad additional thumbsticks and a carrying case If you don t need all of that and don t want to have it in black you can grab the Core version of the Elite Series which is currently on sale for from Microsoft nbsp The Xbox Wireless Headset is also on sale for instead of which is an all time low Of course this set didn t make the cut in our guide to the best gaming headsets Our senior commerce writer Jeff Dunn would suggest instead the wired Astro A TR which is on sale for after a percent discount It s got a more spacious soundstage than many gaming headsets with an emphasized bass that delivers a a smooth and satisfying thump without overdoing it True they re not wireless but you can plug them directly into the headphone jack on your new Elite Wireless Controller Series nbsp nbsp Apple AirTagsLosing your keys and wallet is never fun A Bluetooth tracker can help you stop doing that Right now Apple s option the small white AirTags are on sale for percent off when you buy a four pack from Walmart or Verizon They re our favorite trackers for iPhone users and don t work with Android devices because they tap into the vast FindMy network enabled by default for every iPhone user out there That means any nearby phone can anonymously find your lost item and help you zero in on its location nbsp In my tests the AirTags were neither as loud nor as quick with separation alerts as the Chipolo One trackers Those were the best overall pick in our guide work with both iPhones and Android phones and are currently just for a four pack nbsp nbsp nbsp nbsp WD Black TB SNX NVMe Gaming SSDThe latest WD Black TB SNX NVMe Gaming SSD with a heat sink is currently just at Amazon which is a percent savings over the usual It offers read write speeds of up to MBs and in addition to PCs it s also compatible with PS consoles If you need even more storage check out the TB size which is instead of nbsp If you d prefer external storage you can grab the WD Black TB P Game Drive SSD for or percent off its list price The TB capacity version is on sale for which is an even steeper percent discount As they re external they re compatible with both PS and Xbox consoles and can even store files from your PC or Mac nbsp Samsung Pro Plus microSD cardSamsung ran a promotion on its storage devices last week and many of the deals are still live at Amazon Of particular note is the GB Pro Plus microSD card which is down to after a percent discount and represents a new low price It s our top pick in our guide to the best microSD cards This deal bundles a handy USB reader but if you don t need one you can get just the card for The GB model is which is the lowest price we ve seen yet nbsp You can also snag deals on the Samsung Evo Select card which is percent off or the ultracompact Samsung Fit Plus flash drive which is now just for the GB version The ever popular portable SSD the T Shield is percent off in the TB size nbsp Chromecast with Google TV nbsp The K version of the Chromecast with Google TV is currently at Amazon and Best Buy That s a percent discount and matches the cheapest price we ve seen yet The streaming dongle can turn any set into a smart TV giving you a slew of streaming options while offering support for Dolby Vision If you don t have a screen that can handle K video the HD dongle is even cheaper at just after a percent discount Our commerce writer Nicole Lee gave the K version an in her review and we named it the runner up in our streaming device guide thanks to its great Google Assistant integration and informative Google TV interface nbsp JBL Flip A handful of JBL speakers are on sale right now including JBL s Flip Charge and Xtreme ーall of which our homepage editor Jon Turi recommends in his guide to the best Bluetooth speakers The Flip puts out impressive volume considering its pound size and still manages to deliver solid lows and crisp highs True to it s name you can flip it on its side to save tabletop space and the IP waterproof rating mean it can handle a dunk It s down to after a percent discount at both JBL and Amazon That s not an all time low but falls within of its Black Friday pricing nbsp The Charge is at little bigger at just over two pounds and can likewise pump out bigger sound It delivers the same quality sound as the smaller Flip and has the same waterproof rating The larger battery not only goes for hours on a charge it can even juice up your small devices via the USB port It s on sale for after a percent discount from both JBL and Amazon For even bigger sound we recommend the Xtreme Its pound size is large enough to warrant a shoulder strap and can adequately output sound for a backyard get together It s off after a percent discount and you can get it from JBL or Best Buy nbsp nbsp Govee M RGBIC LED strip lightsLight strips might not be the most necessary smart home devices but they can add a decidedly fun vibe to a living room bedroom or gamer cave The latest option from Govee the foot M RGBIC LED Strip Lights are on sale for at Amazon after you click to apply the coupon Our senior commerce editor Valentina Palladino recommends them in our guide to smart bulbs because they have an impressively wide color spectrum don t require a hub and let you customize different segments to get just the right lighting scheme nbsp Other Govee lights are also on sale including the foot RGBIC LED Strip Lights for after applying the coupon These have an older chip in them and aren t quite as bright as the newer model but at less than a dollar per foot they re an inexpensive way to get started with smart strip lights nbsp Apple AirPods Pro nd gen At this point we d recommend anyone looking into AirPods Pro to wait for them to go on sale This week is one such time as the second generation of Apple s AirPods Pro have dropped back to both at Target and at Amazon They are Engadget s recommendation for the best earbuds you can buy for iPhones Billy gave them an in his review noting their improved performance and better features over the previous generation They also deliver one of the most natural sounding transparency modes of any earbuds out there nbsp Eero Pro mesh Wi Fi routerAs part of a larger sale on Amazon s line of Wi Fi routers the Eero Pro E mesh Wi Fi router is on sale for That s a percent discount but more than its lowest price so far Still if you ve brought home a newer smartphone tablet or laptop that can access WiFi and want a router that can supply that band this might be a good time to upgrade If you ve got a large area to cover you may need a few routers A three pack of Eero routers can cover up to square feet and are similarly discounted nbsp nbsp Google Nest WiFi RoutersIf you d rather get a WiFi router from Google take a look at Amazon s sale on Nest devices A three pack of the Nest WiFi Pro E routers is percent off or which is the lowest price in the past four months though not an all time low Set these up throughout your home and you ll get square feet of coverage with access to the usual GHz and GHz WiFi bands plus the newer GHz band Compatible devices like newer smartphones laptops and tablets can access this band and get lower latency and less network crowding nbsp nbsp Ring Video DoorbellThe wired version of the Ring Video Doorbell is seeing a steep discount this week at Amazon Usually it s now just after a percent discount The camera uses motion detection to tell when someone is at your door sending out instant notifications You can see hear and talk to visitors using your phone or an Echo display To hear a chime inside your home when someone rings the bell you ll need an Alexa enabled speaker or a Ring Chime The devices offer customizable privacy settings but it s important to note that Amazon s Ring devices haven t had the best track record on that front nbsp iRobot Roomba Last week Wellbots offered a few discount codes on many of our favorite Roomba robot vacs and now Amazon and iRobot have matched many of those prices One of particular note is the iRobot Roomba the winner from our guide to budget versions autonomous cleaners It s currently percent off or from both Amazon and iRobot That matches the all time low on a vac that offers an easy to use companion app and powerful suction nbsp Also on sale is the iRobot Roomba j which is after a discount at both Amazon and the iRobot store It s the runner up mid range vac in our robovac guide in which Valentina noted its excellent obstacle avoidance and good cleaning power The standard j doesn t come with a clean base so you ll need to manually empty what the machine picks up in a run If you want an auto empty feature you can opt for the Roomba j which Amazon and iRobot have for instead of If you also want a vac than can mop the Roomba Combo j includes an on board mopping pad that automatically deploys when the bot detects hard floors It s available from Amazon Target or directly from iRobot Our pick for a premium robo vac is the Roomba s which is instead of Pick that one up from either Amazon or iRobot nbsp Samsung The Frame Smart TVA sale on Samsung s The Frame Smart TVs at Woot takes to percent off sets ranging from and inches That makes the inch model instead of and the inch instead of The QLED K smart TVs run on Samsung s Tizen OS and feature an Art Mode that camouflages the screen as a fairly convincing piece of art when it s off The anti reflection matte display narrow wall mount and external CPU add to the illusion particularly if you drop the thin connecting wire behind the drywall during installation nbsp Apple Mac MiniApple s entry level Mac mini with GB of memory and GB of storage is off right now at B amp H Photo The deal matches the all time low of and makes it the most affordable way to get a decent Mac desktop computer It won t handle heavy workloads and isn t upgradable so you ll probably want to make sure it can handle what you want it to do before you checkout If you want a larger SSD you can grab the version with GB of storage for or off Amazon offered the same deals last week but has since run out of stock We gave the beefed up version of the latest Mac mini a score of when it came out earlier this year nbsp nbsp Follow EngadgetDeals on Twitter and subscribe to the Engadget Deals newsletter for the latest tech deals and buying advice This article originally appeared on Engadget at 2023-06-02 17:45:13
海外TECH Engadget Meta will require staff to be in the office at least three days a week https://www.engadget.com/meta-will-require-staff-to-be-in-the-office-at-least-three-days-a-week-172443689.html?src=rss Meta will require staff to be in the office at least three days a weekMeta s long running attempt to get employees back to the office might just succeed The Facebook owner tells Engadget it will require that office assigned staff return to in person work for at least three days a week starting September th People who are exclusively remote can stay that way Meta says In a statement a spokesperson says Meta is quot committed to distributed work quot and that people can have a quot meaningful impact quot both at the office and working from home This is part of an effort to refine the collaboration and work culture that help staff do their best according to the representative This is part of a previously announced hybrid strategy that came alongside large scale layoffs Meta sees as the quot year of efficiency quot and believes some in person teamwork is necessary for maximum productivity Meta instituted a formal remote work policy in May as it became clearer that the COVID pandemic was unlikely to end any time soon While it hoped to reopen offices in it repeatedly pushed back that timeline as COVID spread and new virus variants emerged In early contract workers protested requirements to return to the office months before Meta s in house employees were at the time slated to make a similar move The social networking giant isn t alone Apple and other major tech companies have mandated hybrid work schedules and have faced similar resistance Some employees have objected to the reduced flexibility in locations and schedules as well as increased costs that can include daycare and transportation There s pressure from other companies too Shopify Spotify and other well known brands have instituted remote first policies that may be more attractive to job seekers While the pandemic appears to be winding down the employment landscape has clearly changed This article originally appeared on Engadget at 2023-06-02 17:24:43
海外TECH Engadget The best laptops for college students https://www.engadget.com/best-laptops-for-students-130054631.html?src=rss The best laptops for college studentsWhether you re heading to a physical campus taking classes online or a mix of both a laptop is sure to be the control center for your studies Getting a new machine can better help you stay on top of your schedule and handle your furious multitasking with dozens of tabs devoted to research while you write your essays Given we re still dealing with ongoing inflation and the global chip supply shortage you might be concerned about rising prices or what might be in stock The good news is companies are still making a ton of new notebooks and there are plenty of models with great functionality and battery life for you to consider We compiled this guide to help you choose the best laptop for college What to expectSince the introduction of Apple s M powered MacBooks and Windows not much has changed significantly Apple unveiled its new M system on chip SoC alongside two laptops that are equipped with it including a redesigned MacBook Air Meanwhile new PCs keep getting announced with the latest models typically powered by th gen Intel processors or the latest AMD Ryzen chips Though the shift to ARM based systems has been successful for Apple the PC industry is still struggling to keep up and Windows on ARM is still tough to recommend Snapdragon laptops may look and feel sleek offer excellent battery life and built in cellular radios but they typically carry a higher price tag especially considering their limited app compatibility Speaking of most laptops with top of the line specs can cost you around to these days For most college students though a midrange machine might be enough Depending on your field of study you could get by with an Intel Core i processor or equivalent with at least GB of RAM If you need to run specialized software for design or programming consider upgrading to a beefier system with more memory On the other hand if you do most of your coursework online or in a browser getting a Chromebook could save you a lot of money You ll also want to pay attention to a device s weight There are a lot of premium ultraportables in the inch category with chips like Intel s Core i or i that cost around And if that s too expensive you ll still have respectable options in the to price range but they might be heavier and use older slower processors I ve included our favorite budget laptop in this college guide but we also have more affordable top picks that you can check out as well See Also Best Laptops for Best Gaming LaptopsBest in Laptops for Best ChromebooksBest Cheap Windows Laptops for With some laptop makers deciding to get rid of headphone jacks this year it s important to check specs lists when you re shopping for newer machines If you don t have wireless headphones or use equipment that plugs into the mm jack you ll want to steer clear of devices like Dell s new XPS Plus Finally while most laptops in offer WiFi or E and Bluetooth or later the compatible routers or other devices that would enable those faster connections aren t very prevalent yet Chances are your campus WiFi might still be stuck on an older setup so it s not crucial that you get a system with the latest standards yet Of course it doesn t hurt to get a laptop that s future proof but just know that of all the things to look out for WiFi E shouldn t be a dealbreaker in your decision making process Best Apple MacBook AirIt s hard to beat Apple s MacBook Air if you want a powerful machine for college that won t weigh you down You actually have two good options this year ーthe new M powered MacBook Air and the MacBook Air M The M laptop earned a score of from us for its impressive performance gorgeous inch Liquid Retina display and its refined design that s even thinner than the M machine that came before it Our biggest gripe with this laptop is its price tag ーthe M MacBook Air will set you back more than the M so you re looking at spending at least if you want the latest and greatest from Apple However even though it s older the Apple M MacBook Air is a solid machine outperforming many PCs while maintaining a fanless design You ll still get a great keyboard and long battery life along with a nice Retina display Of course it uses a p webcam while the new model has a sharper p setup housed in a notch The latter also has thinner display bezels that make it look more modern as well as a MagSafe port that lets you keep charging while still having access to the device s two USB C ports But if you re already living a largely wireless life and don t mind a not so great camera you might find the M MacBook Air is a better deal Read our Full Review of Apple MacBook Air MBest Windows Dell XPS PlusThe best PC has long been Dell s well rounded XPS series and I still recommend it to anyone that doesn t want a Mac Yes the new XPS Plus lacks a headphone jack and we haven t got one in to test yet But the XPS is a well rounded machine and reliable workhorse that will get you through classes and late night writing sessions without breaking a sweat Like its predecessors the XPS Plus offers a lovely OLED screen with impressively thin bezels and packs a roomy comfortable keyboard It also features a new minimalist design that looks more modern I m not sure about the row of capacitive keys at the top in lieu of traditional function keys but from our time with an early sample they at least worked If you don t like the changes Dell has made to the XPS or if you definitely need a headphone jack the older generations are still solid options There s also the Samsung Galaxy Book Pro series which feature beautiful OLED screens and sharper webcams in thin and light frames I also like Microsoft s Surface Laptops and the most recent edition offers great performance and battery life albeit in an outdated design Read our Full Review of Dell XPS Plus LaptopBest for gaming Razer Blade Just because your laptop might primarily be for coursework doesn t mean you can t use it as a gamer too Those looking to game on their machines should prioritize responsive screens and ample ports for their favorite accessories that can best help them defeat their virtual enemies If you re considering a gaming first machine that you can use for school check out our guide to buying a gaming laptop It covers details about different CPUs and GPUs minimum specs and more Our favorite gaming laptop is the Razer Blade which has an Intel Core i processor and an NVIDIA RTX graphics for It s the most expensive item on this list but you also get a inch quad HD screen that refreshes at Hz Different configurations are available depending on your preference including a Full HD Hz and a K Hz version The Blade series is also one of the most polished gaming laptops around and Razer consistently updates it with the latest processors graphics and other hardware advancements If you really want to go all out you could consider the new Razer Blade that has NVIDIA s RTX or GPUs Students and gamers looking for something cheaper and more portable should consider the ASUS ROG Zephyrus G which was our favorite model last year The main reason it got bumped down a notch is because the refresh is almost more expensive It s still a solid gaming laptop though with an excellent display roomy trackpad and plenty of ports in spite of its thin profile Read our Full Review of Razer Blade Gaming LaptopBest Chromebook Lenovo Flex ChromebookIf you can do most of your schoolwork through web based apps a Chromebook is worth considering for your college laptop Sure they don t generally look fancy nor have high end specs But they re often more affordable and have longer battery life Our favorite Chromebook is Lenovo s Flex Chromebook which Engadget s resident Chrome OS aficionado Nathan Ingraham described as “a tremendous value This laptop nails the basics with a inch Full HD touchscreen a fantastic keyboard and a th generation Intel Core i processor The GB of RAM and GB of storage may sound meager but in our testing the Flex held up in spite of this constraint It s also nice to see one USB A and two USB C ports eight hour battery life and a degree hinge that makes it easy to use the Flex as a tablet That s a bonus especially now that Chrome OS supports Android apps Though the Flex is almost two years old by now it s a solid device for around In fact you can sometimes find it on sale for as little as making it a great option for a student looking for a basic browser based machine on a tight budget Read our Full Review of Lenovo Flex Chromebook Best budget HP Pavilion Aero If you re looking for a sturdy student laptop under your best bet is the HP Pavilion Aero For an affordable price you ll get a Full HD screen with a aspect ratio and surprisingly thin bezels as well as a comfortable keyboard and spacious touchpad Importantly the Aero provides relatively powerful components compared to others in this price range with an AMD Ryzen series processor and Radeon graphics Plus it has a generous array of ports and enough battery life to last you a full day and then some Read our Full Review of HP Pavilion Aero LaptopBest Convertible Microsoft Surface Pro For those who need their laptops to occasionally double as tablets the Surface Pro series is a no brainer Compared to notebooks or in laptops with rotating hinges tablets with kickstands are often much slimmer and lighter The Surface Pro is the most recent model and it features Microsoft s sleek design with a thinner profile and minimal bezels The Pro also has a Hz display that makes scrolling long documents or spreadsheets feel much faster and you can drop the refresh rate down to Hz if you want to conserve battery life We also like Microsoft s Type Covers and the Surface Pens though it s worth noting that they ll have to pay extra for both if you want them Unless you re bent on sticking to Apple s ecosystem in which case an iPad Pro would suit you best the Surface Pro is arguably the best convertible laptop around Read our Full Review of Microsoft Surface Pro This article originally appeared on Engadget at 2023-06-02 17:15:06
ニュース BBC News - Home India train crash: Dozens dead after Odisha incident https://www.bbc.co.uk/news/world-asia-india-65793257?at_medium=RSS&at_campaign=KARANGA odisha 2023-06-02 17:46:01
ニュース BBC News - Home Do Russians really hate the West? https://www.bbc.co.uk/news/world-europe-65785664?at_medium=RSS&at_campaign=KARANGA message 2023-06-02 17:01:03
ニュース BBC News - Home Geraint Davies: Three MPs say they were warned about him https://www.bbc.co.uk/news/uk-wales-65783805?at_medium=RSS&at_campaign=KARANGA labour 2023-06-02 17:27:09
ニュース BBC News - Home England v Ireland: Ollie Pope, Ben Duckett and Josh Tongue star at Lord's https://www.bbc.co.uk/sport/cricket/65791741?at_medium=RSS&at_campaign=KARANGA England v Ireland Ollie Pope Ben Duckett and Josh Tongue star at Lord x sOllie Pope crashes his maiden Test double hundred and Ben Duckett helps himself to on a completely one sided second day of England s Test against Ireland 2023-06-02 17:36:14
ビジネス ダイヤモンド・オンライン - 新着記事 【同じことを話しているのに】「相手を不安にさせる人」と「信頼できる人」を分ける、たった1つの差 - 超完璧な伝え方 https://diamond.jp/articles/-/323934 【同じことを話しているのに】「相手を不安にさせる人」と「信頼できる人」を分ける、たったつの差超完璧な伝え方「自分の考えていることが、うまく人に伝えられない」「他人とのコミュニケーションに苦手意識がある」と悩む方は多くいます。 2023-06-03 02:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 夏までに「くびれ」をつくる、たった一つの方法とは? 整体プロが教えるダイエット法 - すごい自力整体 https://diamond.jp/articles/-/323932 夏までに「くびれ」をつくる、たった一つの方法とは整体プロが教えるダイエット法すごい自力整体むくみ、冷え性、便秘、足腰の痛み、コリ、倦怠感、不眠といった、なんとなくの不調。 2023-06-03 02:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 【絶対NG!】伝え方が残念過ぎる人の特徴【ワースト3】 - 国内外51の受賞ヒット連発クリエイターが明かした!『伝え方が9割』 https://diamond.jp/articles/-/323854 2023-06-03 02:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 【まんが】「自覚のない悪意」を受けて、自分を責める人たち。「悪気はない」「事情がある」で許すと自己否定につながる怖いワケ<心理カウンセラーが教える> - あなたはもう、自分のために生きていい https://diamond.jp/articles/-/323849 【まんが】「自覚のない悪意」を受けて、自分を責める人たち。 2023-06-03 02:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 「このままだと日本経済は沈没するぞ」 海外投資家が三菱UFJのCFOに放った厳しすぎる本音 - CFO思考 https://diamond.jp/articles/-/323717 三菱ufj 2023-06-03 02:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 結局、ポーターの戦略論は「どこ」がスゴいのか?【究極のワンポイント】 - 新マーケティング原論 https://diamond.jp/articles/-/323783 2023-06-03 02:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 商談で相手が地蔵で地獄なら営業トークの「時制」を変えよ - こうやって、言葉が組織を変えていく。 https://diamond.jp/articles/-/323651 判断基準 2023-06-03 02:25: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件)