投稿時間:2023-07-18 04:19:12 RSSフィード2023-07-18 04:00 分まとめ(18件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT InfoQ Micronaut 4.0.0 Brings Java Virtual Threads, GraalVM Support and Experimental HTTP/3 Features https://www.infoq.com/news/2023/07/micronaut-brings-virtual-thread/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global Micronaut Brings Java Virtual Threads GraalVM Support and Experimental HTTP FeaturesThe Micronaut Foundation has recently announced the general availability GA release of Micronaut Framework This major release brings a plethora of updates and improvements to the popular JVM based framework enhancing its performance modularity and compatibility with other technologies By A N M Bazlur Rahman 2023-07-17 18:55:00
AWS AWS Database Blog PostgreSQL architecture considerations for application developers: Part 1 https://aws.amazon.com/blogs/database/postgresql-architecture-considerations-for-application-developers-part-1/ PostgreSQL architecture considerations for application developers Part Although the application layer is the portion the world accesses for many cloud architectures it seems that we rarely consider how we can optimize our application for the database we re using When using any relational database engine it s important to consider not just schema design but understanding how databases read and write data to their … 2023-07-17 18:58:17
AWS AWS for SAP Securing SAP with AWS Network Firewall: Part 2 – Managed Rules https://aws.amazon.com/blogs/awsforsap/securing-sap-with-aws-network-firewall-part-2-managed-rules/ Securing SAP with AWS Network Firewall Part Managed RulesThis post was jointly authored by the following individuals from AWS and Fortinet Ferry Mulyadi Principal Partner Solution Architect AWS Derek Ewell Principal Partner Solution Architect AWS Julien Paterson Global SAP Engineer Fortinet Fabian Lee Solution Architect AWS Introduction Per CyberCrime s editor in chief Steve Morgan “Cybercrime To Cost The World Trillion Annually by … 2023-07-17 18:18:08
海外TECH Ars Technica Dealmaster: Home organization, back-to-school essentials, Lenovo laptops, and more https://arstechnica.com/?p=1954332 lenovo 2023-07-17 18:47:00
海外TECH Ars Technica Owners of troubled VanMoof e-bikes get their software keys from rival company https://arstechnica.com/?p=1954394 hackathon 2023-07-17 18:30:23
海外TECH Ars Technica ‘Elusive’ first-gen 4GB iPhone auctioned for record $190,373 https://arstechnica.com/?p=1954416 apple 2023-07-17 18:16:07
海外TECH DEV Community 🚀 Introducing VS Code Remote Tunnels: Connect to Remote Machines with Ease! https://dev.to/burkeholland/introducing-vs-code-remote-tunnels-connect-to-remote-machines-with-ease-3nlg Introducing VS Code Remote Tunnels Connect to Remote Machines with Ease Are you tired of constantly moving your code back and forth between your local machine and a remote server Do you wish you could seamlessly develop on a remote machine without the hassle of SSH Look no further The Visual Studio Code Remote Tunnels extension is here to solve your problems In today s fast paced development world it s becoming common to work on projects hosted on remote machines Whether it s a powerful desktop PC or a virtual machine VM the Remote Tunnels extension allows you to connect to it securely from your VS Code client anywhere But what exactly does tunneling mean Tunneling is the process of securely transmitting data from one network to another With the Remote Tunnels extension you can access your code and run commands directly on the remote machine eliminating the need to have the source code on your local machine Sounds interesting right Let s explore how you can get started with the Remote Tunnels extension ️Getting Started Two Paths to Remote TunnelsThere are two ways to work with tunnels using the Remote Tunnels extension You can either use the command line interface CLI or enable tunneling through the VS Code Desktop UI Both methods provide the same tunneling functionality so you can choose the one that suits your workflow the best ️⃣Using the code CLIIf you prefer working with the command line the code CLI is perfect for you First install the code CLI on the remote machine where you want to develop from your VS Code client The CLI establishes a secure tunnel between your client and the remote machine And the best part The CLI is already built into the VS Code Desktop so there s no additional setup required If you can t install the full VS Code Desktop on your remote machine don t worry You can download the CLI as a standalone installation from the VS Code download page Alternatively you can install and unpack the CLI through the terminal of your remote machine curl Lk os cli alpine x output vscode cli tar gztar xf vscode cli tar gzOnce you have the code CLI set up creating a secure tunnel is as easy as running the following command code tunnelThis command downloads and starts the VS Code Server on the remote machine and establishes a tunnel to it You ll be provided with a vscode dev URL tied to this remote machine which you can open in any VS Code client ️⃣Using the VS Code UIIf you prefer a more visual approach you can enable tunneling through the VS Code Desktop UI Simply open VS Code on the remote machine where you want to enable tunnel access From the VS Code Account menu select the option to Turn on Remote Tunnel Access Alternatively you can open the Command Palette F and run the command Remote Tunnels Turn on Remote Tunnel Access After logging into your GitHub account a tunnel will start up on your current machine allowing you to connect to it remotely You can open the vscode dev link from the notification and start coding in the remote environment Secure and Convenient The Remote Tunnels ExtensionBy now you might be wondering how the Remote Tunnels extension fits into all of this Well when you open a vscode dev instance through either the code CLI or VS Code UI the Remote Tunnels extension is automatically preinstalled If you re already working in VS Code desktop or web and want to connect to a remote tunnel you can install and use the Remote Tunnels extension directly Once installed you can connect to any remote machines with an active tunnel through the Command Palette The Remote Explorer view allows you to see your remote machines and easily manage the tunnel connections You can focus on the Remote Explorer using the command Remote Explorer Focus on Remote View The green remote indicator in the lower left corner of the VS Code window also provides quick access to Remote Tunnels commands Common Questions Answers You ve Been Looking ForWhat is the relationship between Remote Tunnels VS Code Server and Remote Development Remote Development allows your local VS Code installation to seamlessly interact with source code and runtime environments on other machines whether virtual or physical The VS Code Server which is quickly installed by VS Code when you connect to a remote endpoint enables this interaction The Remote Tunnels extension facilitates the connection to the remote machine where the VS Code Server is running Can multiple users or clients access the same remote instance simultaneously No an instance of the VS Code Server can only be accessed by one user or client at a time How do I remove a tunnel or machine To stop a tunnel you can use the shortcut Ctrl C if you re running the CLI In the VS Code UI you can run the command Remote Tunnels Turn off Remote Tunnel Access to disable tunneling To remove a machine s association with tunneling you can use the code tunnel unregister command or unregister it directly from the Remote Explorer view How secure are the tunnels Accessing a tunnel requires authentication with your GitHub or Microsoft account Once you connect from a remote VS Code instance an SSH connection is established over the tunnel providing end to end encryption using AES in CTR mode Usage Limits Everything You Need to KnowTo prevent abuse there are usage limits in place for resources like the number of tunnels and bandwidth However most users will never reach these limits For example at the moment you can have up to tunnels registered for your account If you want to create a new tunnel and already have others registered the CLI will automatically pick a random unused tunnel and delete it If you require additional usage beyond the limits you can get in touch with the team at vscodeserver microsoft com Conclusion Simplify Your Remote Development Workflow Today The Visual Studio Code Remote Tunnels extension is a game changer for developers who work with remote machines It streamlines the process of connecting to remote environments allowing you to focus on what matters most your code No more syncing code between machines or dealing with the complexities of SSH With the Remote Tunnels extension you can seamlessly develop on any remote machine with ease Whether you choose the CLI or the VS Code UI connecting to a remote machine has never been simpler So go ahead give it a try Install the extension create a tunnel and experience the power of remote development firsthand Happy coding Full Disclosure This post was written with the help of gpt turbo k 2023-07-17 18:22:52
海外TECH DEV Community The Power of Git: A Guide to Collaborative Version Control https://dev.to/opensauced/the-power-of-git-a-guide-to-collaborative-version-control-dl6 The Power of Git A Guide to Collaborative Version ControlWhen I started learning to code no one told me what Git was or why it was important It was one of those words that I pretended that I understood because everyone just assumed that I knew what it meant But up to that point I had been using built in IDEs and I hadn t used git For one of my bootcamp projects I had to have a certain number of commits to pass I forgot about commits and only had about three I went through and did the whole project over so I could add the required number of commits When you re working on a simple project like I was one that no one else would check out or contribute to it can be less than intuitive to remember to commit I just wanted my project to work as quickly as possible I know now that I was probably taking the wrong approach to learning Because moving into tech I d be working collaboratively and these tools could be incredibly helpful to ensuring that collaborative relationships worked well Hopefully this beginner s guide to Git will help understand the usefulness of git how how you can use it as part of your toolbox What is Git Git is a distributed version control system that allows developers to manage their source code and collaborate on projects It allows you to track changes made to files over time and creates a centralized repository and a comprehensive history of changes which allows for a more seamless teamwork experience and organized code management I like to think of Git as a time machine for your code Imagine you re writing a book You start with your first draft and make changes as you go along Git acts as your trusty time machine allowing you to travel back and forth in time capturing each version of your story Each time you make changes to your book you create a commit in Git which is kind of like taking a picture of your story at that specific moment These commits are organized in chronological order which gives you a timeline of your writing process If you decide to experiment with a different plotline or character development you can create a new branch in Git This branch is like a parallel universe where you can make changes without affecting the main storyline You can switch between branches explore different ideas and later merge them back into the main story Git s version control features allow you to navigate through the history of your book effortlessly You can compare different versions see what changes were made and even change back to an earlier draft if needed Just like a time machine can help writers manage the evolution of their stories Git helps developers track and manage the the changes to a codebase collaborate with others experiment with new features and create a record of the project s history Benefits of Git in Collaborative DevelopmentHistorically collaborating on code involved manual file sharing or maintaining multiple versions If you re lucky you don t know how confusing and inefficient this often turned out to be Git addressed these challenges by providing central code storage and records of changes Features and Benefits of GitDecentralized Development With Git each team member has their own repository on their local machine also called a local copy which allowed for independent work without requiring an internet connection Effortless Synchronization By cloning repositories team members can create local copies of the codebase This means that everyone has their own version to work on and they can use Git to share the changes between repositories Getting Started with GitIf you want to get some hands on experience using git check out OpenSauced s Intro to Open Source Course or sign up for one of our workshops that are listed on the bottom of our DaysOfOSS Challenge docs Remote Repositories and CollaborationGit allows for collaboration by enabling developers to work on the same codebase from remote locations Cloning a RepositoryCloning is the process of creating a copy of a remote repository onto your local machine When you clone a repository you create a local version that includes the entire codebase commit history branches and other repository related information To clone a remote repository git clone lt repository url gt BranchingBranching and merging allows multiple developers to be working on the same code base at the same time and reduces the incidence of conflicts To create a new branch git branch lt branch name gt You should replace with the name for your new branch For example if you want to create a branch called feature x you would use the following command git branch feature x Committing ChangesCommitting changes is part of Git s core functionality Remember committing is like capturing a snapshot of what the codebase looks like at that moment A commit message is a description of what changes you ve made Here s an example To commit changes git commit m Your commit message Scenario Imagine you ve added a new feature and want to save your progress By committing your changes you create a snapshot of the code at that specific point making it easy to track and revert if needed Pushing ChangesWhen you push changes that means that you send your local code changes commits and branches to a remote repository You re updating the remote repository with your local commits and making them accessible to others who have access to the same repository To push changes to a remote repository git push origin lt branch name gt By pushing changes your saved local changes are shared with others Other team members can then fetch and merge your changes into their local repositories creating an up to date version of the project Merging and FetchingMerging Merging is the process of combining changes from one branch or commit into another branch The command git merge lt branch name gt is used to merge changes from one branch into another In this case replace lt branch name gt with the name of the branch you want to merge into your current branch For example if you want to merge changes from a branch named main into your current branch you would use the following command git merge mainScenario You re working on a team project and need to develop a new feature without interfering with the main codebase By creating a branch you can isolate your work commit changes and merge them back into the main branch when you re ready If updates have been made to the main branch that you need to add to your branch you can merge those in as well Fetching The process of retrieving changes from a remote repository without automatically merging them into your local branch When you fetch Git compares the commit history between your local repository and the remote repository identifying any new commits or branches in the remote repository that you don t have locally To fetch changes from a remote repository git fetch lt remote gt Sometimes there are merge conflicts for example changes to the same lines of code When that happens Git will ask you to manually resolve the conflicts To resolve merge conflicts you ll need to look at the conflicting sections edit the files remove the conflict and then commit the new changes If you want to fetch and merge at the same time which is convenient but allows for less flexibility you can run this command git pull origin lt branch name gt Git StashImagine you re in the middle of working on a feature branch but you suddenly need to switch to another branch for a bug fix Instead of committing unfinished changes or losing them you can use Git stash to temporarily save your modifications This lets you to switch to the bug fix branch address the issue and then return to your feature branch and apply the saved stash to continue working from where you left off To stash your changes run the following command git stash save Stash message To see a list of your stashes you can use the command git stash listWhen you re ready to apply your stashed changes back to your working directory use the command git stash applyIf you have multiple stashes you can specify a specific stash using its ID or index git stash apply stash If you no longer need a stash you can remove it from your stash list by running git stash dropTo apply a stash and remove it from the stash list in one step you can use the command git stash popThis is equivalent to running git stash apply followed by git stash drop for the most recent stash Git RebaseSay you have been working on a feature branch for a while but during that time the main branch has had several new commits Before merging your feature branch you can use Git rebase to incorporate the latest changes from the main branch into your branch This makes sure your feature branch is up to date and avoids potential conflicts during the merge process Here s an overview of how to use Git rebase Start a Rebase To start a rebase make sure you are on the branch that you want to apply the changes to the target branch Then run the following command git rebase lt branch name gt Make sure you replace lt branch name gt with the name of the branch containing the commits you want to apply onto the target branch Resolve Conflicts During the rebase process Git may encounter conflicts if there are conflicting changes between the commits being applied and the existing commits on the target branch Git will pause the rebase and ask you to resolve these conflicts manually You can use Git s conflict resolution tools such as editing the conflicting files selecting the desired changes and using git add to mark the conflicts as resolved Continue the Rebase After resolving conflicts for a particular commit you can continue the rebase process by running git rebase continueThis will apply the resolved commit and proceed with the remaining commits in the sequence Abort the Rebase If you decide to cancel the rebase you can abort the rebase by running git rebase abortThis will revert your branch to its state before the rebase started It s important to note that Git rebase rewrites the commit history by applying the changes from one branch on top of another branch There s a lot more that you can do with Git and I know it might seem overwhelming but think of it like a toolbox There s lots of different tools in there and you might only know how to use the screwdriver in the hammer but as you progress through different projects you can continue to learn how to use the other tools in there And when you do you ll find that collaborating on projects becomes easier because you re using the right tools 2023-07-17 18:04:14
Apple AppleInsider - Frontpage News New iMac rumors: Apple Silicon M3, largest model ever, and more https://appleinsider.com/articles/23/07/17/new-imac-rumors-apple-silicon-m3-largest-model-ever-and-more?utm_medium=rss New iMac rumors Apple Silicon M largest model ever and moreApple s iMac has a number of changes coming soon including a shift to the M Apple Silicon chip and maybe the biggest model ever Here are all the rumors about what Apple is said to be planning for the venerable iMac The rear of the inch iMac The inch iMac is the outlier in Apple s Mac lineup in that it is the only one that s stuck in the M generation of Apple Silicon It s a product that hasn t had any significant updates since its introduction in May Read more 2023-07-17 18:36:49
海外TECH Engadget Threads users are already spending less time in the app https://www.engadget.com/threads-users-are-already-spending-less-time-in-the-app-182738755.html?src=rss Threads users are already spending less time in the appMeta s Threads app is coming back down to Earth after a blockbuster first week that saw the app become the fastest growing of all time New data from analytics firm SimilarWeb suggests that the app s engagement has since declined from initial highs despite its status as the fastest growing app of all time Threads saw daily active users decline from million on July th to million on July th SimilarWeb writes in a new report And in the United States which reportedly saw the highest engagement usage declined from minutes per day to just over six minutes in the same time period While SimilarWeb cautions that its data is based only on Android usage of Threads its findings line up with those of other companies Market intelligence firm Sensor Tower reported a similar decline in engagement writing in a report that the app “has experienced a double digit decline in DAUs daily active users and user engagement since launch On some level the drop off is expected Threads launched at a moment when many Twitter users were seeking alternatives and its ties to Instagram made it extraordinarily easy for users to sign up and port over their existing social graph At the same time the app is missing a lot of basic features including a non algorithmic feed not easily dominated by brands and influencers In a Threads post on Friday Instagram s top exec Adam Mosseri suggested the company wasn t particularly focused on engagement metrics at this stage “Our focus right now is not engagement which has been amazing but getting past the initial peak and trough we see with every new product and building new features dialing in performance and improving ranking he wrote Whether or not Meta is able to fully take advantage of those conditions though will likely depend on how quickly it can add new features to keep its users coming back as well as whether it s able to launch within the European Union The company is also dealing with issues around spam according to Mosseri who said Threads would be putting rate limits and other protections “Spam attacks have picked up so we re going to have to get tighter on things like rate limits which is going to mean more unintentionally limiting active people false positives he wrote While the declining engagement with Threads may seem like good news for Twitter the company still has plenty of reasons to worry about its latest competitor As SimilarWeb s Senior Insights Manager David Carr writes there are “some signs that at least some of Threads engagement has come at the expense of Twitter s “In the first two full days that Threads was generally available Thursday and Friday web traffic to twitter com was down compared with the same days of the previous week and Android app usage by time spent was down Carr says He also notes that “Twitter user retention has been on the decline since last year This article originally appeared on Engadget at 2023-07-17 18:27:38
海外TECH Engadget The best computer monitors for 2023 https://www.engadget.com/how-to-buy-a-monitor-143000069.html?src=rss The best computer monitors for Computer monitors keep evolving rapidly with new technology like OLED Flex QD OLED and built in smart platforms just in the last year alone That s on top of big improvements in things like color accuracy image quality size and resolution That means you have a lot of choices when picking the best monitor for you but that can be overwhelming since you ll have to sift through a lot of products all with different feature sets Buyers looking for computer monitors now have to consider things like HDR brightness color accuracy type of display technology input lag and more And then there are the usual considerations like size adjustability inputs and so on To help you with all that we ve researched the latest models for all kinds of markets whether you re a business user a content creator a multitasker or into competitive gaming Read our buying guide below to find out which is the best computer monitor for you and especially your budget The basicsPanel typeThe cheapest monitors are still TN twisted nematic which are strictly for gaming or office use VA vertical alignment monitors are also relatively cheap while offering good brightness and a high contrast ratio However content creators will find that IPS in plane switching LCD displays deliver better color accuracy picture quality and viewing angles If maximum brightness is important a quantum dot LCD display is the way to go ーthose are typically found in larger displays OLED monitors are now available and offer the best blacks and color reproduction but they lack the brightness of LED or quantum dot displays Plus they cost a lot The latest type of OLED monitor called QD OLED from Samsung just came out in The most notable advantage is that it can get a lot brighter with monitors shown at CES hitting up to nits of peak brightness MiniLEDs are now widely used in high end displays They re similar to quantum dot tech but as the name suggests it uses smaller LED diodes that are just mm in diameter As such manufacturers can pack in up to three times more LEDs with more local dimming zones delivering deeper blacks and better contrast Screen size resolution and display formatIn this day and age screen size rules Where inch displays used to be more or less standard and can still be useful for basic computing and even inch displays have become popular for entertainment content creation and even gaming these days Nearly every monitor used to be but it s now possible to find and other more exotic display shapes On the gaming and entertainment side we re also seeing curved and ultrawide monitors with aspect ratios like If you do decide to buy an ultrawide display however keep in mind that a inch model is the same height as a inch monitor so you might end up with a smaller display than you expected As a rule of thumb add percent to the size of a monitor to get the vertical height you d expect from a model with a aspect ratio A K monitor is nearly a must for content creators and some folks are even going for K or all the way up to K Keep in mind though that you ll need a pretty powerful computer to drive all those pixels And K resolution should be paired with a screen size of inches and up or you won t notice much difference between p At the same time I wouldn t get a model larger than inches unless it s K as you ll start to see pixelation if you re working up close to the display One new category to consider is portable monitors designed to be carried and used with laptops Those typically come in p resolutions and sizes from inches They usually have a lightweight kickstand type support that folds up to keep things compact SamsungHDRHDR is the buzzy monitor feature to have these days as it adds vibrancy to entertainment and gaming but be careful before jumping in Some monitors that claim HDR on the marketing materials don t even conform to a base standard To be sure that a display at least meets minimum HDR specs you ll want to choose one with a DisplayHDR rating with each tier representing maximum brightness in nits However the lowest DisplayHDR and tiers may disappoint you with a lack of brightness washed out blacks and mediocre color reproduction If you can afford it the best monitor to choose is a model with DisplayHDR or True Black True Black and True Black The True Black settings are designed primarily for OLED models with maximum black levels at nits Where televisions typically offer HDR and Dolby Vision or HDR most PC monitors only support the HDR standard other than a few very expensive models That doesn t matter much for content creation or gaming but HDR streaming on Netflix Amazon Prime Video and other services won t look quite as punchy In addition most models supporting HDR and up are gaming monitors rather than content creation monitors with a few exceptions nbsp Refresh rateRefresh rate is a key feature particularly on gaming monitors A bare minimum nowadays is Hz and Hz and higher refresh rates are much easier on the eyes However most K displays top out at Hz with some rare exceptions and the HDMI spec only supports K at Hz so you d need at least DisplayPort K at Hz or HDMI The latter is now available on a number of monitors particularly gaming displays However it s only supported on the latest NVIDIA RTX and series AMD RX series GPUs InputsThere are essentially three types of modern display inputs Thunderbolt DisplayPort and HDMI Most monitors built for PCs come with the latter two while a select few typically built for Macs will use Thunderbolt To add to the confusion USB C ports may be Thunderbolt and by extension DisplayPort compatible so you may need a USB C to Thunderbolt or DisplayPort cable adapter depending on your display Color bit depthSerious content creators should consider a more costly bit monitor that can display billions of colors If budget is an issue you can go for an bit panel that can fake billions of colors via dithering often spec d as “ bit FRC For entertainment or business purposes a regular bit monitor that can display millions of colors will be fine Color gamutThe other aspect of color is the gamut That expresses the range of colors that can be reproduced and not just the number of colors Most good monitors these days can cover the sRGB and Rec gamuts designed for photos and video respectively For more demanding work though you ll want one that can reproduce more demanding modern gamuts like AdobeRGB DCI P and Rec gamuts which encompass a wider range of colors The latter two are often used for film projection and HDR respectively Console gamingBoth the Xbox Series X and Sony s PS can handle K Hz HDR gaming so if you re into resolution over pure speed you ll want a monitor that can keep up K resolution HDR and at least Hz is the minimum starting point but fortunately there are inch displays with those specs starting at well under Pricing and parts shortagesThough the pandemic has eased monitor supply is still a bit tighter than pre pandemic levels due to supply and demand issues To that end you may have trouble finding monitors at Amazon B amp H or elsewhere for the suggested retail price For our guide below we re basing our picks on the MSRP as long as the street price doesn t exceed that by more than Best monitors under Samsung TFThe best budget monitor with a balance of size refresh rate and color accuracy is Samsung s inch p TF It s good for business or light gaming and content work thanks to the IPS panel and Hz refresh rate Plus it s fairly attractive and modern looking There are some things you don t get at that price of course it can only tilt and has an HDMI connection LG GLFIf you re fine with a smaller display and are more into gaming another solid option is LG s inch GLF It offers a high refresh rate of Hz with AMD FreeSync support a ms response time and low input lag You also get HDMI and DisplayPort inputs but like the TF there s no height adjustment Best monitors under HP U K HDR MonitorThe inch HP U K HDR monitor is a great all around choice especially for content creators The Hz IPS panel and factory calibration delivers excellent color accuracy and it s a nice size for creative or business work It comes with DisplayPort HDMI and three USB ports along with a USB C port with W of charging for a laptop or tablet And it s easy to set just right thanks to height swivel and pivot adjustment Gigabyte GQCIf gaming is more your thing the Gigabyte GQC is a top pick The inch p curved monitor has an ideal size and resolution for gaming and it has a quick Hz refresh rate and ms response time You can connect via HDMI or DisplayPort connections and get HDR support albeit without DisplayHDR certification BenQ inch QHD HDR MonitorThe BenQ inch K QHD HDR model is ideal for creative work particularly photo editing and graphic design While resolution is limited to p it covers percent of the sRGB color gamut with a “Delta E accuracy value of less than for consistent color performance You also get height pivot and swivel adjustment a full degrees with HDMI DisplayPort and USB C daisy chaining and W power delivery Best monitors under LG UN WThe inch LG UN W is a great K monitor for entertainment creative chores and gaming The inch Hz IPS panel covers an excellent percent of the DCI P gamut with bit color but also supports AMD FreeSync for gaming It also supports HDR albeit with just nits of maximum brightness It has HDMI and DisplayPort ports tilt and height adjustments and even built in speakers ASUS ROG Swift PGQNSometimes speed rules over size and resolution and the inch p ASUS ROG Swift PGQN is fast It maxes out at a Hz refresh rate with NVIDIA G Sync support and ms GtG response time At the same time you get billion colors with HDR support up to nits brightness so you can see your enemies quickly and clearly Other niceties of this best monitor pick include a fully adjustable stand ASUS s GamePlus Hotkey Enhancements and a large heatsink Gigabyte MUGigabyte s MU inch Hz K gaming monitor sure does a lot It has an IPS panel with a ms MPRT response time percent DCI P coverage DisplayHDR certification HDMI ports and FreeSync Premium Pro support It comes in a little bit more expensive than but we ve often seen it on sale for less Best monitors under ViewSonic ColorPro VP KIn this price range you can have resolution color accuracy or brightness but not all three The one with the best balance is ViewSonic s ColorPro VP inch K HDR Monitor The true bit IPS panel covers percent of the DCI P color palette with an excellent Delta lt accuracy figure and is certified for soft proofing by the demanding Fogra print industry At the same time it offers HDR support albeit with a limited nits of output It even includes a “ColorPro wheel control compatible with Adobe or Capture One apps Dell GQThe best K gaming monitor under is Dell s GQ K inch HDR Hz monitor because of the speed brightness and compatibility It has an IPS panel with a Hz refresh rate ms GtG response time percent DCI P coverage and DisplayHDR certification Plus it comes with a pair of HDMI ports and is both FreeSync and G Sync compatible Dell PQEDell s PQE K USB C Hub monitor is productivity oriented thanks to the wired Ethernet connectivity and USB C ports that offer up to W of power delivery for laptops It s a K IPS panel with a degree viewing angle and nits of brightness and support for a billion colors bit FRC It offers height pivot swivel and tilt adjustment a VESA mounting interface and DisplayPort HDMI inputs Best monitor for Mac usersApple Studio DisplayIn general monitor compatibility issues with MacBooks and Macs are a thing of the past though you can still experience issues with things like refresh rates particularly on M Macs If you d prefer to stay within the Apple family the most cost effective option is still the inch Apple Studio Display It supports K resolution x with up to nits of brightness so it can handle creative chores with ease It even includes a megapixel UltraWide camera that keeps you in frame via Center Stage along with a three mic array LG Ultrafine K and KThe best third party option is LG s UltraFine display also sold on Apple s Store With a inch K panel you not only get very high resolution but also nits of brightness albeit without HDR capability It s color accurate out of the box making it great for video and photo editing work on a Mac or MacBook Finally it supports Thunderbolt with daisy chaining and power delivery all of which is very useful for Mac users who may want multiple displays Best Ultrawide monitorLG GPG BUltrawide monitors are a great option for some types of content creation games particularly driving and flight sims and productivity work The best model this year is LG s GPG B a inch x curved monitor The curved IPS panel supports HDR with nits of brightness and maximum via overclocking Hz refresh rate It s also G Sync and FreeSync compatible the latter over DisplayPort only Best portable monitorLePow CSFor the best balance of performance and price LePow s inch CS is a solid option It offers decent brightness nits solid contrast and a very respectable percent sRGB gamut coverage You get a generous selection of ports one mini DisplayPort one mini HDMI port and two USB C ports along with a headphone jack The metal stand is solid and practical and it even has built in speakers of decent quality Best luxury monitorASUS ProArt PAUCG KASUS still holds the prize for best luxury monitor but it discontinued the previous mini LED ProArt PAUCX monitor and replaced it with the PAUCG K display It uses the same mini LED tech but ups the ante with nits of brightness via backlight zones an HDMI port K Hz resolution bit percent DCI P coverage and an impressive percent Rec coverage Oh and it s one of the few monitors out there that supports Dolby Vision along with HDR and HLG You re probably doing it wrong if you re using a K monitor for gaming However it does support AMD FreeSync good for gaming creation and has a millisecond response time very respectable for a display essentially designed for professional colorists And to that end color accuracy is calibrated to Delta E lt and it s a true bit panel delivering billions of colors To verify that it even comes with an X rite i Display Pro color calibrator normally sold separately for around On top of this model ASUS now makes several slightly less bright and less expensive variants namely the PAUCX PK plus P and K variants with slightly different features offering nits of brightness and a Hz not Hz refresh rate Specs are nearly identical otherwise This article originally appeared on Engadget at 2023-07-17 18:15:20
海外科学 NYT > Science RSV Shot Is Approved for Infants https://www.nytimes.com/2023/07/17/health/rsv-infants-fda.html children 2023-07-17 18:07:34
海外科学 NYT > Science Avistamiento de aves con The New York Times: participa https://www.nytimes.com/2023/07/17/espanol/ornitologia-avistamiento-aves.html avistamiento 2023-07-17 18:06:34
海外科学 NYT > Science As Climate Shocks Multiply, Designers Seek Holy Grail: Disaster-Proof Homes https://www.nytimes.com/2023/07/16/climate/climate-geodesic-dome-house.html As Climate Shocks Multiply Designers Seek Holy Grail Disaster Proof HomesThe homebuilding industry has been slow to adopt changes that can better protect against extreme weather Some architects are showing what s possible 2023-07-17 18:46:07
海外科学 BBC News - Science & Environment Climate change plan will leave UK unprepared, advisors warn https://www.bbc.co.uk/news/science-environment-66148239?at_medium=RSS&at_campaign=KARANGA heatwaves 2023-07-17 18:42:05
ニュース BBC News - Home Arsenal: Declan Rice can be a 'lighthouse' for Gunners, says Mikel Arteta https://www.bbc.co.uk/sport/football/66218776?at_medium=RSS&at_campaign=KARANGA Arsenal Declan Rice can be a x lighthouse x for Gunners says Mikel ArtetaArsenal boss Mikel Arteta says £m signing Declan Rice can be a lighthouse for the Gunners and the midfielder is exactly what we needed 2023-07-17 18:46:47
ニュース BBC News - Home England coach Steve Borthwick cuts duo from World Cup training squad https://www.bbc.co.uk/sport/rugby-union/66227521?at_medium=RSS&at_campaign=KARANGA squad 2023-07-17 18:10:04
GCP Cloud Blog DevOps Awards winner Deutsche Bank on paving the ‘DevOps Runway’ https://cloud.google.com/blog/products/devops-sre/devops-awards-2022-winner-deutsche-bank/ DevOps Awards winner Deutsche Bank on paving the DevOps Runway In this blog post we re highlighting Deutsche Bank for the DevOps achievements that earned them the Paving the DevOps runway award in the DevOps Awards If you want to learn more about the winners and how they used DORA metrics and practices to grow their businesses start here Founded in Deutsche Bank is Germany s leading bank and a global financial services provider to companies governments institutional investors small and medium sized businesses and individuals  ChallengesWith an extensive history and global operations Deutsche Bank had developed a technology infrastructure built from legacy systems With duplicate capabilities and pockets of automation the bank knew it needed a more consistent approach that decreased risk complexity and cost while introducing new products and services to their customers The bank identified three aspects to meet its needs while reducing costs and maximizing efficiency A move from mainly using external developers to stronger in house engineering capabilitiesStandardized solutions to reduce technical debt and a lack of uniformityDocumented records of problems faced how they were solved difficulties encountered and steps taken to mitigate risks while resolving themObjectivesTo make this work the company needed a holistic approach with a strategy that redesigned its system architecture while streamlining applications It would be able to reduce risk by increasing automation and minimizing complexity with standardized processes and components ーall while cutting costs This goal would help the bank introduce innovative products and services while eliminating manual maintenance The solution was to move to the cloud and co innovate with Google Cloud on new products and services But to get the most out of the cloud Deutsche Bank realized that it would need strong DevOps practices to encourage collaboration between teams while maintaining a rigorous implementation of technical and compliance requirements The bank identified many benefits of a successful DevOps implementation including Increased delivery speed Improved velocity allows teams to stay one step ahead of competitors who may not be applying the same methodologies Increased capacity Removing infrastructure management frees teams up for more frequent deployments with less risk as well as the scale to meet customer demand while implementing the latest technologies Increased quality Time that would have been spent on activities like testing and documentation can now go to implementing increasingly high stakes initiatives with more confidence SolutionAfter holding regular meetings and brainstorming sessions where Google Cloud went overofferings and answered any questions the bank was able to develop the DevOpsRunway The DevOps Runway provides an exhaustive engineering process outlining every stepof app migration and cloud native app development ーfrom discovery to decommission ーincluding the necessary procedures and clear explanations on how to complete each of them The Runway is made up of seven major steps each of which has sub steps Discovery and design This first stage ensures that teams take the appropriate steps when planning apps to ensure DevOps best practices Teams start by selecting tools from a list of Deutsche Bank approved Google Cloud resources bypassing the confusion caused by having several solutions for the same challenge Runway then presents a list of six Deutsche Bank defined R type strategies to choose from and offers visibility into architecture decision records ADRs that have already been approved so teams don t have to reinvent the wheel Once the team better understands the needs of its project the Application Discovery Questionnaire offers questions with samples to help teams pick the best course of action saving time and effort on long planning discussions Landing Zone setup To help teams skip infra level configuration and focus on application level implementations Deutsche Bank and Google Cloud worked together to develop Landing Zones LZs These LZs give teams access to GitHub Terraform and Google Cloud folders as well as a framework to embed all required Executable Reference implementation ERI plugins and Terraform modules within the Private Module Registry PMR Once that s done they just need to create the Google Cloud project network subnets and credentials to ensure that they meet all of the resource requirements and the application s Dev Landing Zone is ready  Source code management As the bank migrated from bitbucket to GitHub it was equally important for teams to migrate their code and adopt a branching strategy in line with recommended Gitflow or Truck based development best practices Teams also have to configure four eye checks and ensure the code is only being merged post PR reviews and the build is successful Application and data migration During app migration the bank also migrated its database with the equivalent Google Cloud resources This important step ensures that the data is securely moved to the public cloud with the required set of recommendations and tools for migration and automatic deployments This step also ensures that the data backup and recovery is evaluated and configured CI CD setup Hybrid adoption requires strong CI CD For the bank this is built on Google Cloud solutions including infrastructure pipelines with Terraform enterprise integrated with Github workflows Teams set up application and database automated CI CD deployments with recommended toolsets such as GitHub workflow Docker Helm and Liquibase The bank also adopted standardized CI CD blueprints across the Google Cloud adoption program to leverage proven processes Monitoring Since Google Cloud manages both the on prem infrastructure and the cloud infrastructure teams are freed from these continuous monitoring tasks but there are aspects that still require monitoring The Runway outlines solutions to create dashboards for application monitoring to visualize ever evolving processes such as application and infrastructure monitoring within a hybrid environment Decommissioning The Runway also includes end of life planning for applications including decommissioning applications on Google Cloud and their associated infrastructure When applicable the team can run apps in parallel both on prem and on Google Cloud for a predetermined period with continued end user validation to ensure that the application remains operational without any data loss ResultsRunway made it easier for Deutsche Bank to share and implement Google Cloud DevOps bestpractices throughout the organization which led to both immediate and long term benefits With Runway Deutsche Bank had an authoritative source for information and uniform solutions that boosted Google Cloud onboarding It also opened up the ability to provide a single channel to share the latest advanced information to teams across the company Between the speed and managed infrastructure of the cloud and the streamlined DevOps driven decision making process Runway unlocked the potential and productivity of developers and engineers Teams can now make more informed plans with ADRs blueprints and ERIs moving from confusion to action far quicker than before On average developers reported getting back an additional of their time letting them focus on creating better apps and customer experience Stay tuned for the rest of the series highlighting the DevOps Award Winners and read the State of DevOps report to dive deeper into the DORA research 2023-07-17 18:30: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件)