投稿時間:2022-11-16 19:28:53 RSSフィード2022-11-16 19:00 分まとめ(37件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
ROBOT ロボスタ ロボットバンク、大都心の真ん中にサービスロボットの「遊園地」を開設!飯田橋に知の拠点「ロボットランド」OPEN 平日9〜17時 https://robotstart.info/2022/11/16/robotbank-robotland.html ロボットバンク、大都心の真ん中にサービスロボットの「遊園地」を開設飯田橋に知の拠点「ロボットランド」OPEN平日時シェアツイートはてブサービス業界は人手不足と言われているなか、なかなか解決できるソリューションに出会わない、自動化は無理、と諦めていた人に朗報だ。 2022-11-16 09:22:46
TECH Techable(テッカブル) 在宅勤務時のネット・電気代を非課税で会社負担。テレワーク支援ツール「リモートHQ」に新機能 https://techable.jp/archives/186648 支援ツール 2022-11-16 09:37:58
golang Goタグが付けられた新着投稿 - Qiita Goのdatabase/sqlを利用してPostgreSQL/MySQLへ接続&CRUD操作してみた https://qiita.com/Amby/items/0c6a401761f30b90c202 postgr 2022-11-16 18:34:04
技術ブログ Mercari Engineering Blog 【続編】「推測するな、計測せよ」エンジニア組織の生産性可視化 〜定量分析で得られた知見、定性分析の開始、そしてチーム拡大へ〜 https://engineering.mercari.com/blog/entry/20221116-souzoh-productivity/ hellip 2022-11-16 11:00:55
技術ブログ Developers.IO AWS CDK Workshop 日本語版をやってみた https://dev.classmethod.jp/articles/aws-cdk-workshop-jp-202211/ awscdkintroworkshop 2022-11-16 09:50:58
技術ブログ Developers.IO [レポート] TVer におけるインターネット配信の視聴体験とパフォーマンス安定化への取り組み #interbee https://dev.classmethod.jp/articles/report-interbee2022-tver/ interbee 2022-11-16 09:32:21
技術ブログ Developers.IO [レポート] 変革する放送 / メディアと Google Cloud #interbee https://dev.classmethod.jp/articles/report-interbee2022-media-googlecloud/ cloud 2022-11-16 09:29:37
技術ブログ Developers.IO FSx for Windows への死活監視について https://dev.classmethod.jp/articles/fsx-for-windows-sikatsukansi/ fsxforwindows 2022-11-16 09:18:33
技術ブログ Developers.IO [Amazon Athena]JSONのデータ抽出とORDER BYを組み合わせて利用する方法 https://dev.classmethod.jp/articles/json-order-by/ amazon 2022-11-16 09:10:23
海外TECH DEV Community Computer Vision Visualization Inspired by Bret Victor https://dev.to/nikolauswest/inspired-by-bret-victor-1pn8 Computer Vision Visualization Inspired by Bret VictorIn his talk Seeing Spaces Bret Victor envisioned an environment where technology becomes transparent where you effortlessly see inside the minds of robots as you build them This is the dream of everyone building computer vision for the physical world and is at the core of what we re building at Rerun A depiction of what a Seeing Space might look like from Bret Victor s talk Seeing SpacesLike most interesting people Bret is hard to summarize but you might say he s a designer engineer turned visionary researcher that talks a lot about interfaces and tools for understanding He s on a life long mission to change how we think and communicate using computers You know a body of work is special when just taking a small aspect of it potentially out of context still produces great ideas This is without a doubt true of Bret Victor s work which has been the inspiration for Figma Webflow Our World in Data and many others The overlooked inspiration behind RerunThe best articulation I know of the need to see inside your systems particularly those with a lot of internal complexity comes from the talk Seeing Spaces It s seldomly referenced but I keep going back to it and am always struck by how prescient it was back in The full talk Seeing Spaces by Bret Victor The context of the talk is roughly the future of maker spaces In it he makes two main points For a growing number of projects with embedded intelligence robotics drones etc the main challenge isn t putting them together but understanding what they are doing and why What you need here are seeing tools and we don t really have many of those If you re really serious about seeing you build a dedicated room think NASA s mission control room We therefore need Seeing Spaces These spaces would be shared rooms that embed all the seeing tools you need similar to how maker spaces have a shared set of manufacturing equipment NASA s Shuttle Control Room is built for serious seeing Photo Credit NASAA physical space for seeing is interesting and if you follow Bret s work you can see the lineage from this through The Humane Representation of Thought to his current project Dynamicland Whether or not creating a dedicated physical space is the right way to go for most teams it s not practical or the top priority The first problem is getting “regular software seeing tools in place that make it easier to build and debug intelligent systems This is essentially what we are doing at Rerun We are building software based seeing tools for computer vision and robotics For teams that want to go all the way to Seeing Spaces the building blocks they need will all be there What is a seeing tool Seeing tools help you see inside your systems across time and across possibilities Seeing inside your systems consists of extracting all relevant data like sensor readings or internal algorithm state transmitting it to the tool and visualizing it This should all be built in and require no additional effort A depiction of what seeing across time might look like from Bret Victor s talk Seeing SpacesSeeing across time means visualizing whole sequences and making it possible to explore them by controlling time These sequences could either take place in real world time or in compute time like steps in an optimization Seeing across possibilities means comparing sequences to each other for example over different parameter settings When training machine learning models this is usually called experiment tracking In essence a seeing tool is an environment that lets you move smoothly from live interactive data visualization to organizing and tracking experiments Principles for a computer vision focused seeing toolEvery team that builds computer vision for the physical world needs tools to visualize their data and algorithms and currently most teams build custom tools in house Prior to Rerun we ve built such tools for robotics autonomous driving D scanning and augmented reality We believe there are a couple of key principles we need to follow in order to build a true seeing tool that can unlock progress for all of computer vision Separate visualization code from algorithm codeIt s tempting to write ad hoc visualization code inline with your algorithm code It requires no up front investment just use OpenCV to paint a picture and show it with cv imshow However this is a mistake because it makes your codebase hard to work with and constrains what and where you can visualize If you instead keep your visualizations separate it both keeps your codebase clean and opens up for more powerful analysis It works for devices without screens and you can explore your systems holistically across time and different settings You can t predict all visualization needs up frontFor computer vision visualization is deeply intertwined with understanding As developers build new things they will invariably need to visualize what they are doing in unforseen ways This means it needs to be easy to add new types of visualizations without having to modify the visualizer or the supporting data infrastrucutre This means we need powerful and flexible primitives and easy ways to extend the tools When prototyping a developer should for instance be able to extend a point cloud visualization with motion vectors without recompiling schemas or leaving their jupyter notebook The same visualizations from prototyping to productionAlgorithms tend to run in very different environments as they progress through prototyping to production The first prototype code might be written in a Colab notebook while the production environment could be an embedded device on an underwater robot Giving access to the same visualizations across these environments makes it easier to compare results and removes duplicated efforts The increased iteration speed this has can be profound I ve personally experienced the time needed to go from observed problem in production to diagnosing and designing a solution and finally deploying a fix decreasing from days down to minutes Why do seeing tools matter Seeing tools are needed to effectively understand what we are building They enable our work to span from tinkering to doing experimental science It s currently way too hard to build great computer vision based products for the physical world largely due to the lack of these tools The recent progress in AI has increased the amount of people that work on AI powered products As any practitioner in the field knows the process of building these products is less like classic engineering and more a mix of tinkering and experimental science As we as a community start deploying a lot more computer vision and other AI in real world products great seeing tools will be what makes products succeed At Rerun we made it our mission to increase the number of sucessful computer vision products in the physical world And to get there we re building seeing tools If you re interested in what we re building at Rerun then join our waitlist or follow Rerun on Twitter 2022-11-16 09:38:59
海外TECH DEV Community Web3 Application Tech Stack 2022 https://dev.to/shreyvijayvargiya/web3-application-tech-stack-2022-25g0 Web Application Tech Stack Front endHTMLTailwind CSSReact Next jsWeb jsEther js BackendSolidityHardhatTruffleEthereumMoralisAlchemy Infura StorageIPFS ArweaveMoralis EcosystemThe GraphENSChainlinkConclusionI have currently writing a lot of stories on web and blockchain you can follow me to keep reading Keep developingShreyiHateReading 2022-11-16 09:38:01
海外TECH Engadget Genesis unveils a sleek X Convertible concept EV https://www.engadget.com/genesis-unveils-its-sleek-x-convertible-ev-concept-095457815.html?src=rss Genesis unveils a sleek X Convertible concept EVGenesis has unveiled the X Convertible concept showing off its design chops with an EV that builds on the previous Genesis X and X Speedium Coupe vehicles It shares the architecture and electric powertrain with those cars but uses a folding hardtop roof and is meant to evoke design purity and uses what Genesis calls an anti wedge parabolic design nbsp Gone are the extra bulgy fenders and aggressive front end replaced by a more subtle design and cleaner longer lines That length is further accentuated by the short front overhang that gives it a protruding nose The triangular headlights from the X Speedium are carried over as are the double taillights The hardtop roof has an integrated moonroof offering drivers a view of the stars even when it s closed up GenesisThe interior is very similar to the previous two concepts with the dashboard screen curving across and down toward the right armrest It uses recyclable wool fabrics and leather seats with the interior Giwa Navy and Dancheong Orange colors inspired in part by traditional Korean roof architecture according to Genesis nbsp We still don t know anything about the battery or drivetrain It would make sense though to use the E GMP platform found in Hyundai s Ioniq and the Kia EV Genesis could then dial up the power and battery size so that range and performance would meet the expectations of luxury car buyers nbsp GenesisGenesis says the X Convertible is a beacon for the brand that will presumably inspire future designs It ll likely never be built in this form but the company wants to show buyers what s possible We have to utilize this opportunity to inject more adrenaline in the brand it told TechCrunch If somebody believes that electric vehicles cannot be sexy Genesis will demonstrate the exact opposite 2022-11-16 09:54:57
海外TECH CodeProject Latest Articles LINQ and Performance https://www.codeproject.com/Articles/5345621/LINQ-and-Performance environments 2022-11-16 09:22:00
海外科学 NYT > Science Live Updates: NASA’s Artemis Rocket Launches Toward Moon on Mighty Columns of Flame https://www.nytimes.com/live/2022/11/15/science/nasa-artemis-moon-launch Live Updates NASA s Artemis Rocket Launches Toward Moon on Mighty Columns of FlameThe uncrewed mission overcame scrubbed launches hurricanes and late launchpad drama to kick off a key test of America s ability to send astronauts back to the moon 2022-11-16 09:55:08
医療系 医療介護 CBnews 特別調査のアンケート票に「こころの連携指導料」-診療報酬改定の取り組み状況などを把握 https://www.cbnews.jp/news/entry/20221116183203 取り組み 2022-11-16 18:50:00
医療系 医療介護 CBnews 調整幅、医薬品カテゴリー別の設定を提案-中医協で支払側 https://www.cbnews.jp/news/entry/20221116181448 中央社会保険医療協議会 2022-11-16 18:40:00
医療系 医療介護 CBnews デング熱輸入例の報告数が増加傾向-感染研が情報更新、推定感染地はベトナムが最多 https://www.cbnews.jp/news/entry/20221116175805 国立感染症研究所 2022-11-16 18:05:00
金融 金融庁ホームページ 入札公告等を更新しました。 https://www.fsa.go.jp/choutatu/choutatu_j/nyusatu_menu.html 公告 2022-11-16 11:00:00
海外ニュース Japan Times latest articles Japan’s changing nuclear energy policy https://www.japantimes.co.jp/opinion/2022/11/16/commentary/japan-commentary/japan-nuclear-power/ power 2022-11-16 18:09:05
海外ニュース Japan Times latest articles Markets’ magical thinking on China has extended to the BOJ https://www.japantimes.co.jp/opinion/2022/11/16/commentary/japan-commentary/china-boj-covid-zero/ central 2022-11-16 18:00:55
ニュース BBC News - Home Milk and cheese drive food price inflation to 45-year high https://www.bbc.co.uk/news/business-63641414?at_medium=RSS&at_campaign=KARANGA households 2022-11-16 09:17:36
ニュース BBC News - Home Asda limits egg sales to two boxes a customer https://www.bbc.co.uk/news/business-63647352?at_medium=RSS&at_campaign=KARANGA customers 2022-11-16 09:41:55
ニュース BBC News - Home Spaceport Cornwall granted operating licence https://www.bbc.co.uk/news/uk-england-cornwall-63646480?at_medium=RSS&at_campaign=KARANGA launch 2022-11-16 09:25:08
ニュース BBC News - Home Autumn Statement: When is it and how will it affect me? https://www.bbc.co.uk/news/business-63555313?at_medium=RSS&at_campaign=KARANGA unveil 2022-11-16 09:12:54
ニュース BBC News - Home What is the UK inflation rate and why is the cost of living rising? https://www.bbc.co.uk/news/business-12196322?at_medium=RSS&at_campaign=KARANGA energy 2022-11-16 09:08:00
ニュース BBC News - Home World Cup 2022: Opta predicts each country's chances of winning https://www.bbc.co.uk/sport/football/63489985?at_medium=RSS&at_campaign=KARANGA World Cup Opta predicts each country x s chances of winningDo you want to know who is being predicted to win the World Cup Opta uses artificial intelligence and the latest data to assess each country s chances 2022-11-16 09:01:40
ニュース BBC News - Home Climate change: Brazil's Lula to return to world stage at COP27 https://www.bbc.co.uk/news/science-environment-63625698?at_medium=RSS&at_campaign=KARANGA global 2022-11-16 09:28:01
ビジネス 不景気.com マネーフォワードが取立不能のおそれ、取引先の任意整理で - 不景気com https://www.fukeiki.com/2022/11/money-forward-debt-collection4.html 任意整理 2022-11-16 09:31:26
GCP Google Cloud Platform Japan 公式ブログ イスラエル向け Assured Workloads のプレビュー版提供開始のお知らせ https://cloud.google.com/blog/ja/products/identity-security/introducing-assured-workloads-for-israel-in-preview/ リージョンに保存された鍵で暗号化されたデータは、そのリージョンでのみ復号が可能です。 2022-11-16 10:00:00
ニュース Newsweek ポーランドにミサイル着弾で「WWIII(第三次大戦)」がトレンド入り https://www.newsweekjapan.jp/stories/world/2022/11/wwiii.php ポーランドメディアはAP通信の報道を引用する形で、ミサイルが着弾したのはポーランドとウクライナの国境近くにあるプシェボドゥフという村の穀物倉庫で、人が死亡したと伝えている。 2022-11-16 18:32:00
ニュース Newsweek お騒がせでセクシー、エミリー・ラタコウスキーが、今度は、ハリウッドで最もモテる男と... https://www.newsweekjapan.jp/stories/world/2022/11/post-100132.php 情報筋によると、ピートのユーモアのセンスがエミリーをいつも笑顔にさせ、ビッグプラスプラスアルファで彼女をときめかせているようだ。 2022-11-16 18:26:36
ニュース Newsweek 専門家も「プライベートでは訪れたくない」 世界でもっとも危険な火山はどこ? https://www.newsweekjapan.jp/stories/world/2022/11/post-100125.php 2022-11-16 18:22:00
IT 週刊アスキー 『GOW ラグナロク』に佐久間宣行さんと岸大河さんが挑戦するプレイ動画を公開! https://weekly.ascii.jp/elem/000/004/113/4113389/ playstation 2022-11-16 18:45:00
IT 週刊アスキー 真っ赤なベリーソースが映えるパンケーキ他、クリスマス限定スペシャルメニューが「J.S. PANCAKE CAFE」に登場 https://weekly.ascii.jp/elem/000/004/113/4113315/ jspancakecafe 2022-11-16 18:30:00
IT 週刊アスキー まるで劇場版アニメ!PC向けオンラインRPG『ブループロトコル』テスター募集中 https://weekly.ascii.jp/elem/000/004/113/4113387/ blueprotocol 2022-11-16 18:30:00
海外TECH reddit Perez sets sights on 2023 F1 title fight https://www.reddit.com/r/formula1/comments/ywojid/perez_sets_sights_on_2023_f1_title_fight/ Perez sets sights on F title fight submitted by u lewis to r formula link comments 2022-11-16 09:01:02
GCP Cloud Blog JA イスラエル向け Assured Workloads のプレビュー版提供開始のお知らせ https://cloud.google.com/blog/ja/products/identity-security/introducing-assured-workloads-for-israel-in-preview/ リージョンに保存された鍵で暗号化されたデータは、そのリージョンでのみ復号が可能です。 2022-11-16 10:00:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)