投稿時間:2022-10-20 17:34:50 RSSフィード2022-10-20 17:00 分まとめ(35件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia News] “文字のない言語”でもリアルタイム翻訳 Metaが音声翻訳AI開発 https://www.itmedia.co.jp/news/articles/2210/20/news150.html itmedia 2022-10-20 16:50:00
IT ITmedia 総合記事一覧 [ITmedia News] インボイス制度に反対の個人事業主、47%に freee調べ https://www.itmedia.co.jp/news/articles/2210/20/news141.html 浮き彫り 2022-10-20 16:46:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 全国旅行支援の利用者に「5つのお願い」 旅行スタートアップが呼び掛ける理由は? https://www.itmedia.co.jp/business/articles/2210/20/news133.html itmedia 2022-10-20 16:10:00
IT ITmedia 総合記事一覧 [ITmedia PC USER] サンワ、スティック型筐体を採用したUSB3.2外付けポータブルSSD https://www.itmedia.co.jp/pcuser/articles/2210/20/news142.html itmediapcuser 2022-10-20 16:06:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 富裕層が注目するミキハウスの最高級ライン 8万円のセーターが人気 https://www.itmedia.co.jp/business/articles/2210/20/news144.html itmedia 2022-10-20 16:05:00
python Pythonタグが付けられた新着投稿 - Qiita Github上のアクティブなPullRequestがあるときにSlackに通知するBotを作った https://qiita.com/AzuQiita/items/80f8c5a97791ade3c12f github 2022-10-20 16:51:04
python Pythonタグが付けられた新着投稿 - Qiita ARC151回答メモ https://qiita.com/Konini64/items/1c29d72b1aac7d0ac6bc aequalhammingdistances 2022-10-20 16:48:12
js JavaScriptタグが付けられた新着投稿 - Qiita plunkerでjwt その2 https://qiita.com/ohisama@github/items/524344aa4ff243d256a3 oijiuziniisinrcciikpxvcj 2022-10-20 16:20:55
golang Goタグが付けられた新着投稿 - Qiita Go言語入門 学習メモ 6 関数、無名関数、関数型、クロージャ https://qiita.com/fsd-osw/items/2c717815fba1b2a28785 無名関数 2022-10-20 16:16:53
技術ブログ Developers.IO Amazon GameSparks(Preview)のMessage機能を使ってゲームの実績機能を作ってみた https://dev.classmethod.jp/articles/amazon-gamesparks-preview-messages-type/ amazongamesparks 2022-10-20 07:33:28
技術ブログ Developers.IO Amazon ElastiCache for Redis のエンジンバージョンとノードタイプを変更する際にデータは保持されるか教えてください https://dev.classmethod.jp/articles/elasticache-redis-upgrade-node-type-engine-version/ amazonelasticacheforredis 2022-10-20 07:09:38
技術ブログ Developers.IO わたしが人材業界に8年間いる理由とクラスメソッドが手がけるフリーランス向け案件紹介サービスCMパートナーズ#devcamp https://dev.classmethod.jp/articles/propagate-cmpt/ devcamp 2022-10-20 07:07:00
海外TECH DEV Community Why use Go for Hacking https://dev.to/mavensingh/why-use-go-for-hacking-mmo Why use Go for HackingPrior to Go you could prioritize ease of use by using dynamically typed languages such as Python Ruby or PHP at the expense of performance and safety Alternatively you could use a statically typed programming language like C or C that offers high performance and safety but isn t very user friendly Go is stripped of much of the ugliness of C its primary ancestor making development more user friendly At the same time it s a statically typed language that produces syntax errors at compile time increasing your assurance that your code will actually run safely As it s compiled it performs more optimally than interpreted languages and was designed with multicore computing considerations making concurrent programming a breeze These reasons for using Go don t concern security practitioners specifically However many of the language s features are particularly useful for hackers and adversaries Clean package management system Go s package management solution is elegant and integrated directly with Go s tooling Through the use of the Go binary you can easily download compile and install packages and dependencies which makes consuming third party libraries simple and generally free from conflict Cross compilation One of the best features in Go is its ability to cross compile executables So long as your code doesn t interact with raw C you can easily write code on your Linux or Mac system but compile the code in a Windows friendly Portable Executable format Rich standard library Time spent developing in other languages has helped us appreciate the extent of Go s standard library Many modern languages lack the standard libraries required to perform many common tasks such as crypto network communications database connectivity and data encoding JSON XML Base hex Go includes many of these critical functions and libraries as part of the language s standard packaging reducing the effort necessary to correctly set up your development environment or to call the functions Concurrency Unlike languages that have been around longer Go was released around the same time as the initial mainstream multicore processors became available For this reason Go s concurrency patterns and performance optimizations are tuned specifically to this model programmingeeksclub 2022-10-20 07:38:37
海外TECH DEV Community Emacs as RSS reader. https://dev.to/tell396/emacs-as-a-rss-reader-2blj Emacs as RSS reader Do you have a list of websites you visit regularly Just to find out nothing new was added This manual scraping is often a waste of time Worse yet scanning and filtering these websites for new interesting content is even more time consuming Subscribing to an RSS feed can reduce your effort immensely An RSS feed “pushes the newest updates to subscribers and they will never miss updates In order to make use of RSS feeds you need a “feed reader or “feed aggregator Such a feed reader will save you from visiting your favorite websites again and again so you can use your precious time more productively Emacs is the epitome of extensibility and it s no surprise that Emacs makes also a great RSS reader The elfeed package turns Emacs into a full fledged feed reader which support multiple feeds searching filtering and more The following shows a sample elfeed configuration with some programming news subscriptions elfeed will only download the last two days of updates and mark them as unread Note I use use package If you not then I suggest removing the first few lines and installing elfeed via M x package install elfeed use package elfeed ensure t data is stored in elfeed setq elfeed feeds programming hacker programming emacs habr all habr news nop dev to hobby nasa habr astronomy habr popsci programming languages javascript typescript golang rust cloud aws googlecloud azure devops kubernetes setq default elfeed search filter days ago unread setq default elfeed search title max width setq default elfeed search title min width A usual workflow looks like this M x elfeedM x elfeed updateG fetches the newest RSS feed updatess filter for a specific topic like typescript golang or habr newsc clears the search filter and shows everything againnavigate up and down with n next line and p previous line b open current url in your browser Example of RSS usageFor a complete elfeed documentation visit the official elfeed page 2022-10-20 07:19:20
海外TECH DEV Community Creating individual markdown blog pages - part 13 https://dev.to/dailydevtips1/creating-individual-markdown-blog-pages-part-13-5flc Creating individual markdown blog pages part In the previous article we changed our blog post to be loaded from local markdown files With that in place we can start creating individual markdown powered blog posts If you want to follow this article use the following branch as your starting point Creating individual blog pagesIn the blog overview we set the URL to individual pages as blog slug where the slug would be the file s name We can start by creating a dynamic page in our blog pages directory We can call this file slug js This dynamic format in Next js allows random slugs to be valid files This file will need to use both the getStaticPaths and the getStaticProps functions This is what they do getStaticPaths Create all possible slug options for each postgetStaticProps Get the actively requested page with more details for this specific articleSo the first one is to generate all the available blog posts as a valid option and the second is to fetch the details for this blog The structure of the file will look like this export async function getStaticPaths export async function getStaticProps params slug export default function PostPage frontmatter content Let s start by creating the static paths function import fs from fs export async function getStaticPaths const files fs readdirSync posts const paths files map fileName gt params slug fileName replace md return paths fallback false As with the blog overview page we need to read all our files from the posts directory We then map them with their filenames which means a path with the slug will be valid for each file With the individual request we need to extract both the frontmatter parts and the page s actual content import fs from fs import matter from gray matter export async function getStaticProps params slug const fileName fs readFileSync posts slug md utf const data frontmatter content matter fileName return props frontmatter content Now we can adjust our render function to return the content for the requested file export default function PostPage frontmatter content return lt section className px gt lt div className max w xl mx auto py gt lt div className prose mx auto gt lt h gt frontmatter title lt h gt lt div gt content lt div gt lt div gt lt div gt lt section gt Let s take a look at how this renders now So it looks like everything is there but we see two issues The markdown is not rendering as HTMLThe page doesn t apply any stylingFor the first part we can leverage a pretty cool NPM package that will convert markdown into HTML Start by installing the package npm install markdown itNow import this package on the slug js page and set the content to render import md from markdown it export default function PostPage frontmatter content return lt section className px gt lt div className max w xl mx auto py gt lt div className prose mx auto gt lt h gt frontmatter title lt h gt lt div dangerouslySetInnerHTML html md render content gt lt div gt lt div gt lt section gt We have to use the dangerouslySetInnerHTML function However since we own the content on the server this is safe enough If now refresh we can see the is rendering as a heading but it still all looks the same And luckily for us there is a Tailwind plugin to handle auto styling for us This means we don t have to go and add classes to each element Install the plugin first npm install D tailwindcss typographyThen open the tailwind config js file and add the plugin plugins require tailwindcss typography Restart the server and open the page again You should now see a styled website go ahead and add some markdown to the page to see it work You can also find the completed code for this article on GitHub Thank you for reading and let s connect Thank you for reading my blog Feel free to subscribe to my email newsletter and connect on Facebook or Twitter 2022-10-20 07:18:30
海外TECH Engadget Google launches its News Showcase program in France https://www.engadget.com/google-news-showcase-program-france-072858934.html?src=rss Google launches its News Showcase program in FranceGoogle has launched News Showcase in France and it has teamed up with over publishers representing over publications for the program s expansion in the country Now users in France will see panels populated by articles from participating publications when they navigate to the News tab on Android iOS or the web and in Discover on the mobile platforms The tech giant says its partners include not just national outlets but also regional and local ones including minutes La Dépêche L Equipe L Express Le Figaro La Provence Le Monde Les Echos Groupe EBRA and Le Parisien nbsp In addition to showing a curated selection of headlines from partner outlets Google is also making a limited amount of their paywalled content available to readers for free The company is paying them for those paywalled articles as part of their licensing agreement And since the deal would put the publications content in front of more people it could gain them more potential subscribers While Google s program partners praised News Showcase for helping them disseminate good and truthful information the company didn t always have a great relationship with the media in France In French regulators forced the tech giant to pay publishers for showing snippers their articles in search results after the company implemented the EU s new Copyright Directive law Authorities said back then that the company caused a serious and immediate harm to the press sector Google initially removed news previews as a response but it backtracked and started working with publishers instead Earlier this year the tech giant inked deals with over publications across Europe to publish snippets of their stories in search 2022-10-20 07:28:58
医療系 医療介護 CBnews データ提出加算、31病院が11月中に算定不可-厚労省が通知 https://www.cbnews.jp/news/entry/20221020160024 厚生労働省 2022-10-20 16:10:00
金融 RSS FILE - 日本証券業協会 公社債投資家別条件付売買(現先)月末残高 (旧公社債投資家別現先売買月末残高) https://www.jsda.or.jp/shiryoshitsu/toukei/jyouken/index.html 条件 2022-10-20 09:00:00
金融 RSS FILE - 日本証券業協会 公社債店頭売買高 https://www.jsda.or.jp/shiryoshitsu/toukei/tentoubaibai/index.html 店頭 2022-10-20 09:00:00
金融 日本銀行:RSS FSBが「気候関連リスクに対する規制・監督手法に関するFSB最終報告書」及び「気候関連開示に関するFSB進捗報告書」を公表 http://www.boj.or.jp/announcements/release_2022/rel221020c.htm 関連 2022-10-20 17:00:00
金融 日本銀行:RSS FSBが市中協議文書「サイバーインシデント報告の更なる収斂の達成」を公表 http://www.boj.or.jp/announcements/release_2022/rel221020b.htm 達成 2022-10-20 17:00:00
金融 日本銀行:RSS G20サステナブルファイナンス作業部会「2022年G20サステナブルファイナンス報告書」の公表について http://www.boj.or.jp/announcements/release_2022/rel221020d.htm 作業部会 2022-10-20 17:00:00
海外ニュース Japan Times latest articles With period shorts and nipple shields, ‘femtech’ firms tackle neglected health needs https://www.japantimes.co.jp/news/2022/10/20/business/femtech-business-research/ With period shorts and nipple shields femtech firms tackle neglected health needsThe buzz surrounding Femtech Fes in Tokyo reflects the scale of interest and expectations for the budding industry the value of which is only 2022-10-20 16:16:51
海外ニュース Japan Times latest articles China faces challenges in wake of Pelosi’s Taiwan visit https://www.japantimes.co.jp/opinion/2022/10/20/commentary/world-commentary/taiwan-china-challenges/ future 2022-10-20 16:15:17
ニュース BBC News - Home MPs allege bullying during chaotic fracking vote https://www.bbc.co.uk/news/uk-politics-63322533?at_medium=RSS&at_campaign=KARANGA truss 2022-10-20 07:56:57
ニュース BBC News - Home People plan smaller Christmas as UK inflation rises https://www.bbc.co.uk/news/business-63316226?at_medium=RSS&at_campaign=KARANGA suggests 2022-10-20 07:07:30
ニュース BBC News - Home Cristiano Ronaldo: Man Utd boss Erik ten Hag will 'deal with' forward over exit down tunnel https://www.bbc.co.uk/sport/football/63323645?at_medium=RSS&at_campaign=KARANGA Cristiano Ronaldo Man Utd boss Erik ten Hag will x deal with x forward over exit down tunnelUnused substitute Cristiano Ronaldo walks down the tunnel before the end of Manchester United s Premier League win over Tottenham 2022-10-20 07:46:03
北海道 北海道新聞 3人制バスケ・岩見沢FU プロ初年度は終盤巻き返す ファン拡大へ地域密着進める https://www.hokkaido-np.co.jp/article/748222/ 北海道岩見 2022-10-20 16:02:00
ビジネス 東洋経済オンライン 今年の秋冬トレンド「ツイード」の上手な選び方 授業参観コーデになりがち、どう着こなす? | Domani | 東洋経済オンライン https://toyokeizai.net/articles/-/626462?utm_source=rss&utm_medium=http&utm_campaign=link_back domani 2022-10-20 16:30:00
ニュース Newsweek フィンランドがロシア国境に「壁」を建設 https://www.newsweekjapan.jp/stories/world/2022/10/post-99909.php 2022-10-20 16:47:14
IT 週刊アスキー 待望の『ドラクエX』全部入り登場!『オールインワンパッケージ version 1-6』本日発売 https://weekly.ascii.jp/elem/000/004/109/4109771/ mmorpg 2022-10-20 16:45:00
IT 週刊アスキー 可愛らしい「のるるん」を型取った3種のカステラ焼きが登場! 「のるるん焼」10月25日販売開始 https://weekly.ascii.jp/elem/000/004/109/4109717/ 商業施設 2022-10-20 16:30:00
IT 週刊アスキー 『NBA 2K23』シーズン2が10月21日に開幕!ワイルド・ウエストへ旅立とう https://weekly.ascii.jp/elem/000/004/109/4109754/ nintendo 2022-10-20 16:15:00
マーケティング AdverTimes JR東日本、ゲーミフィケーションを用いた体験価値向上の実証実験を開始 https://www.advertimes.com/20221020/article398970/ newdays 2022-10-20 07:52:21
マーケティング AdverTimes ユニクロがリペア・リメイクサービス「RE.UNIQLO STUDIO」を国内初展開 https://www.advertimes.com/20221020/article398956/ reuniqlostudio 2022-10-20 07:28:30

コメント

このブログの人気の投稿

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