投稿時間:2022-09-30 23:39:41 RSSフィード2022-09-30 23:00 分まとめ(46件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 競争激しい回転ずし業界 かっぱは4位と苦戦 https://www.itmedia.co.jp/business/articles/2209/30/news240.html itmedia 2022-09-30 22:25:00
AWS AWS Architecture Blog How Launchmetrics improves fashion brands performance using Amazon EC2 Spot Instances https://aws.amazon.com/blogs/architecture/how-launchmetrics-improves-fashion-brands-performance-using-amazon-ec2-spot-instances/ How Launchmetrics improves fashion brands performance using Amazon EC Spot InstancesLaunchmetrics offers its Brand Performance Cloud tools and intelligence to help fashion luxury and beauty retail executives optimize their global strategy Launchmetrics initially operated their whole infrastructure on premises however they wanted to scale their data ingestion while simultaneously providing improved and faster insights for their clients These business needs led them to build their architecture … 2022-09-30 13:18:01
AWS lambdaタグが付けられた新着投稿 - Qiita Lambda でコンテナを実行する https://qiita.com/quryu/items/d21a8dae7b9a0ef77386 dockerfile 2022-09-30 22:59:09
python Pythonタグが付けられた新着投稿 - Qiita maya latticeのdivを幅維持したまま増やしたい https://qiita.com/9boz/items/721c6aa8c98fa318005c lattice 2022-09-30 22:52:05
python Pythonタグが付けられた新着投稿 - Qiita word2vecのCBOWモデルをPytorchで実装してみた https://qiita.com/RAD0N/items/be24f309deb5a2ba6f39 deeplearning 2022-09-30 22:15:22
Ruby Rubyタグが付けられた新着投稿 - Qiita オリジナルアプリをIaC化+データ移行 https://qiita.com/Unimaru/items/88527978466629d3fa3c freenom 2022-09-30 22:43:25
Ruby Rubyタグが付けられた新着投稿 - Qiita downcaseメソッドとlengthメソッドを使って2つの文字列の末尾が一致しているか判断するプログラム https://qiita.com/mrshouuge/items/c6fa1bdf1e334b6e44d7 arrayhiabcputsar 2022-09-30 22:24:12
AWS AWSタグが付けられた新着投稿 - Qiita Lambda でコンテナを実行する https://qiita.com/quryu/items/d21a8dae7b9a0ef77386 dockerfile 2022-09-30 22:59:09
AWS AWSタグが付けられた新着投稿 - Qiita オリジナルアプリをIaC化+データ移行 https://qiita.com/Unimaru/items/88527978466629d3fa3c freenom 2022-09-30 22:43:25
Docker dockerタグが付けられた新着投稿 - Qiita Lambda でコンテナを実行する https://qiita.com/quryu/items/d21a8dae7b9a0ef77386 dockerfile 2022-09-30 22:59:09
Azure Azureタグが付けられた新着投稿 - Qiita 一時ディスクがないWindows Server VMをデプロイしてみた https://qiita.com/chappy7121/items/fa707000e62889899c13 azure 2022-09-30 22:51:23
技術ブログ Developers.IO S3 Access Points をソースにデータ転送をやってみた https://dev.classmethod.jp/articles/s3-access-points-source-datasync/ amazons 2022-09-30 13:43:49
技術ブログ Developers.IO [レポート] re:Inforce 2022 – Getting more out of your service control policies, featuring Morgan Stanley (IAM202) #reInforce https://dev.classmethod.jp/articles/reinforce-2022-iam202/ レポートreInforceGettingmoreoutofyourservicecontrolpoliciesfeaturingMorganStanleyIAMreInforceみなさんこんにちは、杉金です。 2022-09-30 13:34:41
技術ブログ Developers.IO AWS Certificate Manager Private Certificate Authority は AWS Private Certificate Authority になりました https://dev.classmethod.jp/articles/aws-certificate-manager-private-certificate-authority-now-aws-private-ca/ tecertificateauthority 2022-09-30 13:22:08
海外TECH MakeUseOf 11 Thoughtful DIY Thanksgiving Gifts https://www.makeuseof.com/thoughtful-diy-thanksgiving-gifts/ giftsshow 2022-09-30 13:30:14
海外TECH MakeUseOf How to Use the Starz App on Your Vizio Smart TV https://www.makeuseof.com/how-to-use-starz-on-vizio-smart-tv/ smart 2022-09-30 13:16:14
海外TECH MakeUseOf Shargeek Storm2: The Ultimate Cyberpunk Power Bank https://www.makeuseof.com/shargeek-storm2-power-bank/ Shargeek Storm The Ultimate Cyberpunk Power BankWant to recharge your portable devices anywhere with a stunning power bank that looks like it escaped from the USS Enterprise D You re in luck 2022-09-30 13:05:14
海外TECH DEV Community How to Get Started With Game Programming https://dev.to/saaaa_/how-to-get-started-with-game-programming-1b67 How to Get Started With Game ProgrammingHey Salah is here It s been a while since my last post so I decided why not to drop something today Here I am posting about how to begin developing video games I won t discuss Game engines So first of all learn how to program It is very essential to have an understanding of all the basic concepts regarding programming If you don t know how to program I would recommend starting with Python Why Because as everybody knows it is a wonderful language that takes away the low level details for the programmer and allows him to focus on concepts It is also a very fun language I m sure you ll love to program in it I picked it up in just days although I had previous programming experience To make games you need certain extra libraries If you know how to program you must know what libraries mean Libraries They are extra patches of code that you can link with your own code To make games you will need libraries for graphics event handling networking etc for Python Pygame is an excellent library for beginners that provides almost all this stuff For C or C you have Allegro and SDL A simple Google search will give you a list of game programming libraries for the language of your choice Start playing with the library you have chosen Read its tutorials online Learn how to make simple things like rectangles circles load images etc Try to make some animations The fundamental concept behind building an animation is to draw the object then draw another object of the same dimensions on top of it with the background color and then draw the earlier object with its coordinates displaced by the required amount Of course if you do this really quickly you will be able to cause an illusion of movement After that make a simple game like Pong or Tetris which uses just event handling and some basic physics collision detection Google for game loop structure It will help you out in coding the game After you have coded it move on to a slightly more complex game like a game with two tanks fighting it out You don t have to get cute with graphics just use whatever royalty free images you can lay your hands on Try cloning more arcade games like Breakout To make these you will have to use something called a level editor something that is used in almost every game After that try your hand at a game that uses some AI like a Pacman clone or a top view soccer game Both of them can be implemented using an FSM Finite State Machine a concept used for AI in of commercial games Then try your hand at a side scrolling platform game like a Mario clone The games mentioned above combined include almost all the concepts used in of the games To make a game with a flashy D interface all you need to do is use an engine that helps you to do so It s just that in the beginning programming in D allows you to focus on the more important concepts and also makes your code less complicated Once you get comfortable you can go for D games I hope this approach helps you out in your game programming journey and if you have any suggestions or questions feel free to comment belowHave a good one See you bye IG onesalah 2022-09-30 13:20:31
海外TECH DEV Community selection sort algorithm https://dev.to/mavensingh/selection-sort-algorithm-4i17 selection sort algorithmSelection sort algorithm is a simple sorting algorithm Selection sort algorithm is an in place comparison based algorithm in which the list is divided into two parts the sorted part at the left end and the unsorted part at the right end Initially the sorted part is empty and the unsorted part is the entire list The algorithm maintains two subarrays in a given array The subarray which already sorted The remaining subarray was unsorted Flowchart of selection sort algorithm How it works Set minimum value min index to location Traverse the array to find the minimum element in the array If any element smaller than min index is found then swap both the values Increment min index to point to the next element Repeat until the array is sorted Algorithm Implementation in Golangpackage mainimport fmt func selectionSort arr int var i j min index int for i i lt len arr i min index i for j i j lt len arr j if arr j lt arr min index min index j if min index is not equals to i then swap the indexes if min index i arr i arr min index arr min index arr i func main arr int fmt Println before selection sort arr selectionSort arr fmt Println after selection sort arr If you find this article helpful you can also checkout my blog Programming Geeks Clubif anyone require any help please don t hesitate to leave comment Thanks for reading 2022-09-30 13:03:58
海外TECH DEV Community Hacktobefest 2022: My Repo https://dev.to/zigrazor/hacktobefest-2022-my-repo-9bg Hacktobefest My RepoDear developer I am pleased to announce my participation in the hacktoberfest as a maintainer As a developer and Hacktoberfest partecipant you can contribute to my project and get involved in the community of Open Source Developer and get my communities bigger and bigger My main project that partecipates for the second year to the Hacktoberfest is the CXXGraph Header Only C library for Graph Representation and Algorithms with a simple interface ZigRazor CXXGraph Header Only C Library for Graph Representation and Algorithms CXXGraph Share on IntroductionCXXGraph is a small library header only that manages the Graph and it s algorithms in C In other words a Comprehensive C Graph Library An alternative to Boost Graph Library BGL We are Looking for We are looking for Site Developer for the development of the CXXGraph site for the moment on GitHub Page Developers and Committers also at first experience we will guide you step by step to the open source world If you are interested please contact us at zigrazor gmail com or contribute to this project We are waiting for you RoadmapCompletedDescriptionDate of Completition️First OptimizationApr Add Benchmark for all algorithmsTBDCode OptimizationTBDRelease TBD Const Code Review TBDRelease TBDOfficial Site ReleaseTBDReduction of Code Issue of Static… View on GitHubThen I have some side projects someone that partecipate to the Hacktoberfest for the first time The projects are in C and Python but you can contribute also with documentation Pull Request or other things that gives values to the projects The project are the followings A C Library that give microservice framework Server Client upon mq framework ZigRazor CXXMicroService A C Library that give microservice framework Server Client upon mq framework CXXMicroServiceA C Library that give microservice framework Server Client IntroductionCXXMicroService is a C library that manages MicroServices upon different Framework actually only mq is implemented We are Looking for We are looking for Site Developer for the development of the CXXMicroService site for the moment on GitHub Page Developers and Committers also at first experience we will guide you step by step to the open source world If you are interested please contact us at zigrazor gmail com or contribute to this project We are waiting for you RoadmapCompletedDescriptionDate of Completition️First CommitMay ️Introduce the basic FrameworkMay Introduction of more complete ExamplesTBDIntroduction of OrchestratorTBDIntroduction of Unit Test FrameworkTBD️Introduction of basic CI CDJun Advanced CI CDTBDFirst Beta Release… View on GitHubA Python implementation of simply configurable State Machines ZigRazor PyStateMachine Python State Machine PyStateMachine Python State MachineIntroductionPyStateMachine is a Framework that support state machines in PythonRequirementsPythonHow to RunWork in ProgessExampleWork in ProgessTest SuiteWork in ProgressHow to contribute Read the CONTRIBUTING GUIDEHacktoberfestWe are pleased to inform you that this repository is participating in the Hacktoberfest Happy Coding ContactE Mail zigrazor gmail comGitHub Profile SupportTo support me just add Star the project or follow me To get updated watch the project Project Info View on GitHubA library in C to manage multi threading and parallel applications ZigRazor MTL Multi Thread Library MTL Multi Threading Library Multi Threading Library is a set of utilities easy and ready to use for common task in multi threading environment and development Roadmap Thread Class Thread Manager Thread Pool Task Class Ordered Task Task Flow Complete Documentation Doxygen Integration First Beta Release Test Framework CI CD Pipeline First Stable Release Thread Monitoring See the open issues for a full list of proposed features and known issues Getting StartedThis is an example of how you may give instructions on setting up your project locallyTo get a local copy up and running follow these simple example steps PrerequisitesThe following are required to get the project up and running Google TestGoogleTestgit clone Dowload the Google Test repositorycd googletest Main directory of the cloned repository mkdir p build Create a directory to hold the build output cd build Move… View on GitHubA C Library to which implements the structures and algorithms for finite automata pushdown automata and Turing machines ZigRazor CXXAutomata A C library for simulating automata and Turing machines CXXAutomataA C library for simulating automata and Turing machinesRequired Graphviz sudo apt get install graphviz Required GoogleTest sudo apt install libgtest dev build essential cmakecd usr src googletestsudo cmake sudo cmake build target install View on GitHubYou can visit the issues pages of each projects to see the open issues and you can ask me all you need to understand the project goal the issue problem or anything you need to contribute In the next days I will open some other issues on the projects that can be important to improve the projects and give the possibility to get involved also to the novice of the Open Source For any info you can contact me at zigrazor gmail comIf you want open an issue on the projects feel free to do it All contributiuons are appreciated Happy Coding and Happy Hacktoberfest 2022-09-30 13:02:36
Apple AppleInsider - Frontpage News Apple Watch Ultra & AirPods Pro 2 impress, iOS 16 bugs, Apple Store experiences https://appleinsider.com/articles/22/09/30/apple-watch-ultra-airpods-pro-2-impress-ios-16-bugs-apple-store-experiences?utm_medium=rss Apple Watch Ultra amp AirPods Pro impress iOS bugs Apple Store experiencesReal world testing shows that AirPods Pro has remarkably improved noise cancellation while putting the Apple Watch Ultra to the test confirms its great battery life There s also disaster tech Apple Store experiences and bugs in iOS all on the AppleInsider podcast Some people are trying out the new Apple Watch Ultra by hanging off cliffs diving deep underwater or utilizing laboratory testing equipment But others are wearing it to the supermarket If you ve wondered whether there really is a space in your life for the maxed out tripped out rugged Apple Watch Ultra listen to host Stephen Robles s adventures in Aisle This week s podcast could practically have come live from Stephen s local supermarket because it s also there that he has found out exactly how good the improved AirPods Pro are at noise cancellation The supermarket is unfortunately also in the path of Hurricane Ian so consequently this edition also delves deep into disaster preparations Read more 2022-09-30 13:09:36
Apple AppleInsider - Frontpage News Daily deals Sept. 30: $329 45mm Apple Watch Series 7, 20% off Anker Power Bank, $150 off Neato D9 robot vacuum, more https://appleinsider.com/articles/22/09/30/daily-deals-sept-30-329-45mm-apple-watch-series-7-20-off-anker-power-bank-150-off-neato-d9-robot-vacuum-more?utm_medium=rss Daily deals Sept mm Apple Watch Series off Anker Power Bank off Neato D robot vacuum moreFriday s best deals include off Sennheiser Momentum Headphones Lenovo ThinkPadX for off Epson photo scanner and much more Best deals September Every day AppleInsider searches online retailers to find offers and discounts on items including Apple hardware upgrades smart TVs and accessories We compile the best deals we find into our daily collection which can help our readers save money Read more 2022-09-30 13:06:47
Apple AppleInsider - Frontpage News Apple Watch Ultra review: Ambitious aspirations https://appleinsider.com/articles/22/09/30/apple-watch-ultra-review-ambitious-aspirations?utm_medium=rss Apple Watch Ultra review Ambitious aspirationsThe new Apple Watch Ultra packs features tailored for athletes and extreme conditions It does an exceptional job but still has room to grow Diving with Apple Watch UltraThe new Apple Watch Ultra was unveiled at Apple s fall event in tandem with the launch of the new Apple Watch SE and Apple Watch Series We picked one up with the green Alpine Loop to see if it was enough of an upgrade to sway users away from Garmin and other wearables Read more 2022-09-30 13:11:16
Apple AppleInsider - Frontpage News Apple may bring adaptive transparency to original AirPods Pro https://appleinsider.com/articles/22/09/30/apple-may-bring-adaptive-transparency-to-original-airpods-pro?utm_medium=rss Apple may bring adaptive transparency to original AirPods ProOne of the key features of the new AirPods Pro is adaptive audio transparency but according to the latest iOS beta that may be coming to the first generation AirPods Pro too Adaptive Transparency is the new feature that removes loud noises yet keeps the listener aware of general environmental sounds It s an improvement because previously the AirPods Pro s transparency mode couldn t filter out sudden loud sounds Apple s new AirPods Pro can do this and it uses the new design and new technology within the updated product The new hardware is going to make the feature work but as spotted by Reddit user Pacino the software control has been added to the latest iOS beta for AirPods Pro as well Read more 2022-09-30 13:54:29
Apple AppleInsider - Frontpage News Apple procurement VP fired over TikTok breast joke https://appleinsider.com/articles/22/09/29/vulgar-remark-in-tiktok-gets-apples-procurement-vp-fired?utm_medium=rss Apple procurement VP fired over TikTok breast jokeApple Vice President Tony Blevins is being shown the door at Apple after he made a crude comment about fondling women in a viral video on TikTok Apple Store glass manufacturing in Germany Source AppleTikTok and Instagram creator Daniel Mac had approached Blevins for his series where he asks expensive car owners about their job Mac stopped the executive while he was parking a Mercedes Benz SLR McLaren a car that can sell for hundreds of thousands of dollars Read more 2022-09-30 13:22:26
海外TECH Engadget Fixing inefficient oil field flaring could drastically reduce methane emissions https://www.engadget.com/methane-flaring-oil-extraction-worse-emissions-134504251.html?src=rss Fixing inefficient oil field flaring could drastically reduce methane emissionsOil and gas companies regularly use flaring that is burning unwanted methane to limit the amount of natural gas escaping into the atmosphere but the practice might not be as kind to the planet as previously thought Scientists at the University of Michigan Stanford and elsewhere have discovered that flaring is much less effective than the industry assumes and puts out five times more methane a strong greenhouse gas than predicted Companies and governments act on the belief flares are always lit and burn off percent of methane However aerial surveys of three US basins where percent of American flaring takes place have revealed that the flares aren t lit up to percent of the time and operate inefficiently when they re active In practice the flaring efficiency is just percent That may not sound like a big dip but it signifies that there s a large volume of unaccounted for methane contributing to climate change There is an upside to the findings Flaring s problems are quot quite addressable quot with better management lead researcher Genevieve Plant said and a solution would offer an equivalent emissions reduction to removing million cars To put it another way this could be one of the easiest ways to keep methane in check and limit global warming The challenge is to have companies and governments work in harmony ーthat s not guaranteed even if the fix is relatively straightforward 2022-09-30 13:45:04
海外TECH Engadget NASA and SpaceX will study the possibility of using a Dragon capsule to boost Hubble's orbit https://www.engadget.com/nasa-spacex-dragon-capsule-boost-hubble-orbit-133037538.html?src=rss NASA and SpaceX will study the possibility of using a Dragon capsule to boost Hubble x s orbitNASA and SpaceX have signed an agreement to study the possibility of using a Dragon spacecraft to lift the Hubble telescope to a higher orbit The Hubble telescope s orbit decays over time due to atmospheric drag and reboosting it to a more stable one could add more years to its life SpaceX proposed the idea several months ago in partnership with the Polaris Program the human spaceflight initiative organized by billionaire businessman Jared Isaacman If you ll recall Isaacman funded Inspiration the first mission to launch an all civilian crew to orbit back in nbsp The space agency said it s not going to spend any money for the study and there are no plans to fund a mission to reboost the Hubble with a Dragon spacecraft at the moment According to The New York Times Thomas Zurbuchen NASA s associate administrator for science said during a news conference quot I want to be absolutely clear We re not making an announcement today that we definitely will go forward with a plan like this quot NASA and SpaceX didn t even enter an exclusive agreement which means other companies can propose studies with their spacecraft as the model At this point this partnership is all about looking at the possibilities nbsp The teams will spend six months collecting technical data from both Hubble and the Dragon spacecraft They ll then use that information to determine whether it s safe for the capsule to rendezvous and dock with the telescope as well as to figure out how it can physically raise Hubble to a higher altitude At the same conference SpaceX VP of customer operations Jessica Jensen explained quot What we want to do is expand the boundaries of current technology We want to show how we use commercial partnerships as well as the public private partnerships to creatively solve challenging and complex problem missions such as servicing Hubble quot In addition to potentially adding years to the year old telescope s life the servicing solutions the study finds could also be applied to other spacecraft in near Earth orbit 2022-09-30 13:30:37
海外TECH Engadget How Sony unintentionally defined the skate video https://www.engadget.com/sony-vx1000-defined-the-skate-video-130032368.html?src=rss How Sony unintentionally defined the skate videoIn Tony Hawk is a household name skateboarding is an olympic sport and it s possible to master digital laser flips in any number of video games on TV It wasn t always like this though Early skate screen media consisted mostly of skeptical documentaries or whimsical California dreaming style chronicles Things changed when in Stacy Peralta who managed the ragtag team of skaters that Tony Hawk was a member of effectively invented the modern skate video Thanks to its performative nature skateboarding would soon form a symbiotic relationship with the technology that showcased it The VHS invasionPeralta claims he hoped a few hundred copies of his first video might find their way into the new VHS players that were taking the US by storm “From the get go videos were more lucrative than they thought they were going to be It s this sort of famous thing that Stacy Peralta says that the first Bones Brigade video they thought they were just gonna write the costs off as a marketing cost but actually they made a load of money on it Author professor and skateboarder Iain Borden told Engadget The success of The Bone Brigade Video Show and the titles that followed exposed skateboarding to many more new eyes along with an all new revenue stream for the struggling “sport Al Seib via Getty ImagesIn the s Peralta and his Bones Brigade team dominated on screen skateboarding typically on vert ramps including several moviecameos But Peralta s polished style and squeaky clean team wasn t for everyone Right at the end of the s H Street a more grassroots skateboarding outfit released Shackle Me Not and Hokus Pokus with a focus on street skating Not everyone had access to a ramp but everyone lived on a street meaning this new style was much more accessible with the videos almost serving as a how to manual According to Borden H Street put cameras in skaters hands to film each other and the change of pace and dynamic in videos shifted away from Peralta s more conventional approach This new format skaters shooting skaters complete with slams skits music and pissed off security guards would become the template for the next decade Not least thanks to another new technology that was about to land The VXIn Sony released a camera that would define how the skate video looks and sounds right to this day At around the DCR VX was the first digital camcorder in Sony s consumer lineup The relatively affordable price coupled with its small form factor and new digital tapes MiniDV made it the perfect camera for gonzo filmmakers seeking professional results The fact that footage could be easily transferred to a PC with a nascent technology called i Link which you might know as “FireWire meant anyone with a computer could now make videos entirely at home The VX only really solidified its legendary status among skaters once it was coupled with the Century Optics fish eye lens “The fisheye was amazing The audio was incredible The colors look great It had a handle built into it so you can follow somebody while riding a skateboard videographer Chris Ray told Engadget “There hasn t been another impactful camera in skateboarding like that I don t think there ever will be SonyRay says he still uses audio from the VX on his modern productions “I pull a library of VX audio and I add those to the snaps the lands the grinds things like that into my skate films because nobody has made a camera that has audio that s even close to as good Ray clearly isn t the only one to think so as this modern replica VX mic just for skateboarding attests To complement the sound the colors the VX put out would also become something of a hallmark of a good skate video The bright punchy hues the camera produced were the perfect match for the blue Californian sky contrasted against the beige and asphalt found in strip mall parking lots and other urban skate friendly locations Before long footage shot with anything else felt passé “People were still making skateboard videos on other cameras Ray said “but this was like the one you were taking a lot more seriously Ask any skater what the golden era of skate videos is and you ll get a different answer but objectively the year ushered in a period of where some of the most impactful high budget skateboarding movies ever were made and most of them were shot with the trusty VX Chris RayMenikmati from shoe company éS and Modus Operandi by Transworld set the tone Both came out in and heavily showcased the VX s distinctive look and sound Both are also very high profile releases in the skate scene which only serves to fully solidify the camera s status as the de facto tool of choice Not to mention a badge of cool in its own right “I mean it s on skateboards I ve got skateboards on my wall with the camera on it People make keychains there s tattoos Ray said “It s still iconic to this day Redefining the standardOf course there s a problem looming over the horizon A High Definition problem to be precise For all the VX s strengths the whole TV industry was undergoing its biggest change in standards perhaps ever Widescreen TVs had been steadily replacing CRTs and the new “HD resolutions were making SD content look horribly outdated Not everyone was a fan of the new aspect ratio either “I couldn t get myself to fully go HD because it was a lot harder You re talking about a image You don t want to cut the wheels off and you don t want to cut their head off when you re filming skateboarding Ray said Worse in Sony did release a follow up to the much loved camera the VX but it was a flop with skateboarders Not only was the new aspect ratio harder to work with the VX had an inferior mic and crucially wasn t compatible with the Century Optics fisheye or specifically the “Mk of that lens that everyone wanted Skateboard filmers needed to find a new sweetheart “It s funny because the Panasonic HVX came out That was really hated by a lot of skateboarders But now today the HVX is the preferred camera of HD by skateboarders Ray said In fact filmers weren t pleased about having to give up their precious VX at all “I was working on a Transworld film and we talked about how there s this transition between VX and going HD And skateboarding was not happy about it Ray added Years later a petition was also started to campaign for Century Optics to re issue the Mk lens which it ultimately did albeit a limited run of Around the same time a little gaming franchise known as Tony Hawk s Pro Skateboarder was taking the gaming world by storm The popularity of the PlayStation and its ability to play DVDs was the perfect way for a whole new generation to discover skateboarding Not to mention one of the goals was to “unlock various bonus skate videos Tony Hawk might have been luring in new blood but in the hotly anticipated in skate circles film Fully Flared was about to signal another big change in skate video history Renowned skate Director Ty Evans was still using the VX but this would be its last outing in one of his productions Ray said Evans championed the VX from the start with Modus Operandi but Fully Flared which Ray also worked on represented the passing of the camera baton The send off was marked with explosions and effects never seen before in a skate movie For the gramThere was another important event in The launch of the first ever iPhone Within a few years almost everyone had an HD camera in their pocket Likewise a whole other product category would come along to change how we record things the action cam Between the smartphone and the GoPro suddenly everyone was a skate videographer Or as we call them today a “creator Unlike many sports professional skateboarding is mostly financed through individual sponsorship deals Some skateboarders do compete for prize money but brand deals are typically the primary source of income This means that being on video is directly related to your standing among potential sponsors Thanks to slow mo on the iPhone and the popularity of GoPros being in a skate video wasn t reserved for the stars any longer in fact you d have a hard time being noticed by sponsors at this point if you weren t making yourself seen in videos The rise of the internet was transformative for most industries but skateboarding is nothing if not adaptive YouTube was first but before long Instagram became the spiritual home for all things skate video Now you can attract fans directly see your stats in real time and record your best tricks without having to lug about a large camcorder or hit the editing suite And thus the minute skate video was swiftly usurped by short often single take clips or even individual tricks No longer did you have to wait months or even years between doses of on screen skateboarding now it was on demand bite sized and in never ending supply But with this convenience and supply came a dramatic shift in focus The social media age hasn t just changed how the media is made and consumed it s changing who gets to be seen and sponsored “What I m seeing now is kids are inspired by other kids kids that are their age I m not seeing the like year old pros inspiring The year old kid his favorite skater is this guy that s not even pro that I ve never heard of Ray said Like with other industries that fell foul to the internet the age of big budgets and splashy releases might be gone but other opportunities have filled their place Two of the most followed skaters on Instagram right now are Nyjah Huston and Leticia Bufoni Both are accomplished exciting skateboarders who have cultivated their own personal brand and style over recent years Bufoni in particular has played a hugely important role in making skateboarding more accessible to young women “I think the rise of female skaters has absolutely been aided by the fact that people can access and see people like them skating Borden said But with new technology comes new pressures especially for creators “They have to produce something every day every week And we you know I mean the pressure to do that must be extraordinary Borden added The shift to Instagram also echoes how vert skating in the late s lost favor to the new and exciting urban skating that emerged in the early s Just how street took place in spots that were accessible to the viewer Instagram places videos from your skater friends neatly in between clips or “parts from the pros blurring the lines between you and “them even further For many years what tricks were cool who was cool at doing them and what that coolness looked like was heavily influenced by what was in the skate videos of the time Today that has reversed and now we get to see skaters from different backgrounds and influences taking their favored pastime to new places This movement from the media fringes to social media platforms could have killed the “classic skate video off and some might argue it mostly has In reality it s given directors and videographers more license to address broader issues in skateboarding culture Skategoat for example follows Venice native Leandre Sanders through his teenage years where the only thing stopping him following his siblings into gang culture is skateboarding and his journey to turning pro nearly a decade later There s no VX audio samples or crunchy color or fisheye shots just a sincere look at someone s life being saved by their passion for skateboarding Likewise Netflix s Stay On Board follows trans man Leo Baker as he navigates developing a career skateboarding with his own very public journey of self discovery Of course the more traditional video does live on it just no longer holds the monopoly on what skateboarding should look like Love for the past obviously lives on meaning you can of course find VXs modded to bring them up to modern standards but the industry has realized there s more to be gained from current tech than that of the past More than almost any other marginal entertainment genre the skate video has repeatedly proven it s happy to reinvent itself “I think technology has been nothing but helpful I think that we have to embrace it Ray said “There s more people out there filming there s more people out there being noticed There s more people skateboarding and there s more people buying skateboards I think it s a win for everybody 2022-09-30 13:00:32
海外科学 NYT > Science Leonard Cole, Who Detailed Secret Army Germ Tests, Dies at 89 https://www.nytimes.com/2022/09/29/us/leonard-cole-dead.html Leonard Cole Who Detailed Secret Army Germ Tests Dies at A dentist with a parallel career as a political scientist he drew attention to a program that made millions of Americans unwitting guinea pigs 2022-09-30 13:36:05
海外TECH WIRED Facebook Freeloads Off Newspapers. This Plan Might Stop It https://www.wired.com/story/facebook-freeloads-off-newspapers-this-plan-might-stop-it/ google 2022-09-30 13:30:00
金融 金融庁ホームページ 中日信用金庫に対する行政処分について公表しました。 https://www.fsa.go.jp/news/r4/ginkou/20220930.html 中日信用金庫 2022-09-30 15:00:00
金融 金融庁ホームページ 株式会社静岡銀行の産業競争力強化法に基づく事業適応計画の認定について公表しました。 https://www.fsa.go.jp/news/r4/ginkou/20220930-3/20220930-3.html 株式会社静岡銀行 2022-09-30 15:00:00
金融 金融庁ホームページ 第50回金融審議会総会・第38回金融分科会合同会合の諮問事項について公表しました。 https://www.fsa.go.jp/singi/singi_kinyu/soukai/siryou/2022_0930/7.pdf 金融審議会 2022-09-30 13:30:00
海外ニュース Japan Times latest articles Putin declares annexation of occupied Ukraine lands is ‘forever’ https://www.japantimes.co.jp/news/2022/09/30/world/putin-annexation-declaration-ukraine/ japan 2022-09-30 22:26:05
ニュース BBC News - Home Moors Murders: Search for Keith Bennett's body restarts https://www.bbc.co.uk/news/uk-england-manchester-63091544?at_medium=RSS&at_campaign=KARANGA bennett 2022-09-30 13:51:03
ニュース BBC News - Home Sue Barker: BBC could have handled my Question of Sport exit better https://www.bbc.co.uk/news/uk-63086869?at_medium=RSS&at_campaign=KARANGA barker 2022-09-30 13:11:09
北海道 北海道新聞 岩見沢記念・インビクタ混戦制す 銀河賞・ミソギホマレ末脚発揮 ばんえい競馬 https://www.hokkaido-np.co.jp/article/738989/ 岩見沢記念 2022-09-30 22:12:00
北海道 北海道新聞 上川管内233人感染 旭川は192人 新型コロナ https://www.hokkaido-np.co.jp/article/738992/ 上川管内 2022-09-30 22:11:00
北海道 北海道新聞 日本ハム・近藤と伊藤、野球日本代表入り https://www.hokkaido-np.co.jp/article/738777/ 野球日本代表 2022-09-30 22:10:31
北海道 北海道新聞 脳出血に負けないサックス 網走の吉井さん、ライブ復帰「やっぱり楽しい」 https://www.hokkaido-np.co.jp/article/738780/ 脳出血 2022-09-30 22:10:23
北海道 北海道新聞 教諭が「コロナ菌飛ぶ。前向け」 生徒への不適切注意で停職処分 https://www.hokkaido-np.co.jp/article/738950/ 大阪府教育委員会 2022-09-30 22:10:12
北海道 北海道新聞 新幹線札幌延伸の事業費増影響、道内自治体にも 資材高騰で未知数、財政負担に懸念も https://www.hokkaido-np.co.jp/article/738988/ 北海道新幹線 2022-09-30 22:08:00
北海道 北海道新聞 ニセコ街区の経済性アピール 「ミライ」分譲受け付け開始 光熱費や建物長寿命化 https://www.hokkaido-np.co.jp/article/738987/ 受け付け 2022-09-30 22:05:00
北海道 北海道新聞 オ4―3ロ(30日) オリックスがサヨナラ勝ち https://www.hokkaido-np.co.jp/article/738986/ 福田 2022-09-30 22:03:00
北海道 北海道新聞 ウィザーズが日本でオープン戦 八村先発、昨季王者に黒星 https://www.hokkaido-np.co.jp/article/738985/ 昨季王者 2022-09-30 22:03:00
北海道 北海道新聞 NY円、144円後半 https://www.hokkaido-np.co.jp/article/738984/ 外国為替市場 2022-09-30 22:02: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件)