投稿時間:2023-05-04 04:35:23 RSSフィード2023-05-04 04:00 分まとめ(34件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Database Blog Building AI-powered search in PostgreSQL using Amazon SageMaker and pgvector https://aws.amazon.com/blogs/database/building-ai-powered-search-in-postgresql-using-amazon-sagemaker-and-pgvector/ Building AI powered search in PostgreSQL using Amazon SageMaker and pgvectorOrganizations across diverse sectors are exploring novel ways to enhance user experiences by harnessing the potential of Generative AI and large language models LLMs In the fashion industry generative AI is revolutionizing the creative process By analyzing user preferences and data AI algorithms can generate unique apparel patterns and designs bringing a new level of … 2023-05-03 18:16:03
AWS AWS The Internet of Things Blog Sharing a vision for a more connected world with AWS IoT https://aws.amazon.com/blogs/iot/sharing-a-vision-for-a-more-connected-world-with-aws-iot/ Sharing a vision for a more connected world with AWS IoTAWS IoT VP Yasser Alsaied talks IoT strategy commitment and outlook Introduction The future of the Internet of Things IoT has been a topic of ongoing discussion and speculation With implications for IoT hyperscalers vendors and customers alike the landscape is rapidly evolving To shed light on this topic I spoke with Yasser Alsaied vice … 2023-05-03 18:06:38
AWS AWS Fidelity Transforms with AWS Managed Open-Source Observability | Amazon Web Services https://www.youtube.com/watch?v=OXERIdBq6G0 Fidelity Transforms with AWS Managed Open Source Observability Amazon Web ServicesFidelity Investments the multinational financial services corporation leveraged AWS Managed Open Source Observability and open source technology such as Prometheus Grafana and OpenTelemetry to move its legacy monolithic applications towards a microservices architecture This innovation helped Fidelity deliver better customer experiences Learn more about Amazon Managed Service for Prometheus Subscribe More AWS videos More AWS events videos Do you have technical AWS questions Ask the community of experts on AWS re Post ABOUT AWSAmazon Web Services AWS is the world s most comprehensive and broadly adopted cloud platform offering over fully featured services from data centers globally Millions of customers ーincluding the fastest growing startups largest enterprises and leading government agencies ーare using AWS to lower costs become more agile and innovate faster CloudOperations Observability Monitoring AWS AmazonWebServices CloudComputing 2023-05-03 18:26:05
海外TECH MakeUseOf 6 Reasons You Shouldn't Watch Short-Form Videos https://www.makeuseof.com/reasons-you-shouldnt-watch-short-form-videos/ short 2023-05-03 18:31:17
海外TECH MakeUseOf 9 Reasons PCs Are Better Than Macs https://www.makeuseof.com/9-reasons-pcs-are-better-than-macs/ debate 2023-05-03 18:15:16
海外TECH DEV Community A love story of Svelte and JSX 💖 https://dev.to/rajaniraiyn/a-love-story-of-svelte-and-jsx-13j A love story of Svelte and JSX Anyone who is a web developer has come across Svelte and JSX at some point in their life Wait What are they and what is the love story between them In this blog post I will give you a brief introduction to them and tell you their secret affair which only very few know Svelte is a revolutionary technology in the web space Unlike other popular UI libraries and frameworks like React and Vue which use VDOM for UI Svelte is a compiler which compiles the svelte code into highly optimized vanilla JavaScript code On the other hand JSX is an extended version syntactic sugar of JavaScript originally proposed and used by the React team in their React library JSX enables us to write HTML like markup directly into JavaScript and makes things more simple than ever before Despite their divergent methods Svelte and JSX complement each other nicely For Svelte files in your editor the Svelte language tools and its VS Code extension offer capabilities like syntax highlighting formatting linting auto completion type checking and many more How do they do that By using JSX What am I talking about now Svelte is built completely differently from JSX but what s with my statement Actually many don t know that Svelte secretly uses borrows JSX features for its rich Developer Experience We all know that currently most of the code editors and IDEs provide auto completions and type checking out of the box We have a very strong and reliable type checking and auto completions in JavaScript and TypeScript thanks to the wonderful magic done by TypeScript In the initial stages of Svelte when it started getting some traction most of the developers who transitioned from other frameworks and libraries wanted to have those features in Svelte as well To maintain and increase their retention rate the Svelte team was cornered to make Svelte also have those features What they decided to use is quite clever Instead of building things from scratch they used lots of existing independent and separate open source projects into one single project for their language server One of such projects is halfnelson sveltetsx sveltetsx sveltetsx is a transpiler that transpiles Svelte code into a valid TypeScript code which is later consumed by the TypeScript language server Then finally we get our fancy type checking and auto completions But how does it work sveltetsx converts Svelte components to TSX TypeScript JSX for type checking The TSX can be type checked using the included svelte jsx d ts and svelte shims d ts files It also handles Svelte specific syntax such as reactive declarations stores slots etc sveltetsx is a core part of the Svelte language tools and its VS Code extension It enables features like syntax highlighting formatting linting diagnostics and more for Svelte files in your editorimport sveltetsx from sveltetsx const svelteCode lt script lang ts gt export let h boolean false lt script gt if h h is True else h is False if const code tsxCode sveltetsx svelteCode console log tsxCode lt reference types svelte gt lt gt lt gt function render let h boolean false h sveltets any h gt lt gt h lt gt h is True lt gt lt gt h is False lt gt lt gt return props h h slots getters events export default class extends createSvelteTsxComponent sveltets partial sveltets with any event render Play with this Svelte →TSX hereThis is a clever and inventive approach of giving Svelte IDE functionality without reinventing the wheel It also demonstrates how despite their seeming hostility Svelte and JSX can coexist together I hope this blog post has given you some interesting and fun insights into Svelte and JSX If you want to learn more I recommend checking out their official websites Happy coding 2023-05-03 18:42:05
海外TECH DEV Community Welcome Thread - v223 https://dev.to/devteam/welcome-thread-v223-1ig7 Welcome Thread v Leave a comment below to introduce yourself You can talk about what brought you here what you re learning or just a fun fact about yourself Reply to someone s comment either with a question or just a hello If you are new to coding want to help beginners in their programming journey or just want another awesome place to connect with fellow developers check out the CodeNewbie Org You can also say hi in our weekly Hello Newbie thread Great to have you in the community 2023-05-03 18:37:09
海外TECH DEV Community Introduction to DevOps https://dev.to/lancelot03/introduction-to-devops-nid Introduction to DevOpsDevOps is a set of practices that combines software development and IT operations to improve the speed quality and reliability of software delivery DevOps is not just a set of tools or technologies but a cultural shift that emphasizes collaboration communication and automation between software development and IT operations teams In this article we will provide an introduction to DevOps concepts practices and tools DevOps ConceptsDevOps is based on a set of key principles that aim to break down the silos between software development and IT operations teams Some of the key DevOps concepts include Collaboration and Communication DevOps emphasizes collaboration and communication between development and operations teams breaking down traditional silos and enabling teams to work together more effectively Automation DevOps relies heavily on automation to streamline processes and eliminate manual tasks Automation helps to reduce errors improve efficiency and speed up software delivery Continuous Integration and Continuous Deployment DevOps promotes the use of continuous integration and continuous deployment CI CD practices to automate the software delivery process CI CD allows developers to automatically build test and deploy software changes reducing the time and effort required to deliver software updates Infrastructure as Code DevOps encourages the use of infrastructure as code IaC to automate the provisioning and management of infrastructure IaC allows developers to define infrastructure using code making it easier to manage and deploy infrastructure changes Monitoring and Feedback DevOps relies on monitoring and feedback to identify issues and improve software quality By monitoring applications and infrastructure in real time DevOps teams can quickly identify and resolve issues ensuring that software is always performing at its best DevOps PracticesDevOps is built on a set of best practices that aim to streamline the software delivery process and improve the quality and reliability of software Some of the key DevOps practices include Agile Development DevOps teams typically use agile development methodologies such as Scrum or Kanban to rapidly iterate on software development and deliver new features and updates more quickly Continuous Integration and Continuous Deployment As mentioned earlier DevOps promotes the use of continuous integration and continuous deployment CI CD practices to automate the software delivery process CI CD allows developers to quickly and efficiently build test and deploy software changes Infrastructure as Code DevOps teams use infrastructure as code IaC to automate the provisioning and management of infrastructure IaC allows teams to define infrastructure using code making it easier to manage and deploy infrastructure changes Configuration Management DevOps teams use configuration management tools such as Puppet or Chef to automate the configuration of servers and other infrastructure components Configuration management helps to ensure that infrastructure is consistent and can be easily managed and updated Monitoring and Logging DevOps teams rely on monitoring and logging tools such as Nagios or ELK to track the performance of applications and infrastructure in real time By monitoring applications and infrastructure DevOps teams can quickly identify and resolve issues ensuring that software is always performing at its best DevOps ToolsDevOps is a set of practices that relies heavily on automation and collaboration between development and operations teams to improve the speed quality and reliability of software delivery DevOps tools are used to automate various stages of the software delivery process including code management continuous integration and continuous deployment CI CD infrastructure management testing and monitoring In this article we will provide an overview of some of the most commonly used DevOps tools Version Control Tools Version control tools such as Git or Subversion are used to manage code changes and track the history of code changes over time Version control tools allow multiple developers to work on the same codebase managing code changes in a central repository This makes it easier to collaborate on code review changes and track the evolution of the codebase over time CI CD Tools CI CD tools such as Jenkins Travis CI or CircleCI automate the software delivery process allowing developers to quickly and efficiently build test and deploy software changes CI CD tools automate various stages of the software delivery pipeline including code compilation unit testing integration testing and deployment This helps to reduce errors speed up the delivery process and improve software quality Configuration Management Tools Configuration management tools such as Puppet or Chef are used to automate the configuration of servers and other infrastructure components Configuration management tools help to ensure that infrastructure is consistent and can be easily managed and updated These tools allow DevOps teams to define infrastructure as code making it easier to manage and deploy infrastructure changes Containerization Tools Containerization tools such as Docker or Kubernetes are used to package applications and their dependencies into containers which can be easily deployed and managed in various environments Containerization helps to improve application portability making it easier to deploy applications across different platforms and environments Monitoring and Logging Tools Monitoring and logging tools such as Nagios or ELK are used to track the performance of applications and infrastructure in real time Monitoring and logging tools allow DevOps teams to quickly identify and resolve issues ensuring that software is always performing at its best These tools can be used to track various metrics including application performance server uptime and resource usage In conclusion DevOps is a methodology that combines development and operations practices to improve software delivery speed quality and reliability DevOps tools play a critical role in automating various stages of the software delivery process including code management continuous integration and continuous deployment infrastructure management testing and monitoring By adopting DevOps practices and tools organizations can achieve faster more reliable software delivery better collaboration between development and operations teams and improved software quality It s important to choose the right DevOps tools based on the specific needs and requirements of the organization and to continually evaluate and adjust the DevOps process to ensure ongoing success Overall DevOps is an essential approach for organizations that want to stay competitive in today s fast paced software development landscape 2023-05-03 18:26:45
海外TECH DEV Community The DevOps Revolution: Transforming Software Delivery and Collaboration https://dev.to/rainleander/the-devops-revolution-transforming-software-delivery-and-collaboration-4850 The DevOps Revolution Transforming Software Delivery and CollaborationI m writing a series of posts around DevOps which I hope will help the person who has never heard of DevOps are you living under a rock to understand and explore further if they so choose To that end I ve written an outline of the next ten sections of the series If you d like to hear more about any section or have another section to suggest I d love to hear it comment below Introduction to DevOpsLearn about the foundations of DevOps and how it emerged as a response to the challenges in traditional software development By exploring the goals and benefits of DevOps you ll understand how this approach fosters better collaboration and efficiency and why it has become a transformative force in the IT industry The Evolution of Software Development What is DevOps Goals and Benefits of DevOps DevOps vs Traditional IT Core Principles of DevOpsDelve into the core principles of DevOps that drive its success You ll discover how collaboration automation and continuous processes like CI CD enhance software development and delivery while the importance of measurement feedback and adaptation will reveal how DevOps encourages constant growth and improvement Collaboration and Communication Automation Continuous Integration and Continuous Delivery CI CD Measurement and Feedback Learning and Adaptation Key Practices in DevOpsExplore the key practices that make DevOps effective from Infrastructure as Code IAC to continuous deployment and automated testing You ll gain insights into monitoring and observability and learn how the microservices architecture supports the DevOps approach to achieve agility and scalability in software development Infrastructure as Code IAC Continuous Integration CI Continuous Delivery CD Continuous Deployment Automated Testing Monitoring and Observability Microservices Architecture DevOps Culture and Organizational StructureLearn the importance of cultivating a DevOps culture and how to break down silos within your organization You ll understand the roles and responsibilities within a DevOps team and discover strategies for implementing and scaling DevOps to create a more efficient and collaborative working environment Building a DevOps Culture Breaking Down Silos Roles and Responsibilities Implementing DevOps Teams Scaling DevOps Across the Organization DevOps Toolchain and TechnologiesExplore the essential DevOps toolchain and technologies that support the practices and principles of this approach You ll learn about source control management build and deployment tools configuration management containerization orchestration and monitoring tools as well as security and compliance tools that ensure your software is both reliable and safe Source Control Management SCM Build and Deployment Tools Configuration Management Containerization and Orchestration Monitoring and Logging Tools Security and Compliance Tools Popular DevOps Tools and Platforms DevOps and Security DevSecOpsLearn about the intersection of DevOps and security known as DevSecOps You ll understand why integrating security practices into DevOps is vital and discover how automating security testing and continuous monitoring can enhance the safety of your software Additionally you ll explore the importance of fostering a DevSecOps culture to ensure a secure development environment The Importance of Security in DevOps Integrating Security Practices into DevOps Automating Security Testing Continuous Security Monitoring Building a DevSecOps Culture Measuring DevOps SuccessLearn how to measure the success of your DevOps initiatives by identifying key performance indicators KPIs and monitoring relevant metrics You ll discover the importance of feedback loops for continuous improvement and delve into reporting and visualization techniques that help you track and analyze your DevOps performance effectively Key Performance Indicators KPIs Metrics for Continuous Improvement Monitoring and Analyzing Results The Importance of Feedback Loops Reporting and Visualization DevOps Case StudiesExplore real world DevOps case studies from large enterprises startups and the public sector By examining their successes challenges and lessons learned you ll gain valuable insights and practical knowledge that can help you anticipate and navigate your own DevOps journey Additionally you ll get a glimpse into the future of DevOps and its potential impact on the industry Large Enterprise DevOps Transformations Startup DevOps Success Stories DevOps in the Public Sector Overcoming Challenges and Lessons Learned The Future of DevOps Implementing DevOps A Step by Step GuideReceive a step by step guide on implementing DevOps within your organization You ll learn how to assess your readiness create a DevOps roadmap choose the right tools and technologies develop essential skills and manage change effectively Furthermore you ll understand the importance of continuous improvement and adaptation to ensure your DevOps initiatives continue to evolve and thrive Assessing Your Organization s Readiness Building a DevOps Roadmap Selecting the Right Tools and Technologies Training and Skill Development Change Management and Communication Continuous Improvement and Adaptation The Future of DevOpsExplore the future of DevOps and its potential intersections with emerging technologies like artificial intelligence edge computing and quantum computing You ll also understand the critical role DevOps plays in digital transformation and examine upcoming trends and challenges that may shape the future landscape of DevOps in the software development industry DevOps and Artificial Intelligence AI DevOps and Edge Computing DevOps and Quantum Computing The Role of DevOps in Digital Transformation Emerging Trends and Challenges 2023-05-03 18:11:26
海外TECH DEV Community Moonly weekly progress update #47 - Testing Raffle Feature https://dev.to/moonly/moonly-weekly-progress-update-47-testing-raffle-feature-1i81 Moonly weekly progress update Testing Raffle Feature Moonly weekly progress update ーTesting Raffle FeatureLittle by little we are improving our UI and UX We released some stuff pretty fast and needed to properly plan where to fit them Don t worry we are aware of that We have a lot more work to do Portfolio tracker Sniper other Discord tools bots Royalty Detection tool Raffles etc are the features being developed as we speak and after they are done we are locking a lot of them on Monthly only for the holders to use We already started basic tests for Raffle account validation and have been testing it for a while We are working simultaneously on every new feature and it s only a matter of time before everything comes out in the production Weekly devs progress Pushed a quick fix for blog postsFixed technical debt on the Big databaseCollection ID will be added to all new transactions automaticallyImplement assigning of collection id to Transactions in BigDBDid manual collection updatesConnect sniper bot with live feedPrice with currency fixed to decimalOptimized the search fetching by adding debounce techniqueDecreased concurrency on the RPC server portfolio tracker Token tracker s collection id reassignment is in progressHolder Verification Bot HVB Deployed the multi collection feature of HVBFixed the user permission issue for non admin loginFigured out why Discord ID changes automaticallyDeployed the non admin login at the bot test server for testingDeploy multi collection HVB to productionWorking on the Frontend to restructure the multi collectionFixed cache rendering issue on the change discord serverAdding a feature on optimal render for traits amp values on demandRaffle FeatureFixed raffle test issueFixed Raffle Account Creation IssueBasic tests for raffle account validationPrize add update remove work in progressAdded Endpoint To Add New Raffle Prize with Test CoverageAdded Endpoint to remove raffle prize with testStaking Locking Setup staking environment on Windows to investigate phantom mobile related issuesFixed multi select buttons responsive issue on the small screenBrainstorming on Raffle SystemCheck out our latest blog posts Upcoming NFT collections Minted projects worth mentioning 2023-05-03 18:10:31
海外TECH DEV Community How to Contribute to Open Source without Knowing How to Code: A guide with project suggestions https://dev.to/opensauced/how-to-contribute-to-open-source-without-knowing-how-to-code-a-guide-with-project-suggestions-59e5 How to Contribute to Open Source without Knowing How to Code A guide with project suggestionsOne of the first pieces of advice I got before graduating from bootcamp was to get involved in open source I browsed around GitHub I looked at issues I peeked into code bases I was overwhelmed I didn t quite feel like I had the capabilities to jump in and start working on an issue Skill wise could I Maybe depending on the repository Confidence wise No way I was a career changer with ten years of expertise in English and zero years of expertise in coding But if someone would have told me that I could start where I was most comfortable without writing code I think I could have eased my way into the open source waters sooner Open source projects don t always require code contributions in fact non code contributions can be as valuable as code contributions Non Code Contributions to Open Source Henri Helvetica ‍ henrihelvetica Across all of mozilla we see M contributions and only k were code So there is a large non technical audience We need this diversity the internet doesn t know borders digitarald AM Aug DocumentationGood documentation helps users understand how to use the software troubleshoot issues and contribute to the project Contributing to documentation is a great way to get involved in open source without needing to know how to code Sometimes documentation needs to be updated Other times directions need to be clarified if you re struggling to understand something as part of the documentation process chances are that someone else is too Sometimes it needs to be written Project Highlight The Odin ProjectThe Odin Project is a free open source curriculum for learning web development It s designed to be self directed and project based and covers a wide range of topics including HTML CSS JavaScript and Ruby on Rails One way to contribute to The Odin Project is by helping to improve their documentation You can contribute to their curriculum repository by suggesting improvements reporting errors or adding new documentation They also have a great Contributing Guide to help onboard new contributors User Experience UX Design amp AccessibilityUser experience UX design is another valuable non code contribution UX designers can help OSS projects improve their user interfaces making them more intuitive accessible and user friendly This could involve reviewing the project s design and identifying any accessibility issues such as color contrast or font size and suggesting improvements You could also help create accessible design elements like icons or buttons for the project Project Highlight WordPressWordPress is an open source content management system and has a dedicated team of UX designers who work on improving the user experience of the platform They advertise their vision for getting designers involved in their all volunteer team and highlight ways to do that on their Make WordPress Design page They also have a Make WordPress Accessible page that outlines how volunteers can get involved to improve accessibility TranslationBecause so much of the code we write is for a global user base many repositories actively seek translations to reach a broader audience and provide a better experience for non native speakers Project Highlight OpenStreetMapOpenStreetMap is a collaborative project that aims to create a free and editable map of the world It s built by a community of mappers who contribute and maintain data about roads buildings landmarks and other points of interest around the world Within their documentation on how to contribute they include a section on Translate to provide access to more users and provide directions on the translation contributing process ContentSupporting open source projects is more than code and documentation There are users who need supported and developers who need to learn more There s always a way to create a safer and more stable space for the community You can do this by sharing projects you enjoy using writing blog posts that include their product speaking about their product at meetups and conferences and providing feedback to the maintainers Project Highlight AppwriteAppwrite is a backend platform for developing Web Mobile and Flutter applications Their CONTRIBUTING md file highlights all of the different non code ways that contributors can help to support their project CommunityA strong and welcoming community often leads to a healthy open source project Community can be one of the most time consuming parts of maintaining a project Questions need answered examples need to be created clarifying information and creating clear paths of communication are all important to supporting a community Often open source projects rely on volunteers to ensure the community is supported and thriving Project Spotlight DirectusDirectus is a real time API and App dashboard for managing SQL database content Within their contributing doc Directus shares that one way to contribute is by Helping Others You don t have to know how to code to get involved in open source and contributing isn t just for developers We all use products that use open source software Finding ways to give back that s within our skillset benefits the projects the tech community and everyone who s using products that use open source software This is a short list of projects and examples that accept non code contributions If you want to see a longer list check out the Twitter thread here If you want to explore more repositories check out OpenSauced Insights 2023-05-03 18:05:43
Apple AppleInsider - Frontpage News Ford will stick with CarPlay as GM exits for Google tech https://appleinsider.com/articles/23/05/03/ford-will-stick-with-carplay-as-gm-exits-for-google-tech?utm_medium=rss Ford will stick with CarPlay as GM exits for Google techAs General Motors plans to phase out CarPlay for its infotainment system Ford won t so it doesn t risk losing Apple customers Ford will continue to stick with Apple s CarPlayIn an interview with Joanna Stern of The Wall Street Journal Ford CEO Jim Farley spoke about the state of built in infotainment systems in modern vehicles He mentioned rivals Tesla and GM and how the companies decisions affect customers Read more 2023-05-03 18:55:47
海外TECH Engadget 'Babylon 5' will return as an animated movie from its original creator https://www.engadget.com/babylon-5-will-return-as-an-animated-movie-from-its-original-creator-184454424.html?src=rss x Babylon x will return as an animated movie from its original creatorWe ve known there was a reboot coming of s sci fi cult hit Babylon for a while now but we didn t have any concrete details until today Original series creator J Michael Straczynski just announced that it s an animated feature length film developed by Warner Bros Animation Straczynski is quiet regarding plot details but did say that the movie is “classic B with a “raucous heartfelt story going on to suggest that the cartoon feature is “the most B ish project since the original series bowed out in He also said that the movie is completely finished and just awaiting release In other words it ll likely be a matter of months not years before mega fans get their eyeballs on this one BABYLON ANIMATED MOVIE coming from Warner Bros Animation amp WB Home Entertainment Classic B raucous heartfelt nonstop a ton of fun through time and space amp a love letter to the fans Movie title release date and other details coming one week from today BAnimatedMoviepic twitter com ylImImmーJ Michael Straczynski straczynski May To that end the writer said that the official movie title release date and other details will drop next week If the film is “in the can as Straczynski says here s hoping we also get a trailer or at least some animation stills with that release date announcement It s still unknown which original series actors if any will reprise their roles for the film Babylon was originally on the air for five seasons which was followed up by five made for TV movies the last one aired in The show has long been praised for its commitment to hard sci fi and revolving crew of motley characters netting two Hugo Awards and a Saturn Award during its run It s primarily set on the titular space station calling to mind rival sci fi epic Star Trek Deep Space Nine There s some discussion as to which series came first as DS aired a full year before Babylon but B was first to production In recent years series creator Straczynski has been heavily involved with shows like Sense and plenty of high profile comic books This article originally appeared on Engadget at 2023-05-03 18:44:54
海外TECH Engadget The best SSDs in 2023 https://www.engadget.com/best-ssds-140014262.html?src=rss The best SSDs in One of the most cost effective ways to upgrade a computer or console is with solid state storage The fastest flash drives will make your desktop or laptop feel snappier with shorter app and operating system loading times The best part is that we re at a point where you don t have to choose between speed and capacity the latest solid state drives SSDs offer both Whether you want to replace an old hard drive or upgrade the capacity of your existing SSD this guide will help you navigate all the complexities of buying a modern flash drive Don t know the difference between an NVMe and M drive Don t worry Engadget can help you choose the best SSD for your needs What to look for in a PC SSDThe most affordable way to add fast storage space to a computer is with a inch SATA drive It s also one of the easiest if you don t want to worry about compatibility since almost every computer made in the last two decades will include a motherboard with Serial ATA connections For that reason inch SSDs are a great way to extend the life of an older PC build Installation is straightforward too Once you ve secured the internal SSD in a drive cage all you need to do is to connect it to your motherboard and power supply The one downside of SATA drives is that they re slower than their high performance NVMe counterparts with SATA III limiting data transfers to MB s But even the slowest SSD has a significantly faster transfer speed than the best mechanical drives And with TB SATA SSDs costing about they re a good bulk storage option If your PC is newer there s a good chance it includes space for one or more M SSDs The form factor represents your ticket to the fastest possible consumer storage on the market but the tricky part is navigating all the different standards and specs involved M drives can feature either a SATA or PCIe connection SSDs with the latter are known as Non Volatile Memory or NVMe drives and are significantly faster than their SATA counterparts with Gen models offering sequential write speeds of up to MB s You can get twice the performance with a Gen SSD but you ll need a motherboard and processor that supports the standard If you re running an AMD system that means a Ryzen or CPU and an X or B motherboard With Intel meanwhile you ll need a th or th Gen processor and a Z Z or Z motherboard Keep in mind you ll pay a small premium for a Gen SSD You might have also seen something about Gen NVMe drives You can safely ignore those for now At the moment only Intel s th gen desktop CPUs support PCIe and there aren t any Gen NVMe SSDs out on the market We ll see the first ones arrive alongside AMD s next generation Ryzen processors later this year but if the price of early Gen drives is any indication they will be expensive As for why you would buy an M SATA drive over a similarly specced inch drive it comes down to ease of installation You add M storage to your computer by installing the SSD directly onto the motherboard That may sound intimidating but in practice the process involves a single screw that you first remove to connect the drive to your computer and then retighten to secure the SSD in place As an added bonus there aren t any wires involved making cable management easier Note that you can install a SATA M SSD into an M slot with a PCIe connection but you can t insert an NVMe M SSD into a M slot with a SATA connection Unless you want to continue using an old M drive there s little reason to take advantage of that feature Speaking of backward compatibility it s also possible to use a Gen drive through a PCIe connection but you won t get any of the speed benefits of the faster NVMe One last thing to consider is that M drives come in different physical sizes From shortest to longest the common options are and The first two numbers represent width in millimeters the latter denote the length For the most part you don t have to worry about that since is the default for many motherboards and manufacturers Some boards can accommodate more than one size of NVMe SSD thanks to multiple standoffs That said check your computer s documentation before buying a drive to ensure you re not trying to fit one it can t support The best buying advice I can offer is don t get too caught up about being on the bleeding edge of storage tech The sequential read and write speeds you see manufacturers list on their drives are theoretical and real world performance varies less than you think If your budget forces you to choose between a TB Gen NVMe and a GB Gen model go for the former From a practical standpoint the worst thing you can do is buy a type of SSD that s too small for needs Drives can slow dramatically as they approach capacity and you will probably end up purchasing one with a larger storage capacity down the line With all that boring stuff out of the way here are some go to best SSD recommendations Best inch SATA Drive Crucial MXYou don t have to look far to find the best all round inch SSD It s the Crucial MX With sequential read speeds of MB s and price tag for the TB model this internal SSD offers a hard to beat combination of excellent performance and value It also comes with a five year warranty for additional peace of mind Best PCIe M Samsung EVO PlusThe EVO Plus is a great pick for anyone buying their first Gen NVMe drive It comes in GB GB TB and TB varieties all of which are competitively priced Expect to pay about for the GB model for the TB version and for TB Samsung s SSDs also have a strong reputation for reliability A more affordable Gen NVME Crucial PIf the EVO Plus is out of your budget but you still want a NVMe drive the Crucial P is a compelling option at a lower price It s slightly slower than Samsung s M drive offering sequential read speeds of up to MB s instead of MB s but is significantly cheaper Crucial offers the P in GB GB TB and TB variants A SATA option WD Blue SNIf you have an older computer but still want to take advantage of the M form factor consider the WD Blue SN It s slower than the two above options but pricing is comparable to what you would pay for a inch drive Best Gen NVME Crucial P PlusIf you have the necessary hardware and money to spare it s hard to beat the high end Crucial P Plus With sequential read speeds of MB s it s not the absolute fastest Gen NVMe you can buy but it offers about the best value The P Plus comes in GB TB and TB varieties The WD Black SN we recommend below in the console section is also a great pick What to look for in portable and USB flash drivesPortable SSDs are a somewhat different beast to their internal siblings While read and write speeds are important they are almost secondary to how an external drive connects to your PC You won t get the most out of a model like the SanDisk Extreme Pro V without a USB Gen x connection Even among newer PCs that s something of a premium feature For that reason most people are best off buying a portable drive with a USB Gen or Thunderbolt connection The former offers transfer speeds of up to Gbps Additionally if you plan to take your drive on trips and commutes it s worthwhile to buy a model with IP certified water and dust proofing Some companies like Samsung offer rugged versions of their most popular drives For additional peace of mind bit AES hardware encryption will help prevent someone from accessing your data if you ever lose or misplace your external SSD Some of the same features contribute to a great thumbstick drive Our top picks for best external SSD models feature USB connections and some form of hardware encryption Best portable drive Samsung TFor most people the Samsung T offers the perfect mix of features performance and affordability The company offers the T portable SSD in GB TB and TB varieties and three different colors It s also relatively fast offering sequential read speeds of up to MB s Best of all you can frequently find it on sale Best thumbstick drive Samsung Fit PlusAnother Samsung pick here for good reason The Fit Plus has about all the features you could want on a USB drive It connects to your computer over USB and supports file transfer speeds of up to MB s The Fit Plus is also compact and has a handy slot for attaching it to your keychain The only downside of Samsung s USB drive is that it s on the pricey side nbsp A note on console storageSeagateThankfully outfitting your fancy new console with the fastest possible storage is far more straightforward than doing the same on PC With a Series X or Series S the conversation starts and ends with Seagate s storage expansion cards The company offers GB TB and TB models with the most affordable starting at a not so trivial The good news is that gamers can frequently find them on sale Your best bet is to set an alert for the model you want on a price tracker like CamelCamelCamel With Sony s PlayStation upgrading the console s internal storage is slightly more involved Instead of employing a proprietary solution the PS uses NVMe storage Thankfully there aren t as many potential configurations as you would find on a PC Engadget published a comprehensive guide on buying a PS SSD last year In short your best bet is a Gen drive with a built in heatsink Check out that guide for a full list of gaming SSD recommendations but for a quick go to consider the Western Digital SN It meets all the memory specifications for Sony s latest console and you won t run into any clearance issues with the heatsink Western Digital offers GB TB and TB models of the SN Expect to pay about for the TB variant and about for TB For those still playing on a previous generation console you can get slightly faster load times from a PlayStation by swapping the included hard drive to a inch SSD but going out of your way to do so probably isn t worth it at this point and you re better off saving your money for one of the new consoles This article originally appeared on Engadget at 2023-05-03 18:30:31
海外TECH Engadget Finnish newspaper hopes to pierce Russian propaganda with a ‘CS: GO’ map https://www.engadget.com/finnish-newspaper-hopes-to-pierce-russian-propaganda-with-a-cs-go-map-182944369.html?src=rss Finnish newspaper hopes to pierce Russian propaganda with a CS GO mapA Finnish newspaper is celebrating World Press Freedom Day today by walking the walk Helsingin Sanomat Finland s biggest daily paper created a Counter Strike Global Offensive map containing a secret room Inside the hidden blood red chamber players find real world multimedia storytelling about Russia s invasion of Ukraine ーsneaking some much needed journalism into a country inundated with propaganda The developers that the newspaper worked with on the map left some clues for Russian players to find it First it takes place in an unnamed battleground location imitating “a Slavic city Additionally the map s name de voyna is a reference to the Russian word “voyna which translates to “war That description is prohibited in Russia when describing the invasion Putin s government insists on calling it a “special military operation Helsingin Sanomat ValveThe obscured room also has several hints to help Russian players find it It s located near an eternal flame monument a burning car a traditional practice commemorating WWII or “the Great Patriotic War as it s known in Russia that will be familiar to Russians A light also hangs above the entrance another breadcrumb indicating the dark passageway may differ from others nearby Finally players can spot the room by moving the camera around after an in game death After walking down the stairway entrance players see a darkly lit room with red lights hanging from the ceiling casting a foreboding crimson tone over the space Next players see a headline on the wall opposite the entrance reading “Counterstrike of the Free Press Nearby a map reveals civilian targets hit by Russian armies Additionally three walls are covered with images from real life news stories showing some of Russia s atrocities the Bucha massacre where the Russian military executed Ukrainian civilians in the street and buried them in a mass grave a story of a man whose family was killed by a Russian cruise missile and a count of the estimated Russian soldiers killed in the war Finally a Russian language radio voice over tells each story when moving closer to a news item Helsingin Sanomat ValveThe unnamed to avoid harassment or worse game designers that Helsingin Sanomat worked with had experience designing hundreds of CS GO maps They pitched in “to be able to be involved in making such a map with a humanitarian purpose connected to the real world they told the publication “Russia s senseless aggression on Ukraine has killed tens of thousands of civilians including children The least we can do is to bring Putin s war crimes and Russian propaganda to light Helsingin Sanomat editor in chief Antero Mukka toldReuters that his paper didn t ask for publisher Valve s permission to include the map since the game encourages user created content “If some young men in Russia just because of this game happen to think for a couple of seconds what is going on in Ukraine then it s worth it he said If you want to assist with the cause Helsingin Sanomat recommends playing the de voyna map which should help increase its in game visibility Although it s hard to imagine the locale remaining playable for long after Putin s government learns about it it s an inspiring ーand highly creative ーway of defying the authoritarian regime s free press restrictions This article originally appeared on Engadget at 2023-05-03 18:29:44
海外TECH Engadget The FTC wants to ban Meta from profiting from kids' data https://www.engadget.com/the-ftc-wants-to-ban-meta-from-profiting-from-kids-data-180720686.html?src=rss The FTC wants to ban Meta from profiting from kids x dataMeta is in hot water with the Federal Trade Commission once again after the agency proposed more sanctions against the company which has allegedly failed to fully comply with a privacy order Among other things the agency has proposed a blanket ban on monetizing data Meta collects from users aged under whether they use Facebook WhatsApp Instagram or Quest virtual reality headsets The proposed sanctions which the FTC seeks to apply as part of an update to the order include a ban on Meta launching new products services and features unless an assessor confirms that the company is in full compliance with its obligations Additionally Meta would have to get explicit consent from users before employing facial recognition tech All of these measures plus others the FTC has proposed to strengthen aspects of the order would apply to companies that Meta buys or merges with The FTC issued the most recent privacy order which is in place for years as part of a billion settlement that Meta then known as Facebook reached with the agency over the Cambridge Analytica scandal At the time the FTC determined that Meta had broken a order concerning user data privacy Along with allegedly failing to comply with the order Meta has violated the Children s Online Privacy Protection Act COPPA according to the FTC “Facebook has repeatedly violated its privacy promises Samuel Levine director of the FTC s Bureau of Consumer Protection said in a statement “The company s recklessness has put young users at risk and Facebook needs to answer for its failures Among other things Meta allegedly misled parents over how much control they have over who their children can communicate with through the Messenger Kids app The FTC says that between and mid children were able to chat with unapproved contacts through the app in violation of the order and COPPA Moreover the agency says that Meta continued to provide third party developers access to user data despite pledging in to revoke access to the information if users hadn t accessed their apps within a day period According to the FTC Meta allowed third party developers to maintain access to user data in certain situations until some point in An assessor that the FTC appointed to ensure Meta s compliance with the order found that there were several flaws with the company s privacy program In its Order to Show Cause the FTC said that quot the breadth and significance of these deficiencies pose substantial risks to the public quot Moreover the agency says that Meta continued to provide third party developers access to user data despite pledging in to revoke access to the information if users hadn t accessed their apps within a day period According to the FTC Meta allowed third party developers to maintain access to user data in certain situations until some point in Meta has called the FTC s move quot a political stunt quot Perhaps unsurprisingly given the potential impact on its business Meta is gearing up for a legal battle with the agency quot Despite three years of continual engagement with the FTC around our agreement they provided no opportunity to discuss this new totally unprecedented theory quot the company said in a statement that spokesperson Andy Stone shared on Twitter quot Let s be clear about what the FTC is trying to do usurp the authority of Congress to set industry wide standards and instead single out one American company while allowing Chinese companies like TikTok to operate without constraint on American soil FTC Chair Lina Khan s insistence on using any measure ーhowever baseless ーto antagonize American business has reached a new low We have spent vast resources building and implementing an industry leading privacy program under the terms of our FTC agreement We will vigorously fight this action and expect to prevail quot This article originally appeared on Engadget at 2023-05-03 18:07:20
海外科学 NYT > Science RSV Vaccine Approved for Older Adults https://www.nytimes.com/2023/05/03/health/rsv-vaccine-fda-adults.html kills 2023-05-03 18:20:42
海外TECH WIRED 5 Best Air Purifier Deals: For Big and Small Spaces https://www.wired.com/story/air-purifier-deals-may-3-2023/ favorite 2023-05-03 18:44:00
ニュース BBC News - Home Kremlin drone: Zelensky denies Ukraine attacked Putin or Moscow https://www.bbc.co.uk/news/world-europe-65471904?at_medium=RSS&at_campaign=KARANGA ukrainain 2023-05-03 18:34:38
ニュース BBC News - Home In pictures: Relaxed-looking King joins Coronation rehearsal https://www.bbc.co.uk/news/in-pictures-65474812?at_medium=RSS&at_campaign=KARANGA coronation 2023-05-03 18:09:17
ニュース BBC News - Home Fed raises US interest rates to highest in 16 years https://www.bbc.co.uk/news/business-65474456?at_medium=RSS&at_campaign=KARANGA tenth 2023-05-03 18:33:37
ニュース BBC News - Home Jude Bellingham: Real Madrid in advanced talks to sign England midfielder https://www.bbc.co.uk/sport/football/65473901?at_medium=RSS&at_campaign=KARANGA euros 2023-05-03 18:21:27
ニュース BBC News - Home IPL 2023: Liam Livingstone's 82 in vain as Mumbai Indians chase 215 to beat Punjab Kings https://www.bbc.co.uk/sport/cricket/65469446?at_medium=RSS&at_campaign=KARANGA IPL Liam Livingstone x s in vain as Mumbai Indians chase to beat Punjab KingsLiam Livingstone s not out is in vain as Mumbai Indians chase to beat Punjab Kings by six wickets in the Indian Premier League 2023-05-03 18:03:48
ニュース BBC News - Home What photo ID do you need to vote in UK elections? https://www.bbc.co.uk/news/explainers-64877005?at_medium=RSS&at_campaign=KARANGA elections 2023-05-03 18:16:35
ニュース BBC News - Home Local elections 2023: When are they and who can vote? https://www.bbc.co.uk/news/uk-politics-65013652?at_medium=RSS&at_campaign=KARANGA elections 2023-05-03 18:14:53
ビジネス ダイヤモンド・オンライン - 新着記事 東大生が教える「頭に残る」歴史の学び方、そのポイントとは? - 東大生が教える戦争超全史 https://diamond.jp/articles/-/321929 話題 2023-05-04 03:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 アフガニスタンで井戸を掘り、銃撃で命を落とした医師・中村哲の「命を救う」覚悟 - 死の名言 https://diamond.jp/articles/-/322155 銃撃 2023-05-04 03:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 「被害を引き起こした」を英語でどう言う? - 5分間英単語 https://diamond.jp/articles/-/322219 「被害を引き起こした」を英語でどう言う分間英単語「たくさん勉強したのに英語を話せない……」。 2023-05-04 03:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 近畿大学? 甲南大学? 関関同立に迫る人気大学の雰囲気はどう違う?【各大学紹介付き】 - 大学図鑑!2024 有名大学82校のすべてがわかる! https://diamond.jp/articles/-/322190 2023-05-04 03:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 【コンサルが教える】頭のいい人がやらない「考えが浅い人」の話し方・ワースト3 - 頭のいい人が話す前に考えていること https://diamond.jp/articles/-/322113 【コンサルが教える】頭のいい人がやらない「考えが浅い人」の話し方・ワースト頭のいい人が話す前に考えていること「なんか浅いな……」人の話を聞いて、こう思った経験のある人も多いと思います。 2023-05-04 03:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 【投資のプロが教える】株式ファンドへの一括投資と積立投資では、どちらがパフォーマンスがいいのか? - インフレ・円安からお金を守る最強の投資 https://diamond.jp/articles/-/321880 【投資のプロが教える】株式ファンドへの一括投資と積立投資では、どちらがパフォーマンスがいいのかインフレ・円安からお金を守る最強の投資インフレ・円安の時代に入った今、資産を預金だけで持つことはリスクがあり、おすすめできない。 2023-05-04 03:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 【GW特集】一見仕事はできそうなのに「ウザがられる人」の共通点とは? - コピーライティング技術大全 https://diamond.jp/articles/-/320770 2023-05-04 03:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 「ラクに痩せられる人」と「全然痩せられない人」食生活の決定的な違いとは?【書籍オンライン編集部セレクション】 - 内臓脂肪がストンと落ちる食事術 https://diamond.jp/articles/-/321686 内臓脂肪 2023-05-04 03:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 【精神科医が教える】 夢を叶える人、叶えられない人の決定的な差 - 精神科医Tomyが教える 40代を後悔せず生きる言葉 https://diamond.jp/articles/-/321892 【精神科医が教える】夢を叶える人、叶えられない人の決定的な差精神科医Tomyが教える代を後悔せず生きる言葉【大好評シリーズ万部突破】誰しも悩みや不安は尽きない。 2023-05-04 03:05: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件)