投稿時間:2023-06-30 19:31:19 RSSフィード2023-06-30 19:00 分まとめ(33件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
ROBOT ロボスタ 人の指示で自律走行して家具を動かす「カチャカ」API公開 外部サービスと連携、遠隔操作機能など追加 https://robotstart.info/2023/06/30/kachaka-softwear-update-api-opend.html 2023-06-30 09:34:20
IT ITmedia 総合記事一覧 [ITmedia News] Skeb、“AIイラスト検出AI回避法”の解説記事について情報開示請求 損害賠償請求へ https://www.itmedia.co.jp/news/articles/2306/30/news202.html itmedianewsskeb 2023-06-30 18:45:00
IT ITmedia 総合記事一覧 [ITmedia Mobile] PayPayの「あなたのまちを応援プロジェクト」、8月以降に3自治体を追加 https://www.itmedia.co.jp/mobile/articles/2306/30/news196.html 宮崎県高原町 2023-06-30 18:05:00
AWS AWS Japan Blog AWS Week in Review – ステップ関数のバージョンとエイリアス、Graviton3E プロセッサを搭載した EC2 インスタンスなど — 2023 年 6 月 26 日 https://aws.amazon.com/jp/blogs/news/aws-week-in-review-step-functions-versions-and-aliases-ec2-instances-with-graviton3e-processors-and-more-june-26-2023/ awsweekinreview 2023-06-30 09:43:51
python Pythonタグが付けられた新着投稿 - Qiita python maya delete keys https://qiita.com/aizwellenstan/items/cfeb4023584a0ed2a116 curves 2023-06-30 18:51:21
python Pythonタグが付けられた新着投稿 - Qiita Go vs Java: メモリ管理とランタイムの違い https://qiita.com/TakanoriVega/items/0622bba8236c669399a6 govsjava 2023-06-30 18:31:21
python Pythonタグが付けられた新着投稿 - Qiita 【Python】リストの要素数を取得して処理するとき、長い方の要素数に合わせて処理する方法 https://qiita.com/Ryo-0131/items/7ddf1aeb8ae549eec5a5 関数 2023-06-30 18:25:23
python Pythonタグが付けられた新着投稿 - Qiita イミュータブルを用いて保守のしやすいコードを書く https://qiita.com/tamazoo/items/3ba220453df89a997809 設計 2023-06-30 18:15:25
golang Goタグが付けられた新着投稿 - Qiita Go vs Java: メモリ管理とランタイムの違い https://qiita.com/TakanoriVega/items/0622bba8236c669399a6 govsjava 2023-06-30 18:31:21
golang Goタグが付けられた新着投稿 - Qiita REST APIとは && Goサンプルコード https://qiita.com/ooyy0121/items/1250a9afc2253ffc5090 ampampgo 2023-06-30 18:25:28
GCP gcpタグが付けられた新着投稿 - Qiita Snowflakeの自動テーブル更新とTableauダッシュボード【Snow Task・Snow pipe】 https://qiita.com/yusaku-pon/items/dbecfeb14cba64ba0a1f snowflake 2023-06-30 18:08:53
Azure Azureタグが付けられた新着投稿 - Qiita 【Azure】Bicepを用いてAzure policyを適用させる。 https://qiita.com/takaki-imura/items/fcea9841096b953d5b7b azure 2023-06-30 18:40:14
技術ブログ Developers.IO Terraformの新関数plantimestampの使い所を考える https://dev.classmethod.jp/articles/terraform-plantimestamp-function/ plantimestamp 2023-06-30 09:32:34
海外TECH MakeUseOf The Best Samsung Smartphone Deals Ahead of Prime Day: Save Hundreds on Your Favorite Models https://www.makeuseof.com/best-samsung-smartphone-deals/ prices 2023-06-30 09:50:38
海外TECH MakeUseOf What Is Polygon's AI Copilot and How Does It Work? https://www.makeuseof.com/what-is-polygons-ai-copilot-how-does-it-work/ copilot 2023-06-30 09:50:18
海外TECH DEV Community What was your win this week? https://dev.to/devteam/what-was-your-win-this-week-10gb What was your win this week Hey folks Hope that y all all enjoy your weekends Looking back on this past week what was something you were proud of accomplishing All wins count ーbig or small Examples of wins include Starting a new projectFixing a tricky bugCreating an indie game 2023-06-30 09:30:00
海外TECH DEV Community An opinionated article about vim https://dev.to/aneshodza/an-opinionated-article-about-vim-4cdg An opinionated article about vim IntroductionI have now been using vim and neovim for almost a year In that time I built a lot of experience with the IDE which I wanted to share with people thinking about making the switch This article will mostly just go over why I like vim but I ll also be talking about some disadvantages When showing code to use as an example of editing I ll be taking code from my own Redmine plugin gnosis Super fast code navigationThe most obvious and most talked about point is how fast you can navigate code with vim There are a lot of keybindings used for jumping around code One example would be following protect from forgery except i github webhook catcher semaphore webhook catcher Now if I want to remove the github webhook catcher from the protect from forgery statement I would go following steps assuming my cursor is somewhere completely random WWW db does the job Here is a video of how that might look There are a lot more keybindings and tricks that improve your speed If you have trouble memorizing them all this cheat sheet was A tier Extreme configurationA personal favorite is how much you can personalize vim Everything is customizable from your background color to very specific keybindings One example of that would be my own vimrc As someone who gets irritated as soon as something tiny is wrong with their code editor the ability to customize everything was a very big bonus Currently I am using nvchad with my own nvchad config which makes for a beautiful code editor Very good plugin system Neo vim supports plugins which make your code editor much better You need a faster way to comment stuff Sure here is nvim comment Now you need a better tool to surround text by certain characters Alright we also have nvim surround And this goes on for almost everything you ever needed And in the rare case that you can t find a plugin for what you need Write it yourself It s very easy to write plugins as vim and neovim both have a lot of functions that help with writing those The steep learning curveThe biggest problem to vim is its steep learning curve If you re someone who is already in a commercial setting and need to produce at a certain speed learning vim will be pretty hard As someone who is still in education I had the option of killing my coding speed for a few months just so I could learn vim Alright I m convinced Should I use vim or neovim That choice everybody should make for himself but I use neovim What s the difference between vim and neovim The major difference is that neovim uses lua for its plugins which vim is still on vimscript Most people prefer lua as it s more intuitive to write and has loads of uses outside of writing neovim plugins making lua a much more useful language than vimscript Which one has better plugins From personal experience neovim has much better plugins while not more The fact that they re written in lua makes them more performant than vimscript which already is a big benefit On top of that The fact that learning lua is much more useful than vimscript means that more people are willing to spend time learning it making neovim plugins feel much more refined Example comparison fzf vim vs telescopeAs someone that has been using fzf for most of the time changing to telescope opened up so much more options Telescope has integrated git diffs commit histories language server settings and much more This is an example of how the commit history check looks like ConclusionI think learning vim is something everyone that is still in education should do independent of if you actually stick with it or not The great amount of configuration and useful keybindings makes using vim a great experience 2023-06-30 09:10:29
Apple AppleInsider - Frontpage News Casetify reveals lineup of Apple Vision Pro accessories https://appleinsider.com/articles/23/06/30/casetify-reveals-lineup-of-apple-vision-pro-accessories?utm_medium=rss Casetify reveals lineup of Apple Vision Pro accessoriesApple Vision Pro won t release until early but that hasn t stopped Casetify from showing off a preview of its accessory lineup for Apple s headset Apple Vision Pro x CasetifyApple revealed Apple Vision Pro its first Spatial Computing device during WWDC The company shared that there would be ample options for accessories at launch and Casetify is among the first to announce its lineup Read more 2023-06-30 09:00:47
海外TECH Engadget Joby Aviation's first production air taxi cleared for flight tests https://www.engadget.com/joby-aviations-first-production-air-taxi-cleared-for-flight-tests-093526681.html?src=rss Joby Aviation x s first production air taxi cleared for flight testsJoby Aviation has been cleared by the FAA Federal Aviation Authority to start flight tests on its first production prototype air taxi the company wrote in a press release It s a large step in the company s aim to start shipping the eVTOL aircraft electric vertical takeoff and landing to customers in and launch an air taxi service by nbsp The aircraft will now undergo initial flight testing before being delivered to Edwards Air Force Base California where it will be used to demonstrate a range of potential logistics use cases Joby wrote nbsp The aircraft can take off and land like a helicopter then tilt its six rotors horizontally and fly like an airplane at up to MPH It s designed to carry a pilot and four passengers over a distance up to miles on a charge ーenough range for most types of air taxi operations At the same time Joby claims it s nearly silent in cruise mode and times quieter than conventional aircraft during takeoff and landing Joby s first production prototype recently rolled off the company s assembly line in Marina California The plant was built in partnership with Toyota Joby s largest investor with a million stake Cementing that relationship Joby announced that it was appointing Toyota North America CEO Tetsuo Ted Ogawa to the board of directors With the the FAA s special airworthiness certificate in hand Joby can perform flight tests of full production aircraft following tests with full scale prototypes that began in In May last year the company received another crucial permit the FAA s Part air carrier certificate for commercial operations It recently teamed with Delta Air Lines to offer travel to and from airports and its website shows a scenario of flying from downtown NYC to JFK airport in just seven minutes compared to minutes in a car Now Joby must clear the largest hurdle with full FAA type and production certification in order to take paying passengers on commercial flights That s likely about months away aerospace engineer and Vertical Flight Society director Mike Hirschberg told New Scientist Its first customer would be the US Air Force as part of a million contract under the military s Agility Prime program with deliveries set for Alll that puts the company tantalizingly close to delivering a true air taxi service something that has eluded numerous other manufacturers to date Last year the Kittyhawk aircraft backed by Larry Page shut down and other companies like Ehang Archer Volocopter and even Airbus aren t as far along as Joby This first aircraft coming off our pilot manufacturing line is a really really big deal for the company Joby CEO JoeBen Bevirt told TechCrunch nbsp This article originally appeared on Engadget at 2023-06-30 09:35:26
医療系 医療介護 CBnews 積立金の水準が高くても「給与横ばい」財務省-予算執行調査で、介護サービス事業の社福法人 https://www.cbnews.jp/news/entry/20230630180744 予算執行調査 2023-06-30 19:00:00
医療系 医療介護 CBnews 「総合事業」進めるには地域にもっと情報提供を-厚労省の有識者会議で住民参入の課題など議論 https://www.cbnews.jp/news/entry/20230630180343 介護予防 2023-06-30 18:25:00
海外ニュース Japan Times latest articles New research finds Mount Fuji may have erupted more often than previously thought https://www.japantimes.co.jp/news/2023/06/30/national/science-health/mount-fuji-eruption-history-frequent/ New research finds Mount Fuji may have erupted more often than previously thoughtScientists found that there were six eruptions between and years ago ーa period of time that was previously thought to have seen 2023-06-30 18:40:35
海外ニュース Japan Times latest articles Japanese journalist denied entry into Hong Kong https://www.japantimes.co.jp/news/2023/06/30/national/japan-journalist-hong-kong/ japanese 2023-06-30 18:22:37
海外ニュース Japan Times latest articles Failed mercenary mutiny exposes Putin’s weakness https://www.japantimes.co.jp/opinion/2023/06/30/editorials/prigozhin-putin-standoff/ position 2023-06-30 18:10:03
ニュース BBC News - Home Zac Goldsmith resigns with fierce attack on Rishi Sunak's climate 'apathy' https://www.bbc.co.uk/news/uk-politics-66063894?at_medium=RSS&at_campaign=KARANGA boris 2023-06-30 09:38:40
ニュース BBC News - Home Plan to train more doctors more quickly in England https://www.bbc.co.uk/news/health-66052274?at_medium=RSS&at_campaign=KARANGA englandthe 2023-06-30 09:53:33
ニュース BBC News - Home With its leader sidelined, is Wagner now finished? https://www.bbc.co.uk/news/world-europe-66052060?at_medium=RSS&at_campaign=KARANGA leader 2023-06-30 09:53:39
ニュース BBC News - Home Boy, 15, and man stabbed to death in north London https://www.bbc.co.uk/news/uk-england-london-66064014?at_medium=RSS&at_campaign=KARANGA archway 2023-06-30 09:49:05
ニュース BBC News - Home Wimbledon 2023 draw: Andy Murray to face Ryan Peniston at All England Club https://www.bbc.co.uk/sport/tennis/66058789?at_medium=RSS&at_campaign=KARANGA wimbledon 2023-06-30 09:48:45
ニュース BBC News - Home England: Luke Cowan-Dickie out of World Cup selection because of injury https://www.bbc.co.uk/sport/rugby-union/66064492?at_medium=RSS&at_campaign=KARANGA borthwick 2023-06-30 09:51:09
IT 週刊アスキー エクイニクス、東京で2ヵ所目のxScaleデータセンター「TY13x」開設 https://weekly.ascii.jp/elem/000/004/143/4143403/ xscale 2023-06-30 18:15:00
IT 週刊アスキー 小売・リユース業向けPOSレジシステム「ReCORE」、複数ECサイト同時運営が使いやすくアップデート https://weekly.ascii.jp/elem/000/004/143/4143423/ recore 2023-06-30 18:15:00
マーケティング AdverTimes 電通アメリカスCEO(23年7月1日付) https://www.advertimes.com/20230630/article426072/ 電通 2023-06-30 09:52:37

コメント

このブログの人気の投稿

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