投稿時間:2023-03-03 22:22:49 RSSフィード2023-03-03 22:00 分まとめ(28件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia News] ChatGPT、美少女になる 立体AIキャラと魔合体でスムーズに音声会話 Gateboxのデモ動画が話題 https://www.itmedia.co.jp/news/articles/2303/03/news183.html ITmediaNewsChatGPT、美少女になる立体AIキャラと魔合体でスムーズに音声会話Gateboxのデモ動画が話題月日日本時間に公開された「ChatGPTAPI」を活用した事例が早速生まれ始めている。 2023-03-03 21:50:00
Ruby Rubyタグが付けられた新着投稿 - Qiita graphql-ruby と kaminari を使って オフセットページネーションを簡単にやるやつ https://qiita.com/ymstshinichiro/items/f10b734ddaac0d88900f graphqlruby 2023-03-03 21:51:09
Ruby Rubyタグが付けられた新着投稿 - Qiita 記事にコメント機能② https://qiita.com/RikutoMatsumoto/items/19d0ea8969afe678c63e 書き込み 2023-03-03 21:44:45
Ruby Rubyタグが付けられた新着投稿 - Qiita 記事にコメント機能① https://qiita.com/RikutoMatsumoto/items/11eaa997ca0d4c8f96f7 関係 2023-03-03 21:06:03
AWS AWSタグが付けられた新着投稿 - Qiita (初心者+自学)EC2 インスタンスを立ち上げてみました https://qiita.com/kmnrgogo/items/a9d05b7537090b5e83e3 説明 2023-03-03 21:41:25
Ruby Railsタグが付けられた新着投稿 - Qiita ログインしているかどうか判断するメソッド(devise) https://qiita.com/ayamo/items/a6d334f78447e50c6502 devise 2023-03-03 21:51:50
Ruby Railsタグが付けられた新着投稿 - Qiita graphql-ruby と kaminari を使って オフセットページネーションを簡単にやるやつ https://qiita.com/ymstshinichiro/items/f10b734ddaac0d88900f graphqlruby 2023-03-03 21:51:09
Ruby Railsタグが付けられた新着投稿 - Qiita 記事にコメント機能② https://qiita.com/RikutoMatsumoto/items/19d0ea8969afe678c63e 書き込み 2023-03-03 21:44:45
Ruby Railsタグが付けられた新着投稿 - Qiita 記事にコメント機能① https://qiita.com/RikutoMatsumoto/items/11eaa997ca0d4c8f96f7 関係 2023-03-03 21:06:03
技術ブログ Developers.IO AlteryxでRedshiftへバルクロードする https://dev.classmethod.jp/articles/alteryx-redshift-bulk-comfig/ windowsproalteryxdesigner 2023-03-03 12:35:22
技術ブログ Developers.IO S3 Inventory를 사용하여 버킷에 저장되에 있는 오브젝트 메타데이터 추출하기 https://dev.classmethod.jp/articles/s3-inventory%eb%a5%bc-%ec%82%ac%ec%9a%a9%ed%95%98%ec%97%ac-%eb%b2%84%ed%82%b7%ec%97%90-%ec%a0%80%ec%9e%a5%eb%90%98%ec%97%90-%ec%9e%88%eb%8a%94-%ec%98%a4%eb%b8%8c%ec%a0%9d%ed%8a%b8-%eb%a9%94%ed%83%80/ S Inventory를사용하여버킷에저장되에있는오브젝트메타데이터추출하기안녕하세요클래스메소드의서은우입니다 S Inventory라는기능에대해새롭게알게되어그내용을공유하고자본블로그를작성합니다 S Inventory란S 버킷에저장되어있는오브 2023-03-03 12:20:48
技術ブログ Developers.IO AWS Transfer Family 를 사용하여 SFTP로 S3와 통신하기 https://dev.classmethod.jp/articles/transferfamily-sftp-s3-kr/ AWS Transfer Family 를사용하여SFTP로S와통신하기안녕하세요클래스메소드의서은우입니다 AWS Transfer Family 는SFTP FTPS FTP 및AS 프로토콜을사용하여S EFS로파일을전송할수있게하는서비스입니다 2023-03-03 12:01:39
海外TECH DEV Community AI generated git commit messages https://dev.to/bdougieyo/ai-generated-git-commit-messages-4j7g AI generated git commit messagesOver my decorated year career in development I have seen some of the worst commit messages I don t blame the developer on this either because it is hard to remember what you just did at the time of the git commit In this days of OpenAI series I am looking at AI projects and their code to help demystify how any dev can build AI generated projects The last thing I want to do is traverse a git diff and figure it out after a productive day of coding I love the Nutlope aicommits Nutlope aicommits A CLI that writes your git commit messages for you with AI What is Nutlope aicommits Aicommits is a CLI that writes your git commit messages for you with AI During my days of OpenAI you will see projects from nutlope frequently He has been shipping cool projects and sharing them on Twitter Hassan El Mghari nutlope I can t believe that my latest side project AICommits is at nearly stars and downloads after only weeks Version is launching next week with many big features like conventional commits and a new UI PM Mar How does it work This post is meant to focus on the AI part of the code but as soon as I looked at the GitHub I was surprised to see the use of TABS jk I was impressed by this CLI tool that caught my eye cleye cleverly named I built a few CLIs back in my day and this cleye is the chosen tool for building the aicommits interactions on the command line I will take a deeper look at cleye in the future and perhaps make something with it If you d like to see the CLI implementation it is a quick read in the src cli ts src cli tsconst request https request port hostname api openai com path v completions method POST headers Content Type application json Content Length postContent length Authorization Bearer apiKey I have not built anything with OpenAI as of yet but this is a clean example of how someone could approach it Now looking at the code src utils openai ts I can see OpenAI being invoked and using the v completions path Per the README this is not the ChatGPT completions but regular GTP text completions After the REST call there is some clean up of the response and this clever error checker This is required because of the frequent OpenAI downtime and server loads src utils openai tsif response statusCode errorMessage Check the API status Finally taking a looking at the createCompletion function this is the actual place the magic is made I found this more understandable than reading the OpenAI documentation which I found a little overwhelming I wish it had the ability to search why does it not have search I left comments below on what each line is doing src utils openai tsconst completion await createCompletion apiKey model text davinci made for longer output and consistent instruction prompt promptTemplate provided by nutlope temperature higher the number the more random the output top p like temperature but different results frequency penalty decreasing the model s likelihood of repeating the same line presence penalty increasing the model s likelihood of talking about new topics max tokens how much will this cost you stream false partial message sending is off n completions How many chat completion choices to generate for each input message There is a lot more I d love to dig into but I will leave the rest for you to take look I do recommend installing aicommits locally to try it out Just be sure to sign up for OpenAI to add your token If I need to correct something or if you have some insight into the code please comment I enjoyed walking through the code and learning how this works Thanks to Nutlope for sharing this with us and be sure to contribute back upstream Open Source FTW Also if you have a project leveraging OpenAI leave a link in the comments I d love to take a look and include it in my days of OpenAI series 2023-03-03 12:29:10
Apple AppleInsider - Frontpage News Apple Maps brings Look Around to Finland, Norway, and Sweden https://appleinsider.com/articles/23/03/03/apple-maps-brings-look-around-to-finland-norway-and-sweden?utm_medium=rss Apple Maps brings Look Around to Finland Norway and SwedenApple is continuing to steadily roll out its dramatically improved Apple Maps worldwide with three European countries now getting D images and Look Around for the first time New Apple Maps design for Finland Norway and SwedenBack in July Apple Maps cars were revealed to be taking to the road in Finland Norway and Sweden ーand now those countries have come the latest to get the new mapping design Read more 2023-03-03 12:32:55
Apple AppleInsider - Frontpage News You can get a prorated Twitterific & Tweetbot refund, but please don't https://appleinsider.com/articles/23/03/03/you-can-get-a-prorated-twitterific-tweetbot-refund-but-please-dont?utm_medium=rss You can get a prorated Twitterific amp Tweetbot refund but please don x tElon Musk cutting off all third party Twitter apps didn t just kill developers income completely it left them facing the need to refund thousands of annual subscriptions You might be able to help Twitter is now limiting third party appsIn January Musk effectively shut down all Twitter apps but his own Right away Sean Heber from The Icon Factory maker of Twitterific pointed out the subscriptions problem Read more 2023-03-03 12:07:04
海外TECH Engadget Apple's iPad Mini is $99 off right now at Amazon https://www.engadget.com/apples-ipad-mini-99-off-amazon-124519353.html?src=rss Apple x s iPad Mini is off right now at AmazonIf you re looking to buy a small tablet you can carry with you everywhere the GB Apple iPad Mini is back to its all time low price of at Amazon That s or percent less than what you d pay if you buy directly from Apple and lower than its list price at Amazon over the past few days The pink purple and space gray variants are all discounted at the moment so you have quite a few options to choose from And if you need more storage you can also get the GB iPad Mini for While that s not quite the lowest price we ve seen for the model on the website that s still less than its retail price nbsp Buy Apple iPad Mini at Amazon offIn our review we said the tablet was really more of an iPad Air Mini because Apple gave it an all screen Liquid Retina design a TouchID capable top button a USB C port for charging and support for the second generation Apple Pencil It was a significant redesign for the tablet which stayed mostly the same its previous iterations The fact that it has USB C for charging and that it works with the second gen Apple Pencil also means you can use your accessories with it if you have already another iPad that supports them nbsp In addition we praised the iPad Mini for having a megapixel ultra wide front camera with Center Stage That allows the camera to automatically zoom and pan to follow you around during video calls so the person on the other end can still see you while you re moving Overall we found the device s performance to be solid and even called it the best small tablet available when it was released in It s been a while since then but the device remains a great option even if it s not as powerful as the iPad Air and the iPad Pro Follow EngadgetDeals on Twitter and subscribe to the Engadget Deals newsletter for the latest tech deals and buying advice This article originally appeared on Engadget at 2023-03-03 12:45:19
海外TECH Engadget The Morning After: FDA reportedly denied Neuralink's request to begin human trials of its brain implant https://www.engadget.com/the-morning-after-fda-reportedly-denied-neuralinks-request-to-begin-human-trials-of-its-brain-implant-121545291.html?src=rss The Morning After FDA reportedly denied Neuralink x s request to begin human trials of its brain implantNeuralink s efforts to bring a brain computer interface still have a way to go According to a new report from Reuters Elon Musk s startup was apparently denied authorization by the FDA in to conduct human trials using the same devices that well killed animals Those tests according to internal reports lead to needless suffering and death of test subjects Current and former Neuralink employees told Reuters quot The agency s major safety concerns involved the device s lithium battery the potential for the implant s tiny wires to migrate to other areas of the brain and questions over whether and how the device can be removed without damaging brain tissue quot The FDA is concerned that because of the minuscule size of the electrical leads they are at risk of breaking off during removal or even during use At Neuralink s open house last November Musk claimed the company would secure FDA approval quot within six months quot basically by this spring That s looking increasingly unlikely Mat SmithThe Morning After isn t just a newsletter it s also a daily podcast Get our daily audio briefings Monday through Friday by subscribing right here The biggest stories you might have missedAlienware reveals revamped gaming peripherals Star Trek Discovery is ending with season next yearGarmin unveils its first dedicated running watches with AMOLED displaysDon t make me watch Boba Fett to understand The Mandalorian season Microsoft s Activision Blizzard purchase will reportedly be approved by the EUOoni reveals its first indoor pizza ovenWe don t all have gardens OoniI m sick of winter but I love pizza okay Ooni is one of the biggest names in the pizza oven game The company has a full line of models that use wood charcoal or gas to give you the hot and fast pizzeria experience in minutes Ooni promises high heat cooking for Neapolitan style pizza plus the ability to bake other styles bread and even sear steaks with its ovens Until now all of the company s products have been made for outdoor use but today it s debuting its first indoor model the Volt Taking design cues from the high end Karu the Volt is also Ooni s first all electric pizza oven The company says you can use it indoors or outside thanks to quot advanced quot insulation and powder coated carbon steel exterior that retains heat and withstands the weather Continue reading Microsoft gives Bing s AI chatbot personality optionsYou can make the chatbot more entertaining or direct Microsoft s web services chief Mikhail Parakhin has revealed that percent of Bing preview testers should see a toggle that changes the chatbot s responses A Creative option allows for more quot original and imaginative quot answers while a Precise switch emphasizes shorter to the point replies There s also a Balanced setting somewhere between the two The company reined in the Bing AI s responses after early users noticed strange behavior during long chats and entertainment sessions As The Verge noted the restrictions irked some users as the chatbot would simply decline to answer some questions Continue reading Ford will restart F Lightning production on March thIt paused work after a battery issue caused one of the electric trucks to catch fire Ford says it s aiming to restart production of the F Lightning on March th several weeks after it put the EV on hold It paused production and sent a stop shipment order to dealers after a battery issue caused a truck to catch fire in a holding lot on February th It s unclear what exactly led to the fire or how Ford has resolved the problem though the company has said there s no indication a charging fault was to blame Since it initially started F Lightning production last April Ford has sold fewer than of the EV But it s very much in demand Ford initially capped reservations at in before reopening them last August And a reminder The F Series has been America s best selling vehicle for years Continue reading This article originally appeared on Engadget at 2023-03-03 12:15:45
海外TECH WIRED New Crypto Mixer Promises to Be Tornado Cash Without the Crime https://www.wired.com/story/new-crypto-mixer-promises-to-be-tornado-cash-crime/ launderers 2023-03-03 12:20:00
海外ニュース Japan Times latest articles Student, 13, slashes classmate with a knife at Hiroshima school https://www.japantimes.co.jp/news/2023/03/03/national/hiroshima-school-stabbing/ Student slashes classmate with a knife at Hiroshima schoolThe attack took place two days after a year old high school student was arrested on suspicion of stabbing a teacher at a junior high school 2023-03-03 21:11:59
ニュース BBC News - Home Johnson may have misled Parliament over parties, say MPs https://www.bbc.co.uk/news/uk-politics-64836425?at_medium=RSS&at_campaign=KARANGA breaches 2023-03-03 12:50:47
ニュース BBC News - Home Tory anger at Labour job for Partygate probe chief Sue Gray https://www.bbc.co.uk/news/uk-politics-64834134?at_medium=RSS&at_campaign=KARANGA starmer 2023-03-03 12:52:13
ニュース BBC News - Home Energy Price Guarantee expected to continue at same level in April https://www.bbc.co.uk/news/business-64830701?at_medium=RSS&at_campaign=KARANGA aprilthe 2023-03-03 12:29:56
ニュース BBC News - Home Ukraine war: Kyiv orders partial evacuation of liberated city https://www.bbc.co.uk/news/world-europe-64833750?at_medium=RSS&at_campaign=KARANGA ukraine 2023-03-03 12:33:48
ニュース BBC News - Home James Cleverly says Falklands are British as Argentina ends deal https://www.bbc.co.uk/news/uk-64835605?at_medium=RSS&at_campaign=KARANGA falklands 2023-03-03 12:23:40
ニュース BBC News - Home Bahrain Grand Prix: Sergio Perez quickest from Fernando Alonso in first practice https://www.bbc.co.uk/sport/formula1/64837636?at_medium=RSS&at_campaign=KARANGA Bahrain Grand Prix Sergio Perez quickest from Fernando Alonso in first practiceSergio Perez underlines the belief that Red Bull are favourites for the championship in first practice at the season opening Bahrain Grand Prix 2023-03-03 12:41:11
ニュース BBC News - Home Manchester United: Nicky Butt says club have overtaken Liverpool on pitch under Erik ten Hag https://www.bbc.co.uk/sport/football/64824971?at_medium=RSS&at_campaign=KARANGA Manchester United Nicky Butt says club have overtaken Liverpool on pitch under Erik ten HagEx Manchester United midfielder Nicky Butt believes his old club have gone past rivals Liverpool on the pitch but are still lagging behind off it 2023-03-03 12:00:57
サブカルネタ ラーブロ 奈つやの中華そば@不動前(奈つやの中華そば) http://ra-blog.net/modules/rssc/single_feed.php?fid=208255 wincove 2023-03-03 13:00:00
ニュース Newsweek 韓国、宙を飛んだ暴走SUV 運転ミスか車両の欠陥か、立証義務は誰にある? https://www.newsweekjapan.jp/stories/world/2023/03/post-101005.php ところが現行の製造物責任法PL法は急発進が疑われる事故が発生しても、車両に欠陥があることを非専門家である運転者や遺族が立証するように規定している」と車両に欠陥があったとしても立証することの難しさを訴えた。 2023-03-03 21:00:58

コメント

このブログの人気の投稿

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