並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 62件

新着順 人気順

screencastの検索結果1 - 40 件 / 62件

  • VS Code の画面を共有するときはキー入力が見える「スクリーンキャストモード」を有効にしてみよう | DevelopersIO

    VS Code の「スクリーンキャストモード」使ってますか? スクリーンキャストモードとは 百聞は一見に如かず。 お分かりでしょうか。どのキーを入力したのかが一目瞭然です。マウスもクリック時には赤丸が表示されるのでどこをクリックしたかが分かりやすくなっています。(マウス押下時の黄色はスクリーンキャプチャソフトが付与したものです) スクリーンキャストモードは VS Code 1.31 January 2019 で搭載された機能ですが、意外と知らない人も多く、私自身この機能の名前がパッと出てこないこともあったので今回改めて紹介してみました。 https://code.visualstudio.com/updates/v1_31#_screencast-mode スクリーンキャストモードを有効にする デフォルトではショートカットキーは割り当てられていません。コマンドパレットから Develope

      VS Code の画面を共有するときはキー入力が見える「スクリーンキャストモード」を有効にしてみよう | DevelopersIO
    • 知的・技術的進歩のスピードを限界まで加速するノートアプリ『Heptabase』 - Qiita

      Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? はじめに 1年半ほどObsidianというノートアプリを使い、Qiitaにも記事を3つほど公開をしていました。 効率的に成長するためのデジタルノート術(Obsidian x Zettelkasten(LYT Framework)) コーディングのようにノートを取る技術 がんばらないObsidianノート術 確かにNotionやEvernoteとは違う感覚のノートアプリであり、双方向リンクを利用したグラフで繋げていくノートに当時は感動を覚えました。 その反面、Obsidianを百パーセント有効に活用できていたかと聞かれると「はい」と答える

        知的・技術的進歩のスピードを限界まで加速するノートアプリ『Heptabase』 - Qiita
      • CSSのユーティリティクラスと「関心の分離」——いかにしてユーティリティファーストにたどり着いたか(翻訳) - yuhei blog

        Tailwind CSS作者のAdam Wathan氏による「CSS Utility Classes and "Separation of Concerns"」の日本語訳です。翻訳に当たって原著者の許諾を得ています。 2021年10月29日に全文再翻訳しました。 この数年の間で、私のCSSの書き方は、非常に「セマンティック」なアプローチから「ファクショナルCSS」と呼ばれるものに変わりました。 この書き方でCSSを書くと、多くの開発者からかなりの反感を買うことがあります。そのため、私がいかにしてここまでたどり着いたかを説明することで、その過程で得た教訓や洞察について共有したいと思います。 第1段階 「セマンティック」なCSS よいCSSのためのベストプラクティスとして、耳にするであろうことのひとつは「関心の分離」です。 考え方としては、HTMLにはコンテンツについての知識のみを含めるべきで

          CSSのユーティリティクラスと「関心の分離」——いかにしてユーティリティファーストにたどり着いたか(翻訳) - yuhei blog
        • 速報: Basecampがリリースした「Hotwire」の概要|TechRacho by BPS株式会社

          12/23の朝方、DHHが以下のツイートを発信しました。 Hotwire aka NEW MAGIC is finally here: An alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. This includes our brand-new Turbo framework and pairs with Stimulus 2.0 😍🎉🥂 https://t.co/Pa4EG8Av5E — DHH (@dhh) December 22, 2020 取りあえず様子を知りたかったのでDHHのツイートを追ってみました。お気づきの点がありましたら@hachi8833までお知ら

            速報: Basecampがリリースした「Hotwire」の概要|TechRacho by BPS株式会社
          • 作業配信の動画などでキーボードとマウス操作を可視化できるツール (ゲームなどにも)|横野まあさ

            キーボードとマウス操作が重要となる作業を動画やライブで人に見せたいときに、それらの視覚化をしたいと思うことがあります。 まず3DCGソフト Blender 作業配信の用途に最適だと思ったツールを1つ紹介し、そのあと、同種のツールのリンク集を載せます。 Screencast Keys https://github.com/nutti/Screencast-Keys ある方の Blender 作業動画に、こちらの Screencast Keys が使われており、マウス+キーコードの表示のみ、かつ白と背景色の2色のみだったので、あまり見ていて疲れなさそうなシンプル設計に惹かれました。 私のほうで撮影したスクリーンショットを載せます。 Blender アドオンとして設定画面からインストールし、利用します。こちらは Blender 専用のアドオンになりますので、Blender 以外の場面では利用でき

              作業配信の動画などでキーボードとマウス操作を可視化できるツール (ゲームなどにも)|横野まあさ
            • Visual Studio Code May 2020

              Version 1.93 is now available! Read about the new features and fixes from August. May 2020 (version 1.46) Update 1.46.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the May 2020 release of Visual Studio Code. Accessibility improvements - Status bar navigation, easier keyboard text selection. Flexible view and panel layout -

                Visual Studio Code May 2020
              • A visual debugger for Jupyter

                Most of the progress made in software projects comes from incrementalism. The ability to quickly see the outcome of an execution and iterate has been one of the main reasons for the success of Jupyter, especially in scientific exploratory workflows. Jupyter users like to experiment in the notebook, and to use the notebook as an interactive communication tool. However, for more classical software d

                  A visual debugger for Jupyter
                • Why GitHub Actually Won

                  A few days ago, a video produced by @t3dotgg was posted to his very popular YouTube channel where he reviews an article written by the Graphite team titled “How GitHub replaced SourceForge as the dominant code hosting platform”. Theo’s title was a little more succinct, “Why GitHub Won”. Being a cofounder of GitHub, I found Greg’s article and Theo’s subsequent commentary fun, but figured that it mi

                    Why GitHub Actually Won
                  • Lambda Calculus in 383 Bytes

                    The Lambda Calculus is a programming language with a single keyword. It's the Turing tarpit discovered by Turing's doctoral advisor. This blog post introduces a brand new 383 byte implementation of binary lambda calculus as an x86-64 Linux ELF executable. Friendly portable C code and prebuilt APE binaries are provided for other platforms too. SectorLambda implements a Church-Krivine-Tromp virtual

                    • Ridiculous vulnerability disclosure process with CrowdStrike Falcon Sensor | mod%log

                      Ridiculous vulnerability disclosure process with CrowdStrike Falcon Sensor Today, we publish a new advisory for a vulnerability in the CrowdStrike Falcon Sensor, that was found by our team-mate Pascal Zenker as part of a recent red-teaming engagement. The vulnerability is a case of insufficient control flow management, that allows an attacker with administrative privileges to bypass the Falcon Age

                      • Rethinking Serverless with FLAME

                        Rethinking Serverless with FLAME Author Name Chris McCord @chris_mccord @chris_mccord Imagine if you could auto scale simply by wrapping any existing app code in a function and have that block of code run in a temporary copy of your app. The pursuit of elastic, auto-scaling applications has taken us to silly places. Serverless/FaaS had a couple things going for it. Elastic Scale™ is hard. It’s eve

                          Rethinking Serverless with FLAME
                        • Gopls on by default in the VS Code Go extension - The Go Programming Language

                          (gopls provides IDE features, such as intelligent autocompletion, signature help, refactoring, and workspace symbol search.) When Go modules were released two years ago, they completely changed the landscape of Go developer tooling. Tools like goimports and godef previously depended on the fact that code was stored in your $GOPATH. When the Go team began rewriting these tools to work with modules,

                            Gopls on by default in the VS Code Go extension - The Go Programming Language
                          • Dashboards as code: A new approach to visualizing AWS APIs | Amazon Web Services

                            AWS Open Source Blog Dashboards as code: A new approach to visualizing AWS APIs You manage your infrastructure with code, why not manage your dashboards the same way? With Steampipe’s dashboards-as-code approach you write HCL to define dashboard widgets, and you write SQL to fill them with data extracted from APIs. Here are some common questions about your AWS resources: How many resources do I ha

                              Dashboards as code: A new approach to visualizing AWS APIs | Amazon Web Services
                            • Developer Tools secrets that shouldn’t be secrets | Christian Heilmann

                              Update: As this is blowing up on Hackernews I added information to each of the tips in which environment they are supported in parenthesis after each heading. When I state “Chromium browsers”, this refers to all browsers that use the Chromium core and also feature all the Developer Tools. This is Chrome, Microsoft Edge, Brave and many more. As a reminder: Microsoft Edge is the browser that comes w

                              • Turbo: The speed of a single-page web application without having to write any JavaScript.

                                The speed of a single-page web application without having to write any JavaScript. Current version: 8.0.5 — released Jul 19, 2024 Turbo uses complementary techniques to dramatically reduce the amount of custom JavaScript that most web applications will need to write: Turbo Drive accelerates links and form submissions by negating the need for full page reloads. Turbo Frames decompose pages into ind

                                • 週刊Railsウォッチ: GitLabがRailsにこだわる理由、Rails7アップグレードのハマりどころほか(20220620前編)|TechRacho by BPS株式会社

                                  こんにちは、hachi8833です。 インボイス制度の施行のために、年商一千万円を超える全ての法人の所在地、個人事業主の屋号と氏名が、csv で全面的に公開されることになりました。 Web APIで名前の一部だけ返す仕様で良かったはずなのに、国内の全事業者リストを公開するとはね。 https://t.co/bDR77U5ZBZ — 藤井 太洋, Taiyo Fujii (@t_trace) June 14, 2022 つっつきボイス:「年商一千万円を超える全ての法人と個人事業主が対象、マジで?」「年商は売上のことですね」「あくまで登録リストが公開されるだけで額までは公開されていませんけど」「そういえば高額納税者リストは廃止されてましたね↓」「公開する理由がよくわからないな〜」「APIで個別に公開しても一気にリストを取得する人はいそうですけどね」 参考: 高額納税者公示制度 - Wikipe

                                    週刊Railsウォッチ: GitLabがRailsにこだわる理由、Rails7アップグレードのハマりどころほか(20220620前編)|TechRacho by BPS株式会社
                                  • The Complete Guide to Rails Performance読書会をしました - メドピア開発者ブログ

                                    こんにちは。メドピアのお手伝いをしています@willnetです。最近車を買いました。これまでペーパードライバーだったので自信を持って運転できるように運転の練習を頑張っています。 今日は社内読書分科会で読んだThe Complete Guide to Rails Performanceという本の話を書きたいと思います。社内読書分科会って何?という人はこちらのエントリを参考にしてください。 tech.medpeer.co.jp The Complete Guide to Rails Performanceとは タイトルの通り、Railsアプリケーションのパフォーマンスを向上させるための知識やテクニックについて書かれている書籍です。書いている人は Nate Berkopecさんで、パフォーマンスに関するコンサルやワークショップをしているようです。パフォーマンスに関するメールマガジン*1の発行もし

                                      The Complete Guide to Rails Performance読書会をしました - メドピア開発者ブログ
                                    • Hotwireでリアルタイムなチャットを作る - Qiita

                                      はじめに 12/23にRuby on Railsの生みの親:DHH氏がHotwireという新しいgemについて言及され、それが話題になっているようだったので試してみた記事です。 Also cross-posted the screencast from the Hotwire to YT. That fucking thing nearly killed me. Hours and hours of work to get this just like I wanted it. But it's a clean 10 minutes on the main tech, then another 3 on showing it in real life. ACTION! 😄 https://t.co/0MWpEPnSzx — DHH (@dhh) December 22, 2020 本記事

                                        Hotwireでリアルタイムなチャットを作る - Qiita
                                      • Unix ASCII games

                                        Unix ASCII games View the Project on GitHub ligurio/awesome-ttygames Unix ASCII games Feel free to submit pull requests to add new games and improve information about those already in the database. How to contribute Check games.yaml out. All information is inside, and you should more or less understand what’s going on by reading it. Sorting is alphabetical. Simplest way to contribute: edit games.y

                                        • GIMP - Development version: GIMP 2.99.12 Released

                                          GIMP 2.99.12 is a huge milestone towards GIMP 3.0. Many of the missing pieces are getting together, even though it is still a work in progress. As usual, issues are expected and in particular in this release which got important updates in major areas, such as canvas interaction code, scripts, but also theming… “CMYK space invasion”, by Jehan (based on GPLv3 code screencast), Creative Commons by-sa

                                            GIMP - Development version: GIMP 2.99.12 Released
                                          • RailsCasts Retrospective Part 1: The Fuel

                                            Sixteen years ago to the day, I started RailsCasts, a screencast series teaching web development using Ruby on Rails. It began with free weekly episodes and eventually grew to make over $1M a year, but it wasn't sustainable. This is the first of a three-part series where I share what happened to RailsCasts. An Aging App In 2005 the PHP app I was developing started to show its age. Any change to th

                                              RailsCasts Retrospective Part 1: The Fuel
                                            • 週刊Railsウォッチ(20200225前編)RubyのShellwordsライブラリは知っておくべき、VCRはやはり有能、copを自作、Hix on Rails記事ほか|TechRacho by BPS株式会社

                                              2020.02.25 週刊Railsウォッチ(20200225前編)RubyのShellwordsライブラリは知っておくべき、VCRはやはり有能、copを自作、Hix on Rails記事ほか こんにちは、hachi8833です。次回の技術書典は残念ながら中止になりました。型システム祭りも延期だそうです。 【#技術書典 8 開催中止のお知らせ】 誠に残念ですが、先週末の新型コロナウイルス感染症に関わる状況の急激な変化を鑑み、2月29日(土)、3月1日(日) に予定しておりました技術書典8の中止、およびオンライン開催「技術書典 応援祭」への変更をお知らせいたします。https://t.co/MXWhI4DPFm — 技術書典 公式アカウント (@techbookfest) February 17, 2020 イベント: 型システム祭り - connpass -- 延期 つっつきボイス:「今日

                                                週刊Railsウォッチ(20200225前編)RubyのShellwordsライブラリは知っておくべき、VCRはやはり有能、copを自作、Hix on Rails記事ほか|TechRacho by BPS株式会社
                                              • 週刊Railsウォッチ(20210601後編)Python使いから見たRuby、MySQLのインデックス解説、GitHubが採用したOpenTelemetryほか|TechRacho by BPS株式会社

                                                週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙇 TechRachoではRubyやRailsなどの最新情報記事を平日に公開しています。TechRacho記事をいち早くお読みになりたい方はTwitterにて@techrachoのフォローをお願いします。また、タグやカテゴリごとにRSSフィードを購読することもできます(例:週刊Railsウォッチタグ) 🔗Ruby 🔗 書籍『Webで使えるmrubyシステムプログラミング入門』 つっつきボイス:「前回の銀座Rails#33でこの本の著者がmrubyのプレゼ

                                                  週刊Railsウォッチ(20210601後編)Python使いから見たRuby、MySQLのインデックス解説、GitHubが採用したOpenTelemetryほか|TechRacho by BPS株式会社
                                                • Visual Studio Code August 2020

                                                  August 2020 (version 1.49) Update 1.49.1: The update addresses these issues. Update 1.49.2: The update addresses these issues. Update 1.49.3: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the August 2020 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key hi

                                                    Visual Studio Code August 2020
                                                  • Blinkenlights

                                                    Blinkenlights is a command line debugger that focuses on visualizing how software changes memory. It's able to emulate statically linked i8086 and x86_64-pc-linux-gnu programs on the Linux, Mac, Windows, FreeBSD, NetBSD, and OpenBSD platforms. Computers once had operator panels that provided an intimate overview of the machine's internal state at any given moment. The blinking lights would communi

                                                    • Visual Studio Code January 2023

                                                      Version 1.92 is now available! Read about the new features and fixes from July. January 2023 (version 1.75) Update 1.75.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the January 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlig

                                                        Visual Studio Code January 2023
                                                      • Rails: 認証gem 'Rodauth'を統合するrodauth-railsを開発しました(翻訳)|TechRacho by BPS株式会社

                                                        概要 原著者の許諾を得て翻訳・公開いたします。 英語記事: What It Took to Build a Rails Integration for Rodauth | Janko's Blog 原文公開日: 2022/10/12 原著者: Janko Marohnić 日本語タイトルは内容に即したものにしました。 参考: 週刊Railsウォッチ20221025 RodauthをRailsと統合するのに必要だったこと 以下のrodauth-rails READMEもどうぞ。 Rails: 認証gem ‘rodauth-rails’ README(翻訳) Rodauthが登場した当時の既存のソリューションは、Rails(DeviseやSorceryの場合)か少なくともActive Record(Authlogicの場合)が必要だったので、ついにRailsに縛られないフル機能の認証フレームワ

                                                          Rails: 認証gem 'Rodauth'を統合するrodauth-railsを開発しました(翻訳)|TechRacho by BPS株式会社
                                                        • #10 David Heinemeier Hansson Interview (Ruby on Rails, Basecamp & HEY) | The Craft of Open Source Podcast - Craft of Open Source Podcast | Flagsmith

                                                          Check out our open-source Feature Flagging system - Flagsmith on Github! I'd appreciate your feedback ❤️ Episode OverviewOn this episode of The Craft of Open Source, I was able to interview one of the most influential characters of the open source community, David Heinemeier Hansson. David's work has been well chronicled over the last few years and his recent spats with Apple have been nothing sho

                                                            #10 David Heinemeier Hansson Interview (Ruby on Rails, Basecamp & HEY) | The Craft of Open Source Podcast - Craft of Open Source Podcast | Flagsmith
                                                          • WordPress:Gutenbergのデフォルトブロックを非表示にする方法(Ver 5.8対応) - NxWorld

                                                            以前Gutenbergのデフォルトブロックを非表示にする方法について紹介したことがありますが、その後バージョンアップによってフック変更(allowed_block_types() → allowed_block_types_all())・新ブロック追加・ブロックスラッグの変更・方法によっては一部ブロックの表示制御ができなくなるなど何かと変更がありました。 新ブロックや埋め込みブロック関連などまだ内容を把握しきれてなかったり不明点も多いんですが、現状の最新版であるVer 5.8対応版の備忘録として分かる範囲で再度まとめました。 はじめに 以下では必要ブロックを指定するホワイトリスト形式と逆に不要ブロックを指定するブラックリスト形式の2パターンを紹介しており、それぞれをPHPのみで実装する方法とJavaScriptも用いて実装する方法とで同じく2パターン紹介しています。 ただ、以前は可能だった

                                                              WordPress:Gutenbergのデフォルトブロックを非表示にする方法(Ver 5.8対応) - NxWorld
                                                            • USB接続したAndroid端末内のページをPCのDevToolsでデバッグする(なおRemote Devicesパネルはなくなりました)(ひとり DevTools Advent Calendar 2020 – 03日目) | Ginpen.com

                                                              3 日目の記事です。 DevToolsおれおれAdvent Calendar 2020やります。ひとりで。 最近は DevTools のエミュレート機能も強くなってはきましたが、まだまだ実機で確認する必要性は高いことと思います。PC と Android 端末を繋げて、端末内のウェブページを DevTools でデバッグできます。 DevTools で Android 内のページを開いた様子。画面も表示され、実機のものと連動する。 Android で開いているページをデバッグする 以下の手順で行います。 Android 側でデバッグ機能を許可する(初回) 端末を接続 対象を選択してデバッグを開始 Android 側でデバッグ機能を許可する(初回) 最初に 1 度だけ必要。 開発者モードを設定 Android 端末の設定で「ビルド番号」を表示 Android OS のバージョンによって場所が違

                                                                USB接続したAndroid端末内のページをPCのDevToolsでデバッグする(なおRemote Devicesパネルはなくなりました)(ひとり DevTools Advent Calendar 2020 – 03日目) | Ginpen.com
                                                              • Infinite Mac: An Instant-Booting Quadra in Your Browser

                                                                tl;dr I’ve extended James Friend’s in-browser Basilisk II port to create a full-featured classic 68K Mac in your browser. You can see it in action at system7.app or macos8.app. For a taste, see also this screencast: Backstory It’s a golden age of emulation. Between increasing CPU power, WebAssembly, and retrocomputing being so popular The New York Times is covering it, it’s never been easier to re

                                                                  Infinite Mac: An Instant-Booting Quadra in Your Browser
                                                                • j5create、4K映像をワイヤレス転送できるHDMIレシーバー

                                                                  j5createは12月16日、ノートPCやスマートフォンなどの映像を無線でミラーリング出力できる「ScreenCast 4K ワイヤレスHDMIドングルレシーバー JVAW76」を発表、12月24日に発売する。価格は9980円(税込み)。 HDMI入力を備えたテレビなどに映像をワイヤレスで出力可能なレシーバーで、AirPlay/Miracast/Google Castなどの各種無線ディスプレイ伝送技術に対応。端末OSによる内蔵投影機能を用いたミラーリング出力を行うことができる。 表示解像度は最大4Kまでの解像度をサポート(HDCPは非サポート)。対応OSはWindows 8.1/10、macOS 10.15以降、Android 4.0以降、iOS 10.0以降、iPados 13以降、Chrome OSだ。

                                                                    j5create、4K映像をワイヤレス転送できるHDMIレシーバー
                                                                  • puppeteerを使ったE2Eテストでも動画を撮ってみる - Tech Inside Drecom

                                                                    これは ドリコム Advent Calendar 2020 の7日目です。 tl;dr CDPのscreencastFrameで動画を撮ってみるサンプル puppeteer[“Page”][“screenshot”]で動画撮るのはパフォーマンスに難がありそう 対象読者 puppeteerを使っていて(使ってみたくて)、動画を撮りたい人 puppeteerでE2Eテストを行っていて(行いたくて)、デバッグの手段を増やしたい人 本記事で扱うソフトウェア puppeteer: https://github.com/puppeteer/puppeteer Chrome(Chromium)を操作するAPIを提供するNode.jsライブラリです、devtools相当のことができます 今回は、v5.5.0を使用します node.js: https://nodejs.org/ ブラウザー外で動くJavaS

                                                                      puppeteerを使ったE2Eテストでも動画を撮ってみる - Tech Inside Drecom
                                                                    • Plan 9 Desktop Guide

                                                                      PLAN 9 DESKTOP GUIDE INDEX What is Plan 9? Limitations and Workarounds Connecting to Other Systems VNC RDP SSH 9P Other methods Porting Applications Emulating other Operating Systems Virtualizing other Operating Systems Basics Window Management Copy Pasting Essential Programs Manipulating Text in the Terminal Acme - The Do It All Application Multiple Workspaces Tiling Windows Plumbing System Admin

                                                                      • Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5 | Phoenix Framework

                                                                        Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5 Posted on April 22nd, 2020 by Chris McCord Phoenix v1.5 has been released with LiveView integration. This release makes it easier than ever to build interactive, real-time applications. We put together a quick screencast to show just how much you can accomplish in 15 minutes with LiveView: Outside of Phoenix LiveView integ

                                                                        • One Hundred Rust Binaries

                                                                          I recently completed a #100binaries series on Twitter wherein I shared one open-source Rust tool or application each day, for one hundred days (Jul—Nov 2020). This post lists binaries 1–50. See page 2 for binaries 51–100. All images and videos without an explicit source were created by me for the series. Most picture the Alacritty terminal emulator running on Linux. I use the PragmataPro font and

                                                                          • WordPress:Gutenbergでデフォルト表示されているブロックをブラックリスト形式で非表示にする方法 - NxWorld

                                                                            July 24, 2021 追記 バージョンアップによってフック変更・新ブロック追加・ブロックスラッグの変更などあったために、ここで紹介している内容をそのまま利用できない部分があります。 Ver 5.8以降でのブロック表示制御については、「WordPress:Gutenbergのデフォルトブロックを非表示にする方法(Ver 5.8対応)」を参考にしてください。 以前このブログで紹介した「WordPress:Gutenbergでデフォルト表示されているブロックを非表示にする方法」は、使いたいブロックを指定するホワイトリスト形式でしたが、逆に使いたくないブロックを指定するブラックリスト形式でブロックを非表示にする方法です。 ホワイトリスト形式での指定はPHPを利用しましたがブラックリスト形式の場合はJavaScriptを利用し、それぞれ下記のように指定することで対象ブロックを非表示にできます。

                                                                              WordPress:Gutenbergでデフォルト表示されているブロックをブラックリスト形式で非表示にする方法 - NxWorld
                                                                            • PipeWire - ArchWiki

                                                                              PipeWire は新しい低レベルマルチメディアフレームワークです。 映像と音声を最小の遅延で再生/キャプチャすることを目的としていて、PulseAudio、JACK、ALSA、GStreamer をベースとしたアプリケーションと互換性があります。 このフレームワークのデーモンは (PulseAudio と JACK の機能を持った) オーディオサーバーとしても、ビデオキャプチャサーバーとしても設定できます。 また PipeWire は Flatpak のようなコンテナをサポートしており、audio や video ユーザーグループに依存するのではなく、Flatpak や Wayland にスクリーンや音声を録音する許可を求める Polkit のようなセキュリティモデルを使用しています。 インストール 公式リポジトリから pipewire パッケージを インストール してください。mult

                                                                              • redbean 2.0 release notes

                                                                                redbean is a webserver in a zip executable that runs on six operating systems. The basic idea is if you want to build a web app that runs anywhere, then you download the redbean.com file, put your .html and .lua files inside it using the zip command, and then you've got a hermetic app you can deploy and share. I introduced this web server about a year ago on Hacker News, where it became the third

                                                                                • Super safe bash history

                                                                                  A catastrophe is just a few keystrokes away between that Ctrl-r and Returnon shell. IntroIf you are like me, someone who spends a lot of time on the terminal, often ssh’d into a remote server, you start appreciating the power of scrolling through your bash history via Ctrl-r. It saves a ton of time from typing commonly used commands, quite the life saver. A few years back though, this nifty workfl

                                                                                    Super safe bash history