投稿時間:2022-03-19 03:32:34 RSSフィード2022-03-19 03:00 分まとめ(33件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Architecture Blog Migrating petabytes of data from on-premises file systems to Amazon FSx for Lustre https://aws.amazon.com/blogs/architecture/migrating-petabytes-of-data-from-on-premises-file-systems-to-amazon-fsx-for-lustre/ Migrating petabytes of data from on premises file systems to Amazon FSx for LustreMany organizations use the Lustre filesystem for Linux based applications that require petabytes of data and high performance storage Lustre file systems are used in machine learning ML high performance computing HPC big data and financial analytics Many such high performance workloads are being migrated to Amazon Web Services AWS to take advantage of the scalability elasticity and … 2022-03-18 17:03:44
AWS AWS Partner Network (APN) Blog Accelerate Your SaaS Journey with Help from AWS SaaS Competency Partners https://aws.amazon.com/blogs/apn/accelerate-your-saas-journey-with-help-from-aws-saas-competency-partners/ Accelerate Your SaaS Journey with Help from AWS SaaS Competency PartnersWhile SaaS remains a huge growth driver and provides benefits to end customers and software providers the transition to this model can be challenging as technology and operations take on new responsibilities in an “as a service environment To be successful organizations need to rethink every dimension of how they build sell manage support and operate their solution Learn how to accelerate your SaaS journey with help from AWS SaaS Competency Partners 2022-03-18 17:31:15
海外TECH Ars Technica Samsung’s QD-OLED TV challenges premium OLEDs with $2,200 starting price https://arstechnica.com/?p=1842063 oleds 2022-03-18 17:29:52
海外TECH Ars Technica It’s huge, expensive, and years late—but the SLS rocket is finally here https://arstechnica.com/?p=1842035 america 2022-03-18 17:01:58
海外TECH MakeUseOf The 7 Best Sites to Download Microsoft OneNote Templates https://www.makeuseof.com/tag/best-sites-download-microsoft-onenote-templates/ microsoft 2022-03-18 17:45:14
海外TECH MakeUseOf 7 Ways to Create a Bulleted List in Microsoft Excel https://www.makeuseof.com/tag/create-bulleted-list-excel/ points 2022-03-18 17:45:14
海外TECH MakeUseOf The 9 Best Ebook Creator Tools for Aspiring Authors https://www.makeuseof.com/best-ebook-creator-tools-for-authors/ great 2022-03-18 17:45:14
海外TECH MakeUseOf How to Open Extensions With a Keyboard Shortcut in Any Browser https://www.makeuseof.com/open-browser-extensions-keyboard-shortcut/ How to Open Extensions With a Keyboard Shortcut in Any BrowserIf you regularly use extensions and need quick access to your regulars it might be wise to set up a keyboard shortcut Here s how to in any browser 2022-03-18 17:30:14
海外TECH DEV Community Best Websites for inspiration https://dev.to/mihir27/best-websites-for-inspiration-dim Best Websites for inspirationHello everyone I found some great websites to find inspiration for your next ui designDribbbleBehanceUiJarPage CollectionDesign VaultDark Mode DesignMinimal GalleryOGimagegalleryPFoliosLapa 2022-03-18 17:39:42
海外TECH DEV Community The Productivity apps I use in 2022 https://dev.to/cassidoo/the-productivity-apps-i-use-in-2022-ea6 The Productivity apps I use in I often get asked what my favorite tools are and how I use them to get my work done and I m writing this both to answer that question and also for me to just paste a link to this post next time I m asked Efficiency This post will not cover my code editor s terminals or other developer tools This is just a list of the tools I use daily to get my tasks done ObsidianWebsiteI take notes with Obsidian write blogs with Obsidian like this one keep track of projects with Obsidian plan classes with Obsidian I m alllllll in on Obsidian It s a local first markdown editor I love that I can keep everything local to my machine so I don t have any slow load times and just write markdown without anything getting in my way Beyond that they have an open plugin theming setup and you can pay for syncing across devices as well I made a theme for it if you want to check it out CenteredWebsiteWhen I use Centered I get more work done simply put I was a little slow to get into it but now I can t imagine getting all that I want done without it honestly I often have trouble focusing throughout the day when I have a lot to do and Centered helps a ton with that Centered is a flow state to do app It s kind of hard to explain in one sentence because it does so much while being pretty simple too Long story short you plop in your to do list for the day session whatever each task has a certain amount of time assigned to it and then you hit start It ll play some music designed to help you focus and it has a coach that speaks to you about how much time is left in your current task gives you breaks and pokes you when you re distracted I made a group in it if you d ever like to flow with me CronWebsiteCron is a keyboard shortcut powered calendar app I ve tried a bunch of calendar apps over the years and Cron is my current favorite It lets you quickly use keyboard commands to see your teammate s calendars share availability view multiple timezones and create events todometerWebsiteThis is a shameless plug but I use todometer for task management and I built todometer todometer is a meter based to do list for your desktop I use this to keep track of things that I d like to get done throughout a given day or week without the restrictions of a flow state session I made it because I am motivated by progress bars and sometimes I just need a simple list prominently on my desktop of what I need to get done Plus it s local only so you don t have to worry about loading times Here is the repository if you d like to see how I built it full disclosure I want to maintain it more but I ve got other things to do so if you make an issue I ll get to it someday That s it I ve tried a lot of different tools over the years and this is just my current stack I do think that it s worth reassessing your tools fairly regularly I used to use other ones like Bear and Notion and Vimcal etc and they all worked for me at the time but figuring out what you like and don t like about your stack is super helpful for upgrading how you work over time It s not just the applications it s the dedication to them that really make them work for me If something is scheduled on my calendar whether it s flow time or dedicated time to one specific task I follow it If I put a task in todometer I have to get it done that day If you don t commit yourself to your tools they are just extra overhead to getting things done and the tasks get overwhelming as they pile up Keep that in mind as you hunt for tools that might work for you Until next time 2022-03-18 17:35:53
海外TECH DEV Community How to manage your Materialize migrations with Laravel Zero? https://dev.to/bobbyiliev/how-to-manage-your-materialize-migrations-with-laravel-zero-511o How to manage your Materialize migrations with Laravel Zero IntroductionManaging your schema migrations is essential for any application In this tutorial we will show you how to manage your Materialize schema migrations with Laravel Zero Materialize is a streaming database that takes data coming from different sources like Kafka PostgreSQL S buckets and more and allows users to write views that aggregate materialize that data and let you query those views using pure SQL with very low latency PrerequisitesBefore you start this tutorial you need to have the following A running instance of Materialize Install MaterializePHP x or higher What is Laravel Zero Laravel Zero is an open source PHP framework that can be used for creating console applications Laravel Zero is not an official Laravel package but was created by Nuno Maduro who is also a Software Engineer at Laravel so I have no doubts about the code quality For more information on how to get started with Laravel Zero I would suggest the following article What is Laravel Zero and how to get started Demo projectI have prepared a demo project that you can use to try out Laravel Zero and Materialize mzschema demo project Downloading the mzschema binaryRather than cloning the repository you can also use the following command to download only the executable file wget Then make the file executable chmod x mzschemaAnd finally run the installer mzschema installOutput Materialize Migrations SQLite database created successfully at HOME mz migrations mzschema database sqliteThe above command creates a SQLite database in HOME mz migrations mzschema database sqlite The SQLite database is used to store the schema migration history Note As of the time being this is a required workaround for Materialize and would not be needed once the following issue is resolved sql support SERIAL type Clone the mzschema repository optional Alternatively you could clone the project and build it with the following commands git clone cd mzschemaphp mzschema app buildThis generates the single mzschema build file that you can run independently Environment variablesIf your Materialize instance is running on a different host than the one you are running Laravel Zero you can set the following environment variables to point to the correct host Create a file called env in the same directory as the mzschema binary Add the following lines to the env file MZ CONNECTION pgsqlMZ HOST MZ PORT MZ DATABASE materializeMZ USERNAME materializeMZ PASSWORD materializeChange the values to match your Materialize instance If Materialize is running on the same host as Laravel Zero you don t need to set any environment variables Creating a migrationOnce you have the mzschema binary installed you can create a new directory called migrations in the same directory as the mzschema binary mkdir migrationsThen you can create a new migration file in the migrations directory Let s go ahead and create a migration called create users table php and add the following code lt phpuse Illuminate Database Migrations Migration use Illuminate Database Schema Blueprint use Illuminate Support Facades Schema return new class extends Migration Run the migrations return void public function up DB connection materialize gt statement CREATE TABLE transfers id int name text Reverse the migrations return void public function down DB connection materialize gt statement DROP TABLE IF EXISTS transfers A quick rundown of the migration file In the up method we create the transfers table You can change this according to your needs and define your SOURCE and VIEWS DDL statements In the down method we drop the transfers table In there you would always want to define your DROP DDL statement Running the migrationsTo run the migration you can use the following command mzschema migrate path migrations realpathOutput Do you really wish to run this command yes no no gt yesMigrating create transfers tableMigrated create transfers table ms Next you could try adding a new migration file and run the migration again Note you can change the path migrations to match your project s migrations directory Here is a quick demo of how it all works Checking migration statusTo check the migration status you can use the following command mzschema migrate status path migrations realpathThe output will look like this Ran Migration Batch Yes create transfers table Rolling back the migrationsIn some cases you might want to undo a migration To do that you can roll back the migration you can use the following command mzschema migrate rollback path migrations realpathOr if you want to roll back all migrations you can use the following command mzschema migrate refresh path migrations realpath LimitationsAs of the time of being Materialize does not support ALTER statements for SOURCE and VIEW meaning that you will have to manually create a new migration to change the source of your data Let s review two possible solutions to this problem RenamingA possible solution to this is to create a new migration that will drop the old VIEW and create a new one with your new structure So it could look like this let s say you have a view called transfers which you want to add an amount column to Create a new migration that creates a new VIEW with your new structure called transfers newIn the same migration rename the old VIEW to transfers oldThen rename the new VIEW from transfers new to transfersAn example code snippet for the above migration lt phpuse Illuminate Database Migrations Migration use Illuminate Database Schema Blueprint use Illuminate Support Facades Schema return new class extends Migration Run the migrations return void public function up Create the new transfers new view DB connection materialize gt statement CREATE TABLE transfers new id int name text amount int Rename the old transfers view to transfers old DB connection materialize gt statement ALTER TABLE transfers RENAME TO transfers old Rename the new transfers new view to transfers DB connection materialize gt statement ALTER TABLE transfers new RENAME TO transfers Reverse the migrations return void public function down DB connection materialize gt statement DROP TABLE IF EXISTS transfers transfers old transfers new If you are using this with a Materialized view you might have to add some logic to check if the view is ready before you can rename it BranchingAnother approach to this problem is to create a new migration that creates a new SOURCE and VIEWS with a specific version appended to the name For example if you have a transfers view and you want to add an amount column to it you can create a new migration that creates a new VIEWS called transfers v That way you would have the two views in your database transfers and transfers v at the same time and you will have to handle the logic to decide which one to use in your application This is a good approach as your database will be more stable and you will be able to roll back to the previous version of your application the transfers view will always be available Blue green deploymentsBoth of the above solutions could be used in a blue green deployment scenario For more information on blue green deployments please refer to the following article Blue green deployments with Materialize ConclusionThis tutorial has covered the basics of managing your schema migrations with Laravel Zero How do you manage your schema migrations I would love to hear about the tools that you use and give them a try with Materialize To learn more about Materialize check out the official Materialize documentation If you need any help please join the Materialize Community Slack channel 2022-03-18 17:03:34
Apple AppleInsider - Frontpage News Mac Studio discounts are here: save $200 to $400 on M1 Max, M1 Ultra models https://appleinsider.com/articles/22/03/18/mac-studio-discounts-are-here-save-200-to-400-on-m1-max-m1-ultra-models?utm_medium=rss Mac Studio discounts are here save to on M Max M Ultra modelsIn celebration of Apple s new Mac Studio AppleInsider readers can exclusively save to on dozens of M Max and M Ultra configurations These are by far the best discounts on the newly released desktop models Save up to on Apple s Mac Studio desktopApple s Mac Studio is in hot demand but there is no better place to find the best deals on the brand new desktops than right here at AppleInsider For a limited time only save to instantly with promo code APINSIDER Read more 2022-03-18 17:18:14
海外TECH Engadget Twitter is testing a way to create audio clips in Spaces https://www.engadget.com/twitter-spaces-audio-clip-test-174420487.html?src=rss Twitter is testing a way to create audio clips in SpacesSome Twitter Spaces hosts are now able to create clips from recorded discussions as part of a test A small number of hosts on iOS have access to the feature for now though some Android and web users will be able to try it in the near future ever wish you could capture a moment from a Space great because we re testing clipping certain Hosts on iOS can now clip seconds of audio from recorded Spaces to share everyone on iOS can see amp listen to clips on the Timelineーcoming to Android and web real soon pic twitter com DZcVdzGazーSpaces TwitterSpaces March Hosts will be able to clip up to seconds of audio They can of course tweet out that snippet All iOS users can check out the clips All hosts have been able to record their Spaces since January Being able to tweet small snippets of their discussions could let them give other Twitter users some insight into what their Spaces are all about and perhaps expand their audiences Clubhouse has offered its own clipping feature since September Users of that platform have been able to clip shareable second chunks of audio from public rooms Twitter might be missing a trick by only allowing hosts to clip audio from Spaces All Twitch and YouTube users can clip highlights meaning that viewers can help draw attention to a creator with snippets of their videos However given that Twitter s only testing its clipping tool for now it could open up the feature to listeners in the future 2022-03-18 17:44:20
海外TECH WIRED Netflix’s Windfall Is a Perfect Class Rage Noir https://www.wired.com/story/netflix-windfall-review netflix 2022-03-18 17:31:08
金融 金融庁ホームページ 鈴木財務大臣兼内閣府特命担当大臣閣議後記者会見の概要(令和4年3月8日)を公表しました。 https://www.fsa.go.jp/common/conference/minister/2022a/20220308-1.html 内閣府特命担当大臣 2022-03-18 18:40:00
金融 金融庁ホームページ 金融庁職員の新型コロナウイルス感染について公表しました。 https://www.fsa.go.jp/news/r3/sonota/20220318.html 新型コロナウイルス 2022-03-18 18:20:00
ニュース BBC News - Home P&O Ferries sackings: Government to review contracts with ferry firm https://www.bbc.co.uk/news/business-60800520?at_medium=RSS&at_campaign=KARANGA grant 2022-03-18 17:29:45
ニュース BBC News - Home Blackmore becomes first female jockey to win Gold Cup https://www.bbc.co.uk/sport/horse-racing/60722745?at_medium=RSS&at_campaign=KARANGA blackmore 2022-03-18 17:42:29
ニュース BBC News - Home Strip-searched Hackney teenager to sue Met Police https://www.bbc.co.uk/news/uk-england-london-60797237?at_medium=RSS&at_campaign=KARANGA black 2022-03-18 17:41:50
ニュース BBC News - Home Ukraine crisis: Calls for clarity on refugee matching process https://www.bbc.co.uk/news/uk-60791696?at_medium=RSS&at_campaign=KARANGA ukraine 2022-03-18 17:41:59
ニュース BBC News - Home Red Bull & Ferrari appear teams to beat as Mercedes struggle in Bahrain https://www.bbc.co.uk/sport/formula1/60798867?at_medium=RSS&at_campaign=KARANGA bahrain 2022-03-18 17:33:36
ビジネス ダイヤモンド・オンライン - 新着記事 「難しい問題は迷わずパスする」試験当日の点数爆上げノウハウ - 大量に覚えて絶対忘れない「紙1枚」勉強法 https://diamond.jp/articles/-/299566 資格 2022-03-19 02:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 アメリカの中学生が学ぶ「幾何学入門」【全世界700万人が感動した「数学」ノート】 - アメリカの中学生が学んでいる14歳からの数学 https://diamond.jp/articles/-/299257 アメリカの中学生が学ぶ「幾何学入門」【全世界万人が感動した「数学」ノート】アメリカの中学生が学んでいる歳からの数学年の発売直後から大きな話題を呼び、中国・ドイツ・韓国・ブラジル・ロシア・ベトナム・ロシアなど世界各国にも広がった「学び直し本」の圧倒的ロングセラーシリーズ「BigFatNotebook」の日本版が刊行される。 2022-03-19 02:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 語彙が「マジで」「やばい」ばかり…コミュ障の人が知らない会話の本質 - 独学大全 https://diamond.jp/articles/-/299601 読書 2022-03-19 02:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 これだけはぜひ覚えてほしい、長期投資の真髄とは? - 最新版つみたてNISAはこの9本から選びなさい https://diamond.jp/articles/-/298985 2022-03-19 02:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 「自分だけが得したい」という意識は即刻捨てるべき。人気星読みヒーラーが語る、風の時代の生き方とは? - 大丈夫じゃないのに大丈夫なふりをした https://diamond.jp/articles/-/299392 風の時代 2022-03-19 02:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 ゼロ金利の終焉:正常への回帰は険しい道のり - WSJ発 https://diamond.jp/articles/-/299668 金利 2022-03-19 02:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 ローマ帝国「滅亡」の道筋をつくった皇帝たちの「2つの愚かな共通点」とは? - アメリカの中学生が学んでいる14歳からの世界史 https://diamond.jp/articles/-/299496 ローマ帝国「滅亡」の道筋をつくった皇帝たちの「つの愚かな共通点」とはアメリカの中学生が学んでいる歳からの世界史発売直後から大きな話題を呼び、中国・ドイツ・韓国・ブラジル・ロシア・ベトナム・ロシアなど世界各国にも広がった「学び直し本」の圧倒的ロングセラーシリーズ「BigFatNotebook」の日本版が刊行。 2022-03-19 02:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 優れたリーダーが、あえて“ラク”をする深い理由とは? - 課長2.0 https://diamond.jp/articles/-/299452 優れたリーダーが、あえて“ラクをする深い理由とは課長管理職は「自分の力」ではなく、「メンバーの力」で結果を出すのが仕事。 2022-03-19 02:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 【9割の人が知らない!コピーライティング】 文章は盛るべきか? 削るべきか? - コピーライティング技術大全 https://diamond.jp/articles/-/297325 【割の人が知らないコピーライティング】文章は盛るべきか削るべきかコピーライティング技術大全発売たちまち大重版Amazonランキング第位広告・宣伝。 2022-03-19 02:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 チームの結束と士気、推進力が爆発的に上がる「魔法のひと言」のつくり方 - 商品はつくるな 市場をつくれ https://diamond.jp/articles/-/299593 魔法 2022-03-19 02:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 【TBSラジオ『大沢悠里のゆうゆうワイド土曜日版』に出演!】 TBS井上貴博アナ、初の冠ラジオ番組、 初の著書刊行への熱い想いを語る! - 伝わるチカラ https://diamond.jp/articles/-/299244 2022-03-19 02:05:00
北海道 北海道新聞 日ハム伊藤、リズムに乗れず4失点KO 6回112球 https://www.hokkaido-np.co.jp/article/658799/ 開幕前 2022-03-19 02:30:33

コメント

このブログの人気の投稿

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