投稿時間:2022-11-23 02:25:24 RSSフィード2022-11-23 02:00 分まとめ(30件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Machine Learning Blog Real-time analysis of customer sentiment using AWS https://aws.amazon.com/blogs/machine-learning/real-time-analysis-of-customer-sentiment-using-aws/ Real time analysis of customer sentiment using AWSCompanies that sell products or services online need to constantly monitor customer reviews left on their website after purchasing a product The company s marketing and customer service departments analyze these reviews to understand customer sentiment For example marketing could use this data to create campaigns targeting different customer segments Customer service departments could use this … 2022-11-22 16:20:53
AWS AWS Security Blog AWS achieves Spain’s ENS High certification across 166 services https://aws.amazon.com/blogs/security/aws-achieves-spains-ens-high-certification-across-166-services/ AWS achieves Spain s ENS High certification across servicesAmazon Web Services AWS is committed to bringing additional services and AWS Regions into the scope of our Esquema Nacional de Seguridad ENS High certification to help customers meet their regulatory needs ENS is Spain s National Security Framework The ENS certification is regulated under the Spanish Royal Decree and is a compulsory requirement for … 2022-11-22 16:11:10
AWS AWS Security Blog AWS achieves Spain’s ENS High certification across 166 services https://aws.amazon.com/blogs/security/aws-achieves-spains-ens-high-certification-across-166-services/ AWS achieves Spain s ENS High certification across servicesAmazon Web Services AWS is committed to bringing additional services and AWS Regions into the scope of our Esquema Nacional de Seguridad ENS High certification to help customers meet their regulatory needs ENS is Spain s National Security Framework The ENS certification is regulated under the Spanish Royal Decree and is a compulsory requirement for … 2022-11-22 16:11:10
python Pythonタグが付けられた新着投稿 - Qiita Pythonの関数で引数と戻り値の型を明示する https://qiita.com/enum/items/5a2f722b63f301736d35 関数 2022-11-23 01:38:35
海外TECH DEV Community A 🦣 opportunity for developers https://dev.to/andypiper/a-opportunity-for-developers-1ee4 A 🦣opportunity for developers I m mostly writing this to talk about playing with embedding Mastodon content skip to that part if that is interesting to you Mastodon There s a lot of interest in Mastodon at the moment For Reasons I ve been using Mastodon on and off since although I ve only recently started to use it in much more earnest It is an interesting social network with some similarities to Twitter at least in terms of the initial impression but Open Source and crucially federated via established technologies like ActivityPub and WebFinger You can find me over at andypiper macaw social I recently moved there from andypiper mastodon social you can still find my older content on the original profile I wanted to be on a smaller instance partly to lighten the load on one of the larger and most visible servers invest in the federation concept and away from a centralised system also to try out the ability to move between instances and finally because the instance I m now on is a community of folks that I know I followed this guide to migrate between Mastodon instances The 🦣opportunity for DevelopersAlthough Mastodon is already years old there has been relatively limited activity around it in terms of the API this makes it an exciting time to be getting involved and taking a look One of the first things I did when I got back into the Mastodon groove recently was to take a look at some of the API libraries that the community has built This is slightly complicated by the fact that there s no formal published spec for the Mastodon API although there are a couple of efforts to build an OpenAPI specification and that there s a new version of the server software that came out a couple of weeks ago that has a few significant updates I usually reach for Python for my hacks of choice and so far I ve been using Mastodon py which has been working nicely I ve made a GitHub list of projects that are interesting to me My friend Terence Eden has also been building some fun tools around the API and has a series of blog posts that are worth checking out I d love to learn more about what the community is doing around the API Embedding Mastodon contentOne of the big demonstrations of Twitter s value was the way that Tweets have had an enormous reach whether or not you had a Twitter account the network is public by default and because it is very easy to embed Twitter content you are very likely to see Tweets in day to day life on TV in other websites or on billboards for example There s a publisher portal to grab embedded Tweets and timelines code and many CMS platforms have the ability to embed Twitter content with simple markup including DEV side note I worked with the teams that built Twitter s publishing tools and embeds for nearly years and they were and are an incredibly talented and dedicated team of folks shout out to that crew In the case of Mastodon things are not quite so straightforward This is partly due to the nature of the network federated vs centralised with portability so things like user IDs can change if a user moves instances as I did recently and I guess partly because until recently it was less popular and there was less interest in embedding Toots and timelines I ve spun up a quick demo project on Glitch to try out some of the ways that I ve found to embed Mastodon content you can take a look at the code on Glitch or you can fork it on GitHub andypiper mastodon embeds examples Examples of different ways to embed Mastodon timelines and toots in HTML Examples of Mastodon embedsTrying out various means to embed Mastodon Toots and Timelines and combinations of other things API buttons etc Toots are straightforward to embed Mastodon supports oEmbed and has an embed code option on the web UI timelines need a bit more work Useful links View on GitHubPosts Toots are reasonably straightforward to embed because Mastodon supports oEmbed and you can copy and paste the code to embed a Toot in an iFrame in your webpage directly from the default web UI There s no default support for embedding any kind of timeline however so for that you ll need to use someone else s code or build something for yourself Quick demos click through to the example hosted on Glitch a single Toot via the default embed option note that this only supports the default Mastodon color scheme darkish modea user timeline via the Mastofeed project with a couple of customisationsa user timeline via the Maplefeed project this one shows a lighter alternative There are some other things to play with or dig into in the example project I can see a few opportunities here greater customisation in terms of themingfinding a simple way to embed posts in Markdown Liquid e g for DEVembeddable user profile widgetsadditional sharing optionsIf you ve been doing anything in this area let me know as I d love to take a look and have a play More about MastodonA couple more things to share I gave an impromptu overview workshop at the Makeroni meetup this weekend and although it was not recorded the bullet points and reference notes are available here I m considering building this into something more substantial in the future My co host Michael Rowe and I had a deep dive discussion about the Fediverse on our weekly podcast Games at Work dot biz this week I d love to know what you think 2022-11-22 16:38:43
海外TECH DEV Community Visualizing Mastodon Internals https://dev.to/appmap/visualizing-mastodon-internals-1198 Visualizing Mastodon InternalsMastodon is free and open source software for self hosting social networking services It most closely resembles Twitter but where Twitter is a centralized service for all its users Mastodon consists of thousands of individual Mastodon hosts that are run by individuals and organizations Each of these instances are part of the greater Fediverse a decentralized group of systems that can all communicate with each other There can be a lot to learn when getting started as a Mastodon user but luckily there are some fantastic blog posts and sites with tips out there to help you get started I ve been checking out Mastodon as an end user follow me and I wanted to get to know the project better and see if there is an opportunity to contribute Mastodon is written in Ruby on Rails which is an easy to learn web application framework Joining the Open Source Development CommunityWhether you are running your own federated instance or not you may decide to contribute back to the open source community I don t run my own instance yet but Mastodon is an approachable project for me because of my experience with Ruby on Rails There is definitely no shortage of help needed with any open source project and as its popularity grows so can new requests and issues But Mastodon is a large Ruby on Rails application and for even the most experienced Rails devs out there onboarding to new codebases can be time consuming As a former Ops person I find the best way to learn a project is to get it running and see how it works Mastodon is a very well tested application with wide test case coverage but it can be challenging to get up and running for folks with limited systems experience Mastodon has a few system dependencies such as Redis Elasticsearch and Postgresql and this can add to the complexity in operating it Lucky for us this project ships with a devcontainer json configuration file which will dramatically reduce the time it takes to run Mastodon locally What are Dev Containers Dev Containers are a feature of VS Code and also supported on GitHub Codespaces They enable a developer to use a Docker container as a fully featured development environment Why is this so amazingly helpful One of the most difficult parts of running an application locally or even running tests locally is requiring very specific tools runtimes or libraries to successfully work with a codebase There are MANY tools out there that aim to solve this problem tools like asdf or pyenv and others but installing the entire code editor with all the necessary dependencies is close to a foolproof solution Dev Containers and MastodonMastodon already includes a devcontainer json which points to the appropriate docker compose yml file configures various VS Code extensions to be installed in the container sets up port forwarding and defines the command to run after the containers are created In this case after the container starts all the commands detailed in the Developer Docs are executed so our container will be ready to run Mastodon You ll need Docker Desktop setup and working before you get started Open Mastodon in a Dev ContainerLaunching Mastodon inside a Dev Container is simple with VS Code When you open a supported project VS Code will notify you with a popup to relaunch inside a container Clicking “Reopen in Container launches a new VS Code window and starts the deployment process When the postinstall command completes you ll be prompted to Press any key to close the terminal Opening Docker Desktop you ll see all the containers involved in operating Mastodon We ll now be dropped directly into the command line inside our Docker container with the environment perfectly configured to support running this app Visualize How Mastodon WorksAs an employee with AppMap I use AppMap every day to explore new and interesting code projects AppMap is an open source runtime code analysis tool which helps developers visually understand how their code actually operates at runtime AppMap records your applications interactions by watching your test cases running or by seeing how your application runs locally in Docker or in development The AppMaps will include data about your application like function calls HTTP request attributes authN authZ SQL queries and more The result is a complete picture showing exactly the path the code takes as it executes From API request to the database you can see all the packages classes and functions involved in the request Install AppMapYou can skip the entire installation by cloning Mastodon from the AppMap GitHub repository which is pre configured and ready to run But you can check out our last post to learn how you can add AppMap to Mastodon or any other project Record AppMaps of MastodonNow we can simply launch the rails application by running bundle exec rails server Since the AppMap gem is installed at the top of our Gemfile AppMap will enable request recording by default This will generate a new AppMap for each request we make into Mastodon and help us better understand what is happening behind each of those API requests Because Dev Containers are awesome VS Code will automatically notice when one of our forwarded ports is available with a connection on the other side When the application starts simply click on “Open in Browser and see your local Mastodon server running Generate AppMapsWith Mastodon running and AppMap recording enabled we can start to interact with the app When running the only seed data that gets created is the default admin account You can login with Username admin localhost Password mastodonadminAfter logging in you can interact with the application and AppMaps will appear instantly in VS Code Click on any of them to open them in VS Code to see the HTTP requests function calls SQL queries and more As more AppMaps are generated you ll start to see AppMap annotating the code functions Clicking on any of these will show you a list of all the maps that code is used within This can be incredibly helpful as you are onboarding with Mastodon to better understand where and how certain functions are used SummaryAt this point you should have been able to get Mastodon up and running locally with the power of VS Code and Dev Containers Once the Dev Containers are deployed adding AppMap is as easy as clicking a single box to install After installation you can generate maps and learn how the Mastodon internals work In part of this post we ll dive into how to run rspec tests locally on Mastodon using Dev Containers With AppMap installed we ll automatically record those test cases running and generate maps From there we ll modify some code and show how AppMap can re run only the specific tests required for the changes you made This can save a lot of time when doing local development by only running a handful of tests vs the entire test suite If you are interested in learning more you can clone the Mastodon project in the AppMap repository You can add AppMap to your VS Code or JetBrains code editor And finally you can join the conversation and chat with other AppMap engineers and users by joining the AppMap community Slack 2022-11-22 16:15:05
海外TECH DEV Community Why I Don't do TDD https://dev.to/codenameone/why-i-dont-do-tdd-1j71 Why I Don x t do TDDI recently gave a talk about debugging for the London Java Community During the Q amp A part of the talk someone asked me about my approach to Test Driven Development In the past I looked at that practice in a more positive light Writing lots of tests How can that be bad But as time moved on I see it in a different light I see it as a very limited tool that has very specific use cases It doesn t fit into the type of projects I build and often hinders the fluid processes it s supposed to promote But let s backtrack for a second I really liked this post that separates the types and problems in TDD But let s simplify it a bit let s clarify that every PR should have good coverage This isn t TDD It s just good programming TDD is more than that In it we need to define the constraints and then solve the problem Is that approach superior to solving the problem and then verifying the constraints are correct That s the core premise of TDD vs just writing good test coverage The GoodTDD is an interesting approach It s especially useful when working with loosely typed languages In those situations TDD is wonderful as it fills the role of a strict compiler and linter There are other cases where it makes sense When we re building a system that has very well defined input and output I ve run into a lot of these cases when building courses and materials When working on real world data this sometimes happens when we have middleware that processes data and outputs it in a predefined format The idea is to construct the equation with the hidden variables in the middle Then the coding becomes filling in the equation It s very convenient in cases like that Coding becomes filling in the blanks The Bad“Test Driven Development IS Double Entry Bookkeeping Same discipline Same reasoning Same result Uncle Bob MartinI would argue that Testing is a bit like double entry bookkeeping Yes We should have testing The question is should we build our code based on our tests or vice versa Here the answer isn t so simple If we have a pre existing system with tests then TDD makes all the sense in the world But testing a system that wasn t built yet There are some cases where it makes sense but not as often as one would think The big claim for TDD is “its design Tests are effectively the system design and we then implement that design The problem with this is that we can t debug a design either In the past I worked on a project for a major Japanese company This company had one of the largest most detailed sets of annex design books Based on these design specifications the company built thousands of tests We were supposed to pass a huge amount of tests with our system Notice that most weren t even automatic The tests had bugs There were many competing implementations but none of them found the bugs in the tests Why They all used the same reference implementation source code We were the first team to skip that and do a cleanroom implementation It perpetuated these bugs in the code some of them were serious performance bugs that affected all previous releases But the real problem was the slow progress The company could not move forward quickly TDD proponents will be quick to comment that a TDD project is easier to refactor since the tests give us a guarantee that we won t have regressions But this applies to projects with testing performed after the fact The WorseTDD focuses heavily on fast unit testing It s impractical to run slow integration tests or longrun tests that can run overnight on a TDD system How do you verify scale and integration into a major system In an ideal world everything will just click into place like legos I don t live in such a world Integration tests fail badly These are the worst failures with the hardest to track bugs I d much rather have a failure in the unit tests that s why I have them They are easy to fix But even with perfect coverage they don t test the interconnect properly We need integration tests and they find the most terrible bugs As a result TDD over emphasizes the “nice to have unit tests over the essential integration tests Yes you should have both But I must have the integration tests Those don t fit as cleanly into the TDD process Right Driven TestingI write testing the way I choose on a case by case basis If I have a case where testing in advance is natural I ll use that But for most cases writing the code first seems more natural to me Reviewing the coverage numbers is very helpful when writing tests and this is something I do after the fact As I mentioned before I only check coverage for integration tests I like unit tests and monitor the coverage there since I want good coverage there too But for quality only integration tests matter A PR needs unit tests I don t care if we wrote them before the implementation We should judge the results Bad AutomationWhen Tesla was building up their Model factories they went into production hell The source of the problems was their attempt to automate everything The Pareto Principle applies perfectly to automation Some things are just very resistant to automation and make the entire process so much worse One point where this really fails is in UI testing Solutions like Selenium etc made huge strides in testing web front ends Still the complexity is tremendous and the tests are very fragile We end up with hard to maintain tests Worse we find the UI harder to refactor because we don t want to rewrite the tests We can probably cross of tested functionality but there s a point of diminishing return for automation In those environments TDD is problematic The functionality is easy but building the tests becomes untenable FinallyI m not against TDD but I don t recommend it and effectively I don t use it When it makes sense to start with a test I might do that but that s not really TDD I judge code based on the results TDD can provide great results but often it over emphasizes unit tests Integration tests are more important for quality in the long run Automation is great Until it stops There s a point where automated tests just make little sense It would save us a lot of time and effort to accept that and focus our efforts in a productive direction This is from my bias as a Java developer who likes type safe strict languages Languages such as JavaScript and Python can benefit from a larger volume of tests because of their flexibility Hence TDD makes more sense in those environments In summary testing is good TDD doesn t make better tests though It s an interesting approach if it works for you For some cases it s huge But the idea that TDD is essential or even that it will significantly improve the resulting code doesn t make sense 2022-11-22 16:14:53
Apple AppleInsider - Frontpage News Asahi Linux for Apple Silicon has come a long way in a few months https://appleinsider.com/articles/22/11/22/asahi-linux-for-apple-silicon-has-come-a-long-way-in-a-few-months?utm_medium=rss Asahi Linux for Apple Silicon has come a long way in a few monthsAsahi a project to bring Linux to the Apple Silicon Mac has released a new progress report that details expanded USB and peripheral support Asahi LinuxA project to port Linux to Apple Silicon Macs the latest update to Asahi Linux has new hardware support new features and fixes for longstanding pain points It also features a new bleeding edge kernel branch with support for suspend and the display controller Read more 2022-11-22 16:55:14
Apple AppleInsider - Frontpage News Jean-Louis Gassee doesn't know who an iPad is for, and thinks you don't either https://appleinsider.com/articles/22/11/22/jean-louis-gassee-doesnt-know-who-an-ipad-is-for-and-thinks-you-dont-either?utm_medium=rss Jean Louis Gassee doesn x t know who an iPad is for and thinks you don x t eitherEx Apple executive and longtime Apple commentator Jean Louis Gassee says the iPad is failing It s clear that he doesn t know what it s for but that in no way makes it a dying product Jean Louis Gassee is not afraid to use his long running Monday Note blog to be controversial about Apple but usually he s got at least a hint of a valid point This week he s phoned it in with what would be wrong if it were the two sentences it should be and is complete nonsense at the kilo word length it is It s true that iPad sales are lower than they were at the peak But Gassee wants to make this point about users not knowing what the iPad is for ーand he rewrites history to do it Read more 2022-11-22 16:50:07
Apple AppleInsider - Frontpage News Black Friday Deals Week: save up to $2,000 on Apple, TVs, software & more https://appleinsider.com/articles/22/11/22/black-friday-deals-week-save-up-to-2000-on-apple-tvs-software-more?utm_medium=rss Black Friday Deals Week save up to on Apple TVs software amp moreOfficial Black Friday deals are underway with some of the year s best prices on Apple devices Find our favorite picks on AirPods MacBooks Apple Watch software and more Save up to on electronics Many of the deals offer record low prices on Apple products home electronics software and more But there s no guarantee the offers will stick around because Black Friday deals can fluctuate drastically during the holidays If you re in need of a new device now or want to ensure your holiday shopping is done ahead of the big rush the offers below provide excellent gift ideas Read more 2022-11-22 16:49:59
Apple AppleInsider - Frontpage News There are 'new' Apple Car rumors floating around - but beware https://appleinsider.com/articles/22/11/22/there-are-new-apple-car-rumors-floating-around---but-beware?utm_medium=rss There are x new x Apple Car rumors floating around but bewareA new interview claims to have secrets about the long rumored Apple Car ーbut if you ve been paying attention you already know what s in it and that some of it is crap Apple Car rumors stretch reality to the extremeIt probably isn t easy being a product leaker Sourcing information from people working in the shadowy corners of Apple can be a precarious task Read more 2022-11-22 16:06:05
海外TECH Engadget Golf is coming to 'Nintendo Switch Sports' on November 28th https://www.engadget.com/nintendo-switch-sports-golf-release-date-165049901.html?src=rss Golf is coming to x Nintendo Switch Sports x on November thNintendo Switch Sports is a fun package that modernizes the world conquering Wii Sports but it was missing a few of the classic s game modes at the jump One of those will arrive very soon as a November th update will add golf to the game You ll have access to holes from the Wii Sports series Along with casual modes that you can enjoy with family and friends you can check out a survival golf mode Nintendo hasn t revealed too many details about the latter yet other than the fact you ll need to swing to avoid elimination It may be similar to the player bowling survival mode nbsp No matter which modes you try be sure to strap the Joy Con to your wrist before you start swinging your hand around You won t want the controller to fly out of your hand and smash your TV or monitor Nintendo previously said golf would be available in Switch Sports this fall so it s showing up right on schedule The company hasn t confirmed whether the likes of boxing or baseball are on the way but fingers crossed that Nintendo will add those as surprise updates at some point down the line Get ready to grab that iron amp step up to the tee The NintendoSwitchSports Golf update will arrive on and will include a total of holes from the Wii Sports series Swing to avoid elimination in Survival Golf or enjoy some casual competition with friends and family pic twitter com yzhnNQBUvーNintendo of America NintendoAmerica November 2022-11-22 16:50:49
海外TECH Engadget The best wireless headphones for 2022 https://www.engadget.com/best-headphones-150030794.html?src=rss The best wireless headphones for Over ear noise canceling headphones typically offer the most comprehensive set of features we want for our listening pleasure The best of these wireless options combine stellar audio with powerful active noise cancellation ANC and other handy tools to create as complete a package as possible Of course some companies do this better than others For Engadget s best wireless headphones guide we review a variety of model features including noise cancellation and sound quality while offering a range of prices so you can decide how much you re comfortable spending Engadget s picksBest overall Sony WH XMRunner up Bowers amp Wilkins Px SBest budget Audio Technica ATH MxBTOther solid options Bose QuietComfort Technics EAH A Master amp Dynamic MW Sennheiser Momentum Best overall Sony WH XMSony s X line has been our top pick for best headphone for a long time now Until another company can pack in as many features as Sony and do so with a stellar mix of sound and effective ANC the crown is safe With the WH XM Sony redesigned its flagship headphones making them way more comfortable to wear for long periods of time The company also made noticeable improvements to the active noise cancellation adding a separate V chip in addition to the QN that was inside the M There are now eight total ANC mics as well the previous model only had four This all combines to better block ambient noise and high frequencies including human voices The XM still has all of the features that typically make Sony s top of the line headphones showstoppers That includes hour battery life and crisp clear sound with balanced tuning and punchy bass A combo of touch controls and physical buttons give you on board access to music calls and noise modes without reaching for your phone Speak to Chat automatically pauses audio when you begin talking and like previous Sony headphones the M can change noise modes based on your activity or location Plus this model offers better call quality than most of the competition The only real downside is that they re more than the WH XM at full price Runner up Bowers amp Wilkins Px SI ll admit I didn t come into expecting Bowers amp Wilkins to make the best headphones list or even be in contention for a spot However the company s revised Px headphones impressed me during my review The Px S are pricey at but Bowers amp Wilkins pair impressive audio quality with solid ANC performance In fact the Px S are my favorite headphones right now in terms of sound There s also a more refined design that doesn t look overly plasticky and the headphones fit comfortably even after hours of use Call quality ambient sound and automatic pausing aren t the best here but they get the job done At the end of the day the design sound quality and noise cancellation make the Px S a strong pick in the current true wireless headphone field Best budget Audio Technica ATH MxBTAudio Technica has introduced affordable wireless headphones in the past and while they didn t offer active noise cancellation they re still worth considering The company s latest is the MxBT a Bluetooth version of the A T s popular Mx wired cans For just you can expect a comfy fit and up to hours of battery life Bluetooth multipoint connectivity allows you to connect to multiple devices at once and physical buttons provide reliable on board control The design isn t as refined as the company s pricer models like the MxBT but you get the bulk of what makes Audio Technica s cheaper options so good Another solid option Bose QuietComfort The Bose was one of our top wireless Bluetooth headphones last time around but the company recently revived a workhorse with the QuietComfort The design is mostly unchanged from the previous QC models which could be a deal breaker for some Once you get past that though the QC combines Bose s excellent active noise cancellation with clear and balanced audio You can expect up to hours of battery life on a charge and a comfortable fit that doesn t get tiresome during long listening sessions We ve already seen them on sale for less than full price which makes the QuietComfort even more compelling Another solid option Technics EAH ABack at CES Panasonic announced the EAH A a new set of active noise canceling headphones under the iconic Technics brand While most of the features are what you see on any number of headphones one figure stood out The company says you can expect up to hours of battery life on the A and that s with active noise cancellation enabled These are currently in my stable of review units for detailed analysis but I have already tested them on a long flight The ANC is impressive and they re comfortable enough to avoid becoming a burden after several hours Sound quality is also quite good there s LDAC support too and there are enough features here to justify the premium price tag Another solid option Master amp Dynamic MWWhile Master amp Dynamic is known for its design prowess the company s over ear headphones were due for a refresh With the MW that debuted in June the company opted for a look that takes cues from its MG gaming headset and mixes them with a combo of aluminum leather and tempered glass The company s trademark sound quality returns with multiple ANC modes and ambient sound options for a range of situations At the high end looks don t come cheap but if you re looking for something beyond the pure plastic fashion of most headphones M amp D has you covered Another solid option Sennheiser Momentum I ll be honest I had a hard time choosing between the Px S and the Momentum for the runner up spot this time around However Bowers amp Wilkins gets the edge in terms of design even though the Px S and the Momentum are very evenly matched on sound quality They re the two best sounding sets of Bluetooth headphones I ve tested this year and it s not even close Sennheiser does have an impressive hour battery life in its favor and improved ANC performance Those two items alone might be enough for you to overlook the very generic design 2022-11-22 16:30:08
海外TECH Engadget EU confirms multiple ongoing investigations into TikTok data practices https://www.engadget.com/tiktok-data-investigation-data-practices-161535147.html?src=rss EU confirms multiple ongoing investigations into TikTok data practicesThe president of the European Commission the executive branch of the European Union has confirmed there are multiple ongoing investigations into TikTok The probes concern the transfer of EU citizens data to China and targeted advertising aimed at minors Investigators are seeking to ensure that TikTok meets General Data Protection Regulation GDPR requirements “The data practices of TikTok including with respect to international data transfers are the object of several ongoing proceedings Ursula von der Leyden wrote in a letter shared by Federal Communications Commissioner Brendan Carr “This includes an investigation by the Irish Data Protection Commission about TikTok s compliance with several GDPR requirements including as regards data transfers to China and the processing of data of minors and litigation before the Dutch courts in particular concerning targeted advertising regarding minors and data transfers to China NEW The President of the European Commission Ursula von der Leyen confirms that TikTok s data transfers are under investigation amp object of several ongoing proceedings This comes after concerns raised by Members of the European Parliament about data access from inside China pic twitter com dhOCojKKOWーBrendan Carr BrendanCarrFCC November Von der Leyden was responding to concerns raised by members of the European Parliament regarding Chinese public authorities potentially gaining access to EU citizens TikTok data following a report by BuzzFeed News The app s data practices have been under the EU s spotlight for a while Earlier this year TikTok agreed to enforce certain policies concerning ads and branded content following a complaint that accused the app of breaching EU consumer rules Of course TikTok has been in hot water on the other side of the Atlantic over its privacy and security practices Last month TikTok denied reports that China based workers for its parent company ByteDance planned to track the location of some US citizens through the app TikTok has been moving the data it holds on US users to Oracle data centers in the country in an attempt to placate officials who have been concerned about China potentially using the app against American citizens In August it emerged that Oracle was reviewing TikTok s content moderation systems and algorithms to make sure they re not subject to Chinese interference Carr the FCC s senior Republican commissioner said this month that TikTok should be banned in the US He previously urged Apple and Google to remove TikTok from their app stores 2022-11-22 16:15:35
海外TECH Engadget Ooni's pizza ovens are 20 percent off for Black Friday https://www.engadget.com/ooni-pizza-ovens-black-friday-sale-160043214.html?src=rss Ooni x s pizza ovens are percent off for Black FridaySerious home pizza chefs who are looking to up their game may want to consider Ooni s offerings The pizza oven company is running a sitewide Black Friday sale with percent off all its products At the lower end the Ooni Fyra is down to nearly off the regular price At the other end of the scale is the Ooni Karu which is nearly off at Shop Ooni Black Friday saleBuy Fyra at Ooni Buy Karu at Ooni We ve frequently recommended Ooni s pizza ovens in our outdoor guides They re relatively easy to use and deliver fairly consistent results so if you re eager to make pizza at home and don t mind paying for a dedicated oven it s worth considering these The Fyra seems like a solid option for folks who often host family and friends and are into pizza parties It bakes inch pies in as little as one minute and it uses wood pellets to heat up to degrees in just minutes If you re well organized you ll be able to crank out a bunch of pizzas quickly with the right toppings to keep everyone happy Since it has foldable legs and a detachable chimney and weighs a relatively slight pounds the Fyra is reasonably portable too so it may even be an option for camping trips At the upper end the Karu also has a mounted digital thermometer and a glass door You can opt to cook pizzas in the Karu using wood charcoal or gas though you ll need an attachment for the latter Speaking of accessories those are percent off as part of Ooni s sale as well Depending on where you are you might want to wait a few months before cooking outside is a more practical option again But hey if you snap up one of Ooni s pizza ovens now you ll be ready to roll by the time spring comes back around Get the latest Black Friday and Cyber Monday offers by following EngadgetDeals on Twitter and subscribing to the Engadget Deals newsletter 2022-11-22 16:00:43
金融 金融庁ホームページ ペッツベスト少額短期保険株式会社に係る保険契約の移転等に関する計画等について公表しました。 https://www.fsa.go.jp/news/r4/hoken/20221122.html 保険契約 2022-11-22 17:00:00
金融 金融庁ホームページ 「令和4年度金融庁政策評価実施計画」等の策定について公表しました。 https://www.fsa.go.jp/news/r4/20221122/20221122.html 政策評価 2022-11-22 17:00:00
金融 金融庁ホームページ 職員を募集しています。(証券会社等のモニタリング業務等に従事する職員) https://www.fsa.go.jp/common/recruit/r4/kantoku-11/kantoku-11.html 証券会社 2022-11-22 17:00:00
金融 金融庁ホームページ 職員を募集しています。(地域金融機関による事業者支援等に関する施策の企画・立案業務等に従事する職員) https://www.fsa.go.jp/common/recruit/r4/kantoku-12/kantoku-12.html 金融機関 2022-11-22 17:00:00
金融 金融庁ホームページ 企業会計審議会第23回内部統制部会 議事録を公表しました。 https://www.fsa.go.jp/singi/singi_kigyou/gijiroku/naibu/20221108.html 企業会計 2022-11-22 17:00:00
金融 金融庁ホームページ 証券監督者国際機構(IOSCO)による「経済的不確実性下における財務報告・開示に関する声明」について掲載しました。 https://www.fsa.go.jp/inter/ios/20221122/20221122.html iosco 2022-11-22 16:59:00
金融 金融庁ホームページ 金融安定理事会による「グローバルなシステム上重要な銀行(G-SIB)の2022年リスト」について掲載しました。 https://www.fsa.go.jp/inter/fsf/20221122/20221122.html 金融安定理事会 2022-11-22 16:59:00
ニュース BBC News - Home Train strikes: Rail workers to strike in run-up to Christmas https://www.bbc.co.uk/news/business-63715658?at_medium=RSS&at_campaign=KARANGA january 2022-11-22 16:44:44
ニュース BBC News - Home King Charles welcomes South Africa's Cyril Ramaphosa at start of state visit https://www.bbc.co.uk/news/uk-63711177?at_medium=RSS&at_campaign=KARANGA london 2022-11-22 16:43:56
ニュース BBC News - Home Manston migrant processing centre cleared https://www.bbc.co.uk/news/uk-63713074?at_medium=RSS&at_campaign=KARANGA accommodation 2022-11-22 16:50:31
ニュース BBC News - Home When are the train strikes and what routes are affected? https://www.bbc.co.uk/news/business-61634959?at_medium=RSS&at_campaign=KARANGA national 2022-11-22 16:33:17
ニュース BBC News - Home World Cup 2022: Denmark 0-0 Tunisia - toothless Danes held in opener https://www.bbc.co.uk/sport/football/63631780?at_medium=RSS&at_campaign=KARANGA qatar 2022-11-22 16:21:40
ニュース BBC News - Home 2022 World Cup: Salem Al Dawsari scores stunning winner as Saudi Arabia shock Argentina https://www.bbc.co.uk/sport/av/football/63716392?at_medium=RSS&at_campaign=KARANGA World Cup Salem Al Dawsari scores stunning winner as Saudi Arabia shock ArgentinaSalem Al Dawsari produces a moment of magic to score the winner as Saudi Arabia stun Argentina at the World Cup 2022-11-22 16:44:51
ニュース BBC News - Home Beth Mead: Arsenal & England forward out with anterior cruciate ligament injury https://www.bbc.co.uk/sport/football/63720708?at_medium=RSS&at_campaign=KARANGA Beth Mead Arsenal amp England forward out with anterior cruciate ligament injuryEngland forward Beth Mead will be out for an extended period after suffering a ruptured anterior cruciate ligament her club Arsenal say 2022-11-22 16:54:34
ビジネス ダイヤモンド・オンライン - 新着記事 米政府職員の株取引、調査求める動き WSJ報道受け - WSJ発 https://diamond.jp/articles/-/313339 調査 2022-11-23 01:19: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件)