投稿時間:2022-05-26 05:30:21 RSSフィード2022-05-26 05:00 分まとめ(34件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
python Pythonタグが付けられた新着投稿 - Qiita RubyでPythonのようにfor i in range(n)する https://qiita.com/itanii316/items/799d0c6dc976120314ab rubyforiin 2022-05-26 04:20:49
Ruby Rubyタグが付けられた新着投稿 - Qiita RubyでPythonのようにfor i in range(n)する https://qiita.com/itanii316/items/799d0c6dc976120314ab rubyforiin 2022-05-26 04:20:49
Git Gitタグが付けられた新着投稿 - Qiita 【Git】error: unable to start editor 'editor'解消法 https://qiita.com/P-man_Brown/items/299ef768cbdc64273fb4 waitingforyoureditorto 2022-05-26 04:27:50
Ruby Railsタグが付けられた新着投稿 - Qiita RubyでPythonのようにfor i in range(n)する https://qiita.com/itanii316/items/799d0c6dc976120314ab rubyforiin 2022-05-26 04:20:49
海外TECH Ars Technica Today’s best deals: PlayStation Days of Play sale, SanDisk storage, and more https://arstechnica.com/?p=1855996 jabra 2022-05-25 19:46:04
海外TECH MakeUseOf How to Fix Windows Update Error 0x800700a1 https://www.makeuseof.com/windows-update-error-0x800700a1-fix/ error 2022-05-25 19:15:14
海外TECH DEV Community Did you know JavaScript Array Destructuring? https://dev.to/codewithshahan/did-you-know-javascript-array-distructuring-4pgf Did you know JavaScript Array Destructuring Introduction Hey there today we gonna learn one of the most important JavaScript concepts that s essential prior to learning any JavaScript frameworks Array destructuring is also confusing for beginner developers So I will tell you an interesting story and suddenly you will find yourself that you know everything about JavaScript array destructuring You don t have to remember anything Just follow this story and you are done Requirements Intense focus is required Cat becomes your problem solver You re sitting on a chair with your laptop and your laptop has only three keys that are currently working ー“I “A amp “M You put them into an Array called weAreAlive which is your last hope for typing const weAreAlive I A M You create another array that contains all useless keys that no longer working You name this array weAreUseless const weAreUseless B C D Right After typing two words “I am on your Twitter feed you realize that your “I key also stops working So to move this key into the weAreUseless array you first assign it to a variable called kickMeOut But instead of creating a new variable in a new line you just assign a new variable for the first key in the weAreAlive array itself using array destructuring syntax like this const kickMeOut I A M Now if you log this kickMeOut variable on the console you will get only the first key from the array which is “I Have a look console log kickMeOUt I So you got this garbage key to push it in the “weAreUseless array Cool now you got only two keys that are working properly But you start feeling unproductive because of lacking the keys to type meaningful words So you grab a coffee and start thinking about your terrible laptop But you didn t know that this laptop no longer belongs to you Your cat somehow realized that you are unhappy So he jumps into your table to reach toward your face to talk about it and you spilled coffee on your laptop After that you realize the “M key is no longer alive So to move it into “weAreUseless array you immediately start writing the code as you did previously Alas you can only target the first key in this array weAreAlive You don t know how to assign a variable for a specific item inside an array const kickM A M Sorry we can only kick out A Suddenly you realize that your cat is telling you ー“Oh dear to skip through the items in an array you should use a comma instead So you immediately started putting commas to pass through unnecessary keys in this array like this const kickMe A M M Keys succesfully kicked out Then your mind automatically starts telling you ーThe fact here is that by putting a comma before the variable you pass through one step forward in this array of items in this case “A and assigned kickM variable to this “M key Each comma represents a unique position from left to right in the array list Here is the concrete example const targetCat horse dog cat console log targetCat cat has been targeted Summary So we learned that we can assign array values to new variables using array destructuring in a single line and we can skip specific items through the array list using a comma where each comma occupies only one specific item in the array list Hope you guys enjoyed this article Make sure to follow me to learn more about complex programming ideas just like stories that you will never forget JavaScript array destructuring video summary My Social Media Accounts Twitter InstagramThank You for your reading 2022-05-25 19:41:27
海外TECH DEV Community Overview of AWS Developer Tools - Part 2 https://dev.to/makendrang/overview-of-aws-developer-tools-part-2-kei Overview of AWS Developer Tools Part The developers tool in Amazon Web Services helps the user to get the program to deliver safely It also boost the performance of developers and IT operations to make the outcome better Host code build test and deploy our applications quickly and effectively with AWS developer tools This tool allows the user to track store and control the source code of the program AWS developer tools are built to work with AWS making it easier for our team to get set up and be productive We can use ML and big data to identify issues and suggest solutions based on Amazon best practices Introduction to AWS Developer Tools Introduction to AWS Developer Tools Part Introduction to AWS Developer Tools Part Different AWS Developer ToolsGiven below are the different Tools Amazon CorrettoAWS CloudAWS CloudShellAWS CodeArtifactAWS CodeBuildAWS CodeCommitAWS CodeDeployAWS CodePipelineAWS CodeStarAWS Fault Injection SimulatorAWS X Ray AWS CodeCommitAWS CodeCommit is a fully managed source control service that makes it easy for companies to host secure and highly scalable private Git repositories It eliminates the need to operate our own source control system or worry about scaling its infrastructure We can use AWS CodeCommit to securely store anything from source code to binaries and it works seamlessly with our existing Git tools AWS CodeDeployAWS CodeDeploy is a service that automates code deployments to any instance including EC instances and instances running on premises It makes it easier for us to rapidly release new features helps us to avoid downtime during application deployment and handles the complexity of updating our applications We can use CodeDeploy to automate software deployments eliminating the need for error prone manual operations The service scales with our infrastructure so we can easily deploy to one instance or thousands AWS CodePipelineAWS CodePipeline is a fully managed continuous delivery service that helps us automate our release pipelines for fast and reliable application and infrastructure updates It automates the build test and deploy phases of our release process every time there is a code change based on the release model we define This enables us to rapidly and reliably deliver features and updates We can easily integrate CodePipeline with third party services such as GitHub or with our own custom plugin With AWS CodePipeline we only pay for what we use There are no upfront fees or long term commitments AWS CodeStarAWS CodeStar enables us to quickly develop build and deploy applications on AWS AWS CodeStar provides a unified user interface enabling us to easily manage our software development activities in one place With AWS CodeStar we can set up our entire continuous delivery toolchain in minutes allowing us to start releasing code faster It makes it easy for our whole team to work together securely allowing us to easily manage access and add owners contributors and viewers to our projects Each AWS CodeStar project comes with a project management dashboard including an integrated issue tracking capability powered by Atlassian JIRA Software With the AWS CodeStar project dashboard we can easily track progress across our entire software development process from our backlog of work items to teams recent code deployments For more information see AWS CodeStar features AWS Fault Injection SimulatorAWS Fault Injection Simulator is a fully managed service for running fault injection experiments on AWS that makes it easier to improve an application s performance observability and resiliency Fault injection experiments are used in chaos engineering which is the practice of stressing an application in testing or production environments by creating disruptive events such as sudden increase in CPU or memory consumption observing how the system responds and implementing improvements Fault injection experiment helps teams create the real world conditions needed to uncover the hidden bugs monitoring blind spots and performance bottlenecks that are difficult to find in distributed systems Fault Injection Simulator simplifies the process of setting up and running controlled fault injection experiments across a range of AWS services so teams can build confidence in their application behavior With Fault Injection Simulator teams can quickly set up experiments using pre built templates that generate the desired disruptions Fault Injection Simulator provides the controls and guardrails that teams need to run experiments in production such as automatically rolling back or stopping the experiment if specific conditions are met With a few clicks in the console teams can run complex scenarios with common distributed system failures happening in parallel or building sequentially over time enabling them to create the real world conditions necessary to find hidden weaknesses AWS X RayAWS X Ray helps developers analyze and debug distributed applications in production or under development such as those built using a microservices architecture With X Ray we can understand how our application and its underlying services are performing so we can identify and troubleshoot the root cause of performance issues and errors X Ray provides an end to end view of requests as they travel through our application and shows a map of our application s underlying components We can use X Ray to analyze both applications in development and in production from simple three tier applications to complex microservices applications consisting of thousands of services Thanks for reading my article till end I hope you learned something special today If you enjoyed this article then please share to your friends and if you have suggestions or thoughts to share with me then please write in the comment box 2022-05-25 19:31:56
海外TECH DEV Community How automatic repair works in AKS https://dev.to/makendrang/how-automatic-repair-works-in-aks-1fi1 How automatic repair works in AKSAKS continuously monitors the health state of worker nodes and performs automatic node repair if they become unhealthy The Azure virtual machine VM platform performs maintenance on VMs experiencing issues AKS and Azure VMs work together to minimize service disruptions for clusters In this article we ll learn how automatic node repair functionality behaves for both Windows and Linux nodes How AKS checks for unhealthy nodesAKS uses the following rules to determine if a node is unhealthy and needs repair The node reports NotReady status on consecutive checks within a minute timeframe The node doesn t report any status within minutes We can manually check the health state of our nodes with kubectl kubectl get nodes How automatic repair worksIf AKS identifies an unhealthy node that remains unhealthy for minutes AKS takes the following actions Reboot the node If the reboot is unsuccessful reimage the node If the reimage is unsuccessful redeploy the node Alternative remediation s are investigated by AKS engineers if auto repair is unsuccessful If AKS finds multiple unhealthy nodes during a health check each node is repaired individually before another repair begins Node AutodrainScheduled Events can occur on the underlying virtual machines VMs in any of our node pools For spot node pools scheduled events may cause a preempt node event for the node Certain node events such as preempt cause AKS node autodrain to attempt a cordon and drain of the affected node which allows for a graceful reschedule of any affected workloads on that node When this happens we might notice the node to receive a taint with remediator aks microsoft com unschedulable because of kubernetes azure com scalesetpriority spot The following table shows the node events and the actions they cause for AKS node autodrain EventDescriptionActionFreezeThe VM is scheduled to pause for a few seconds CPU and network connectivity may be suspended but there is no impact on memory or open filesNo actionRebootThe VM is scheduled for reboot The VM s non persistent memory is lost No actionRedeployThe VM is scheduled to move to another node The VM s ephemeral disks are lost Cordon and drainPreemptThe spot VM is being deleted The VM s ephemeral disks are lost Cordon and drainTerminateThe VM is scheduled to be deleted Cordon and drain LimitationsIn many cases AKS can determine if a node is unhealthy and attempt to repair the issue but there are cases where AKS either can t repair the issue or can t detect that there is an issue For example AKS can t detect issues if a node status is not being reported due to error in network configuration or has failed to initially register as a healthy node Thanks for reading my article till end I hope you learned something special today If you enjoyed this article then please share to your friends and if you have suggestions or thoughts to share with me then please write in the comment box 2022-05-25 19:28:52
海外TECH DEV Community CSI storage driver support on AKS https://dev.to/makendrang/csi-storage-driver-support-on-aks-2pe7 CSI storage driver support on AKSThe Container Storage Interface CSI is a standard for exposing arbitrary block and file storage systems to containerized workloads on Kubernetes By adopting and using CSI Azure Kubernetes Service AKS can write deploy and iterate plug ins to expose new or improve existing storage systems in Kubernetes without having to touch the core Kubernetes code and wait for its release cycles The CSI storage driver support on AKS allows us to natively use Azure disks can be used to create a Kubernetes DataDisk resource Disks can use Azure Premium Storage backed by high performance SSDs or Azure Standard Storage backed by regular HDDs or Standard SSDs For most production and development workloads we need to use Premium Storage Azure disks are mounted as ReadWriteOnce and are only available to a single pod For storage volumes that can be accessed by multiple pods simultaneously we need to use Azure Files Azure Files can be used to mount an SMB share backed by an Azure storage account to pods With Azure Files we can share data across multiple nodes and pods Azure Files can use Azure Standard storage backed by regular HDDs or Azure Premium storage backed by high performance SSDs Azure disk CSI driversThe Azure disk Container Storage Interface CSI driver is a CSI specification compliant driver used by Azure Kubernetes Service AKS to manage the lifecycle of Azure disks Azure Disk CSI driver featuresAzure Disk CSI driver provides following features Performance improvement when attach or detach disks in parallelZRS disk supportPremium ZRS StandardSSD ZRS disk types are supported check more details about Zone redundant storage for managed disksSnapshotVolume cloneResize disk PV without downtime Azure Files CSI driversThe Azure Files Container Storage Interface CSI driver is a CSI specification compliant driver used by Azure Kubernetes Service AKS to manage the lifecycle of Azure Files shares Azure File CSI driver featuresAzure File CSI driver provides following features NFS Private endpointsupport creating large mount of file shares in parallelThanks for reading my article till end I hope you learned something special today If you enjoyed this article then please share to your friends and if you have suggestions or thoughts to share with me then please write in the comment box 2022-05-25 19:28:41
海外TECH DEV Community Private Link Service integration in AKS https://dev.to/makendrang/private-link-service-integration-in-aks-11m0 Private Link Service integration in AKSAzure Private Link Service PLS is an infrastructure component that allows users to privately connect via a Private Endpoint PE in a VNET in Azure and a Frontend IP Configuration associated with an Azure Load Balancer ALB With Private Link users as service providers can securely provide their services to consumers who can connect from within Azure or on premises without data exfiltration risks Before Private Link Service integration users who wanted private connectivity from on premises or other VNETs to their services in the Azure Kubernetes cluster were required to create a Private Link Service PLS to reference the Azure Internal LoadBalancer The user would then create a Private Endpoint PE to connect to the PLS to enable private connectivity With this feature a managed PLS to the LB would be created automatically and the user would only be required to create PE connections to it for private connectivity Currently managed private link service only works with Azure Internal Standard Load Balancer Users who want to use private link service for their Kubernetes services must set annotation service beta kubernetes io azure load balancer internal to be true Doc PrivateLinkService annotationsBelow is a list of annotations supported for Kubernetes services with Azure PLS created AnnotationValueDescriptionRequiredDefaultservice beta kubernetes io azure pls create true Boolean indicating whether a PLS needs to be created Requiredservice beta kubernetes io azure pls name lt PLS name gt String specifying the name of the PLS resource to be created Optional pls lt LB frontend config name gt service beta kubernetes io azure pls ip configuration subnet lt Subnet name gt String indicating the subnet to which the PLS will be deployed This subnet must exist in the same VNET as the backend pool PLS NAT IPs are allocated within this subnet OptionalIf service beta kubernetes io azure load balancer internal subnet this LB subnet is used Otherwise the default subnet from config file is used service beta kubernetes io azure pls ip configuration ip address count Total number of private NAT IPs to allocate Optionalservice beta kubernetes io azure pls ip configuration ip address A space separated list of static IPv IPs to be allocated IPv is not supported right now Total number of IPs should not be greater than the ip count specifed in service beta kubernetes io azure pls ip configuration ip address count If there are fewer IPs specified the rest are dynamically allocated The first IP in the list is set as Primary OptionalAll IPs are dynamically allocated service beta kubernetes io azure pls fqdns fqdn fqdn A space separated list of fqdns associated with the PLS Optional service beta kubernetes io azure pls proxy protocol true or false Boolean indicating whether the TCP PROXY protocol should be enabled on the PLS to pass through connection information including the link ID and source IP address Note that the backend service MUST support the PROXY protocol or the connections will fail Optionalfalseservice beta kubernetes io azure pls visibility sub sub sub …subN or A space separated list of Azure subscription ids for which the private link service is visible Use to expose the PLS to all subs Least restrictive OptionalEmpty list indicating role based access control only This private link service will only be available to individuals with role based access control permissions within your directory Most restrictive service beta kubernetes io azure pls auto approval sub sub sub …subN A space separated list of Azure subscription ids This allows PE connection requests from the subscriptions listed to the PLS to be automatically approved This only works when visibility is set to Optional For more details about each configuration please refer to Azure Private Link Service Documentation Managed PrivateLinkService CreationAn example for creating a Kubernetes service object with Azure ILB and PLS kcdplscreation yamlThanks for reading my article till end I hope you learned something special today If you enjoyed this article then please share to your friends and if you have suggestions or thoughts to share with me then please write in the comment box 2022-05-25 19:28:12
海外TECH DEV Community Azure Static Web Apps CLI is now GA 🚀 https://dev.to/wassimchegham/azure-static-web-apps-cli-is-now-ga-3d7e Azure Static Web Apps CLI is now GA What is Azure Static Web Apps Azure Static Web Apps is a service that s perfect for your full stack as well as static application projects Yes you heard that correctly Regardless if you are dealing with A static resume site with vanilla HTML CSS and JavaScriptSPA application with Angular React Vue etc Static site generator like Gatsby etc Azure Static Web Apps is there for you and enables you to deploy your files to Azure In order words Azure Static Web Apps if perfect choice if you are looking for FREE Web hosting for static content like HTML CSS JavaScript and images Integrated API support provided by Azure Functions with the option to link an existing Azure Functions app using a standard account First class GitHub and Azure DevOps integration where repository changes trigger builds and deployments Globally distributed static content putting content closer to your users Free SSL certificates which are automatically renewed Custom domains to provide branded customizations to your app Seamless security model with a reverse proxy when calling APIs which requires no CORS configuration Authentication provider integrations with Azure Active Directory GitHub and Twitter Customizable authorization role definition and assignments Back end routing rules enabling full control over the content and routes you serve Generated staging versions powered by pull requests enabling preview versions of your site before publishing What is Azure Static Web Apps CLI It s a CLI you run from your local dev machine With it you can do a lot of things like the below Work on your JAMstack app locallyBuilt in framework detectionServerless supportAuthentication amp AuthorizationLogin to AzureDeploy amp Ship from the CLICheck it the documentation website Have fun Feel free to reach out on Twitter at manekinekko if you want to get started with Azure Static Web Apps You can also follow my work at wassim dev 2022-05-25 19:28:10
海外TECH DEV Community How to Add KMS etcd encryption to an Azure Kubernetes Service cluster https://dev.to/makendrang/how-to-add-kms-etcd-encryption-to-an-azure-kubernetes-service-cluster-4fkh How to Add KMS etcd encryption to an Azure Kubernetes Service clusterAzure Kubernetes Service now supports Key Management System KMS plugin integration which enables encryption at the rest of our Kubernetes data in etcd using Azure Key Vault We can now store secrets in bring your own key BYOK encrypted etcd using KMS KMS Plugin for Key Vault is the recommended choice for using a third party tool for key management KMS plugin simplifies key rotation with a new data encryption key DEK generated for each encryption and key encryption key KEK rotation controlled by the user FeaturesUse a key in Key Vault for etcd encryption Bring your own keys Provide encryption at rest for secrets stored in etcd PrerequisitesAn Azure subscription If we don t have an Azure subscription we can create a free account Azure CLI installed Install the aks preview Azure CLIWe also need the aks preview Azure CLI extension version or later Install the aks preview Azure CLI extension by using the az extension add command or install any available updates by using the az extension update command Install the aks preview extensionaz extension add name aks preview Update the extension to make sure you have the latest version installedaz extension update name aks preview Register the AzureKeyVaultKmsPreview preview featureTo use the feature we must also enable the AzureKeyVaultKmsPreview feature flag on our subscription Register the AzureKeyVaultKmsPreview feature flag by using the az feature register command as shown in the following example az feature register namespace Microsoft ContainerService name AzureKeyVaultKmsPreview It takes a few minutes for the status to show Registered Verify the registration status by using the az feature list command az feature list o table query contains name Microsoft ContainerService AzureKeyVaultKmsPreview Name name State properties state When ready refresh the registration of the Microsoft ContainerService resource provider by using the az provider register command az provider register namespace Microsoft ContainerService LimitationsThe following limitations apply when we integrate KMS etcd encryption with AKS Disabling of the KMS etcd encryption feature Changing of key ID including key name and key version Deletion of the key Key Vault or the associated identity KMS etcd encryption doesn t work with System Assigned Managed Identity The keyvault access policy is required to be set before the feature is enabled In addition System Assigned Managed Identity isn t available until cluster creation thus there s a cycle dependency Using Azure Key Vault with PrivateLink enabled Using more than secrets in a cluster Managed HSM SupportBring your own BYO Azure Key Vault from another tenant Create a KeyVault and keyUse az keyvault create to create a KeyVault az keyvault create name kcdchennaikv resource group kcdchennairgUse az keyvault key create to create a key az keyvault key create name kcdchennaikey vault name kcdchennaikvUse az keyvault key show to export the Key ID export KEY ID az keyvault key show name kcdchennaikey vault name kcdchennaikv query key kid o tsv echo KEY IDThe above example stores the Key ID in KEY ID Create a user assigned managed identityUse az identity create to create a User assigned managed identity az identity create name kcdidentity resource group kcdchennairgUse az identity showto get Identity Object ID IDENTITY OBJECT ID az identity show name kcdidentity resource group kcdchennairg query principalId o tsv echo IDENTITY OBJECT IDThe above example stores the value of the Identity Object ID in IDENTITY OBJECT ID Use az identity show to get Identity Resource ID IDENTITY RESOURCE ID az identity show name kcdidentity resource group kcdchennairg query id o tsv echo IDENTITY RESOURCE IDThe above example stores the value of the Identity Resource ID in IDENTITY RESOURCE ID Assign permissions decrypt and encrypt to access key vaultUse az keyvault set policy to create an Azure KeyVault policy az keyvault set policy n kcdchennaikv key permissions decrypt encrypt object id IDENTITY OBJECT ID Create an AKS cluster with KMS etcd encryption enabledCreate an AKS cluster using the az aks create command with the enable azure keyvault kms and azure keyvault kms key id parameters to enable KMS etcd encryption az aks create name kcdchnakscluster resource group kcdchennairg assign identity IDENTITY RESOURCE ID enable azure keyvault kms azure keyvault kms key id KEY ID Update an exiting AKS cluster to enable KMS etcd encryptionUse az aks update with the enable azure keyvault kms and azure keyvault kms key id parameters to enable KMS etcd encryption on an existing cluster az aks update name kcdchnakscluster resource group kcdchennairg enable azure keyvault kms azure keyvault kms key id KEY IDUse below command to update all secrets Otherwise the old secrets aren t encrypted kubectl get secrets all namespaces o json kubectl replace f For more information on using the KMS plugin see Encrypting Secret Data at Rest NoteCurrently this feature is in preview In AKS preview features are available on a self service opt in basis Previews are provided as is and as available and they re excluded from the service level agreements and limited warranty AKS previews are partially covered by customer support on a best effort basis As such these features aren t meant for production use Thanks for reading my article till end I hope you learned something special today If you enjoyed this article then please share to your friends and if you have suggestions or thoughts to share with me then please write in the comment box 2022-05-25 19:26:29
Apple AppleInsider - Frontpage News Epic Games claims Apple led court astray on competition, security & more https://appleinsider.com/articles/22/05/25/epic-games-claims-apple-led-court-astray-on-competition-security-more?utm_medium=rss Epic Games claims Apple led court astray on competition security amp moreEpic Games has filed a new brief in its case against Apple claiming that not only did Apple mislead the court but the judge erred in her interpretation of the market Epic Games marketingThe game company on Wednesday filed an appeal reply and cross appeal response brief in the Epic Games v Apple legal battle In its argument Epic Games alleges that the U S District Court committed multiple legal errors in rejecting Epic s Sherman Act claims Read more 2022-05-25 19:32:47
Apple AppleInsider - Frontpage News Live-action 'Speed Racer' may be coming back to life on Apple TV+ https://appleinsider.com/articles/22/05/25/live-action-speed-racer-may-be-coming-back-to-life-on-apple-tv?utm_medium=rss Live action x Speed Racer x may be coming back to life on Apple TV A live action Speed Racer series is reportedly in the works at Apple TV with J J Abrams acting as executive producer Speed Racer coming to Apple TV as a live action seriesThe new Speed Racer series will be the second live action adaptation of the anime It will follow the character named Speed Racer who is a race car driver with a souped up vehicle called the Mach Read more 2022-05-25 19:02:24
海外TECH Engadget Twitter is working toward 'closing the transaction process' with Elon Musk https://www.engadget.com/twitter-shareholder-meeting-elon-musk-194612364.html?src=rss Twitter is working toward x closing the transaction process x with Elon MuskIf attendees at Twitter s annual shareholder meeting were hoping to clear up confusion surrounding Elon Musk s acquisition of the company they likely left disappointed Despite numerous questions about the future of Twitter the company s executives had little to say about Musk who did not attend the meeting “We re working through the transaction process CEO Parag Agrawal said during the meeting The status of the deal has been somewhat unclear since Musk announced it was “on hold due to his concerns about bots on the platform Twitter executives have maintained they are moving forward with their plans “Even as we work towards closing this transaction our teams and I remain focused on the important work we do every day to serve the public conversation Agrawal said Twitter had said ahead of the meeting that it wouldn t answer questions related to Musk s acquisition of the company which will need to be formally approved by Twitter stockholders at a later date Even so shareholders tried to get Twitter executives to address the issue The very first question in the Q amp A portion of the meeting asked what will happen to Twitter shareholders stock if “someone buys the company and takes it private “We aren t able to address these questions today Sean Edgett Twitter s General Counsel said directing people to the company s previous SEC filings Shareholders also raised questions about the future of the company s content moderation policies Agrawal said the company remains “focused on existing its current policies and “decreasing our reliance on user reports Though he didn t directly address comments Musk has made about loosening its rules he said that “silencing political commentary is antithetical to our commitment to free speech The meeting also marks the end of co founder Jack Dorsey s tenure with Twitter He had stepped aside as CEO in November but remained on the board of directors until the meeting As with much of Twitter s future it was unclear who will succeed him 2022-05-25 19:46:12
海外TECH Engadget The studio behind 'Dream Daddy' is making a psychological horror game https://www.engadget.com/homebody-game-grumps-announced-193709317.html?src=rss The studio behind x Dream Daddy x is making a psychological horror gameIt s been a while since we ve heard from Game Grumps the studio that gave us Dream Daddy A Dad Dating Simulator in This week the team announced its latest project And it couldn t be more different from its debut effort Game Grumps describes Homebody as a narrative driven psychological horror game In designing the experience it says it drew inspiration from s slasher films though you can also see the influence of both modern and older gaming classics like Silent Hill Resident Evil and Hideo Kojima s P T Part of what sells the atmosphere of the game is its slightly pixelated art style and effective use of lighting In the trailer the studio shared we re introduced to Homebody s protagonist Emily You ll need to help Emily and her friends escape a relentless killer by avoiding the assailant solving puzzles and making choices Homebody sees Game Grumps reunite with Rogue Games the publisher it worked with to make Dream Daddy The two companies plan to release Homebody later this year on consoles and PC via the Epic Games Store and Steam 2022-05-25 19:37:09
海外科学 NYT > Science Boeing’s Starliner Undocks From I.S.S.: How to Watch https://www.nytimes.com/2022/05/25/science/boeing-starliner-landing-nasa.html boeing 2022-05-25 19:46:50
海外科学 NYT > Science F.D.A. Chief Details ‘Shocking’ Conditions at Baby Formula Plant https://www.nytimes.com/2022/05/25/health/fda-baby-formula-shortage.html F D A Chief Details Shocking Conditions at Baby Formula PlantAgency inspectors found a leaking roof standing water and cracked production equipment before a facility shutdown that led to major shortages 2022-05-25 19:12:06
医療系 医療介護 CBnews BCPに求められるPDCAサイクル-快筆乱麻!masaが読み解く介護の今(77) https://www.cbnews.jp/news/entry/20220525205520 介護報酬 2022-05-26 05:00:00
ビジネス ダイヤモンド・オンライン - 新着記事 農家が選ぶ「支援を期待できる企業」ランキング!三菱商事やNTTが狙うJA全農包囲網 - 儲かる農業 堕ちたJA https://diamond.jp/articles/-/303465 三菱商事 2022-05-26 05:00:00
ビジネス ダイヤモンド・オンライン - 新着記事 東京海上日動社長に聞く社内風土の改善策「カンパニー制にこだわらず横串を刺す」 - 選別される 生保・損保・代理店 https://diamond.jp/articles/-/303141 広瀬伸一 2022-05-26 04:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 希学園で「合格者が多い中高一貫校」ランキング【関西】2位高槻、1位は? - DIAMONDランキング&データ https://diamond.jp/articles/-/303280 2022-05-26 04:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 薬学部「淘汰危険度」ランキングの衝撃、現役薬剤師に聞く供給過剰の理由 - 医療・医薬のオモテとウラ https://diamond.jp/articles/-/303484 厚生労働省 2022-05-26 04:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 「伊藤忠商事の元陸軍参謀」が残した、大胆な経営が可能な仕組みとは - 伊藤忠 財閥系を凌駕した野武士集団 https://diamond.jp/articles/-/298016 2022-05-26 04:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 武田薬品の次期社長レースを業界誌が大予想!初の女性か現社長ミニチュア版か - 医薬経済ONLINE https://diamond.jp/articles/-/303272 2022-05-26 04:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 ヤマトHDが増収減益、EC物流網構築の「コスト先行」はいつ終わる? - 物流専門紙カーゴニュース発 https://diamond.jp/articles/-/303669 2022-05-26 04:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 【クイズ】起業・法人化で要注目の「合同会社」、出資者が負う責任は? - 「お金の達人」養成クイズ https://diamond.jp/articles/-/303736 合同会社 2022-05-26 04:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 「ストレスが少ない」都道府県ランキング2021・女性編!2位鳥取県、1位は? - 日本全国ストレスランキング https://diamond.jp/articles/-/303321 日本全国 2022-05-26 04:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 「ストレスが少ない」都道府県ランキング2021!女性編【47都道府県・完全版】 - 日本全国ストレスランキング https://diamond.jp/articles/-/303319 日本全国 2022-05-26 04:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 台湾軍事介入は「計画的失言」?バイデン大統領“捨て身の情報戦”の代償 - 情報戦の裏側 https://diamond.jp/articles/-/303769 共同記者会見 2022-05-26 04:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 これまでと違う円安局面、企業は金利抑制より「円安阻止」のほうが重要 - 野口悠紀雄 新しい経済成長の経路を探る https://diamond.jp/articles/-/303768 経済成長 2022-05-26 04:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 マンション高騰で住宅ローン借り過ぎリスク急増!「変動金利×35年返済」の罠 - 老後のお金クライシス! 深田晶恵 https://diamond.jp/articles/-/303758 マンション高騰で住宅ローン借り過ぎリスク急増「変動金利×年返済」の罠老後のお金クライシス深田晶恵マンションの価格高騰で住宅ローンの「借り過ぎリスク」が高まっている。 2022-05-26 04:05:00
ビジネス 東洋経済オンライン 「やる気のある社員」から会社を辞める当然の事情 社員は3つの欲求が満たせないと離職を考える | マネジメント | 東洋経済オンライン https://toyokeizai.net/articles/-/591450?utm_source=rss&utm_medium=http&utm_campaign=link_back 東洋経済オンライン 2022-05-26 04: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件)