投稿時間:2023-04-28 20:21:43 RSSフィード2023-04-28 20:00 分まとめ(24件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia News] プレステ5、今年度は「歴代コンソールで最多出荷台数」目指す ソニーグループ決算 https://www.itmedia.co.jp/news/articles/2304/28/news202.html itmedia 2023-04-28 19:47:00
IT ITmedia 総合記事一覧 [ITmedia PC USER] 6型で世界最軽量のゲーミングPC「AYANEO AIR Plus」を写真でチェック! https://www.itmedia.co.jp/pcuser/articles/2304/28/news199.html ayaneo 2023-04-28 19:45:00
TECH Techable(テッカブル) SolanaのNFTなどに使用できる状態圧縮技術。最大99.9%コストカットが可能に https://techable.jp/archives/205048 solana 2023-04-28 10:30:45
TECH Techable(テッカブル) 出土品を3Dで見れる!秋田「伊勢堂岱遺跡」をXRで体験できる鑑賞システム登場 https://techable.jp/archives/204532 世界文化遺産 2023-04-28 10:00:12
python Pythonタグが付けられた新着投稿 - Qiita Python/C API を利用して高速な ModInt をつくってみた https://qiita.com/AkariLuminous/items/1891e634add174fddfce modint 2023-04-28 19:27:05
python Pythonタグが付けられた新着投稿 - Qiita メソッド、変数、引数一覧を取得する https://qiita.com/yulily/items/bb239e74189084909250 引数 2023-04-28 19:04:53
js JavaScriptタグが付けられた新着投稿 - Qiita 【JavaScript】数字をアルファベットに変換する https://qiita.com/ricecracker/items/80a6e5324e3337db8424 umbertoalphabetsnumbercon 2023-04-28 19:18:59
Ruby Rubyタグが付けられた新着投稿 - Qiita rbenvによるRubyのインストール手順まとめ https://qiita.com/dp-kihara/items/240911cc43bb9a1f4356 applemmaxmacosven 2023-04-28 19:14:36
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Rails】ログを自動で削除する https://qiita.com/30113011tr/items/2463471bb7d3091b24bb rails 2023-04-28 19:08:49
AWS AWSタグが付けられた新着投稿 - Qiita Redshiftでリアルタイム分析:Kinesisストリーミング取り込みを試す https://qiita.com/suzukihi724/items/3a2064e0e06513ac1c9a kinesis 2023-04-28 19:58:54
Ruby Railsタグが付けられた新着投稿 - Qiita Webpackerのコンパイルファイルを溜めない方法 https://qiita.com/TANIOKA_Akihiro/items/0e9a4120e6630513c350 binrailswe 2023-04-28 19:12:51
Ruby Railsタグが付けられた新着投稿 - Qiita 【Rails】ログを自動で削除する https://qiita.com/30113011tr/items/2463471bb7d3091b24bb rails 2023-04-28 19:08:49
技術ブログ Developers.IO [アップデート]Contact Lens for Amazon Connect 評価機能がGAになりました https://dev.classmethod.jp/articles/contact-lens-for-amazon-connect-evaluation-ga/ tactlensforamazonconnect 2023-04-28 10:26:52
海外TECH DEV Community Building Scalable Applications with AWS Serverless Application Model https://dev.to/imsampro/building-scalable-applications-with-aws-serverless-application-model-11ai Building Scalable Applications with AWS Serverless Application ModelAWS Serverless Application Model SAM is a cool tool that simplifies building scalable serverless apps on Amazon Web Services It helps developers organize their app resources and services in a structured way In this article we ll dive into serverless architecture and show you how to use AWS SAM to build efficient apps on AWS and the benefits of serverless architecture AWS SAM features and best practices for designing testing and monitoring serverless apps Introduction to AWS Serverless Application ModelThe Amazon Web Services Serverless Application Model SAM is an open source architecture for developing serverless applications on Amazon Web Services AWS SAM makes it easier to define the Amazon API Gateway APIs AWS Lambda functions and Amazon DynamoDB tables that your serverless application requires You may use AWS CloudFormation syntax to define the infrastructure for your serverless apps using SAM SAM simplifies the creation management and deployment of serverless applications It makes constructing a serverless application easier by offering a single model to specify the application and automatically deploying the required resources Install SAM CLIMacInstall SAM CLI using Brewbrew tap aws tapbrew install aws sam cliRequires Docker and the AWS CLI See installation instructionsLinuxInstall SAM CLI by downloading a ZIP fileaws sam cli linuxRequires Docker and the AWS CLI See installation instructionsWindowsInstall SAM CLI using an MSI bitRequires Docker and the AWS CLI See installation instructionsAWS CDK support Preview Use AWS SAM CLI to build and test applications defined using AWS CDK DownloadRequires Node Package Manager See installation instructions Why You Should Use AWS Serverless Application Model SAM Single Deployment ConfigurationUse SAM to organize related components communicate settings like as RAM and timeouts amongst resources and deploy all linked resources as a single versioned entity Integration with Development ToolsSAM interfaces with an AWS serverless tool suite Discover new apps in the AWS Serverless Application Repository and then use the AWS Cloud IDE to author test and debug SAM based serverless applications as well as AWS CodeBuild AWS CodeDeploy and AWS CodePipeline to create a deployment pipeline Try AWS CodeStar to get started with a pre configured project structure code repository and CI CD pipeline Local Testing and DebuggingStep through and debug your code with SAM CLI It provides a Lambda like execution environment locally and aids in the detection of bugs Built on AWS CloudFormationAWS SAM is an extension of AWS CloudFormation so you gain CloudFormation s dependable deployment features You may also utilize CloudFormation in your SAM template to create resources and access the entire set of resources intrinsic functions and other template capabilities provided in AWS CloudFormation Built In Best PracticesDeploy your infrastructure as configuration to take advantage of best practices like code reviews With only a few lines of SAM configuration you can enable gradual deployments via AWS CodeDeploy and tracing using AWS X Ray Benefits of Serverless Architecture on AWS Lower Infrastructure CostsServerless design eliminates the requirement for infrastructure management and maintenance You just pay for the resources you use and AWS grows the resources automatically based on demand This implies there are no upfront expenditures no idle resources and no infrastructure maintenance costs Automatic ScalabilityScaling is automatic with serverless architecture AWS scales resources dynamically based on demand ensuring that you have enough capacity to meet traffic spikes without incurring downtime or degraded performance This allows for simple handling of high traffic volumes while keeping expenses low Reduced OverheadThe serverless architecture eliminates the requirement for server provisioning scalability and management This reduces overhead costs allowing developers to concentrate on developing apps and features rather than maintaining infrastructure Building Serverless Applications with AWS SAM Creating a Serverless ApplicationThe first step in developing a serverless app with SAM is to establish a new project using the sam init command You may use this command to select a pre built serverless application template or to construct a new template depending on your requirements Defining Resources with AWS SAMAfter you ve created a new project use the sam yaml template file to define the resources for your serverless application You may specify your AWS Lambda functions Amazon API Gateway APIs and Amazon DynamoDB tables in this file This file may also be used to define the event sources for your Lambda functions Configuring AWS SAM TemplatesAfter you ve established the resources for your serverless application you can use the AWS SAM templates to describe the deployment parameters You can specify the AWS region stack name and any other settings that are necessary Designing Scalable Serverless Applications Choosing the Right AWS ServicesWhen developing a scalable serverless application it is critical to use the appropriate AWS services AWS offers a variety of services that may be utilized to create scalable and dependable serverless applications Amazon S for example may be used to store static assets but Amazon Kinesis can be used to handle real time data Handling State and Data FlowsServerless apps can be either stateless or stateful Although stateless apps are easy to scale and manage they are not appropriate for applications that require permanent data storage Amazon DynamoDB which delivers seamless scalability and great performance may be used for stateful applications Optimizing PerformanceReduce cold start times using AWS Lambda Provisioned Concurrency to improve the performance of your serverless application You may also utilize caching services like Amazon CloudFront and Amazon ElastiCache to improve your application s response time You may also utilize AWS Auto Scaling to automatically scale the resources during peak traffic periods Deploying and Testing Serverless Applications with AWS SAMBuilding serverless apps with AWS Serverless Application Model SAM enables for simple code deployment and testing without the burden of managing servers Deploying AWS SAM ApplicationsDeploying your SAM application is as simple as typing one command into your console The command aws cloudformation deploy packages your code uploads it to S and creates or updates the CloudFormation stack that describes your application s resources AWS CodePipeline may also be used to automate the deployment process and assure consistent delivery Testing AWS SAM ApplicationsSAM simplifies testing your serverless application by supporting both local and integration testing Before deploying your functions to AWS use SAM Local to test and debug them locally You can also use AWS CodePipeline to automate your testing and confirm that your code works properly before deploying it to production Continuous Integration and DeploymentYou can quickly set up continuous integration and deployment for your SAM apps using AWS CodePipeline and AWS CodeBuild Every time you contribute to your repository CodePipeline will automatically build test and deploy your code changes ensuring that you always have the most recent version of your application in production Monitoring and Debugging Serverless Applications on AWSMonitoring and debugging your serverless application is crucial to ensuring that it runs as intended and that issues are resolved as fast as possible Logging and TracingYou can monitor and troubleshoot issues with your application using AWS CloudWatch Logs and AWS X Ray CloudWatch Logs offers thorough logs of your application s activities whereas X Ray assists you in tracing requests as they travel through your application and identifying performance bottlenecks Debugging and TroubleshootingSAM Local enables you to debug your serverless functions locally providing you more visibility into the behavior of your application You can also use CloudWatch Metrics to monitor the performance of your application and create alarms for critical metrics Performance MonitoringAWS CloudWatch Metrics can be used to monitor SAM applications allowing you to observe important performance metrics like as memory utilization invocation length and error rates You may use this information to improve the performance of your application and guarantee that it scales to meet demand Securing Serverless Applications with AWS SAMSAM provides a variety of security measures to help you safeguard your code and data while developing serverless apps Securing AWS SAM TemplatesYou may use SAM to define policies that restrict only authorized users from creating or updating application resources You may also use AWS Identity and Access Management IAM to manage access to the resources of your application Securing Serverless FunctionsAWS Key Management Service KMS may be used to encrypt and safeguard your data at rest and in transit SAM also enables secure function to function communication using AWS PrivateLink allowing you to link your services safely within a VPC Access Control and Identity ManagementYou may manage access to your SAM application resources and restrict permissions at the granular level using IAM AWS Cognito may also be used to authenticate and authorize people to access your application Best Practices for Building Scalable Serverless Applications with AWS SAMTo create scalable serverless applications that can manage massive amounts of traffic and data best practices for architecture and design must be followed Optimizing Resource UtilizationYou should utilize AWS auto scaling to automatically modify the number of compute resources provided to your application based on demand to maximize resource consumption You should also employ caching to decrease request overhead on your application Designing for Resiliency and Fault ToleranceYour application should be designed to gracefully manage failures and errors You may accomplish this by utilizing AWS managed services such as Amazon S and DynamoDB To achieve high availability you should also build your application using a distributed fault tolerant architecture Scaling Applications for GrowthAs the number of users and data increases your application should be designed to scale effectively You may utilize AWS Lambda functions to scale your application which can be quickly scaled up or down based on demand You should also build your application using a microservices architecture to allow for autonomous scalability of various components ConclusionSo basically AWS Serverless Application Model SAM is really awesome for making serverless applications on AWS that can handle a lot of traffic With AWS SAM developers can make things easier for themselves by designing deploying testing and monitoring their apps all while taking advantage of the benefits of serverless architecture Hopefully this article gave you a good idea of what AWS SAM can do whether you re starting from scratch or moving an existing app to the cloud So yeah it s definitely worth checking out Frequently Asked Questions FAQ What is AWS Serverless Application Model SAM AWS SAM is a framework for developing AWS serverless apps It makes it easier to define the Amazon API Gateway APIs AWS Lambda functions and Amazon DynamoDB tables that your serverless application will require What are the benefits of serverless architecture on AWS AWS s serverless design provides cheaper infrastructure costs automated scalability and decreased overhead Developers may concentrate on building code and delivering features rather than worrying about server maintenance and management because there is no infrastructure to handle How can I deploy and test serverless applications with AWS SAM AWS SAM allows you to deploy and test serverless apps through the AWS Command Line Interface CLI or the AWS Management Console AWS SAM has a local testing option that lets you test your serverless operations before deploying them to the cloud What are the best practices for building scalable serverless applications with AWS SAM Optimizing resource consumption planning for robustness and fault tolerance and scaling applications for growth are all best practices for creating scalable serverless applications with AWS SAM Other best practices include selecting the appropriate AWS services for your application effectively handling state and data flows and maximizing performance How does AWS SAM work AWS SAM allows you to express functions APIs databases and event source mappings using shorthand syntax SAM translates and expands SAM syntax into AWS CloudFormation syntax during deployment CloudFormation then provides your resources with dependable deployment capabilities Is AWS SAM open source The Apache license is used to open source AWS SAM and the SAM CLI How much does AWS SAM cost to use There are no additional fees for using AWS SAM You pay for AWS resources produced with SAM in the same way that you would if you built them manually You just pay for what you use and only when you use it There are no minimum costs or upfront commitments necessary Which languages does AWS SAM support AWS SAM may be used to create serverless apps that leverage any runtime supported by AWS Lambda SAM CLI may also be used to debug Lambda functions built in Node js Java Python and Go locally Which AWS regions support AWS SAM AWS SAM is accessible in all locations that have AWS Lambda What is AWS SAM CLI The SAM Command Line Interface CLI allows you to develop test and debug serverless applications specified by AWS SAM templates on your local machine SAM CLI provides a Lambda like execution environment locally and assists you in detecting difficulties early on How do I install AWS SAM CLI Using pip you can install AWS SAM CLI on Linux Mac or Windows What is a SAM template A SAM template file is a YAML configuration that specifies a serverless application s architecture The template is used to declare all of the AWS resources that make up your serverless application in one location Because AWS SAM templates are an extension of AWS CloudFormation templates you can declare any resource in an AWS CloudFormation template in an AWS SAM template How do I get started with AWS SAM Install the AWS SAM CLI and use the sam init command to produce a pre configured AWS SAM template with example application code to get started with SAM What can I do with AWS SAM CLI The AWS SAM CLI is a command line interface that facilitates the development of SAM based applications You may use the AWS SAM CLI to launch Lambda functions locally generate a deployment package for your serverless application and publish it to the AWS Cloud SAM CLI provides a wide range of commands to meet your requirements The sam init command generates AWS SAM templates that include pre written application code in the language of your choice The sam local command emulates the Lambda execution environment and allows you to run Lambda functions and SAM based serverless applications locally It also allows you to produce local payloads test your APIs via a local endpoint and automate Lambda function testing The sam package and sam deploy commands combine your application code and dependencies to create a deployment package that can be deployed to the AWS Cloud Finally the sam logs command allows you to see monitor and filter Lambda function logs Thank you for reading Soumyadeep Mandal imsampro 2023-04-28 10:07:28
海外TECH DEV Community 7 Incredible Communities That Will Change Your Life Forever https://dev.to/anmolbaranwal/7-incredible-communities-that-will-change-your-life-forever-28n1 Incredible Communities That Will Change Your Life ForeverIn a world where we are more connected than ever before being a part of a community can be the key to unlocking new opportunities and achieving personal growth Communities bring together like minded individuals who share common interests passions and goals creating a sense of belonging and providing a platform for collaboration and learning Let s dive into communities that being a part of will give long run benefits whether you re looking to expand your professional network explore a new hobby or simply connect with others who share your values There s always a community out there for you The Power of Community for GrowthTo truly thrive within a community it s important to contribute and give back in ways that go beyond your self interest High value communities often attract people who are willing to invest their time energy and resources to create a collective impact that benefits everyone involved When you re part of a community it s not just about what you can get from it it s about what you can give By taking action and doing things that are bigger than yourself you can make a meaningful impact and inspire others to do the same So don t just limit yourself to your immediate network leap and explore new ways to contribute to the larger community In short being a part of a community can be a powerful catalyst for personal growth and development LinkedInLinkedIn is more than just a professional networking site it s a community driven platform that brings together individuals from all corners of the globe With over million members LinkedIn provides a space for people to connect share ideas and collaborate in ways that can lead to powerful professional and personal growth From joining groups and participating in discussions to sharing thought provoking content and attending events there are endless ways to tap into the collective wisdom and experience of the LinkedIn community Moreover LinkedIn s unique algorithm ensures that your content and engagement are shown to the right audience allowing you to build meaningful relationships and establish yourself as a thought leader in your field So if you haven t already joined the LinkedIn community now is the time to do so the opportunities for growth and impact are endless Connect with me  DEV Hashnode MediumDev Hashnode and Medium are not just typical blogging platforms they are thriving communities that offer a plethora of resources for developers and writers to learn grow and connect with others who share their passion for technology and creativity These platforms empower individuals of all levels to collaborate engage and make their voices heard on a global scale While Dev and Hashnode cater specifically to the developer community Medium is a more general platform that welcomes writers from all backgrounds and industries Each platform has its unique features and benefits from Dev s built in code editor and easy integration with GitHub to Hashnode s emphasis on community led learning and Medium s sleek user friendly interface That being said as a developer I highly recommend using Dev as your primary platform Dev s unique algorithm gives equal visibility and weightage to all writers regardless of their follower count ensuring that every voice has a chance to be heard and recognized Its user friendly interface and supportive community make it an ideal platform for new writers to start building their brand and expanding their reach Don t let your voice go unheard become a part of these dynamic communities today and start making an impact Follow me here  GitHubGitHub is more than just a digital storage locker for code it s a bustling hub of innovation and teamwork where tech enthusiasts from all corners of the globe unite to create learn and build together With over million repositories and million developers on the platform GitHub offers a unique opportunity to connect with like minded individuals collaborate on projects and showcase your skills to a wider audience But GitHub is not just for developers it s also a hub for designers writers and other creative professionals looking to build their portfolios and connect with potential clients and collaborators Over million organizations and businesses including NASA IBM and Google rely on GitHub to build and innovate Additionally more than of Fortune companies use GitHub Enterprise to accelerate software development and improve collaboration Join the collaborative community on GitHub and unleash your potential today Follow me Here  Product HuntProduct Hunt is a bustling community of tech enthusiasts where makers investors and entrepreneurs alike converge to discover the latest and greatest products in the market while fostering a spirit of creativity and community With over million monthly active users Product Hunt provides a unique opportunity to connect with like minded individuals share your ideas and products and get feedback from a global audience Whether you re an aspiring entrepreneur a seasoned product manager or simply someone who loves discovering the latest tech trends Product Hunt has something for everyone By listing your product on Product Hunt you can tap into a network of passionate individuals who are eager to help you grow and succeed The feedback and insights you receive can be invaluable and the supportive community will give you the boost you need to take your product to the next level anmol baranwal My Profile  ShowwcaseShowwcase is a tech community platform that connects like minded individuals from coders and developers to engineers makers hackers data scientists and designers Unlike other networks Showwcase was designed to provide a fresh beautifully crafted platform where the community is built from the bottom up Showwcase allows you to build meaningful connections network to showcase your work collaborate share knowledge and grow in a safe and secure environment You can showcase your passion and work on Showwcase from blogging and YouTube to side hustles and mentoring to a wider audience creating more exposure and increasing potential opportunities Showwcase is a great way to build meaningful connections and networking opening doors to discussing ideas building communities creating products providing services generating revenues and fueling your passion In addition Showwcase offers a feature to create a professional development portfolio which conveniently consolidates all of your career passion work and shows in one place saving you valuable time and effort New Here   DailyDaily is the ultimate hub for developers who want to stay current with tech news and trends connect with peers and showcase their work to a global audience Reading articles is a great way to boost productivity and acquire new skills by staying updated on the latest industry trends and learning from experts in our field Daily takes this one step further by promoting active engagement with shared content By sharing and commenting on other users posts we expand our knowledge and contribute to the community s growth Daily s unique feature of disallowing self promotion ensures that the focus is on quality content and genuine interaction In summary reading articles on Daily can increase productivity and foster a sense of community and collaboration My Profile  MeetupBeyond being a social networking platform Meetup is a community made up of individuals who come together to learn grow and share their experiences With Meetup you can discover local events and connect with people who share your passions and interests From hiking groups to book clubs to tech meetups there s something for everyone on Meetup Meetup is especially useful for those who are looking to expand their social circle or explore new interests It s a great way to meet like minded people who share your hobbies or professional goals and to connect with them on a deeper level Whether you re new to a city or simply looking to branch out Meetup can help you find your tribe and build meaningful relationships  So what are you waiting for Whether it s joining a local club attending industry events or even engaging with online communities there s no shortage of ways to get involved and start reaping the benefits of community life Who knows You might just discover new passions make lifelong friends and achieve personal growth beyond your wildest dreams So take the first step and explore the endless possibilities that come with being a part of a community The world is waiting for you If you enjoy my content show your support by following me on GitHub Keep building and creating 2023-04-28 10:02:43
Apple AppleInsider - Frontpage News After years of silence, Apple finally reveals how many App Store users it has in Europe https://appleinsider.com/articles/23/04/28/after-years-of-silence-apple-finally-reveals-how-many-app-store-users-it-has-in-europe?utm_medium=rss After years of silence Apple finally reveals how many App Store users it has in EuropeThe European Digital Services Act is about to be fully enforced and as part of the law Apple has been forced to disclose how many users it has in Europe for the first time in five years European Union flagsAs part of its mandatory reporting for the European Union Digital Services Act DSA Apple has been forced to publish discrete user numbers for online services The values only apply to Europe Read more 2023-04-28 10:56:15
海外TECH Engadget Steam now lets you pin to-do lists in each game https://www.engadget.com/steam-now-lets-you-pin-to-do-lists-in-each-game-102547041.html?src=rss Steam now lets you pin to do lists in each gameEveryone loves a good to do list and now they re spreading into PC games Along with a slew of other new features Steam s latest update includes an integrated Notes app as part of a re vamped in game overlay tool It lets you write thoughts and tasks down about the game you re playing then runs on top of the game while you play which you can access across any PC you log into and when playing offline ValveAt any time you can pin the to do list right to your gaming screen adjusting its opacity based on your preferences Guides discussions and whatever is on your browser even the show you re watching can also be clipped to the game nbsp Steam s other updates to the in game overlay include a revamped toolbar and overview The new toolbar has everything from chat to guides customizable depending on fields you want to see and in either icon or list mode The game overview will fill you in on information like accomplishment progress friends game play and news about that title nbsp nbsp Notifications have also cleaned up a bit with less interruptions of things unrelated to you The tray will only display newest notifications but you can still view all if you want The last in game Steam update is for screenshots allowing you to choose between large and small thumbnails while also sorting screenshots by most recent instead of per game nbsp These features are only available through the Steam Client Beta at the moment but if you ve never opted into the Beta version before it s pretty simple All you need to do is go to settings it will be called preferences if you re on a Mac click the change button where it says Beta Participation in the Accounts tab and choose Steam Beta Update Once you restart Steam the Beta features will become visible Valve asserts that a lot of its recent work has gone towards improving code sharing between Steam Desktop Client Deck and Big Picture mode The company claims this should allow future features to roll out quicker across the different platforms nbsp This article originally appeared on Engadget at 2023-04-28 10:25:47
ニュース BBC News - Home Sgt Matiu Ratana: Man denies murdering Met Police officer https://www.bbc.co.uk/news/uk-england-london-60584038?at_medium=RSS&at_campaign=KARANGA september 2023-04-28 10:43:42
ニュース BBC News - Home Eva Green: Actress wins High Court dispute over $1m film fee https://www.bbc.co.uk/news/entertainment-arts-65421966?at_medium=RSS&at_campaign=KARANGA actress 2023-04-28 10:26:35
ニュース BBC News - Home Richard Sharp: BBC chairman resigns over report into appointment https://www.bbc.co.uk/news/uk-65323077?at_medium=RSS&at_campaign=KARANGA appointments 2023-04-28 10:32:46
ニュース BBC News - Home Azerbaijan Grand Prix: Max Verstappen fastest in practice before qualifying https://www.bbc.co.uk/sport/formula1/65425725?at_medium=RSS&at_campaign=KARANGA Azerbaijan Grand Prix Max Verstappen fastest in practice before qualifyingRed Bull s Max Verstappen pips Ferrari s Charles Leclerc to fastest practice time at the Azerbaijan Grand Prix before qualifying on Friday 2023-04-28 10:43:03
IT 週刊アスキー 2023年5月7日まで!スマホ版「ドラゴンクエスト」シリーズが最大40%オフセール中 https://weekly.ascii.jp/elem/000/004/135/4135146/ 開催 2023-04-28 19:10:00
IT 週刊アスキー Xeon W-2400プロセッサーを搭載したハイエンドワークステーション「DAIV FW」シリーズ発売 https://weekly.ascii.jp/elem/000/004/135/4135063/ xeonw 2023-04-28 19:30:00
IT 週刊アスキー ライカカメラ社、「ライカZM 1/2」のモノクロームエディション「ライカZM 1 Monochrom」「ライカZM 2 Monochrom」発表 https://weekly.ascii.jp/elem/000/004/135/4135166/ zmmonochrom 2023-04-28 19: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件)