投稿時間:2023-03-01 09:35:45 RSSフィード2023-03-01 09:00 分まとめ(38件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 水素は「脱炭素社会」の救世主になれるか? ビジネスや日常生活をこう変える https://www.itmedia.co.jp/business/articles/2303/01/news026.html itmedia 2023-03-01 08:30:00
IT ITmedia 総合記事一覧 [ITmedia エグゼクティブ] 大阪ガス社長 藤原正隆さん(65) 住宅・通信・食品宅配など多角化推進 https://mag.executive.itmedia.co.jp/executive/articles/2303/01/news087.html itmedia 2023-03-01 08:10:00
IT 情報システムリーダーのためのIT情報専門サイト IT Leaders ラック、IT知識やトラブル対処方法を指南する「情報リテラシー啓発のための羅針盤コンパス」を改訂 | IT Leaders https://it.impress.co.jp/articles/-/24514 ラック、IT知識やトラブル対処方法を指南する「情報リテラシー啓発のための羅針盤コンパス」を改訂ITLeadersラックは年月日、セキュリティ教育文書「情報リテラシー啓発のための羅針盤」を改訂し、第版としてPDFで公開した。 2023-03-01 09:00:00
AWS AWS Deploy WAF rules across multiple accounts using AWS Firewall Manager | Amazon Web Services https://www.youtube.com/watch?v=fwFHTxtSN2M Deploy WAF rules across multiple accounts using AWS Firewall Manager Amazon Web ServicesAWS Firewall Manager simplifies your administration and maintenance tasks across multiple accounts and resources for a variety of protections In this Edge Shorts video we talk about an overview of AWS Firewall Manager explain the prerequisites of enabling AWS Firewall Manager show an example of how to setup an AWS WAF policy for use in a AWS CloudFront distribution and evaluate the resources within the scope of the Firewall Manager policy Learn more at Subscribe More AWS videos More AWS events videos ABOUT AWSAmazon Web Services AWS is the world s most comprehensive and broadly adopted cloud platform offering over fully featured services from data centers globally Millions of customers ーincluding the fastest growing startups largest enterprises and leading government agencies ーare using AWS to lower costs become more agile and innovate faster AWSEdgeShorts AWS AmazonWebServices CloudComputing 2023-02-28 23:21:24
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Rails】acts_as_listを使用した並び替え機能 https://qiita.com/ksmj/items/f9d001e351fbb77e606c actsaslistbundleinstall 2023-03-01 08:48:37
AWS AWSタグが付けられた新着投稿 - Qiita 【Redshift】Group by 句のAggregation extentionsを試してみた https://qiita.com/zumax/items/1e6a47052798bb9f75d5 aggregationextentions 2023-03-01 08:24:47
Ruby Railsタグが付けられた新着投稿 - Qiita 【Rails】acts_as_listを使用した並び替え機能 https://qiita.com/ksmj/items/f9d001e351fbb77e606c actsaslistbundleinstall 2023-03-01 08:48:37
海外TECH Ars Technica Robots let ChatGPT touch the real world thanks to Microsoft https://arstechnica.com/?p=1920803 commands 2023-02-28 23:20:43
海外TECH Ars Technica FDA official behind Alzheimer’s drug scandal steps down https://arstechnica.com/?p=1920838 maker 2023-02-28 23:03:04
海外TECH DEV Community Using Virtual Color Mixing to Extend Your Palette in React/JavaScript https://dev.to/bytebodger/using-virtual-color-mixing-to-extend-your-palette-in-reactjavascript-l41 Using Virtual Color Mixing to Extend Your Palette in React JavaScript NOTE The live web app that encompasses this functionality can be found here All of the underlying code for that site can be found here In the last article I illustrated how we can mix paints virtually We can take two colors and mix them together to see what the resulting paint will look like Although this can be useful in theory e g to determine what two paints will look like if we mix them together in the real world this also has practical applications for the live app that I ve built at The limitations of color depthIn the previous articles I showed how to pixelate an image so we re not dealing with millions of colors I then showed how to find the closest match between a given color and a reference palette of colors Finally I showed how to use dithering to ensure that those closest matches were not all bunched together in specific bands of colors For reference this was the original image that we d pixelated using a basic RGB algorithm This image isn t bad We don t have any annoying color bands because we ve employed dithering And the colors on the transformed image are acceptable Granted there are a lot of pinks reds on her face a fact that seems a bit odd considering that she s a woman of color And overall you could argue that the image is a bit noisy But if you step back and blur your eyes a bit the coloring on her face doesn t look entirely unnatural But I m not entirely satisfied with this image As previously mentioned there s a lot of red pink in her face where maybe it shouldn t be Given that I started with an original palette of paints why is it that the transformed image has many colors that still don t seem to properly map to the source image The answer lies in color depth Paints are inherently darkThere s a reason why it s inherently difficult to perform color matching when your source image contains a subject like a human face but your reference palette consists of stock paints The reason is that Paints especially professional grade paints are fairly dark in nature For example Even though I have paints in my inventory here is the color key for all of those paints If you look carefully at that selection you ll see that we have all of the normal colors one would expect to find in a palette of paints There s black and white and numerous shades of grey But there s also reds and oranges and yellows and greens and blues and purples and browns So why does our algorithm still fall short when trying to match the digital image to those paints Well for starters take a look at that palette Although we have a broad spectrum of colors nearly all of those colors are exceedingly dark FWIW this is by design You see when you buy professional grade paints those paints come with a very high pigment load The idea is that you can mix them with other paints and they won t immediately lose their core qualities because the original paints are chock full of pigment But what this means in a practical sense is that all of the off the shelf colors are really quite dark And of course some images are chock full of dark colors So if you match those images against our palette of heavy body acrylic paints you may find that the color matching performs quite well But with something as nuanced as a human face Well it causes problems For example this was the original image we were working from Clearly this is a Black woman But just as white people are not truly white they re mostly a mix of yellow pinks tans most Black people aren t truly black they re mostly a mix of browns yellows tans Furthermore the skin tone of most Black people isn t really all that dark They re dark compared to white people But in the image above you can see that many areas of her face are actually quite light When you add in additional factors such as lighting and makeup their skin can in certain regions be incredibly light So although we have a fairly workable transformation of the image matching the pixels in her face to the colors in our paint inventory there are still areas where this transformation falls short The answer is to extend our palette of colors Making darker colors lighterIf we wanted to we could use the color mixing algorithms from the previous article to create a whole list of new colors based upon mixing all of the original colors together in different proportions But remember as I stated above our core palette of paints already gives us a pretty solid representation of every base color that we d expect to find in an image The problem isn t that we re missing any base colors The problem is that all of those colors are simply too dark But how do we find those lighter colors If you read the first article in this series you know that I found all of the RGB equivalents for every paint in my inventory by physically squeezing some of the paint onto sheets of paper Then I photographed those sheets and grabbed the best possible RGB value that I could find from every blob If we wanted to find the lighter equivalents of our base colors I could repeat that entire process I could mix in the real world bits of white paint with the original paints Then I could set the mixed bits out on paper wait for them to dry photograph them all and then grab the appropriate RGB values from each lightened blob But that would be quite frankly a real pain the backside Based on the previous article we already know how to mix paints virtually So there s no need to create a massive set of test paint swatches and then manually grab all the RGB images from those swatches Instead we can mix the core colors with white virtually and then use the virtually mixed values to enhance our color matching Using code to find lighter colorsSince we already have all of the core colors in our base inventory of paints and since those colors are inherently dark we can find many more variants of those colors by merely adding white to them In different proportions Specifically in my Paint Map Studio app I ve created five additional color palettes on top of the original palette that represents all of the base heavy body acrylic paints Those additional palettes are as follows WhitesThis consists of parts of every heavy body acrylic paint mixed with part of white This is what they look like WhitesThese consist of parts of every heavy body acrylic paint mixed with part of white This is what they look like WhitesThese consist of part of every heavy body acrylic paint mixed with part of white This is what they look like WhitesThese consists of part of every heavy body acrylic paint mixed with parts of white This is what they look like WhitesThese consist of part of every heavy body acrylic paint mixed with parts of white This is what they look like The beautiful part of all this is that to create all of these other potential colors I didn t have to actually mix any paints at all I merely allowed the algorithm to tell me what these colors would look like if I were to mix the paints in these proportions Obviously you could continue to expand these virtual palettes ad infinitum You could create a Whites palette that consists of part of every heavy body acrylic paint mixed with parts of white But at a certain point you re just creating an ever increasing number of virtual paints that have little distinction from the other palettes Also if you somehow found yourself with an incredibly pale set of reference colors you could then create a series of virtual palettes based on what would happen if you mixed them with varying degrees of black But since our base palette is already so dark this approach has little value in Paint Map Studio Visualizing additional palettesSo what effect does it have on our transformed image if we use a deeper set of colors Well let s remember that this was our originally transformed image This results from performing color matching against only the base set of heavy body acrylic paints Now this is the same transformation except that we re matching against the base set of heavy body acrylic paints and the set of Whites Notice that merely by adding one more set of colors we ve already reduced the noise in the image by a great deal and we ve eliminated most of those jarring red dots on her face Here s the same transformation with Whites also added to the mix The improvement isn t nearly so dramatic But it s still smoother than the previous image Here s the same transformation with Whites also added to the mix Honestly at this point we re already reaching a degree of color depth where it s hard to see the difference between this image and the previous one But let s keep going at least for the sake of illustration Here s the same transformation with Whites also added to the mix And finally here s the same transformation with Whites also added to the mix Now that we ve added all of these extra palettes our color matched fully transformed image looks incredibly similar to the original By adding many different lighter shades of our original base paints we ve managed to create a transformed image that s incredibly true to the original And we ve done this without creating a whole series of funky custom color mixes Every block in the pixelated image is represented either by one of our base paints or a variation of those base paints that only entails mixing it with varying degrees of white I find this to be incredibly useful because I really don t want to bother with a painting where this block requires parts of Golden Cerulean Blue Deep part of Liquitex Green Gold and parts of Liquitex Cadmium Yellow Light but the next block requires part of Golden Cobalt Turquoise parts of Golden Burnt Sienna and part of Liquitex Deep Magenta It s far easier to know that every block in the transformed image either maps to an original paint color or some proportion of that original color mixed simply with white In the next installment We re coming close to concluding this series but we re not done yet In the next installment I ll show you how to restrict the resulting color depth so that you re not faced with having to mix hundreds of paints to produce a given image 2023-02-28 23:38:46
海外科学 NYT > Science How Environmentally Conscious Investing Became a Target of Conservatives https://www.nytimes.com/2023/02/28/climate/esg-climate-backlash.html How Environmentally Conscious Investing Became a Target of ConservativesThe business world has been pulled into partisan politics with Republicans bringing their battle against socially conscious investing to Congress 2023-02-28 23:50:52
金融 金融総合:経済レポート一覧 決済動向(2023年1月) http://www3.keizaireport.com/report.php/RID/528029/?rss 日本銀行 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 半導体そして日本株の夜明けは近い?:Market Flash http://www3.keizaireport.com/report.php/RID/528030/?rss marketflash 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 FX Daily(2月27日)~136円台前半の狭いレンジで推移 http://www3.keizaireport.com/report.php/RID/528031/?rss fxdaily 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 オピニオン:デジタル地域通貨の課題と持続可能な仕組みの考察 http://www3.keizaireport.com/report.php/RID/528036/?rss 地域通貨 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 データを読む:2022年9月中間期「預貸率」調査~国内106銀行(単独決算) 預貸率74.2%に上昇も、預貸ギャップは最大の358兆円に http://www3.keizaireport.com/report.php/RID/528074/?rss 単独決算 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 主要国の金融政策動向(2007~2019年) http://www3.keizaireport.com/report.php/RID/528081/?rss 国際金融情報センター 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 インドネシア・ウィークリー 2月27日号~インドネシア株式市場、債券市場、為替市場... http://www3.keizaireport.com/report.php/RID/528110/?rss 債券市場 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 新執行部下で日本銀行が直面する課題~浮かび上がる金融政策におけるトレードオフ:日本 http://www3.keizaireport.com/report.php/RID/528114/?rss 大和総研 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 複数の国にまたがる年金基金の状況(欧州2021年末)~EIOPAが公表した報告書(2022年12月)の紹介:保険・年金フォーカス http://www3.keizaireport.com/report.php/RID/528115/?rss eiopa 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 2023年3月の政治・経済イベント~米利上げが長期化する観測... http://www3.keizaireport.com/report.php/RID/528136/?rss 野村アセットマネジメント 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 高まる植田新日銀総裁への期待~YCC修正時期はサプライズも:Kanno Report http://www3.keizaireport.com/report.php/RID/528138/?rss kannoreport 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 INVESTMENT STRATEGY MONTHLY<投資戦略マンスリー>2023年3月号 http://www3.keizaireport.com/report.php/RID/528139/?rss investmentstrategymonthly 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 投資のヒント「海外投資家による対内証券投資の振り返り~中長期債を大規模売り越し / 株式の売買高が過去最大 / ケイマン諸島台頭~」 http://www3.keizaireport.com/report.php/RID/528140/?rss 三井住友トラスト 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 グローバルREITウィークリー 2023年3月第1週号~先週のグローバルREIT市場は、前週末比で▲2.3% http://www3.keizaireport.com/report.php/RID/528142/?rss 日興アセットマネジメント 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 こよみ Vol.169 ~「未来」だけでなく、「今」を豊かにするのも資産運用 http://www3.keizaireport.com/report.php/RID/528143/?rss 日興アセットマネジメント 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 インド株は出遅れも、高い成長期待から挽回へ~政府予算案は景気支援型、業績予想は好調 http://www3.keizaireport.com/report.php/RID/528144/?rss 三井住友 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 日米金融政策を巡る思惑とドル円相場の方向性:市川レポート http://www3.keizaireport.com/report.php/RID/528146/?rss 三井住友 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 SBI Research Review 2023.2 vol.3 ~デジタル通貨とスマートコントラクト / 暗号資産サービスの概観と展望 / EUの暗号資産規制法案... http://www3.keizaireport.com/report.php/RID/528151/?rss sbiresearchreviewvol 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 巻頭言:我々日本人は、金融リテラシーが高くないリスク回避的な国民性か? 筆者は「そんなことはない」と感じている。 http://www3.keizaireport.com/report.php/RID/528152/?rss 金融経済 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 デジタル通貨とスマートコントラクト:ゲーム理論家の視点から http://www3.keizaireport.com/report.php/RID/528153/?rss 金融経済 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 【注目検索キーワード】インパクト投資 http://search.keizaireport.com/search.php/-/keyword=インパクト投資/?rss 検索キーワード 2023-03-01 00:00:00
金融 金融総合:経済レポート一覧 【お薦め書籍】1300万件のクチコミでわかった超優良企業 https://www.amazon.co.jp/exec/obidos/ASIN/4492534628/keizaireport-22/ 転職 2023-03-01 00:00:00
ニュース BBC News - Home Omagh police shooting: Four men released over John Caldwell attack https://www.bbc.co.uk/news/uk-northern-ireland-64797677?at_medium=RSS&at_campaign=KARANGA february 2023-02-28 23:24:45
ニュース BBC News - Home Don't create drama over Brexit deal, Rishi Sunak tells Tory MPs https://www.bbc.co.uk/news/uk-politics-64804971?at_medium=RSS&at_campaign=KARANGA ireland 2023-02-28 23:22:41
ニュース BBC News - Home FA Cup 2023 - Leicester 1-2 Blackburn: Rovers 'write new chapter', says boss Jon Dahl Tomasson https://www.bbc.co.uk/sport/football/64806400?at_medium=RSS&at_campaign=KARANGA FA Cup Leicester Blackburn Rovers x write new chapter x says boss Jon Dahl TomassonThe euphoric contingent of Blackburn s travelling fans are now dreaming of a trip to Wembley after a deserved victory at Leicester took their side into the quarter finals 2023-02-28 23:09:33
ビジネス ダイヤモンド・オンライン - 新着記事 週休3日制の真実 経験者は語る - WSJ発 https://diamond.jp/articles/-/318651 週休 2023-03-01 08:16:00
ビジネス ダイヤモンド・オンライン - 新着記事 アルトリアの電子たばこ新興買収、価格も過熱 - WSJ発 https://diamond.jp/articles/-/318652 電子たばこ 2023-03-01 08:01: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件)