投稿時間:2023-02-20 01:13:49 RSSフィード2023-02-20 01:00 分まとめ(17件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
python Pythonタグが付けられた新着投稿 - Qiita 文章分割(Sentence spliter):bunkai、ネガポジ判定(Sentiment analysis):osetiのOSSを試す https://qiita.com/study_program/items/3346d764f27c69c855a8 awesome 2023-02-20 00:10:00
python Pythonタグが付けられた新着投稿 - Qiita 【Python】実行しているファイルのディレクトリを取得 https://qiita.com/arizeworks/items/f2504abdad1551d106d3 ospathjoinospathdirname 2023-02-20 00:09:28
python Pythonタグが付けられた新着投稿 - Qiita Python全く分からん自分のアウトプット その1 https://qiita.com/makimakimakimac/items/288ca9e2bfa905fa95c8 progate 2023-02-20 00:07:16
Ruby Rubyタグが付けられた新着投稿 - Qiita Webpacker::Manifest::MissingEntryErrorを回避するためのメモ https://qiita.com/Mackey3510/items/525c9b1cb768b1f9ceb7 webpac 2023-02-20 00:09:09
Ruby Rubyタグが付けられた新着投稿 - Qiita grape_sessionというgemがrails6で使えなかった件 https://qiita.com/nu_368/items/61ef7eb0d3ede1e561f7 grapesession 2023-02-20 00:07:49
golang Goタグが付けられた新着投稿 - Qiita 【Go】gRPC通信_サンプル実装(win) https://qiita.com/asdf22/items/613f3237e1b809f74cb1 protocgengo 2023-02-20 00:57:18
golang Goタグが付けられた新着投稿 - Qiita Golangで文字列を標準出力する https://qiita.com/kaikusakari/items/531e2fb51e0775db0fd1 javakotlin 2023-02-20 00:10:36
Ruby Railsタグが付けられた新着投稿 - Qiita 【Ruby on Rails】Rubocop Airbnbの導入 https://qiita.com/sekkey_777/items/7673538d21a38e690581 rails 2023-02-20 00:20:04
Ruby Railsタグが付けられた新着投稿 - Qiita Webpacker::Manifest::MissingEntryErrorを回避するためのメモ https://qiita.com/Mackey3510/items/525c9b1cb768b1f9ceb7 webpac 2023-02-20 00:09:09
Ruby Railsタグが付けられた新着投稿 - Qiita grape_sessionというgemがrails6で使えなかった件 https://qiita.com/nu_368/items/61ef7eb0d3ede1e561f7 grapesession 2023-02-20 00:07:49
海外TECH MakeUseOf 13 Creative DIY Projects Using Drink Cans https://www.makeuseof.com/drink-cans-repurpose-diy-projects/ cansdon 2023-02-19 15:30:17
海外TECH MakeUseOf 6 Ways to Resize Images in Windows 11 https://www.makeuseof.com/resize-images-windows-11/ windows 2023-02-19 15:15:16
海外TECH DEV Community Yet Another Newsletter LOL: Bing! https://dev.to/nickytonline/yet-another-newsletter-lol-bing-1dpi Yet Another Newsletter LOL Bing Another week another newsletter Let s get to it Around the WebDeno allows you to create command line interfaces CLI but I didn t realize you could use web prompts for the i e alert completed For more info check the examples for input prompts Regardless of what you think about React this is a really great documentary This also ties into last week s newsletter s post from my co worker SeldoStackblitz has released the WebContainer API There s a bunch of use cases for this for example integrated playgrounds in documentation Also of you ve never checked out Stackblitz it s an awesome online IDE for full stack web development Fun StuffThis made me chuckle Aran Komatsuzaki arankomatsuzaki OpenAI did what used to be considered impossible They made people want to use Bing AM Feb Words of Wisdom for the WeekMy friend Vic drops some truth bombs here Vic vicvijayakumar If your team isn t providing value to the company that can directly be connected to dollars your jobs are at risk If your team is providing value but director don t know about it your jobs are at risk A big part of the job for eng leaders is internal marketing amp PR PM Feb Shameless PlugsMy Remix work got merged There is now a v of the netlify remix edge adapter chore release main token generator app bot posted on Feb I have created a release beep boopremix edge adapter Featuresimplemented Remix server adapter and runtime for Netlify efccf remix runtime Featuresimplemented Remix server adapter and runtime for Netlify efccf This PR was generated with Release Please See documentation View on GitHub I m wrapping up the Remix template for Netlify and then it ll all be ready for prime time If you re interested here s the pull request feat update to official Netlify Remix template nickytonline posted on Feb DescriptionUpdates the template The updated template uses remix init to offer installing Remix for Netlify Functions or for Netlify Edge Functions The Netlify Functions template existed already within Remix but when I was working on we turned it into one template extending the template via remix init to choose between Netlify Functions and Netlify Edge Functions Ignore the deploy preview loading with a page not found The template has changed and a deploy preview does not make sense at the moment We ll need to rethink how we deploy the different templates as a deploy preview Related Tickets amp DocumentsRelated Issue Closes QA Instructions Screenshots RecordingsEnsure the Netlify CLI is installed and up to date Check out this branch e g via the GitHub CLI gh co There are four test scenarios Create a Remix app using TypeScript for Netlify FunctionsCreate a Remix app using JavaScript for Netlify FunctionsCreate a Remix app using TypeScript for Netlify Edge FunctionsCreate a Remix app using JavaScript for Netlify Edge FunctionsFor each scenario it always starts by running the following from the root folder in a shell npx create remix template The CLI will prompt for a location for the project ❯npx create remix template Where would you like to create your app my remix app Ensure that the location is outside of the Netlify Remix template folder e g my remix appThe Remix CLI will prompt you to choose TypeScript or JavaScript Choose accordingly for the given test scenarios mentioned above TypeScript or JavaScript Use arrow keys ❯TypeScript JavaScriptThe Remix CLI will prompt you to install packages press the ENTER to accept the default answer of Yes Do you want me to run npm install Y n The npm packages will install The Remix CLI extended with our questions will prompt to create the app with Netlify Functions or Netlify Edge Functions Running remix init script Run your Remix site with Use arrow keys ❯Netlify Functions Choose this for stable support for production sites Netlify Edge Functions beta Try this for improved performance on non critical sitesChoose accordingly for the given test scenarios mentioned above Change to the the directory of the project you just created e g my remix appNote that the newly created project should not contain a github folderThe README md for the project should be for the given deployment target If you created a new Remix app using the Netlify Functions template it should have this README Otherwise it should be this README The netlify toml for the project should be for the given deployment target If you created a new Remix app using the Netlify Functions template it should have this netlify toml Otherwise it should be this netlify toml Run npm installRun ntl build offlineRun ntl serveNavigate to https localhost and the page loads Testing a deploymentIf you want to test a deploy of your new Remix app created by the Remix template Ensure you re logged in to Netlify via the CLIntl loginCreate a new site ntl initDeploy the site ntl deploy build or for productionntl deploy build prodFor us to review and ship your PR efficiently please perform the following steps x Open a bug issue before writing your code ‍ This ensures wecan discuss the changes and get feedback from everyone that should be involved If you re fixing a typo orsomething that s on fire e g incident related you can skip this step x Read the contribution guidelines This ensures your code follows our styleguide and passes our tests Update or add tests if any source code was changed or added Update or add documentation if features were changed or added x Make sure the status checks below are successful A picture of a cute animal not mandatory but encouraged View on GitHub I had a great time hanging with Chris Demars last week Check out the live stream recording on YouTube and don t forget to give a subscribe JobsPrisma is looking for a Senior Dev Advocate Remote North America Netlify where I work is looking for a Senior Solutions Engineer EST Time Zone US Remote I post jobs in the iamdeveloper com community plus all other kinds of content as do others If you re looking for another friendly nook of the internet head over to discord iamdeveloper com If you liked this newsletter you can subscribe or if RSS is your jam you can also subscribe via RSS 2023-02-19 15:02:52
Apple AppleInsider - Frontpage News Tonor TC30 review: Easy audio recording for thrifty newbies https://appleinsider.com/articles/23/02/19/tonor-tc30-review-easy-audio-recording-for-thrifty-newbies?utm_medium=rss Tonor TC review Easy audio recording for thrifty newbiesThe Tonor TC is an affordable microphone for beginners looking for the simplest solution to record a podcast or voiceover A review of the Tonor TC condenser mic Read more 2023-02-19 15:50:35
海外TECH Engadget Hitting the Books: Meet the man who helped Microsoft break into the entertainment business https://www.engadget.com/hitting-the-books-never-far-from-home-bruce-jackson-atria-books-153033979.html?src=rss Hitting the Books Meet the man who helped Microsoft break into the entertainment businessSome of us are destined to lead successful lives thanks to the circumstances of our birth Some of us like attorney Bruce Jackson are destined to lead such lives in spite them Raised in New York s Amsterdam housing projects and subjected to the daily brutalities of growing up a black man in America Jackson s story is ultimately one of tempered success Sure he went on to study at Georgetown Law before representing some of the biggest names in hip hop ーLL Cool J Heavy D the Lost Boyz and Mr Cheeks SWV Busta Rhymes ーand working years as Microsoft s associate general counsel But at the end of the day he is still a black man living in America with all the baggage that comes with it In his autobiography Never Far from Home nbsp out now from Atria Jackson recounts the challenges he has faced in life of which there are no shortage from being falsely accused of robbery at age to witnessing the murder of his friend at to spending a night in lockup as an adult for the crime of driving his own car the shock of navigating Microsoft s lillywhite workforce following years spent in the entertainment industry and the end of a loving marriage brought low by his demanding work While Jackson s story is ultimately one of triumph Never Far from Home reveals a hollowness a betrayal of the American Dream that people of Bill Gates and this writer s complexion will likely never have to experience In the excerpt below Jackson recalls his decision to leave a Napster ravaged music industry to the clammy embrace of Seattle and the Pacific Northwest nbsp Atria BooksExcerpted from Never Far From Home My Journey from Brooklyn to Hip Hop Microsoft and the Law by Bruce Jackson Published by Atria Books an imprint of Simon amp Schuster Copyright by Bruce Jackson All rights reserved “We gotta figure out a way to stop this In the late s the digital revolution pushed the music business into a state of flux And here was Tony Dofat sitting in my office apoplectic talking about how to stop Napster and other platforms from taking the legs out from under the traditional recording industry I shook my head “If they re already doing it then it s too late Cat s out of the bag I don t care if you start suing people you re never going back to the old model It s over In fact lawsuits spearheaded by Metallica and others the chosen mode of defense in those early days of the digital music onslaught only served to embolden consumers and publicize their cause Free music for everyone won the day These were terrifying times for artists and industry executives alike A decades old business model had been built on the premise that recorded music was a salable commodity Artists would put out a record and then embark on a promotional tour to support that record A significant portion of a musician s income and the income of the label that supported the artist was derived from the sale of a physical product recorded albums or singles either in vinyl cassette or compact disc Suddenly that model was flipped on its head and still is Artists earn a comparative pittance from downloads or streams and most of their revenue is derived from touring or from monetizing social media accounts whose numbers are bolstered by a song s popularity Publicly Spotify has stated that it pays artists between and per stream Translation streams will result in revenue of approximately one dollar for the recording artist Thus the music itself has been turned primarily into a marketing tool used to entice listeners to the product concert and festival tickets and a social media advertising platform It is a much tougher and leaner business model Additionally it is a model that changed the notion that record labels and producers needed only one decent track around which they could build an entire album This happened all the time in the vinyl era an artist came up with a hit single an album was quickly assembled often with filler that did not meet the standard established by the single Streaming platforms changed all of that Consumers today seek out only the individual songs they like and do it for a fraction of what they used to spend on albums Ten bucks a month gets you access to thousands of songs on Spotify or Pandora or Apple Music roughly the same amount a single album cost in the pre streaming era For consumers it has been a landmark victory except for the part about artists not being able to create art if they can t feed themselves for artists and record labels it has been a catastrophic blow For everyone connected to the music business it was a shock to the system For me it was provocation to consider what I wanted to do with the next phase of my career In early I received a call from a corporate recruiter about a position with Microsoft which was looking for an in house counsel with a background in entertainment law ーspecifically to work in the company s burgeoning digital media division The job would entail working with content providers and negotiating deals in which they would agree to make their content ーmusic movies television shows books ーavailable to consumers via Microsoft s Windows Media Player In a sense I would still be in the entertainment business I would be spending a lot of time working with the same recording industry executives with whom I had built prior relationships But there were downsides as well For one thing I was recently married with a one year old baby and a stepson living in a nice place in the New York City suburbs I wasn t eager to leave themーor my other daughtersーthree thousand miles behind while I moved to Microsoft s headquarters in the Pacific Northwest From an experience standpoint though it was almost too good an offer to turn down Deeply conflicted and at a crossroads in my career I solicited advice from friends and colleagues including most notably Clarence Avant If I had to name one person who has been the most important mentor in my life it would be Clarence “the Black Godfather In an extraordinary life that now spans almost ninety years Clarence has been among the most influential men in Black culture music politics and civil rights It s no surprise that Netflix s documentary on Clarence featured interviews with not just a who s who of music and entertainment industry superstars but also former US presidents Barack Obama and Bill Clinton In the early s Clarence became chairman of the board of Motown Records As lofty a title as that might be it denotes only a fraction of the wisdom and power he wielded When the offer came down from Microsoft I consulted with Clarence Would I be making a mistake I wondered by leaving the music business and walking away from a firm I had started Clarence talked me through the pros and cons but in the end he offered a steely assessment in a way that only Clarence could “Son take your ass to Microsoft and get some of that stock 2023-02-19 15:30:33
ニュース BBC News - Home Nicola Bulley: Police find a body in River Wyre https://www.bbc.co.uk/news/uk-england-64697300?at_medium=RSS&at_campaign=KARANGA bulley 2023-02-19 15:35:54
ニュース BBC News - Home Co-op cuts best before dates from 150 fruit and veg products https://www.bbc.co.uk/news/business-64654126?at_medium=RSS&at_campaign=KARANGA productsshoppers 2023-02-19 15:38:17

コメント

このブログの人気の投稿

投稿時間: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件)