投稿時間:2023-05-24 21:18:49 RSSフィード2023-05-24 21:00 分まとめ(25件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
TECH Techable(テッカブル) 睡眠・心身の健康状態を推定するスマートリング「SOXAI Ring」がタッチ決済に対応? https://techable.jp/archives/208610 soxai 2023-05-24 11:00:09
AWS AWS Startups Blog AWS announces 21 startups selected for the AWS generative AI accelerator https://aws.amazon.com/blogs/startups/aws-announces-21-startups-selected-for-the-aws-generative-ai-accelerator/ AWS announces startups selected for the AWS generative AI acceleratorAWS is excited to announce the cohort of startups accepted into the global AWS Generative AI Accelerator The program kicks off May th at our San Francisco AWS Startup Loft and closes on July th Over the course of their week program participants will receive tailored technical advice dedicated mentorship an opportunity to pitch their demos to venture capitalists VCs in the AWS network and up to in AWS credits Critically they will also have the opportunity to foster lifelong connections with their fellow founders and within AWS Read on to meet the startups 2023-05-24 11:55:47
python Pythonタグが付けられた新着投稿 - Qiita 理系大学生は研究でもjupyterNotebook(anaconda)ではなくVScodeを使おう+Python環境構築 https://qiita.com/KMNMKT/items/499c657ff3fa1c0f68e6 jupyternotebookanaconda 2023-05-24 20:39:29
Docker dockerタグが付けられた新着投稿 - Qiita 理系大学生は研究でもjupyterNotebook(anaconda)ではなくVScodeを使おう+Python環境構築 https://qiita.com/KMNMKT/items/499c657ff3fa1c0f68e6 jupyternotebookanaconda 2023-05-24 20:39:29
海外TECH MakeUseOf Supercharge Your Savings: Get the Best MagSafe Charger Deals https://www.makeuseof.com/best-magsafe-charger-deals/ charge 2023-05-24 11:48:31
海外TECH MakeUseOf 5 Features to Consider Before Buying a Wireless Charger https://www.makeuseof.com/features-consider-buying-wireless-charger/ charger 2023-05-24 11:45:18
海外TECH MakeUseOf 7 Reasons Against Using Generative AI in Messaging Apps https://www.makeuseof.com/reasons-against-generative-ai-messaging-apps/ appsai 2023-05-24 11:30:18
海外TECH MakeUseOf Why Microsoft Is Forcing All Windows 10 Users to Upgrade to 22H2 https://www.makeuseof.com/why-microsoft-forcing-windows-10-users-upgrade-22h2/ windows 2023-05-24 11:15:19
海外TECH MakeUseOf Why Most Printers Are So Bad, and How They Can Get Better https://www.makeuseof.com/why-printers-so-bad/ printers 2023-05-24 11:15:19
海外TECH DEV Community Do we need npm packages after Chat GPT? https://dev.to/shreyvijayvargiya/do-we-need-npm-packages-after-chat-gpt-546i Do we need npm packages after Chat GPT Well small npm modules have to be deprecated or will become useless Under the HoodThis story is again another prediction in the last story I talked about Cross programming language that can be the potential language to run on the browser to IOS and Android devices well was also a prediction I am making predictions or laying some new ideas or maybe giving new ideas Who cares what s important the story should and must go on Chat GPT as the npm module or will replaceSo let s start I am using Chat GPT in most of my development work I am developing a react native application and want to add a loading skeleton while fetching data Now I have optionsUse the npm package or third party componentDevelop on our ownEarlier before chat GPT developing anything small module it a time consuming process Now we have chat GPT so I can directly ask him to give me the codebase for creating a skeleton in react native The basic code is ready as shown belowimport React useEffect useState from react import StyleSheet View from react native const SkeletonLoadingComponent gt const isLoading setIsLoading useState true useEffect gt const timer setTimeout gt setIsLoading false return gt clearTimeout timer return lt View style styles container gt isLoading amp amp lt View style styles loadingIndicator gt lt View gt const styles StyleSheet create container width height backgroundColor fff borderRadius loadingIndicator flex backgroundColor eee borderRadius export default SkeletonLoadingComponent This is easy next we need to customise it according to our needs for example timeout colours and shades Now I don t needThird party module have my custom componenthighly customisable according to my designless time consuming processSo using Chat GPT I can easily replace those small npm modules Why small I leave it up to you to think about the answer feel free to mention it in the comment section Once this is done my loading skeleton is ready to use CustomisingI didn t stop thereI Ask to Chat GPT to add pulse animation above it Here is the codeconst SkeletonLoadingComponent gt const pulseScale useSharedValue const startPulseAnimation gt pulseScale value withTiming duration easing Easing inOut Easing ease gt pulseScale value withTiming duration easing Easing inOut Easing ease startPulseAnimation React useEffect gt startPulseAnimation const pulseStyle transform scale pulseScale value return lt View style styles container gt lt Animated View style styles loadingIndicator pulseStyle gt lt View gt I ask Chat GPT for ripple animation and as expected below is the code import React useEffect useRef from react import StyleSheet View from react native import Pulse from react native pulse import Ripple from react native ripple const SkeletonLoadingComponent gt const pulseRef useRef null useEffect gt startPulseAnimation const startPulseAnimation gt pulseRef current amp amp pulseRef current start return lt Ripple style styles container rippleDuration rippleCentered true gt lt View style styles loadingIndicator gt lt Pulse ref pulseRef color eee numPulses diameter initialDiameter duration interval gt lt View gt lt Ripple gt Custom modules I ve reduced the repository sizeHave custom made componentsLess package size more performant the app will beCustom made components are customisableUse the storybook to preview the componentsYou can release your own custom made components as the npm moduleThis is crazy using AI we can solve tonnes of problems we don t need to remember small properties and classes and focus more on the complete system It s like being a developer I am also a founder of the code repository I am developing or creating or working on I can pay attention to architechture and completing UI screens and logic behind the application This looks promising and if we can have a VS Code extension around it it would be a helpful tool ConclusionUse Chat GPT to create custom made components and replace small npm modules as much as possible We can even try removing large size npm packages to reduce the repository or app size Chat GPT will play a crucial role in saving time and giving accurate solutions in one go That s it for today Keep developingShreyiHateReading 2023-05-24 11:43:13
海外TECH DEV Community How to create an Azure Virtual Network https://dev.to/toluwani_oluwaloseyi/how-to-create-an-azure-virtual-network-dnd How to create an Azure Virtual NetworkAzure Virtual Network VNet is a representation of your own network in the cloud It is a logical isolation of the Azure cloud dedicated to your subscription Steps to Create a virtual network When you create an Azure virtual network you configure several basic settings You can also configure advanced settings such as multiple subnets distributed denial of service DDoS protection Bastion host Azure firewall service endpoints and use of a NAT gateway Configure the following settings for a basic virtual network Subscription This option only applies if you have multiple subscriptions to choose from Resource group Like any other Azure resource a virtual network needs to exist in a resource group You can either select an existing resource group or create a new one Network name The network name must be unique in your subscription but it doesn t need to be globally unique Make the name a descriptive one that s easy to remember and identified from other virtual networks Region Select the region where you want the virtual network to exist Address space When you set up a virtual network you define the internal address space in Classless Interdomain Routing CIDR format This address space needs to be unique within your subscription and any other networks that you connect to Let s assume you choose an address space of for your first virtual network The addresses defined in this address space range from to You then create a second virtual network and choose an address space of The addresses in this address space range from to Some of the addresses overlap and can t be used for the two virtual networks But you can use with addresses that range from to and with addresses that range from to You can assign these address spaces to your virtual networks because there s no address overlap Subnet Within each virtual network address range you can create one or more subnets that partition the virtual network s address space Routing between subnets then depends on the default traffic routes You also can define custom routes Alternatively you can define one subnet that encompasses all the virtual networks address ranges Service endpoints Here you enable service endpoints Then you select from the list which Azure service endpoints you want to enable Options include Azure Cosmos DB Azure Service Bus Azure Key Vault and so on NAT gateway A NAT gateway is a fully managed and highly resilient Network Address Translation NAT service You can configure a subnet to use a static outbound IP address when accessing the internet BastionHost You can select to enable or disable Azure Bastion in your virtual network Azure Bastion service provides secure and seamless RDP SSH connectivity to your virtual machines directly in the Azure portal over TLS DDoS Protection Standard You can select to enable or disable Standard DDoS protection The Standard DDoS protection is a premium service Firewall You can enable or disable Azure Firewall Azure Firewall service is managed cloud based network security service that protects your Azure Virtual Network resources After you ve configured these settings select Review Create and then select Create when validation is passed Define additional settingsAfter you create a virtual network you can then define further settings These settings include Network security group Network security groups have security rules that enable you to filter the type of network traffic that can flow in and out of virtual network subnets and network interfaces You create the network security group separately Then you associate it with each subnet in the virtual network Route table Azure automatically creates a route table for each subnet within an Azure virtual network and adds system default routes to the table You can add custom route tables to modify traffic between subnets and virtual networks Subnet Delegation You can designate the subnet to be used by a dedicate service You can also amend the service endpoints and NAT gateway configuration Configure virtual networksAfter you ve created a virtual network you can change any further settings on the Virtual network pane in the Azure portal Alternatively you can use PowerShell commands or commands in Cloud Shell to make changes You can then review and change settings in further subpanes These settings include Address spaces You can add more address spaces to the initial definition Connected devices View a list of all connected host in the virtual network Subnets You can add more subnets DDos protection You can enable or disable the Standard DDos protection plan Firewall Configure firewall settings with Azure Firewall service for the virtual network Security Provides security recommendation you can apply to your virtual network Network Manager View connectivity and security admin configuration the virtual network is associated to DNS servers Configure the internal or external DNS servers that the resources in the virtual network use Peerings Link virtual networks in peering arrangements Service endpoints Enable service endpoints and apply them to multiple subnets Private endpoints View a list of private endpoints enabled in a subnet You can also monitor and view metrics to troubleshoot your virtual networks Virtual networks are powerful and highly configurable mechanisms for connecting entities in Azure You can connect Azure resources to one another or to resources you have on premises You can isolate filter and route your network traffic Azure allows you to increase security where you feel you need it Thank you for reading 2023-05-24 11:40:19
Apple AppleInsider - Frontpage News Apple rumored to drop limits on 15W wireless chargers for iPhone 15 https://appleinsider.com/articles/23/05/24/apple-rumored-to-drop-limits-on-15w-wireless-chargers-for-iphone-15?utm_medium=rss Apple rumored to drop limits on W wireless chargers for iPhone A new rumor claims that Apple will no longer require wireless chargers to be approved before they can deliver W fast charging for the iPhone range MagSafe goes universal with QiApple s MagSafe has been capable of wireless charging up to W since it was first introduced with the iPhone range It also works with Qi chargers but is limited to delivering a maximum of W Read more 2023-05-24 11:38:12
海外TECH Engadget Virgin Orbit gets stripped for parts as the company shuts down https://www.engadget.com/virgin-orbit-gets-stripped-for-parts-as-the-company-shuts-down-113504530.html?src=rss Virgin Orbit gets stripped for parts as the company shuts downOnce successful Virgin Orbit has been sold for parts at auction after the company declared bankruptcy in April In a million deal Rocket Lab USA a small satellite launch provider and aerospace manufacturer bought Virgin Orbit s square foot Long Beach headquarters and a variety of on site machinery and equipment Rocket Lab USA is currently developing Neutron a larger launch vehicle from its headquarters conveniently also located in Long Beach In a statement about the purchase Peter Beck Rocket Lab s CEO and founder said adding Virgin Orbit s lease quot provides co located engineering manufacturing and test capabilities for our Neutron team quot The now defunct Virgin Orbit started in as an off shoot of Virgin Galactic billionaire Richard Branson s space tourism venture Its goal was to use a modified Boeing aircraft known as Cosmic Girl to deploy small satellites into low Earth orbit but only four of its six flights since its first in have been successful The company attempted to save money through methods like going public in and most recently furloughing its or so employees However they weren t enough and the company reported a million net loss for In April Virgin Orbit officially declared bankruptcy and laid off most of its employees In total Virgin Orbit has earned just over million from bankruptcy sales CNBC reported Cosmic Girl sold for million to Stratolaunch creator of the world s largest plane A small satellite transport business Launcher paid an additional million for Virgin Orbit s launch site in the Mojave Desert ーabout a six hour drive from their south Los Angeles headquarters Launcher is owned by Vast a company attempting to launch the first private space station This article originally appeared on Engadget at 2023-05-24 11:35:04
海外TECH Engadget The Morning After: Dyson claims its next-gen robot vacuum has twice the suction of rivals https://www.engadget.com/the-morning-after-dyson-claims-its-next-gen-robot-vacuum-has-twice-the-suction-of-rivals-111516938.html?src=rss The Morning After Dyson claims its next gen robot vacuum has twice the suction of rivalsDyson s first robot vacuum the Eye was a tallish robot vac that brought several new tricks to automated floor cleaning for a price Now the UK company is trying again with the Vis Nav robovac which just launched in Australia and should come to the US later this year The motor speed has increased from RPM on its predecessor to which supposedly delivers six times the suction of other robot vacuums It also has a quot triple action quot brush bar for optimal cleaning on different surfaces Namely it uses soft nylon for hard floors anti static carbon fiber filaments for fine dust and stiff nylon bristles for carpets The company has also added an arm that pops out and redirects suction picking up dirt at the edges With all that suction power it can clean for up to minutes before automatically going back to the dock to charge There s no word on pricing or US availability yet but the Vis Nav just launched in Australia for AUD about more than the Eye was at launch and much more than many high end rivals Mat SmithThe Morning After isn t just a newsletter it s also a daily podcast Get our daily audio briefings Monday through Friday by subscribing right here The biggest stories you might have missedWindows finally gets native RAR support Amazon has a big sale on Razer gaming accessories and peripheralsWhite House reveals its next steps toward responsible AI developmentComcast launches live TV streaming service with channels AI heads to the Microsoft Store on WindowsWarner Bros Max streaming service launches with new K tier The new Ableton Push is an MPE enabled standalone music production powerhouse Sony s ZV II has a wide lens so you can fit your whole face in while vloggingThe best sleep apps and gadgets for a better night s sleep Netflix starts charging for account sharing in the USYou ll need to pay per month for users outside your household Netflix is now notifying American customers they need to pay per month for viewers outside of the household who want to share the account As in other countries you can add one extra member with the Standard plan and two with the Premium tier You can still watch outside your home but you ll have to establish the household s boundaries either manually through a smart TV app which looks for devices on the same WiFi network or automatically based on IP addresses device IDs and activity Continue reading Microsoft s Panos Panay sees Windows and AI as an opportunity Windows Copilot is just the beginning After debuting its AI infused Bing search engine and Microsoft Copilot for Office apps Microsoft is making the inevitable next step making AI an integral part of Windows The new Windows Copilot tool lives in the Windows sidebar and just like Bing s AI chat you can use it as a super powered search engine by typing in general questions But true to its name it s also deeply integrated with Windows In an interview with Engadget executive vice president and chief product officer Panos Panay told us quot AI is going to be the single largest driver of innovation for Windows in the years to come It s going to change the way you work Windows Copilot will be available to preview in June Continue reading NVIDIA RTX Ti GB reviewBetter p ray tracing for We loved NVIDIA s RTX Ti It was the ideal balance of price and performance So with its RTX series cards skyrocketing to pricey new heights is NVIDIA drifting away from affordable GPUs Fortunately the RTX Ti proves NVIDIA can still deliver plenty of value under We put it to the test Continue reading Amazon s latest Fire tablet is a Android powered in The total cost comes up to with a keyboard case and stylus AmazonFollowing Google s official launch of the Pixel Tablet last week Amazon has unveiled a new Fire tablet called the Max For just the Fire Max offers an inch LCD screen slim aluminum frame and smart home controls courtesy of Alexa While the company s previous slates have found a niche as affordable kid friendly mobile entertainment devices the Max is going for a more grown up audience The Fire Max seems solid value It s certainly cheaper when you include the price of the keyboard case than the Galaxy Tabs Surfaces and iPads that have long dominated the tablet market Expect our full verdict in the coming weeks Continue reading Adobe adds generative AI editing to PhotoshopGenerative Fill arrives in beta today AdobeAdobe announced a new Generative Fill feature is coming to its photo editing software later this year and it s available to play with in beta now The company promises “a magical new way to work as the Firefly powered feature lets you add remove and extend visual content based on natural language text prompts Adobe says the feature matches the original scene s perspective lighting and style so you can alter images with minimal effort Continue reading This article originally appeared on Engadget at 2023-05-24 11:15:16
海外科学 BBC News - Science & Environment Virgin Orbit: Branson’s rocket dream ends after mission failure https://www.bbc.co.uk/news/business-65692302?at_medium=RSS&at_campaign=KARANGA launch 2023-05-24 11:33:06
医療系 医療介護 CBnews コロナ財政支援の継続要望、全自病・会長-5類移行後も対策費用発生 https://www.cbnews.jp/news/entry/20230524200858 全国自治体病院協議会 2023-05-24 20:40:00
医療系 医療介護 CBnews 医師時短計画の評価申請121件、日医-夏前がデッドライン、早期対応呼び掛け https://www.cbnews.jp/news/entry/20230524201717 医療機関 2023-05-24 20:35:00
医療系 医療介護 CBnews 医療情報ガイドライン第6.0版、31日に公表へ-ワーキンググループが案を概ね了承 https://www.cbnews.jp/news/entry/20230524201158 厚生労働省 2023-05-24 20:30:00
ニュース BBC News - Home Teens killed in crash were not chased - police commissioner https://www.bbc.co.uk/news/uk-wales-65692972?at_medium=RSS&at_campaign=KARANGA michael 2023-05-24 11:26:03
ニュース BBC News - Home Strictly's Amy Dowden reveals breast cancer diagnosis https://www.bbc.co.uk/news/uk-wales-65682699?at_medium=RSS&at_campaign=KARANGA breast 2023-05-24 11:44:32
ニュース BBC News - Home Asteroid City: Tom Hanks and Scarlett Johansson film 'stylish but lacks substance' https://www.bbc.co.uk/news/entertainment-arts-65693202?at_medium=RSS&at_campaign=KARANGA cannes 2023-05-24 11:04:47
ニュース BBC News - Home Virgin Orbit: Branson’s rocket dream ends after mission failure https://www.bbc.co.uk/news/business-65692302?at_medium=RSS&at_campaign=KARANGA launch 2023-05-24 11:33:06
ニュース BBC News - Home Southampton close to appointing Martin as Selles exits https://www.bbc.co.uk/sport/football/65652047?at_medium=RSS&at_campaign=KARANGA coach 2023-05-24 11:47:42
IT 週刊アスキー 水曜どうでしょう最新作、TV放送前にライブビューイング! 藩士よ、集え! https://weekly.ascii.jp/elem/000/004/138/4138103/ 北海道テレビ 2023-05-24 20:30:00
IT 週刊アスキー Hondaがアストンマーチンと組んでF1復帰を発表! 「2026年の開幕戦から勝つ!」 https://weekly.ascii.jp/elem/000/004/138/4138086/ honda 2023-05-24 20:10: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件)