投稿時間:2022-02-03 21:37:41 RSSフィード2022-02-03 21:00 分まとめ(40件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
TECH Engadget Japanese Withingsがフィットネスアプリの8fitを買収。パーソナライズサポートを強化 https://japanese.engadget.com/wintings-buy-8fit-113128697.html withings 2022-02-03 11:31:28
TECH Engadget Japanese カセットガス2本ですぐに発電。インバーター発電機「GV-9ig」のクラファンをMakuakeで実施中 https://japanese.engadget.com/makuake-gv-9-ig-110052027.html makuake 2022-02-03 11:00:52
IT ITmedia 総合記事一覧 [ITmedia News] YOASOBIなどを描いたイラストレーターがトレース疑惑で謝罪 「盗用の意図はなかった」と釈明 https://www.itmedia.co.jp/news/articles/2202/03/news180.html itmedianewsyoasobi 2022-02-03 20:11:00
AWS AWS Management Tools Blog How CloudFix uses AWS Systems Manager Change Manager to deliver cost savings https://aws.amazon.com/blogs/mt/how-cloudfix-uses-aws-systems-manager-change-manager-to-deliver-cost-savings/ How CloudFix uses AWS Systems Manager Change Manager to deliver cost savingsFor years the CloudFix team has managed and maintained AWS hosted SaaS products across hundreds of AWS accounts Although this model follows established AWS best practices the team s scope introduced operational challenges Their team needed a way to identify cost saving opportunities across their applications without making architectural compromises or introducing service disruption The team … 2022-02-03 11:05:22
python Pythonタグが付けられた新着投稿 - Qiita 2022 FIFAワールドカップ、日本がワールドカップに出場できる確率(2022年2月2日時点) https://qiita.com/eclipse-hunter-usa/items/b80646e46b5761c5a84d オーストラリアと日本が引き分け、日本がベトナムと引き分け、オーストラリアがサウジアラビア勝利した場合でも、オーストラリアの勝ち点はで日本の勝ち点には届かない。 2022-02-03 20:20:44
js JavaScriptタグが付けられた新着投稿 - Qiita 今日Xpathを覚えた https://qiita.com/kaizen_nagoya/items/b3d9a3aca9643e5d243a 今日Xpathを覚えたJavaScroptでうまくプログラミングできてこなかった。 2022-02-03 20:14:02
海外TECH MakeUseOf Sony Buys Bungie, Wardle Sells Wordle, Facebook Quits Crypto, and eBay Scams https://www.makeuseof.com/sony-buys-bungie-wardle-sells-wordle-facebook-crypto-ebay-scams/ crypto 2022-02-03 11:30:12
海外TECH MakeUseOf The 7 Best Mobile Apps for Designing Your Logo https://www.makeuseof.com/best-apps-for-designing-logo/ designer 2022-02-03 11:30:12
海外TECH DEV Community Bidirectional Centering with CSS https://dev.to/devwraithe/bidirectional-centering-with-css-78g Bidirectional Centering with CSSSometimes you may want to have your elements centered vertically and horizontally on the webpage hence bidirectional In this guide we ll look at two simple CSS techniques you can use to do this These CSS techniques are the position and flexbox PrerequisitesTo understand the content of this guide you need to have A code editor I m using Visual Studio Code Basic knowledge of HTML and CSS especially position and flexbox A web browser I m using Google Chrome Using the Position TechniqueWe can place our child elements anywhere within the parent element using the position property and the transform property for bidirectional centering When the parent element has the position relative the direct child becomes limited to its dimensions i e its width and height Let s have a look at how it s done HTML Markup lt div class container gt lt div class element gt Element to be centered lt div gt lt div gt CSS Stylesheet container position relative height vh element position absolute top left transform translate The position absolute property applied to the element enables the element to be placeable anywhere within the container The top and left moves the element to the absolute center vertically and horizontally and the transform translate corrects them to be in the perfect center The height vh controls the parent element s height i e the container that we will center the child element in Using the Flexbox TechniqueUsing CSS Flexbox for bidirectional centering you can control the placement of elements within other elements When the display flex property is applied to the parent element the direct children becomes flex items and so you can add alignment properties to control those children flex items Let s take a look at how this works HTML Markup lt div class container gt lt div class element gt Element to be centered lt div gt lt div gt CSS Stylesheet container display flex align items center justify content center height vh The align items center property applied to the container vertically centers the child element while the justify content center makes it horizontally centered On certain occasions the align items center may seem ineffective This could be because your parent element does not have a height property In this guide we ll include a height vh within the container for the align items center to be effective Maintainability flexibility and ease of use are some of the key advantages of this technique over the position technique ConclusionBidirectional centering is an essential part of frontend development and as we have learnt in this article they re effortless to handle if you understand how they work The two standard techniques to implement bidirectional centering in CSS are the position and flexbox properties covered in this article Suppose you have any questions or comments concerning this article In that case you can drop them in the comments section and if you have other frontend related topics do not hesitate to reach out to me via Twitter or LinkedIn 2022-02-03 11:40:38
海外TECH DEV Community C# Wants to Become The MOST POPULAR Programming Language in 2022 https://dev.to/dotnetsafer/c-wants-to-become-the-most-popular-programming-language-in-2022-3c0f C Wants to Become The MOST POPULAR Programming Language in Who would have thought that we are already in the year and that C has been with us for years A programming language so versatile and powerful that it easily stands up to any other A language so complete that these days it wants to make history Right now it is the main candidate to be named programming language of the year C could make history Although it has always been in the top it has never managed to stay with the top one but apparently Microsoft is going to do everything in its power to make this happen Today it is one of the most popular programming languages in the world and this would never have been possible without its main creator Anders Hejlsberg Will this be the year that his dream comes true Will C reach the podium with a gold medal Let s discover it But first let s understand a little about how all this came about Let s talk a little bit about the beginnings of CBefore we get to the point we all want to get to I d like to start at the beginning The story of Anders Hejlsberg and his great creation C Anders Hejlsberg was born in in Copenhagen Denmark His great passion for programming took him very high He managed to reach an agreement with Philippe Kahn ーthe founder of Borland ーto sell him his Pascal compiler that he himself had created for personal computers At the time his company was doing very well until he realized that his revenues were not going well So he decided to move to California to start his new job which would lead him to success He became Borland s chief engineer At that time ーbetween and to be more precise ーAnders Hejlsberg dedicated himself to improving Turbo Pascal and later he became the leader of his Turbo Pascal s replacement Delphi Everything went so well that he had to leave Borland because of a very big proposal from Microsoft With the passage of time he managed to become the chief designer of a new programming language Yes C C at presentCurrently C has become one of Microsoft s most successful languages with wide adoption among professional developers Although it is not the most popular ーfor the moment ーit s ranked among the most popular programming languages behind Python and C One benefit to C is that it can be used to create applications on both mobile and computer devices The open source community also uses it frequently to build software applications using different kinds of frameworks such as Mono and NET Framework C is increasingly used in the enterprise world and everything Microsoft is doing with it is starting to pay off Let s take a look at what and why C has a good chance of being crowned the most popular programming language of Will it be the year of C This is what we are all wondering at this very moment Will this be the year of C The year it becomes the most popular programming language in the world Let s start going deeper The Tiobe IndexThe TIOBE index The Importance of Being Honest is a monthly report on the popularity of programming languages originally created by TIOBE Software BV This index in case you are wondering is based on an algorithm that analyzes the number of queries in almost all search engines worldwide With the data it obtains TIOBE is able to rank the popularity of programming languages As a disclaimer this ranking is never based on the versatility power or quality of the programming language It is simply based on the number of searches and from there it ranks them from the most used to those that are not so widely used Info If you are interested in discovering how the algorithm works on search engines I invite you to take a look at TIOBE Index Definition Will C become the programming language of the year If we go back a few years Tiobe showed that C had jumped to number in January That s impressive considering that it came in at number just a year earlier However C in the last month has increased by which puts it well ahead of the other languages Could C become the most popular programming language of If so how might other programming languages be affected as well What are some potential challenges for C s developers along with those interested in learning it According to Paul Jansen CEO TIOBE Software “…At the moment C is by far the most likely candidate for this title… And then he added “It is interesting to note that C has never won the TIOBE index programming language of the year award during its years of existence although it has been in the top for the last decades Let s see what happens next month Microsoft Just what C needsThere is no doubt that Microsoft is putting all its time and effort into C If we go back a couple of months ago November after many months of Previews speculations and leaks Microsoft officially released the new version of its Framework NET This release was accompanied by the announcement of Visual Studio Currently Microsoft is still working hard on the entire NET Framework and a few days ago we already saw the first preview of this new year of the next candidate to replace Xamarin NET MAUI NET MAUI Closer Than Ever Discover New Features Dotnetsafer・Jan ・ min read csharp dotnet programming We expect the release of NET MAUI by the end of this year ーapart from the fact that we have already seen quite a lot of news from C It seems that Microsoft wants to reach the top of the podium this year Leaked C Features The best Christmas Gift from Microsoft Dotnetsafer・Dec ・ min read dotnet chsarp programming webdev How about you Do you think C will achieve the title of the most popular programming language this year 2022-02-03 11:40:28
海外TECH DEV Community Python New Project Ideas Discussion https://dev.to/zigrazor/python-new-project-ideas-discussion-84m Python New Project Ideas DiscussionAre you a software developer or just a thinker or innovator How many times you are searching for collaborator or contributor for your project ideas and you don t find them Well you are in the right place I create this post to discuss new project ideas in Python language and to find teammate for them You can post comment for propose you ideas then in the comment can be discussed new ideas or actively partecipate to the start of the project If the idea is good will be added in the last part of this post to give more prominence to the project If you comment with a github repos the link will be added in the project description I wish this can be helpful for open source world Thank you in advance for your partecipation 2022-02-03 11:21:38
海外TECH DEV Community 5 Questions Your Logo Designer Must Ask You https://dev.to/nicolebotello3/5-questions-your-logo-designer-must-ask-you-4fc9 Questions Your Logo Designer Must Ask YouThe logo is one important part of your overall branding and requires the marketer to be sure of what they are designing and how they wish it to be However people often confuse it with the regular branding material and do not give much attention which later results in your competitor winning from you and taking your customers away The significance of a logo is undeniable and we all know how they can make or break your overall logo With the help of an effective logo your brand can create effective marketing opportunities awareness regarding your brand and most importantly can communicate the message of your organization to the whole world Your brand logo has a plethora of responsibilities make sure you are keeping your designer all knowledgeable when it comes to the core responsibilities and values of your brand The perfect way to get your logo right is to ensure your logo designer is asking you all the right questions In most cases the designers do not take in much information about the brand and then end up designing a logo that does not resonate with the brand In order to make sure the designer does not mess up with your logo you have to make sure you are giving them some basic information about your brand and everything about it What represents your company the best What does your company do Are you a service provider Or product Do you sell clothes Or design wedding cards for the couples Or maybe your company offers logistics services to the businesses There is a whole list of jobs that your organization may be involved in And there are many ways through which you can indicate your brand and tell the world all about it with the help of the right logo Whatever your business is think of the element that you think describes your business the best any single image would do that Take an example of Amazon how they sell everything from A to Z and hence they have them in their logo Similarly have a look at the FedEx logo everybody knows what it does courier company and they use arrows to showcase it You can use a happy face to show your brand sells children s clothes And if you are a restaurant owner you can just use a coffee cup or some forks and spoons to represent your brand What resonates with your brand Give your brand and yourself some time and think of how you want your logo to be What do you think resonates with your brand the best Got an idea If yes then you should write them all down and start working on them If not then you should look for logo design services around you or just search them up online you would find a whole lot of options everywhere making it easier for you You do not have to look for the logos of your industry only you can just simply look for the ideas and list down all the logos that remained in your head and you think would work the best later Now is the time you look for all the related elements and see how these elements can come into your logo and click with your brand Maybe you like some brand s color or the font or some elements in them You can choose whatever you like the best and them incorporate them in your logo Who are the competitors Unless you are the first one in the market with your kind of products or services there is always a huge list of competitors in the market The main idea of the logo is to help the audience differentiate your brand from the competitors with just a simple look you can understand what the brand is about and what they deal in At this stage look for the elements font colors that they are using and how they are incorporating them in your logo When you look at the logo of a coffee shop you would see how they see a cup with some streaming lines coming out from it indicating the steaming hot coffee Or some would just use the element of coffee bean or tea leaf if the brand is all about tea The next step should be to take a step backward and think about how you want your logo to be Do you want to do what your competitors did or do you want to come up with something new Ideally it is better to come up with something new entirely However this is not easy for every brand out there therefore they often go with the same kind of logos as the regular competitors and brands go for What colors go best with your brand Now that you have studied the competitors and you have done some on hand research as well at this stage you should think of the colors that go best with your brand One of the many mistakes that most brand owners do is they choose the colors according to their own preferences which often backfires Every color has its own meaning in its branding world so it is imperative for a brand to make sure the color that they are choosing goes with the brand Red shows boldness aggression and youth Green indicates peace nature and calmness One the other hand orange goes with the friendly and quirky brands So choose your colors accordingly What fonts do you want for the brand Fonts indicate the emotions that you want your audience to feel when they come across your brand and logo Therefore first think about how you want them to feel exactly Do you want them to be excited Or peaceful Or happy or just plain no emotions Choose the fonts accordingly and incorporate them in your logo If your brand is informal and gives off quirky and comic vibes you can go with Comic Sans On the other hand if you have some formal brand and want to give off some sophisticated newspaper kind of vibes then you can go with Century Old Style and Times Roman 2022-02-03 11:16:42
海外TECH DEV Community Introduction to Telemetry in Elixir https://dev.to/miguelcoba/introduction-to-telemetry-in-elixir-24gg Introduction to Telemetry in ElixirMaybe you like me have found Telemetry while reading Elixir but have had no time to learn more details about it I recently put some time aside to learn it and decided to write about it In this article I am going to show you what Telemetry is why is needed and how to use it in your own Elixir project Software TelemetryFirst of all what is telemetry Wikipedia explains it very clearly Telemetry is the collection of measurements and their automatic transmission for monitoringWe can apply that to software systems too by collecting measurements while a software system is running and keeping track of that data Why would we do this you may ask Glad you ask There are several reasons but the main one is to discover what is happening inside our systems and then optimize them based on our findings What problem does telemetry solve for us It gives us visibility into things that are important to us to measure and monitor Maybe we want to keep track of CPU utilization to see why our AWS bill is so high or we need to see how many times a query is executed and how long it took to finish in our PostgreSQL database Measuring things and monitoring is not enough If we don t use the collected data to make decisions and change or optimize the system measured then we might as well not measure anything at all By measuring our systems we get several benefits we can look for parts of the system that are slow and can be improved we could discover parts of the system that are not used frequently enough and that maybe can be scaled down to reduce our infrastructure bill we could aggregate how many resources a customer is using every month and generate utilization graphs and other insights to make better use of our system This would allow us to invite the customer to upgrade to a higher plan that includes this kind of data analysis In summary software telemetry allows us to measure and act upon the collected data of a running system for our own benefit Telemetry in ElixirThere are several ways to take measures from a running Elixir app For example the following fragment would take the duration of a function execution def some function do start System monotonic time do something that you want to measure stop System monotonic time record measure operation took stop start endIn the strict sense that is telemetry But is not the best approach It has several drawbacks It is repetitiveYou have to reimplement it in every app you want to use itYou have no way to disable measuring for example during unit testsmore things that I can t think right now Elixir Telemetry libraryGiven that telemetry is something that many people want a library was created to address this need It is called telemetry Advantages provides a standard interface to measure and emit telemetry datait is small and simple to useHow does it work It is very simple you execute a measurementyou create a function that will be invoked when the measure is takenyou attach the function to the event measured Using telemetryLet s try a simple example to see how easy is to start collecting telemetry data I am going to create a very simple Elixir for a fictional grocery store We want to measure each sale First create a simple Elixir project mix new telemetry introcd telemetry introAdd telemetry to the list of dependencies in mix exs defp deps do telemetry gt endDownload the dependencies mix deps getNow our business logic module Create a file named lib grocery store ex and put this inside defmodule TelemetryIntro Grocery Store do def sale product quantity amount do total quantity amount Sold product quantity units at amount each Total total endendAs you see it is very simple It just receives some parameters does something and then returns a value Doesn t have any measure code yet Let s just try it with iex In the shell write iex S mixiex gt TelemetryIntro Grocery Store sale apple Sold apple units at each Total Nothing unexpected here Let s add some measurements Say we want to keep track of the total and also to track what product was sold Change the sale function to be like this defmodule TelemetryIntro Grocery Store do def sale product quantity amount do total quantity amount telemetry execute grocery store sale total total product product Sold product quantity units at amount each Total total endendGood Now we are doing something We are using the execute function of the telemetry module and we are passing three things the event name as a list of keywordsthe measurement we are interested in sale total in our example additional metadata we might need here I am just putting the product name The metadata could be anything we want our users IP address some tracking header from a web request the user id etc The measurement is what we are interested in This is what we ll collect and analyze and then use to decide things It can be anything but it must be a measurement of something Finally is the event name You can put anything here Most people put a hierarchy of words to easily identify the events What is important to keep in mind is that this event name will be used later to match which function will handle this event Let s see how the counterpart the event handler looks Create a file lib metrics instrumenter exdefmodule TelemetryIntro Metrics Instrumenter do require Logger def handle event grocery store sale measurements metadata config do Logger info Sale telemetry measurements total total for metadata product endendIt is very simple It has a function the name doesn t matter but the convention is to name it handle event that has as the first parameter the keyword list we are going to match against Then the measurements and metadata The last parameter doesn t matter right now Just ignore it This function is going to be called every time the execute function is called and the event name matches That means that this function must avoid blocking execution for much time as it will be evaluated synchronously Finally we do a lame thing and just pass the received info to Logger info Ideally we ll send that telemetry data to some repository for further processing and analysis but that is outside of the scope of this article I ll cover it in a future one tho What you need to notice here is that we decoupled the emitting of the telemetry data with the handling of the data collected Our app can use telemetry execute everywhere with the same standard interface and as long as we have a corresponding function to handle that event we ll be collecting that data Even more important if we don t have an event handler for that event our emitting code will still work It won t even notice there is nothing collecting data We are only missing one thing We need to specify which function will handle a given event We use the telemetry attach function to do that Create a function called setup in the Instrumenter module defmodule TelemetryIntro Metrics Instrumenter do require Logger def setup do events grocery store sale telemetry attach many telemetry intro instrumenter events amp MODULE handle event nil end def handle event grocery store sale measurements metadata config do Logger info Sale telemetry measurements total total for metadata product endendAs you can see it is passing to telemetry attach many a list of event names to monitor and the function that will handle all those event names By using pattern matching the same handle event function can handle all the necessary events in your app Now we need to call this setup function when the app starts Let s change the way our elixir app starts by modifying the mix exs file and changing the application function inside it so that it is like this def application do extra applications logger mod TelemetryIntro endWe added the mod to specify a module that will be called when the application starts to execute some custom code Our custom code will be the telemetry configuration Now replace the contents of the lib telemetry intro ex module with this defmodule TelemetryIntro do use Application def start type args do TelemetryIntro Metrics Instrumenter setup children Supervisor start link children strategy one for one endendThis module implements the start callback of the Application behavior This function s responsibility is to spawn and link a supervisor and return ok pid or ok pid state Here we just start a supervisor with no children That will suffice for this example Let s try it Start again the application with iex iex S mixiex gt TelemetryIntro Grocery Store sale apple info Sale telemetry total for apple Sold apple units at each Total Great it works The first output line is the result of handle event call The second one is the return value of the sale function Let s see what happens if we don t configure a handler for the event Comment the TelemetryIntro Metrics Instrumenter setup in telemetry intro exdefmodule TelemetryIntro do use Application def start type args do TelemetryIntro Metrics Instrumenter setup children Supervisor start link children strategy one for one endendAnd try again with iex iex S mixiex gt TelemetryIntro Grocery Store sale apple Sold apple units at each Total As you can see the code still works even if there is no handler configured for that event Our app still calls the telemetry execute function but nothing breaks when nothing is configured to handle that event How cool is that We learned how to emit events and handle them You can send this info to a third party error monitoring service or ingest it to a big data store From here the sky is the limit SummaryIn this article we learned what is telemetryhow to add it to an Elixir projecthow to measure and collect datahow telemetry worksAs we have seen telemetry is a powerful tool to inspect the behavior of a running system As long as we use the collected data for making decisions to improve our system or its behavior data collection through telemetry is an investment that every system must seriously consider making If you want to learn more about telemetry you can read the full documentation here AboutI m Miguel Cobá Follow me on Twitter subscribe to my newsletter or read all my articles to learn more info about Elixir Elm Web Development or writing eBooks 2022-02-03 11:16:03
海外TECH DEV Community C++ New Project Ideas Discussion https://dev.to/zigrazor/c-new-project-ideas-discussion-3okb C New Project Ideas DiscussionAre you a software developer or just a thinker or innovator How many times you are searching for collaborator or contributor for your project ideas and you don t find them Well you are in the right place I create this post to discuss new project ideas in C language and to find teammate for them You can post comment for propose you ideas then in the comment can be discussed new ideas or actively partecipate to the start of the project If the idea is good will be added in the last part of this post to give more prominence to the project If you comment with a github repos the link will be added in the project description I wish this can be helpful for open source world Thank you in advance for your partecipation 2022-02-03 11:14:40
Apple AppleInsider - Frontpage News South Korea says Apple's alternative payment plan 'lacks detail' https://appleinsider.com/articles/22/02/03/south-korea-says-apples-alternative-payment-plan-lacks-detail?utm_medium=rss South Korea says Apple x s alternative payment plan x lacks detail x South Korean regulators want better more detailed compliance plans from both Apple and Google over opening up their App Stores to outside payment methods Following South Korea s passing of a law requiring tech companies to allow alternative payment systems Apple officially submitted its plans in January Now however local authorities are reportedly saying that neither Apple nor Google have shown sufficient detail According to Reuters a South Korea official Read more 2022-02-03 11:37:20
Apple AppleInsider - Frontpage News Judge dismisses proposed iPhone water resistance class action suit https://appleinsider.com/articles/22/02/03/judge-dismisses-proposed-iphone-water-resistance-class-action-suit?utm_medium=rss Judge dismisses proposed iPhone water resistance class action suitA proposed class action lawsuit claiming that Apple has made misleading claims about iPhone water resistance has been dismissed by a federal judge The proposed lawsuit argued that Apple marketing misrepresents how resistant to liquid the iPhone is and specifically that it overstates the capabilities Plaintiff Antoinette Smith of New York maintain that these false and misleading claims allow Apple to charge more for iPhones According to Reuters however US District Judge Denise Cote in Manhattan has dismissed the case Read more 2022-02-03 11:16:04
Apple AppleInsider - Frontpage News Facebook will take $10 billion revenue hit in 2022 because of App Tracking Transparency https://appleinsider.com/articles/22/02/03/facebook-rebuilding-ad-platform-due-to-app-tracking-transparency-data-laws?utm_medium=rss Facebook will take billion revenue hit in because of App Tracking TransparencyBecause of intense pressure on revenue after the implementation of new data regulations and Apple privacy features Meta will rebuild Facebook s ad infrastructure to ensure it can still deliver high quality personalized ads App Tracking TransparencyCEO Mark Zuckerberg made the announcement on Wednesday during the company s Q earnings report During the call Zuckerberg specifically called out Apple s iOS changes which is referring to the company s App Tracking Transparency feature Read more 2022-02-03 11:45:39
海外TECH Engadget Twitter is testing a new 'Articles' feature https://www.engadget.com/twitter-testing-articles-feature-114509387.html?src=rss Twitter is testing a new x Articles x featureTwitter increased its character limit over the years from to to give users more leeway with what they want to say That s not always enough though which is why the term quot tweetstorm quot to indicate a series of interconnected tweets was coined People also sometimes post images of lengthy statements instead Based on a new discovery by Jane Manchun Wong though Twitter is working on a new feature that would cater to the needs of those who want to share their thoughts on the website in one lengthy article nbsp Manchun Wong known for finding experimental features within apps discovered the existence of a quot Twitter Articles quot tab The name itself signifies a long form format for the social network that has long only allowed people to post bite sized text messages but its exact nature is a mystery for now It s also unclear whether it will be available to everyone if it does make it to wide release or if it will be exclusive to Twitter Blue subscribers nbsp Not everyone s keen on the idea either Someone pointed out that it might reduce engagement on Twitter since a thread of tweets often get multiple reactions and responses from the same users A Twitter spokesperson told CNET that the company is quot always looking into new ways to help people start and engage in conversations quot and that it will share more soon nbsp Twitter is working on “Twitter Articles and the ability to create one within TwitterPossibility a new longform format on Twitter pic twitter com SrkERszーJane Manchun Wong wongmjane February 2022-02-03 11:45:09
海外TECH Engadget HitPiece takes its NFT music platform down following artist outrage https://www.engadget.com/music-nft-site-hit-piece-temporarily-shuts-down-following-artist-outrage-110929645.html?src=rss HitPiece takes its NFT music platform down following artist outrageA website called HitPiece that has been selling music related NFTs has temporarily closed after artists accused it of appropriating their work without permission Rolling Stone has reported Outraged social media posts were issued recently from artists including Jack Antonoff Eve and Sadie Dupuis quot Any Bleachers NFTs are fake quot Tweeted Jack Antonoff quot I do not believe in NFTs so anything you see associated with me isn t real quot The HitPiece website is apparently built on top of Spotify s API Before shutting down it appeared to be offering NFTs of songs and albums from the likes of John Lennon and BTS including photos and album artwork according to the Internet Archive nbsp hey you stupid fucks joinhitpiece we don t have any deal with you or any NFT site and there SURE DOES LOOK like an active auction going on for a speedy ortiz songhope everyone s reporting this garbage to copyrightcomplaints godaddy com as a few folks have recommended GoDaddyーspeedy ortiz ÷sad ÷sadie dupuis ÷haunted guy sad February Like many other NFT business models however it s not clear what HitPiece was selling exactly quot This particular grift doesn t really affect artists in that HitPiece wasn t even selling files of the songs ーjust the receipt of purchase to the general idea of them quot Infant Island guitarist and grad student Alex Rudenshiold told Rolling Stone quot It s still copyright infringement It s re commodifying the metadata art song and album titles etc to make money without permission quot nbsp HitPiece founded by former indie label owner Rory Felton issued a statement quot Clearly we have struck a nerve and are very eager to created the ideal experience for music fans quot it said on Twitter quot To be clear artists get paid when digital goods are sold on Hitpiece quot We are continuing to listen to all user feedback and are committed to evolving the product to fit the needs of the artists labels and fans alike quot nbsp However artists are skeptical of HitPiece s claim that they will be paid quot They steal your music auction NFTs of it on their site and when they get caught they say don t worry you get paid quot the group Deerhoof tweeted quot I get that corporate types are simply greedy and cruel on principle but what kind of mind could even imagine that doubletalk like this could somehow make it OK quot 2022-02-03 11:09:29
医療系 医療介護 CBnews 濃厚接触者で同居家族の待機、7日間に短縮-厚労省 https://www.cbnews.jp/news/entry/20220203200817 厚生労働省 2022-02-03 20:15:00
ニュース BBC News - Home DUP: NI First Minister Paul Givan 'intends to resign' https://www.bbc.co.uk/news/uk-60241608?at_medium=RSS&at_campaign=KARANGA ireland 2022-02-03 11:51:12
ニュース BBC News - Home Gabby Logan's heart screening call for brother Daniel https://www.bbc.co.uk/news/uk-wales-60140726?at_medium=RSS&at_campaign=KARANGA appeal 2022-02-03 11:35:59
ニュース BBC News - Home England pick Slade and Daly to face Scotland https://www.bbc.co.uk/sport/rugby-union/60243473?at_medium=RSS&at_campaign=KARANGA murrayfield 2022-02-03 11:38:30
ニュース BBC News - Home Goodwillie 'will not play for Raith Rovers' https://www.bbc.co.uk/news/uk-scotland-60244442?at_medium=RSS&at_campaign=KARANGA civil 2022-02-03 11:31:09
ニュース BBC News - Home Wales give wing Adams first centre start in Six Nations opener https://www.bbc.co.uk/sport/rugby-union/60236910?at_medium=RSS&at_campaign=KARANGA dublin 2022-02-03 11:30:06
ニュース BBC News - Home Why are gas bills so high and what's the energy price cap? https://www.bbc.co.uk/news/business-58090533?at_medium=RSS&at_campaign=KARANGA april 2022-02-03 11:40:18
ビジネス ダイヤモンド・オンライン - 新着記事 日本製鉄(5401)、大幅な「増配」を発表して、配当 利回りが7.33%に! 年間配当額は1年で14倍に急増、 2022年3月期は前期比130円増の「1株あたり140円」 - 配当【増配・減配】最新ニュース! https://diamond.jp/articles/-/295323 2022-02-03 20:10:00
ビジネス 不景気.com JVCケンウッドが民生用ビデオカメラの生産終了、累計3600万台 - 不景気.com https://www.fukeiki.com/2022/02/jvc-end-camcorder.html 電機メーカー 2022-02-03 11:33:28
ビジネス 不景気.com アステラス製薬の早期退職に650名が応募、想定を200名上回る - 不景気.com https://www.fukeiki.com/2022/02/astellas-cut-650-job.html 早期退職 2022-02-03 11:08:58
GCP Google Cloud Platform Japan 公式ブログ ロケーションベースのエクスペリエンスを構築するための新たなローコード ツール Quick Builder を発表 https://cloud.google.com/blog/ja/products/maps-platform/announcing-quick-builder-new-low-code-tool-you-build-location-based-experiences/ ローコードツールは、コードの書き方を知らなくても、誰でも使用できる直感的な自然言語ベースのインターフェースにコーディングを抽象化するため、これを使用することで、高度なテクノロジーを簡単に利用でき、データや設計、機能に関する重要な決定を行えるようになります。 2022-02-03 12:00:00
北海道 北海道新聞 山形新幹線、線路に小屋落ちる 一時運転見合わせ、けが人なし https://www.hokkaido-np.co.jp/article/641516/ 山形新幹線 2022-02-03 20:18:00
北海道 北海道新聞 札幌五輪から50年、大通公園にモニュメント 札幌市が設置 https://www.hokkaido-np.co.jp/article/641508/ 大通公園 2022-02-03 20:13:00
北海道 北海道新聞 再審請求200ページ証拠開示 静岡の贈収賄、警察官メモ https://www.hokkaido-np.co.jp/article/641507/ 証拠開示 2022-02-03 20:07:00
北海道 北海道新聞 子ども接種方針明確に 知事会長、厚労相へ要請 https://www.hokkaido-np.co.jp/article/641506/ 全国知事会 2022-02-03 20:04:00
北海道 北海道新聞 函館に〝珍客〟タラバガニ 今冬の水揚げに「どこから来たの?」 https://www.hokkaido-np.co.jp/article/641483/ 函館市内 2022-02-03 20:00:42
IT 週刊アスキー 『OCTOPATH TRAVELER 大陸の覇者』に新たな旅人“エレオノーラ”(CV:原 由実さん)が登場! https://weekly.ascii.jp/elem/000/004/082/4082520/ octopathtraveler 2022-02-03 20:20:00
IT 週刊アスキー THQ Nordicがニンテンドーeショップ&PS Storeで「バレンタインセール」を開催中! https://weekly.ascii.jp/elem/000/004/082/4082517/ playstationstore 2022-02-03 20:15:00
IT 週刊アスキー PS5『Ghostwire: Tokyo』の発売日が3月25日に。海外向けのプレミア映像が2月4日7時より公開! https://weekly.ascii.jp/elem/000/004/082/4082519/ ghostwiretokyo 2022-02-03 20:15:00
マーケティング AdverTimes そごう・西武、政策室を設置 3本部を統括、調整役担う https://www.advertimes.com/20220203/article376130/ 中期経営計画 2022-02-03 11:24:08
GCP Cloud Blog JA ロケーションベースのエクスペリエンスを構築するための新たなローコード ツール Quick Builder を発表 https://cloud.google.com/blog/ja/products/maps-platform/announcing-quick-builder-new-low-code-tool-you-build-location-based-experiences/ ローコードツールは、コードの書き方を知らなくても、誰でも使用できる直感的な自然言語ベースのインターフェースにコーディングを抽象化するため、これを使用することで、高度なテクノロジーを簡単に利用でき、データや設計、機能に関する重要な決定を行えるようになります。 2022-02-03 12:00: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件)