投稿時間:2022-05-10 00:39:24 RSSフィード2022-05-10 00:00 分まとめ(41件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Architecture Blog Throttling a tiered, multi-tenant REST API at scale using API Gateway: Part 2 https://aws.amazon.com/blogs/architecture/throttling-a-tiered-multi-tenant-rest-api-at-scale-using-api-gateway-part-2/ Throttling a tiered multi tenant REST API at scale using API Gateway Part In Part of this blog series we demonstrated why tiering and throttling become necessary at scale for multi tenant REST APIs and explored tiering strategy and throttling with Amazon API Gateway In this post Part we will examine tenant isolation strategies at scale with API Gateway and extend the sample code from Part … 2022-05-09 14:10:45
python Pythonタグが付けられた新着投稿 - Qiita ゼロから作る物体検出(object detection) https://qiita.com/shushin/items/35dbbf8274cbfae1c18f deeplearning 2022-05-09 23:44:10
python Pythonタグが付けられた新着投稿 - Qiita seleniumでリンク(aタグ)をクリックできないときの対処 https://qiita.com/std-flower/items/b6208eccc5f27ed8b034 selenium 2022-05-09 23:12:21
AWS AWSタグが付けられた新着投稿 - Qiita 【初心者】特徴量エンジニアリングについて調べてみた https://qiita.com/zumax/items/3b6e771ef1fcaf3edd91 背景 2022-05-09 23:28:49
AWS AWSタグが付けられた新着投稿 - Qiita AWS認定 機械学習 – 専門知識(MLS):合格への近道 https://qiita.com/moko_ss/items/a81ee7d7fae6f9be8b2b 専門知識 2022-05-09 23:14:11
Docker dockerタグが付けられた新着投稿 - Qiita DockerとEC-CUBEとphpmyadminでサクッと環境を構築する。 https://qiita.com/bigkou/items/17057737db925b60c02a docker 2022-05-09 23:35:55
Docker dockerタグが付けられた新着投稿 - Qiita Dockerのコンテナやイメージを一括で停止する方法 https://qiita.com/vbxy95xwy/items/59ec8f892e16cef13af0 docker 2022-05-09 23:19:32
技術ブログ Developers.IO AWS Step FunctionsでDynamoDBテーブルからのデータ取得時のLastEvaluatedKey対応をしてみた https://dev.classmethod.jp/articles/supporting-lastevaluatedkey-when-retrieving-data-from-a-dynamodb-table-in-aws-step-functions/ awsstepfunctions 2022-05-09 14:54:46
海外TECH MakeUseOf GPU Fans Not Spinning? Here's How to Fix It https://www.makeuseof.com/gpu-fans-not-spinning-troubleshooting/ graphics 2022-05-09 14:45:14
海外TECH MakeUseOf Play Fortnite for Free on Your Phone, Tablet, or PC With Xbox Cloud Gaming https://www.makeuseof.com/play-fortnite-free-phone-tablet-pc-xbox-cloud-gaming/ microsoft 2022-05-09 14:31:14
海外TECH MakeUseOf How to Add Wi-Fi Control to Your Air Conditioner and Make It Smart https://www.makeuseof.com/how-to-add-wi-fi-control-to-your-air-conditioner-and-make-it-smart/ traditional 2022-05-09 14:30:14
海外TECH MakeUseOf 7 Ways to Remove an External USB Drive in Windows 11 https://www.makeuseof.com/windows-11-eject-usb/ remove 2022-05-09 14:15:14
海外TECH DEV Community Experimenting with digital lanyards - introducing the Badger2040 https://dev.to/aws/experimenting-with-digital-lanyards-introducing-the-badger2040-2dkn Experimenting with digital lanyards introducing the Badger Experimenting with digital lanyardsAs someone who attends events on a regular basis I have spent a fair bit of time over the years looking at interesting ways to engage with attendees One of the problems I was looking to solve was how do I share useful information with attendees without having to interrupt the conversations something that typically happens as I try and find those links on my mobile phone I am always looking at interesting new devices that might help and recently I was drawn to an announcement from Pimoroni about a device called the Badger a low cost e Ink display that was combined with a Raspberry Pi Pico controller If you work or even dabble in the Raspberry Pi Maker space you will know who this is if not then head over to their site and prepare to be inspired and excited in equal measureThe device has a number of buttons that you can use to make it more dynamic for example you can switch information you want to display or enable some basic interactivity potentially Cool stuff I think with lots of potential I actually bought one of these a few weeks ago and put together over a couple of hours a very simple sample application that is perfect for my use case I shared it on social media today and this tweet generated a fair bit of interest I had a few questions so thought I would quickly put together this post to share what it is and how to get it up and running in case anyone else wants to try them out Introducing the BadgerAs this post Getting Started with Badger on the Pimoroni site says the Badger is a a low cost RP powered eInk ePaper EPD programmable badge To get started with this you are going to need the following a Badger kit this comes with a battery pack velcro a lanyard and a USB C USB connection cableThonny an open source Python IDE that allows you to connect and upload download code and assets to the Badger This works on Mac Windows and Linux access to the GitHub repository that contains useful example codeInstalling ThonnyI had never heard of Thonny before but it is a very simple code editor that is optimised for this kind of use case When you add files it asks you whether you want to work on that file locally or directly on the remote i e Badger device Thonny is the way to effectively deploy your code to the device It was simple enough to install on my Mac and just installed using the defaults To get ready for development you need to first configure the runtime To do this from the TOOLS gt OPTIONS select the INTERRUPTER tab and from the pull down select MICROPYTHON RASPBERRY PI PICO Below this you should see PORTS you can leave that alone as it should automatically configure See the next step as to how this might be helpful when troubleshooting issues Connecting to the BadgerI am using a Macbook running Big Sur and in a hurry to get up and running and of course ignoring the documentation I connected the battery pack to the Badger connected the USBC cable to my Mac and then booted up Thonny I encountered an error however Device is busy or does not respond I checked to see if I had configured everything correctly by checking the TOOLS gt OPTIONS and viewing the PORTS section under the INTERRUPTER tab You should see a value that says something like BOARD IN FS MODE dev cu usbmodem This appeared so I was not sure why I could not connect I quickly figured out my problem I had connected the battery pack and I had switched it ON This meant that the Badger was actually running and so I could not connect to it as it was busy Once I turned the battery pack OFF and then retried I could successfully connect to the Badger and I could see both my local files as well as the files on the Badger I hope that saves folk some time Updating the FirmwareI will not cover it in this post as it is covered very well in the Pimoroni post linked above You are able to upload firmware to the Badger by simply putting the device in boot rom mode this makes the device appear as a drive in Finder and then copying the uf file into the folder Once copied the update happens automatically You probably will not need to do this if you are just getting everything up and running but if you do check out the post above Working with imagesIt is possible to display low resolution images on your badger and I actually really like the lowfi retro feel of them So I can hear you all asking me how Pimoroni provide lots of useful tools and an image conversion is one such useful tool You can find it here and the way that I created my image file it is in the GitHub repo which I share at the end of this post I did the following clone the repository so I could use the convert py scriptresize an image I wanted to use so that it was exactly pixels in width and pixels in heightrun the convert py script using the command python convert py binary images ricsue pngthis creates an output file in the same folder called ricsue bin which is the binary image format that the badger can useThere are more examples of how you can work with images in the Pimoroni blog post so check them out My customised badgerThe Badger comes a ton a sample applications two of which I realised I wanted to mesh the qrcode and the badge scripts One allows you to configure QR codes to be displayed with some text using a text file to configure the URL and generate the QR code The other allows you to display a static image with some text I wanted to use both and then use the buttons on the device to toggle which one depending on where I was or what I was doing at a given time at the event I am not going to cover the code as it is heavily based on the sample code You can find the code I used for my badge over at this GitHub repo It is not the best code in the world but I hacked it together using the sample applications so I would recommend going through those to see what you can use I hope that you find this interesting and will post back my findings of using this device at events over the coming weeks as I have quite a few coming up 2022-05-09 14:51:45
海外TECH DEV Community My newest dev project is done - YouBarter.us | 🔥Roast Me 🔥 https://dev.to/ironcladdev/my-newest-dev-project-is-done-youbarterus-roast-me-2ka3 My newest dev project is done YouBarter us Roast Me My mom came up with a really good idea a while back about creating a platform for bartering After about a year the website was finally complete Bartering is the act of trading goods and services and in this site all goods and services appear on a map displaying where things are This was my first time using Mapbox It was quite difficult but it was worth it and very fun to experiment with and put together On top of it putting it together with react was really hard but thanks to this article on dev to I was able to implement it I can explain a lot of this all day but I ll leave it to you Please share your thoughts on it and if you find any please report any bugs you should happen to find Thanks for reading Please be sure to share upvote on product hunt and hacker news 2022-05-09 14:45:00
海外TECH DEV Community How to Build Loading Component in React [DETAIL TUTORIAL] https://dev.to/codecoursessite/how-to-build-loading-component-in-react-detail-tutorial-58p9 How to Build Loading Component in React DETAIL TUTORIAL For more free and detail courses please go to Table of ContentsNo TopicsAbout Code CoursesLive DemoTakeaway SkillsCourse OverviewPrerequisites      Softwares      Technical SkillsCreating the React Project      Create Loading Component AppStructuring the Project      Project Structure      Setting Up CSS      Build the Loading ComponentPushing the Project to GithubCreating a new Vercel AccountDeploying the Project to VercelConclusion About Code CoursesCode Courses is a website where people learn about coding and different technologies frameworks libraries For the purpose of helping people learn all of the courses are FREE and DETAIL For this reason Code Courses believe that you do not need to buy any courses out there Hopefully after following the content on Code Courses you will find your dream jobs and build any applications that you want Live DemoAfter we finish this course the final output will be like this If you want to find the full source code you can refer to this Github link Takeaway SkillsWe can build the Loading component by using React We can include this project in our profiles It would help us a lot in finding a software engineer job Aside from that we can build other related applications with the skills we will get from this course Course OverviewAs we can see from the above image we will have a button which is called Toggle Loading After the users click on that button the Loading component will be shown And After seconds the Loading component will be hidden automatically After finishing this course we can understand how to apply React to build a real life project Prerequisites SoftwaresInstall NodeJS An IDE or a text editor VSCode Intellij Webstorm etc Technical SkillsBasic programming skills Basic HTML CSS JS React skills Creating the React ProjectIn fact we have several ways to create a new React project such as importing the React library from CDN links or using existing boilerplates templates out there In this case we will create our React project by using the Create React AppCreate React App is a comfortable environment for learning React and is the best way to start building a new single page application in React It sets up your development environment so that you can use the latest JavaScript features provides a nice developer experience and optimizes your app for production Create Loading Component AppIn this situation to create our React loading component project we need to follow the below steps Step We ll need to have Node gt and npm gt on our machine In case If we have not installed Node js please click on the above link and follow its documentation Step In order to make sure that we have installed Node js on our computer Hence please open your terminal cmd power shell and run the following statement node vThe result should be like this v is the Node js version on my computer Nevertheless it may be different on your computer depending on which version you have installed Step After we have installed Node js on our computer On our terminal we need to use the below statements npm install g create react appcreate react app your app nameIn addition we need to replace your app name with the real name of our application In this case we want to build a loading component app For this reason we will replace your app name with loading component react In conclusion now our final statement should look like this create react app loading component reactStep Otherwise we need to wait until the process is finished After that our result should look like this Step Now we can try to run our application On the same terminal please cd to your project folder cd loading component reactStep Following that please run the below statement to start our React project npm run startOur result should look like this Structuring the ProjectIn general we will talk about how we structure our project In some other tutorials we may see that those tutorials will tell you to store every component in the src folder or develop everything in those files without caring about some best practices and principles For example we don t want to violate the DRY principle DRY stands for don t repeat yourself For the most part It means that we should avoid duplication in the business logic Hence to avoid that we create some common files and folders Therefore we can reuse them in different places With this purpose in mind doing that helps us increase the readability maintainability and scalability of our code Project StructureIn this section we talk about how to structure our project Step Firstly please create a folder which is called components inside the src folder The components folder will contain all of the components in our application For example the login component the register component the home component and so on Step Moreover we need to remove some unused files in this course They are the App css App test js logo svg reportWebVitals js setupTests js Step In this situation we are importing the logo svg file in the App js For that reason we need to remove it from the App js file import React from react const App gt return lt React Fragment gt Hello Loading Component lt React Fragment gt export default App In the App js file we removed all of the dependencies and the current JSX elements After that we returned a React fragment Inside that fragment we showed Hello Loading Component Step In fact We are importing reportWebVitals in the index js file However we removed reportWebVitals in step Therefore we need to remove it from the index js file import React from react import ReactDOM from react dom import index css import App from App ReactDOM render lt App gt document getElementById root Now we can get back to our browser and the UI should be like this The full source code of the index js file will be like this import React from react import ReactDOM from react dom import index css import App from App ReactDOM render lt App gt document getElementById root The full source code of the App js file will be like this import React from react const App gt return lt React Fragment gt Hello Loading Component lt React Fragment gt export default App Setting Up CSSIn fact we need to make our UI attractive Therefore in this section we will set up CSS for our application Hence we do not need to care about styling because CSS was pre prepared In the index js file we are importing the index css file This file contains all CSS for the application We have different ways to set up styling for a React application we can use the styled components library or we can use the TailwindCSS library and so on Therefore we will write all CSS in the index css file Please replace the current content of the index css file with the following content body margin font family apple system BlinkMacSystemFont Segoe UI Roboto Oxygen Ubuntu Cantarell Fira Sans Droid Sans Helvetica Neue sans serif webkit font smoothing antialiased moz osx font smoothing grayscale code font family source code pro Menlo Monaco Consolas Courier New monospace padding margin box sizing border box input outline none border none webkit scrollbar display none app container background color fff left rem min height vh position fixed top rem width calc vw rem loading background color rgba display block Hidden by default height Full height left overflow auto position fixed Stay in place top width Full width z index Sit on top lds roller display inline block height rem left position fixed top width rem z index lds roller div animation lds roller s cubic bezier infinite transform origin px px lds roller div after content display block position absolute width px height px border radius background bc margin px px lds roller div nth child animation delay s lds roller div nth child after top px left px lds roller div nth child animation delay s lds roller div nth child after top px left px lds roller div nth child animation delay s lds roller div nth child after top px left px lds roller div nth child animation delay s lds roller div nth child after top px left px lds roller div nth child animation delay s lds roller div nth child after top px left px lds roller div nth child animation delay s lds roller div nth child after top px left px lds roller div nth child animation delay s lds roller div nth child after top px left px lds roller div nth child animation delay s lds roller div nth child after top px left px keyframes lds roller transform rotate deg transform rotate deg home align items center background color bc display flex justify content center min height vh min width vw home toggle loading background border radius rem border none color fff font size rem font weight outline none padding rem width rem home toggle loading hover cursor pointer opacity Build the Loading ComponentAs mentioned above we will have a button which is called Toggle Loading After the users click on that button the Loading component will be shown And After seconds the Loading component will be hidden automatically To develop the loading component please follow the below steps Step Please create the Loading js file inside the components folder Step Please replace the Loading js file with the following content import React from react const Loading gt return lt div className loading gt lt div className lds roller gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt lt div gt export default Loading As we can see from the above code snippet we created a div element its className is loading and inside that div we created another div its className is lds roller Aside from that we created empty div elements inside the lds roller div element For CSS we have done that in the Setting Up CSS section Now we will use the Loading component inside the App js file Because we need to keep track of showing or hiding the Loading component Therefore we will define a state which is called isLoading to detect whether the Loading component is showing If the isLoading state is true it means that the Loading component is showing and vice versa Step In the App js file we import useState from react import useState from react Step In the App js file we import the Loading component import Loading from componnets Loading Step In the App js we define the isLoading state as we mentioned above function App const isLoading setIsLoading useState false Step In the App js we update the return statement as follows function App return lt div className home gt lt button className home toggle loading gt Toggle Loading lt button gt isLoading amp amp lt Loading gt lt div gt We define a button which is called Toggle Loading After the users click on that button the Loading indicator will be shown And after seconds the Loading indicator will be hidden automatically That s the idea We also used conditional rendering to check whether the Loading component is showing based on the isLoading state If the isLoading state is true the Loading component will be shown and vice versa We need to handle the onClick event for the Toggle Loading button We will do that in the below step Step In the App js we handle the onClick event for the Toggle Loading component function App return lt div className home gt lt button className home toggle loading onClick toggleLoading gt Toggle Loading lt button gt isLoading amp amp lt Loading gt lt div gt We have not defined the toggleLoading function yet We will do that in the below step Step In the App js file we defined the toggleLoading function function App const toggleLoading gt if isLoading setTimeout gt setIsLoading false setIsLoading prevStatus gt prevStatus export default App According to the above code snippet we will check if the isLoading state is false and we will create a setTimeout The setTimeout will be executed after seconds and we will set the isLoadingstate to false after seconds because we will know that we will set it to true immediately by calling setIsLoading prevStatus gt prevStatus Now if we run our code the UI will be like this Pushing the Project to GithubIn this part we will push our project to Github GitHub is where over million developers shape the future of software together Contribute to the open source community manage your Git repositories and so on To push our project to Github we need to follow the below steps Step Create the gitignore file in your root directory with the following content node modules envWe do not want to push the node modules and env folder to Github Step Go to this link and then log in to Github with your created account Step After we ve logged in to Github please go to this Link to create a new repository Step We need to input the repository name and then click on the Create Repository button Step We need to open the terminal cd to the project folder and follow the guidelines on GithubIf everything is fine you should see the below UI Creating a New Vercel AccountIn this section we will create a new Vercel Account because we want to deploy our application on Vercel Vercel combines the best developer experience with an obsessive focus on end user performance The platform enables frontend teams to do their best work Vercel is the best place to deploy any frontend app Start by deploying with zero configuration to our global edge network Scale dynamically to millions of pages without breaking a sweat To create a new Vercel account please follow the below steps Step Please go to this Link and click on the Login button Step Please log in with your Github account Step After logging in to the Vercel platform successfully we will be on this page Deploying the Project to VercelIn this part we will deploy our project to the Vercel platform As mentioned above Vercel combines the best developer experience with an obsessive focus on end user performance The platform enables frontend teams to do their best work Vercel is the best place to deploy any frontend app Start by deploying with zero configuration to our global edge network Scale dynamically to millions of pages without breaking a sweat To deploy the project to Vercel please follow the below steps Please make sure that we ve logged in to the Vercel platform Step Please go to this link and click on the Create Project button Step Please click on the Import button to import our repository to Vercel Please note that the attached image is the screenshot at the time of writing this course Your UI may be different However the purpose is the same we want to import our repository to the Vercel platform Step Please input the environment variables we just need to input all of the environment variables in our env file However we do not have any environment variable in this project Therefore we can ignore that After that we need to click on the Deploy button If everything is fine we should see the below UI ConclusionCongratulation We have finished the loading component by using React In conclusion we have known about the purposes of this course and created and structured the project Following that we also developed the Loading component and deployed the application to Vercel Thank you so much for joining this course you can find many courses on Code Courses 2022-05-09 14:39:23
海外TECH DEV Community Significance of competitive intelligence https://dev.to/prasan26/significance-of-competitive-intelligence-2ci4 Significance of competitive intelligenceCompetitive Intelligence sometimes referred to as business intelligence refers to the skill to gather analyze and use information collected on participants customers and other market factors contributing to a business s cheap advantage Competitive Intelligence is crucial because it helps companies understand their competitive environment and the opportunities and challenges it presents Businesses analyze the information to create effective and efficient business practices How does competitive Intelligence works By definition competitive Intelligence assembles actionable information from diverse published and unpublished sources collected efficiently and ethically Ideally a business successfully employs competitive Intelligence by cultivating a detailed enough portrait of the marketplace so it may anticipate and respond to challenges and problems before they arise Here are some problems that will face in a competitive field in competitive Intelligence is poor competitive differentiation Competitive intl was too general and didn t differentiate based on specific competitors The information was also feature specific rather than giving insight for employees to set the product apart from valued propositions It didn t help the business stand out decentralized competitive Intelligence Information was being pushed out but it was scattered everywhere Employees would have to sift through old emails docs and slides in an attempt to find the insights they needed internal messaging was inaccurate Out of date information is terrible but incorrect information is worse There was a disconnect between what marketing said and what sales experienced marketing campaigns pushed positive positioning slants that weren t true competitive information lacked strategic direction There was no clearly defined strategy behind the competitive Intelligence being gathered Sales teams were using the intel on an ad hoc basis rather than creating structured battle cards that could help them through every sales cycle stage Competitive Intelligence is the systematic collection and analysis of information from multiple sources and a coordinated business s competitive advantage It is the action of defining gathering analyzing and distributing Intelligence about products customers competitors and any aspect of the environment needed to support executives and managers in strategic decision making for an organization Competitive Intelligence means understanding and learning what is happening in the world outside the business to increase one s competitiveness It means learning as much as possible as soon as possible about one s external environment including one s industry in general and relevant competitors Key TakeawaysCompetitive Intelligence is a legal business practice instead of industrial espionage which is illegal The focus is on the external business environment There is a process involved in gathering information converting it into Intelligence and then using it in decision making Some Competitive intelligence professionals erroneously emphasize that if the Intelligence gathered is not usable or actionable it is not Intelligence How Competitive Intelligence Works In order to obtain competitive Intelligence companies can gather data and information from a vast amount of sources customers competitors industry experts and reports trade shows and conferences financial statements and government records Additionally due to the explosion of user generated content on blogs forums social networks and more more information is available than ever before This has led to a new phenomenon named information overload To deal with this exponential expansion of data companies rely on tools and apps that help them collect process and analyze data more efficiently Check out CyberJunk Community Discord Server to get your hands on exclusive infosec tools researches and premium courses at no cost Connect with me LinkedIn Twitter Join The Community LinkedIn Discord Support my HackClub 2022-05-09 14:22:03
Apple AppleInsider - Frontpage News Apple deal alert: Amazon reissues $250 discount on 1TB 14-inch MacBook Pro https://appleinsider.com/articles/22/05/09/apple-deal-alert-amazon-reissues-250-discount-on-1tb-14-inch-macbook-pro?utm_medium=rss Apple deal alert Amazon reissues discount on TB inch MacBook ProAfter selling out last month Amazon s best of the web MacBook Pro deal is back discounting Apple s upgraded TB inch MacBook Pro by Kicking off the Monday sale is a price cut on Apple s upgraded inch MacBook Pro This high end retail model MKGTLL A is equipped with Apple s M Pro chip featuring a core CPU and core GPU It also has GB of RAM and TB of storage ーdouble that of the standard inch MacBook Pro Now marked down to in silver thanks to a instant rebate stacked with in bonus savings at checkout this Amazon deal also rings in at least cheaper than other leading Apple resellers making it one of the best offers we ve seen on the retail inch configuration Read more 2022-05-09 14:54:01
Apple AppleInsider - Frontpage News Daily deals May 9: iPhone 12 models from $369, $420 off Surface 4 Laptop, $100 off iPad mini 6, more https://appleinsider.com/articles/22/05/09/daily-deals-may-9-iphone-12-models-from-369-420-off-surface-4-laptop-100-off-ipad-mini-6-more?utm_medium=rss Daily deals May iPhone models from off Surface Laptop off iPad mini moreMonday s best deals include discounts on a Microsoft Surface laptop savings on refurbished iPhone models an iPad mini Blue Yeti mic and much more Microsoft Surface th Gen Laptop iPhone models and iPad Mini are on sale todayEvery single day we publish a variety of the best deals we ve been able to find across the internet on Apple products smartphones smart TVs and lots of other items This is all because we want to help you put back some cold hard cash into your bank account If an item is out of stock you may still be able to order it for delivery at a later date Many of the Amazon discounts are likely to expire soon though so act fast Read more 2022-05-09 14:29:45
Apple AppleInsider - Frontpage News How to make NFC automations to use with your iPhone https://appleinsider.com/inside/iphone/tips/how-to-make-nfc-automations-to-use-with-your-iphone?utm_medium=rss How to make NFC automations to use with your iPhoneUsing the Shortcuts app on your iPhone you can automate common tasks with just a tap Here are some useful ideas from logging your coffee consumption to starting your workout Scan NFC tags to trigger automation routinesWhen Apple originally added the ability to trigger automation via NFC tags we showed how to set up this shortcut along with some helpful automation ideas Now we re back with several more ideas to try out Read more 2022-05-09 14:14:18
海外TECH Engadget NFTs are coming to Instagram this week https://www.engadget.com/instagram-nft-test-meta-mark-zuckerberg-143326085.html?src=rss NFTs are coming to Instagram this weekAs promised or threatened depending on your perspective NFTs are coming to Instagram imminently Meta CEO Mark Zuckerberg said the app will this week start testing a way for users to display non fungible tokens on their profiles quot We re starting building for NFTs not just in our metaverse and Reality Labs work but also across our family of apps quot Zuckerberg said in a post on Facebook quot We re starting to test digital collectibles on Instagram so that creators and collectors can display their NFTs quot A similar feature is coming to Facebook in the near future and Meta is considering enabling NFTs in its other apps such as Messenger and WhatsApp Also in the works is a way for people to display D NFTs in Instagram Stories using augmented reality Zuckerberg says this feature would be built on Spark AR and would allow users to quot place digital art in physical spaces quot Rumors swirled over the weekend suggesting that Instagram would start testing non fungible tokens in the app this week CoinDesk reported that Meta would allow integrations with NFTs from the Ethereum Polygon Solana and Flow blockchains nbsp NFTs on Instagram This week we re beginning to test digital collectibles with a handful of US creators and collectors who will be able to share NFTs on Instagram There will be no fees associated with posting or sharing a digital collectible on IG See you next week pic twitter com VuJbMVSBDrーAdam Mosseri mosseri May Instagram head Adam Mosseri shed more light on how the NFT integrations will work Users will be able to share NFTs they ve created or bought in their feed Stories and messages A limited number of people in the US will have access to these features to begin with nbsp Mosseri also noted the disconnect between the decentralized nature of Web tech like NFTs and the blockchain and the fact Instagram is a centralized platform quot One of the reasons why we re starting small is we want to make sure that we can learn from the community quot he added quot We want to make sure we can work out how to embrace those tenets of distributed trust and distributed power despite the fact that we are a centralized platform quot Users won t need to pay any fees quot associated with posting or sharing a digital collectible quot on Instagram Mosseri said In his announcement he suggested NFTs could provide a way for a subset of creators to earn a living on the platform That suggests users will be able to buy and sell them directly on Instagram at some point Zuckerberg has said that creators may eventually be able to mint NFTs in the app too Engadget has contacted Meta for more details Meta s CEO has also spoken about other ambitions for NFTs in the company s take on the metaverse “I would hope that you know the clothing that your avatar is wearing in the metaverse you know can be basically minted as an NFT and you can take it between your different places he said at SXSW in March Update AM ET Added more details from Mosseri 2022-05-09 14:33:26
海外TECH Engadget Kendrick Lamar's latest music video includes deepfakes of Will Smith and Kanye https://www.engadget.com/kendrick-lamar-deepfake-music-video-143002539.html?src=rss Kendrick Lamar x s latest music video includes deepfakes of Will Smith and KanyeKendrick Lamar is out to show that deepfakes are useful for more than misinformation and creepy porn The rapper has shared a music video for his quot The Heart Part quot single that revolves exclusively around deepfake celebrity faces superimposed on Kendrick s body as he spits bars The clip seamlessly transitions between AI based visages of famous and occasionally notorious figures in recent Black culture including Kanye West OJ Simpson Will Smith and late icons like Kobe Bryant and Nipsey Hussle Deep Voodoo a studio formed by South Park creators Trey Parker and Matt Stone was responsible for the deepfake imagery The video was directed by Kendrick and Dave Free nbsp As with the lyrics themselves the overlaid faces serve as commentary on the Black experience They represent different aspects of a common voice and appear alongside key verses such as Kanye for bipolar disorder and Nipsey for murder In that sense Kendrick s video is a reminder that deepfake technology is just a tool and can be useful for artistic expression in the right hands 2022-05-09 14:30:02
海外TECH Engadget The best multi-device wireless chargers you can buy https://www.engadget.com/best-multi-device-wireless-chargers-130020900.html?src=rss The best multi device wireless chargers you can buyThere s a good chance you have enough devices with wireless charging support that a single device pad or stand just won t cut it However buying a multiple item charger can be a headache You not only have to contend with varying levels of support but different designs ーthe last thing you want is something that won t fit on your nightstand Don t fret though We ll walk you through what you need to know while shopping for a multi device charger and recommend a few models that belong on your short list Future proofingIt won t be shocking to hear that your phone choice influences your choice in chargers Only iPhone owners will need to consider Apple Watch compatibility Likewise you ll need an Android phone if you expect to power a Galaxy Watch Buy an iPhone or newer and you can attach your phone magnetically using MagSafe while the latest Android phones often have some form of fast wireless charging However it s not simply a question of getting the fastest charger You should consider what you might buy in the future Don t buy a two device charger if you have an iPhone and AirPods but have been eyeing an Apple Watch And if you think you might switch to Android or vice versa you ll want to get something more generic that doesn t lock you into any one ecosystem Some chargers include cradles trays and other features that are heavily optimized for particular products and might not even account for year to year changes Some vertical stands are too tall for small phones like the iPhone mini for instance While you can never completely guarantee that next year s phone or watch will work it s worth buying something more likely to last Having said all this don t be afraid to get a charger with vendor specific features if you re fiercely loyal to one brand Apple isn t expected to ditch MagSafe any time soon and Samsung will likely keep making Galaxy Watches for a while to come Where and how will you use it Sebastian Bednarek on UnsplashYou re probably buying a multi device charger with one location in mind It might sit on your nightstand or on your desk Not everyone buys a charger just for themselves though you might want to use one as a shared station for you and a partner If the charger will sit on your nightstand you ll likely want a compact stable unit that won t swallow all your free space or tumble to the floor You may also prefer a lay flat phone pad so your screen is less likely to keep you awake The Apple Watch and some other smartwatches can double as tiny alarm clocks so you might want a vertical charging option for any wristwear At a desk however you may want a vertical phone stand so you can check notifications Will the charger sit on a low table Horizontal pads may make it easier to grab your devices in a hurry Travel chargers should fold up or otherwise protect the pads while they re in your bag And yes aesthetics count You may want something pretty if it s likely to sit in a posh room where guests will see it If it s a shared charging station you ll want something with multiple generic surfaces and you ll probably have to forgo charging more than one watch at a time In those cases consider the handful of in chargers on the market or models with USB ports PerformanceIt s no secret that wireless charging is typically slower than wired and powering multiple devices adds a new wrinkle As these chargers often have to support a wide range of hardware you ll have to forget about the fastest device specific options from brands like Google OnePlus and Samsung That s not to say these will be slow but there just isn t much separating them on the speed front As a general rule the quickest multi device chargers tend to top out at W for phones And you ll need a MagSafe charger if you want to get that full W on an iPhone It s rare that you ll find a truly slow example mind you Even some of the most affordable options we ve seen will recharge your phone at a reasonable W or W and the W for other devices is more than enough If you re only docking overnight or while you work speed won t make a huge difference Just be sure that whatever you buy is powerful enough for a phone in a case It s also worth noting that fast charging for other devices is rare although you ll occasionally find speedier options for the Apple Watch Series Quality box contents and small detailsMelvin Thambi on UnsplashThe difference between a good charger and a great one often boils down to little details You won t always need to pay extra to get those but a larger outlay may be worthwhile to avoid frustrations for years to come A textured surface like rubberized plastic or fabric will reduce the chances your expensive gadgets will slide off their charging points The base should have enough grip and weight that the charger won t easily shift out of place Any floating or vertical stands should be sturdy ーsteer clear if there s any wobble You ll also want to make a note of what s included in the box Some chargers don t ship with power adapters and we ve seen numerous models whose Apple Watch “stands are merely holders for your existing charging puck Then there s helpful touches like status lights for confirming correct placement although you ll want to make sure they dim or shut off after a certain amount of time And while it s still true that cradles and trays can limit compatibility you do want your devices to stay where you put them Shelves and lips can prevent your phone or watch from sliding Oh and be wary of floating smartwatch mounts as heavier timepieces might sag Engadget picksAt this stage you should have a good sense of what you want and what to look for Now it would be impossible for us to test every charger but we ve tried numerous models and have a few favorites Best premium in charger Belkin BoostCharge Pro in Wireless Charging Pad with MagSafeJon Fingas EngadgetIt doesn t get much better than Belkin s most advanced model if you re an Apple devotee The BoostCharge Pro in pad offers W MagSafe charging for your iPhone fast charging for the Apple Watch Series and a space for AirPods or other earbuds with Qi compatible cases The base is weighty covered in rubberized plastic and includes a discreet status light for your earbuds More importantly it supports more devices than you might think Although the Pro pad uses MagSafe the horizontal layout lets you charge virtually any phone at reduced speeds We also have to give Belkin kudos for one of the most convenient Apple Watch chargers we ve seen It not only works horizontally and vertically but includes a knob to adjust for different sizes and third party cases This is quite large compared to some in chargers so it s not the greatest choice for a nightstand Consider the smaller footprint of its counterpart the BoostCharge Pro in Wireless Charger with MagSafe W if you have an iPhone or newer You also won t find USB ports and the indented earbud pad rules out a second phone Still it s easily worth the asking price Buy BoostCharge Pro in at Belkin Runner up Logitech Powered in DockJon Fingas EngadgetThere are many quality high end chargers to choose from but Logitech s Powered in Dock offers a few features that help it rise above It consumes relatively little space and the rubberized horizontal and vertical chargers deliver up to W while gripping your devices tightly so both you and your partner can top off It has a few limitations though The vertical stand isn t well suited to the iPhone mini and other small phones And while the floating stand works with most Apple Watches heavier ones tend to sag such as this author s steel Series with a Leather Link strap and might not charge properly If those aren t issues though your will be well spent Buy Logitech Powered in at Amazon Best budget in charger Anker Wireless ChargerAnkerYou can find plenty of more affordable in chargers Few however offer quite as much for the money as the Anker Wireless Charger in Stand It folds up for travel offers an adjustable angle W vertical stand and lets you charge an Apple Watch either horizontally or vertically There s also a W USB C power adapter in the box so you won t have to buy an aftermarket brick or rely on proprietary cabling to get started The limitations mostly stem from the cost cutting measures You probably won t have room for a second phone And like some chargers we ve seen the Apple Watch mount is a bring your own cable affair that only supports older USB A connections The included cable with your Series or SE won t work here At though this is a good bargain Buy Anker in charger at Amazon Runner up Otterbox in Charging Station for MagSafeJon Fingas EngadgetIf you re willing to spend a bit more and live in Apple s universe the Otterbox in Charging Station for MagSafe is worth your attention The extremely small footprint is ideal for nightstands You can tuck your phone earbuds and Apple Watch into an area normally reserved for a single device The company supplies a surprisingly powerful W USB C power adapter in the box that serves as a fast wired option in a pinch The caveats are clear The floating MagSafe stand rules out Android phones and older iPhones You ll need to bring your own Apple Watch cable and the USB A port won t work with the USB C cables bundled with newer watches The horizontal only watch mount also rules out clock functionality The overall balance of space and utility is still difficult to top for Buy MagSafe in charger at Otterbox Best in charger Mophie Dual Wireless Charging PadMophieThe in field is highly competitive and makes it difficult to choose an absolute winner However Mophie s Dual Wireless Charging Pad hits many of the right marks It can charge two devices at up to W each making it a great pick for a two phone household The fabric surface with rubberized trim should keep your gadgets steady and the status lights will confirm accurate placement There s even a USB A port to plug in your watch charger or any other wired hardware The complaints are few You won t charge at W and we d rather have USB C than USB A It s nonetheless a safe choice at and worth buying over less expensive options Buy Mophie Dual wireless charging pad at Amazon Runner up Samsung Super Fast Wireless Charger DuoJon Fingas EngadgetMulti device chargers from phone manufacturers tend to be either compromised or highly proprietary but Samsung s Super Fast Wireless Charger Duo sometimes known as the W Duo Fast Wireless Charger bucks that trend It s compact and delivers high speed charging for one phone and an accessory whether it s a Galaxy Watch or another manufacturer s earbuds The status lights will even dim at night and change color to indicate when your batteries are full This won t help for two phone households and Samsung only guarantees W charging for some of its own phones the Galaxy Note Galaxy S and later You ll also want to be mindful of which version you buy as there are variants with and without a power adapter in the box Neither is cheap at respective prices of and This remains an elegant charger for nightstands and travel though and the pads are sufficiently device agnostic Buy Duo charger at Samsung Best charger for two people Mophie in Wireless Charging MatMophieThere are few wireless chargers built with more than one person in mind but Mophie s in Wireless Charging Mat is the most well rounded of the bunch The pad can handle up to four devices wirelessly at W including two phones and two accessories There s also a spare USB A port for charging earlier Apple Watch models using the included mount and your own cable or wired items A fabric surface subtle device trays and indicator lights will also take the mysteries out of charging This is a giant charger compared to most and you might find it limiting if your home has more than one Apple Watch or accessories that won t fit the smaller charging pads Even so Mophie is offering considerable value for The in does more than some in chargers at that price and it doesn t suffer the compatibility issues of rivals like Nomad s Base Station Pro Buy Mophie in charging pad at Amazon 2022-05-09 14:15:20
海外TECH The Apache Software Foundation Blog The Apache News Round-up: week ending 6 May 2022 https://blogs.apache.org/foundation/entry/the-apache-news-round-up255 The Apache News Round up week ending May Welcome May we re opening the month with another great week Here s what the Apache community has been up to ApacheCon nbsp the ASF s official global conference series bringing Tomorrow s Technology Today since nbsp CFP open ApacheCon Asia July online nbsp CFP open ApacheCon North America October New Orleans nbsp Travel Assistance applications open for ApacheCon North America Apply today ASF Board nbsp management and oversight of the business affairs of the corporation in accordance with the Foundation s bylaws nbsp Next Board Meeting May Running nbsp Board calendar and minutes nbsp are available ASF Infrastructure nbsp our distributed team on three continents keeps the ASF s infrastructure running around the clock nbsp M weekly checks yield uptime at Performance checks across different service components spread over more than machines in data centers around the world View the nbsp ASF s Infrastructure Uptime site to see the most recent averages Apache Code Snapshot nbsp Over the past week Apache Committers and contributors changed lines of code over commits Top contributors in order are Jean Baptiste Onofré Gary Gregory Liang Zhang Jiajing Lu and Benoit Tellier nbsp Apache Project Announcements nbsp the latest updates by category Big Data nbsp Apache NiFi released nbsp nbsp CVE Improper Restriction of XML External Entity References in Multiple Components nbsp nbsp Apache Flink released nbsp Content nbsp Apache Tika and released nbsp nbsp Apache PDFBox alpha released nbsp Integration nbsp Apache Camel LTS and LTS released Libraries nbsp Apache Jena CVE Processing external DTDsMessaging nbsp nbsp Apache ActiveMQ and released Workflow nbsp Apache Airflow released Web Frameworks nbsp Apache Wicket released Did You Know Did you know that the following Apache projects are celebrating anniversaries this month Congratulations to Apache Geronimo years Tomcat years OpenJPA POI TomEE Turbine years Libcloud years Giraph ManifoldCF years Phoenix years Whimsy years Bahir TinkerPop Zeppelin years SystemDS years Traffic Control years Dubbo years Hudi Iceberg years Did you know that the ASF Security team has opened a paid position for Security Response Program Manager Did you know that Japan s Nara Women s University s Researchers Database webapp is powered by Apache Wicket Apache Community Notices nbsp Apache in nbsp By The Digits nbsp nbsp Video highlights nbsp nbsp Watch quot Trillions and Trillions Served quot the documentary on the ASF nbsp full feature nbsp min quot Apache Everywhere quot min quot Why Apache quot min nbsp quot Apache Innovation quot min nbsp nbsp ASF Annual Report FY PDF nbsp The Apache Way to nbsp Sustainable Open Source Success nbsp nbsp nbsp Foundation Reports and Statements nbsp Presentations from s ApacheCon Asia and ApacheCon Home are available on the nbsp ASF YouTube channel nbsp quot Success at Apache quot focuses on the people and processes behind why the ASF quot just works quot nbsp nbsp Follow the ASF on social media nbsp TheASF on Twitter nbsp and nbsp The ASF page LinkedIn nbsp nbsp Follow the nbsp Apache Community on Facebook nbsp and nbsp Twitter nbsp nbsp Are your software solutions Powered by Apache nbsp Download amp use our quot Powered By quot logos Stay updated about The ASFFor real time updates sign up for Apache related news by sending mail to announce subscribe apache org and follow TheASF on Twitter For a broader spectrum from the Apache community nbsp Planet Apache nbsp provides an aggregate of Project activities as well as the personal blogs and tweets of select ASF Committers 2022-05-09 14:04:55
Cisco Cisco Blog Record 38 Cisco Leaders Make CRN’s 2022 Women of the Channel List https://blogs.cisco.com/partner/record-38-cisco-leaders-make-crns-2022-women-of-the-channel-list Record Cisco Leaders Make CRN s Women of the Channel ListEvery year in May CRN releases their highly anticipated Women of the Channel List This year s list is not only the largest yet but the number of Cisco leaders who were named to CRN s  Women of the Channel list is the most ever at 2022-05-09 14:05:05
海外TECH CodeProject Latest Articles Logging Proxy in C# https://www.codeproject.com/Articles/5331568/Logging-Proxy-in-Csharp logging 2022-05-09 14:33:00
海外科学 NYT > Science Signs of an Animal Virus Discovered in Man Who Received a Pig’s Heart https://www.nytimes.com/2022/05/05/health/pig-heart-transplant-virus.html complications 2022-05-09 14:48:00
金融 RSS FILE - 日本証券業協会 株主コミュニティの統計情報・取扱状況 https://www.jsda.or.jp/shiryoshitsu/toukei/kabucommunity/index.html 株主コミュニティ 2022-05-09 15:30:00
金融 RSS FILE - 日本証券業協会 J-IRISS https://www.jsda.or.jp/anshin/j-iriss/index.html iriss 2022-05-09 14:49:00
ニュース BBC News - Home Keir Starmer discusses quitting if given Covid lockdown fine https://www.bbc.co.uk/news/uk-politics-61383091?at_medium=RSS&at_campaign=KARANGA april 2022-05-09 14:37:09
ニュース BBC News - Home NI election 2022: DUP blocks new NI government in Brexit protest https://www.bbc.co.uk/news/uk-northern-ireland-61373504?at_medium=RSS&at_campaign=KARANGA europe 2022-05-09 14:39:31
ニュース BBC News - Home Julia James murder trial: Man admits killing PCSO https://www.bbc.co.uk/news/uk-england-kent-61379541?at_medium=RSS&at_campaign=KARANGA court 2022-05-09 14:33:55
ニュース BBC News - Home President Biden criticises abortion protests at judges' houses https://www.bbc.co.uk/news/world-us-canada-61382289?at_medium=RSS&at_campaign=KARANGA conservative 2022-05-09 14:35:30
ニュース BBC News - Home Birmingham Airport: 'Chaos' as travellers face long queues https://www.bbc.co.uk/news/uk-england-birmingham-61379415?at_medium=RSS&at_campaign=KARANGA birmingham 2022-05-09 14:08:19
ニュース BBC News - Home Philippines election: Marcos son eyes return with early lead https://www.bbc.co.uk/news/world-asia-61344609?at_medium=RSS&at_campaign=KARANGA presidential 2022-05-09 14:37:33
ニュース BBC News - Home TV presenter walks out of sport awards over sexism https://www.bbc.co.uk/news/uk-scotland-61379507?at_medium=RSS&at_campaign=KARANGA jokes 2022-05-09 14:19:56
ニュース BBC News - Home Red liquid thrown over Russian ambassador to Poland at WWII cemetery https://www.bbc.co.uk/news/world-europe-61376503?at_medium=RSS&at_campaign=KARANGA ambassador 2022-05-09 14:10:50
北海道 北海道新聞 日韓ハイレベル対話促進へ 林氏、朴次期外相と会談 https://www.hokkaido-np.co.jp/article/678639/ 韓国 2022-05-09 23:18:00
北海道 北海道新聞 北海道エアシステム、客室乗務員6人採用 5年ぶり https://www.hokkaido-np.co.jp/article/678578/ 北海道エアシステム 2022-05-09 23:18:48
北海道 北海道新聞 NY株、一時400ドル超安 米景気後退を懸念 https://www.hokkaido-np.co.jp/article/678632/ 景気後退 2022-05-09 23:10:00
北海道 北海道新聞 十勝川と札内川の合流点の「よどんだ水域」を観察の場に、市民団体が整備 https://www.hokkaido-np.co.jp/article/678591/ 十勝川水系 2022-05-09 23:06:41
北海道 北海道新聞 アイヌ民族の知恵、フキをひしゃくに 白老 ウポポイで製作体験 https://www.hokkaido-np.co.jp/article/678630/ 象徴 2022-05-09 23:03: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件)