並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 283件

新着順 人気順

Writeの検索結果201 - 240 件 / 283件

  • Open xINT CTF 2020: Easy-Onion Write-up - Qiita

    Open xINT CTF 2020のEasy-OnionのWrite-upです. 問題 Tor上のあるサイトが動いているサーバーのIPアドレスを割り出す. 考察 まずこのサイト上では,GlobaLeaksのBIANCO(?)という告発用のWebアプリケーションが動作していました. このアプリケーションはソースコードを見ると,SPAとして作成されていることがわかります. 見つけ出すのはIPアドレスなので,基本的に,本来TorからしかアクセスできないものがサーバーのグローバルIPに直接アクセスすると閲覧できるというのを考えました.そういった場合,Censysなどのクローラーが記録している可能性が高いです. そこでまずは単純にCensysで"Globaleaks"で調べてみます(ソースに含まれる文字列)と,360件ほどが出てきます.この中のページを見ていると,関係ないものも多く含まれているよう

      Open xINT CTF 2020: Easy-Onion Write-up - Qiita
    • MySQL Router 8.2.0 Read Write Splitting 機能 について

      MySQL Innovation Release 8.2.0 より、 MySQL Routerに待望の Read/Write Splitting 機能が追加されました。 類似の機能は MariaDB MaxScaleではすでに実装されていた り、 ProxySQLではユーザが設定すれば実現できた りしましたが、やっとMySQL Routerにも来たか…!という感じです。 今回はこの機能を検証してみたいと思います。 Read/Write Splitting とは Read/Write Splitting とは MySQL Router のルーティング候補の選択方法の一つです。 MySQL の従来からの非同期レプリケーションは、書込みが可能なプライマリノードが一つだけ存在し、そこからデータの複製(レプリケーション)を行うレプリカノードが複数ある、という構成になります。 レプリカノードは、負荷分

        MySQL Router 8.2.0 Read Write Splitting 機能 について
      • How to Write Shell Scripts in Node with Google's zx Library — SitePoint

        In this article, we’ll learn what Google’s zx library provides, and how we can use it to write shell scripts with Node.js. We’ll then learn how to use the features of zx by building a command-line tool that helps us bootstrap configuration for new Node.js projects. Writing Shell Scripts: the Problem Creating a shell script — a script that’s executed by a shell such as Bash or zsh — can be a great

          How to Write Shell Scripts in Node with Google's zx Library — SitePoint
        • Different Ways to Write CSS in React | CSS-Tricks

          We’re all familiar with the standard way of linking up a stylesheet to the <head> of an HTML doc, right? That’s just one of several ways we’re able to write CSS. But what does it look like to style things in a single-page application (SPA), say in a React project? Turns out there are several ways to go about styling a React application. Some overlap with traditional styling, others not so much. Bu

            Different Ways to Write CSS in React | CSS-Tricks
          • Write an embedded time-series database in Go

            Rubyとクリエイティブコーディングの輪の広がり / The Growing Circle of Ruby and Creative Coding

              Write an embedded time-series database in Go
            • 偉大な作家たちの格ゲー「Write 'n' Fight」を配信。チャールズ・ディケンズの小足でH.P.ラブクラフトをハメよう

              偉大な作家たちの格ゲー「Write 'n' Fight」を配信。チャールズ・ディケンズの小足でH.P.ラブクラフトをハメよう 編集部:楽器 AVOS’は本日(2022年8月23日),著名な実在作家をモチーフとした2D対戦格闘ゲーム「Write 'n' Fight(ライトンファイト)」を,Steamで配信した。価格は40%OFFセールで792円(定価1320円)。 本作は,世界中の古今東西の文豪たちを題材にした格闘ゲームだ。 プレイヤーは全15名のキャラクターから1人を選び,それぞれの持ち前の作家性を生かして,殴る蹴るのタイマンバトルに挑む。 こんな味の強い世界にエントリーしたのは,誰もが知る「芥川龍之介」,罪と罰といったら「フョードル・ドストエフスキー」,ロミオとジュリエットと「ウィリアム・シェイクスピア」,クトゥルフの生みの親「H.P.ラブクラフト」,彼の名を出しておけば知性的に見られる

                偉大な作家たちの格ゲー「Write 'n' Fight」を配信。チャールズ・ディケンズの小足でH.P.ラブクラフトをハメよう
              • AWS re:Invent 2022 で発表の Torn Write Prevention と Optimized Write とは - サーバーワークスエンジニアブログ

                カスタマーサクセス部 佐竹です。 本ブログでは、AWS re:Invent 2022 で発表されたアップデートである「Torn Write Prevention」と RDS における「Optimized Write」について記載します。 はじめに AWS Announces Torn Write Prevention for EC2 I4i instances, EBS, and Amazon RDS Amazon RDS Optimized Writes enables up to 2x higher write throughput at no additional cost New – Amazon RDS Optimized Reads and Optimized Writes Doublewrite Buffer Doublewrite Buffer の問題 Torn Write

                  AWS re:Invent 2022 で発表の Torn Write Prevention と Optimized Write とは - サーバーワークスエンジニアブログ
                • PHPを書く理由、PHPを書いていて良い理由 / Reasons to write PHP and why it is good to write PHP

                  PHPカンファレンス沖縄2024 https://phpcon.okinawa.jp/

                    PHPを書く理由、PHPを書いていて良い理由 / Reasons to write PHP and why it is good to write PHP
                  • Writes and Write-Nots

                    October 2024 I'm usually reluctant to make predictions about technology, but I feel fairly confident about this one: in a couple decades there won't be many people who can write. One of the strangest things you learn if you're a writer is how many people have trouble writing. Doctors know how many people have a mole they're worried about; people who are good at setting up computers know how many p

                    • How to write WASM filters for Envoy and deploy it with Istio

                      Envoy is a high performance, programmable L3/L4 and L7 proxy that many service mesh implementations, such as Istio, are based on. At the core of Envoy’s connection and traffic handling are network filters, which, once mixed into filter chains, allow the implementation of higher-order functionalities for access control, transformation, data enrichment, auditing, and so on. You can add new filters t

                        How to write WASM filters for Envoy and deploy it with Istio
                      • Kind Words (lo fi chill beats to write to) on Steam

                        A game about writing nice letters to real people. Write and receive encouraging letters in a cozy room. Trade stickers and listen to chill music. We're all in this together. Sometimes all you need are a few kind words.

                          Kind Words (lo fi chill beats to write to) on Steam
                        • B-Treeを図示するときの細かいテクニック - Write and Run

                          これは 自作DBMS Advent Calendar 2020 - Adventar の12日目の記事です。 自作 DBMS ネタというか、課題で B-Tree を書かされてる学生向けって気もしますが、いずれにせよ誰かの役に立つと信じて。 Disk-Oriented な DBMS で欠かせないデータ構造といえば B-Tree です。 で、そのデータ構造をちゃんと把握するには図示が有効なわけですが、これがまた大変というか、理解のために書いてるのに理解してないからうまく書けなくて余計混乱するという悪循環に陥りがちなわけです。 というわけでこの記事では B-Tree を図示するときの細かいテクニックをご紹介します。 (ボケーっとしながら書いたら真の B-Tree と B+Tree が混ざってしまった。適当に脳内で補完して読んでください) ノードはキーと値(ポインタ)の2階建てにする 素朴に実装す

                            B-Treeを図示するときの細かいテクニック - Write and Run
                          • Paragon Looks To Mainline Their NTFS Read-Write Driver To The Mainline Linux Kernel - Phoronix

                            Paragon Looks To Mainline Their NTFS Read-Write Driver To The Mainline Linux Kernel Written by Michael Larabel in Linux Storage on 15 August 2020 at 06:30 PM EDT. 69 Comments With the mainline NTFS driver in the Linux kernel offering read-only support for this widely-used Microsoft file-system and the more popular "ntfs-3g" driver being FUSE-based, Paragon Software is looking to mainline their rea

                              Paragon Looks To Mainline Their NTFS Read-Write Driver To The Mainline Linux Kernel - Phoronix
                            • Write a custom reusable Hook (useFetch). | Boro

                              Write a custom reusable Hook (useFetch).17.09.2020 — Development, Custom Hooks — 3 min read Today we are going to write a reusable custom hook, and build a simple application that will make use of the hook. If you don't already know hooks were a part of React from v16.8 onwards. They were essentially included as a feature to avoid using classes or class-based components. We can leverage state and

                              • GitHub - k1LoW/github-script-ruby: Write workflows scripting the GitHub API in Ruby

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - k1LoW/github-script-ruby: Write workflows scripting the GitHub API in Ruby
                                • Postwise | Write, Schedule & Grow with Twitter AI

                                  Write Viral Posts in Seconds Your personal AI ghostwriter, trained on engaging, viral content.

                                    Postwise | Write, Schedule & Grow with Twitter AI
                                  • GitHub - guycipher/k4: High-performance open-source, durable, transactional embedded storage engine designed for low-latency, and optimized read and write efficiency.

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - guycipher/k4: High-performance open-source, durable, transactional embedded storage engine designed for low-latency, and optimized read and write efficiency.
                                    • 【Rails/Heroku】「`write': No such file or directory @ rb_sysopen - tmp/pids/server.」または、用意したのにYour app does not include a heroku.yml に陥った時 - Qiita

                                      【Rails/Heroku】「`write': No such file or directory @ rb_sysopen - tmp/pids/server.」または、用意したのにYour app does not include a heroku.yml に陥った時RailsHerokupumaDocker やりたいこと GithubのRepoのmainブランチにマージされたら、Herokuにデプロイされて欲しい Docker上で動かしているので、ビルドなどもしてほしい 起こったことと対応 公式によると、heroku.ymlを用意する必要があるとのことだったので、サンプル通りに用意しました。

                                        【Rails/Heroku】「`write': No such file or directory @ rb_sysopen - tmp/pids/server.」または、用意したのにYour app does not include a heroku.yml に陥った時 - Qiita
                                      • How to write about web performance

                                        12 Sep How to write about web performance Posted September 12, 2021 by Nolan Lawson in performance, Web. Tagged: performance. 3 Comments I’ve been writing about performance for a long time. I like to think I’ve gotten pretty good at it, but sometimes I look back on my older blog posts and cringe at the mistakes I made. This post is an attempt to distill some of what I’ve learned over the years to

                                          How to write about web performance
                                        • Mobile Morgue (移動死体安置所) - WRITE, DREAM, LIVE

                                          この間家から見たきれいな夜明け 最悪のコロナ感染拡大が続くアメリカ。 ハロウィン~大統領選挙~サンクス・ギヴィング(盆と正月が合わさったような行事)と人が移動し集まったりするイベントが続いた2~3週間後にきっちりウィルスも移動し活動した結果が出てきている。この後、クリスマス、ニュー・イヤーとまたパーティー!パーティー!な季節が続くわけで、医療関係者は悪夢でしかないと思う。 これは、少し前のテキサスのエル・パソという街の記事だけど、こういう話を各地で聞く。 www.texastribune.org 病院の死体安置所がいっぱいになってしまって、クール便とか肉とかを運ぶ冷凍庫車両を調達してきて臨時安置所にして病院のそばだの墓地のそばだのに待機させているらしい。移動死体安置所・・・。地元の葬祭場も追加の冷蔵スペースを用意して待機。 軽犯罪で刑務所に服役中の受刑者さんたちが移動死体安置所のお仕事に自

                                            Mobile Morgue (移動死体安置所) - WRITE, DREAM, LIVE
                                          • Linux To Begin Tightening Up Ability To Write To CPU MSRs From User-Space - Phoronix

                                            Linux To Begin Tightening Up Ability To Write To CPU MSRs From User-Space Written by Michael Larabel in Linux Kernel on 25 June 2020 at 08:35 AM EDT. 17 Comments The Linux 5.9 kernel is slated to begin introducing new restrictions on allowing writes to CPU model specific registers (MSRs) from user-space. Via the Linux kernel x86 MSR driver, writes to arbitrary model specific registers from user-sp

                                              Linux To Begin Tightening Up Ability To Write To CPU MSRs From User-Space - Phoronix
                                            • 古井義昭『誘惑する他者:メルヴィル文学の倫理』の取扱説明書 - Write off the grid.

                                              古井義昭『誘惑する他者:メルヴィル文学の倫理』が法政大学出版局から刊行された。本エントリは、本書のおそらく最速にして、今後だれも書かないであろうタイプの、奇怪な1万字の書評である。 Amazon.co.jp 古井義昭『誘惑する他者:メルヴィル文学の倫理』 いそいで最初に言っておかなければならない——本書はハーマン・メルヴィルという19世紀のアメリカの小説家についての専門書なのだが、以下の文章は、メルヴィルにも、アメリカにも、文学研究にも関心がない読者にむけて書かれている。念頭にあるのは人文系の院生や研究者だが、もしかすると一般読者にも楽しんでもらえるかもしれない。 そもそもわたしはメルヴィルという作家について、おそらくそのへんの海外文学好きの読書家たちよりも無知である。以下は、人文系の論文の書き方を学ぶための参考書として本書を活用するための取扱説明書だ。 本稿が注目するのは、本書の内容より

                                                古井義昭『誘惑する他者:メルヴィル文学の倫理』の取扱説明書 - Write off the grid.
                                              • How To Write Reviews | Google Search Central  |  Documentation  |  Google for Developers

                                                SEO fundamentals Introduction Search Essentials SEO Starter Guide How Google Search Works Do you need an SEO? Crawling and indexing Sitemaps robots.txt Meta tags Crawler management Removals Canonicalization Redirects JavaScript SEO Ranking and search appearance Visual Elements gallery Title links Snippets Images Videos Structured data Favicons Site-specific guides Ecommerce International and multi

                                                  How To Write Reviews | Google Search Central  |  Documentation  |  Google for Developers
                                                • GitHub - abhijithvijayan/web-extension-starter: 🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    GitHub - abhijithvijayan/web-extension-starter: 🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
                                                  • RecoilでWrite系処理の設計パターンを考える

                                                    もうWrite系処理はZustandでよくない? 以下のスクラップにも書いたようにRead系とWrite系は本質的に関心事は異なっている。 Redux, ZustandのようなFluxインスパイア系なライブラリはGET系のリクエストも更新系で扱う。 これは思想の問題であり、善し悪しで図れるものではないところ。 どちらかというと利用者が受け入れるか受け入れないかの問題。 ただしReact Concurrentのセマンティックと衝突するというのは認識しておいたほうがいいかもしれない。[1] RecoilのSelectorはRead系にもなれるし、Write系にもなれる。 どのように扱うかは利用者に委ねられているため、Recoilのデータ設計においてはSelectorをどの抽象度で扱うかというのがキーとなる。 一度立ち返ってRead系とWrite系の関心事を整理する。 以下で想定しているアプリケ

                                                      RecoilでWrite系処理の設計パターンを考える
                                                    • アメリカ人のタイタニック・オブセッション - WRITE, DREAM, LIVE

                                                      先週一週間、アメリカのニュースは海底に沈んだタイタニックを観に行く潜水艇が行方不明になったニュースで盛り上がりに盛り上がった。確か6月18日の日曜日に、潜水艇が連絡を絶ったという一報が報道され、それ以降はもう・・・ 「酸素が持つのは木曜午前中まで! 残された時間は〇〇時間!時間との闘い!」 「乗っていた客は大金持ち3人とその息子、操縦士はその潜水艇観光の会社の社長!!」 「客は一人あたり(日本円にして約)2500万円の費用を払っていた!!」 「フランス、カナダ、アメリカの国際チームが国際水域を捜索中!!」 「8時間を切った!!」 「海中から何かを激しく殴打するノイズを検出、その付近を集中捜索!!」 五人の人間が潜水艇に閉じ込められ、薄れゆく酸素の中、出してくれ助けてくれと潜水艇の壁を叩き、それを救いに行く精鋭中の精鋭のヒーロー!! うまくいったら映画化確実だな!! ・・・まるでそんな報道が

                                                        アメリカ人のタイタニック・オブセッション - WRITE, DREAM, LIVE
                                                      • pythonでテキストファイルに書き込みするならwrite使うよりprint使う方が簡単だよ。 - Qiita

                                                        Pythonでテキストファイルに書き込み 今日は、Pythonを書く人なら誰でも知っていると思われる、テキストファイルの書き込みについての小ネタ。 なぜか、「python、ファイル、書き込み」とかでググると、以下のような感じの説明をしてるウェブサイトばかりが出てくる。 open関数で書き込みモード("w")のファイルオブジェクト(_io.TextIOWrapper)を作成して、 writeかwritelinesで書き込む!!!!!!!!! 確かに、これが最も基本的な書き方であることは間違いないが、正直なところwrite関数での書き込みは面倒くさいし意外と難しい。なんと言っても、書き込み内容を文字列(str)型に整形する必要がある。テーブル形式で書き出したいときなんて、区切り文字までつけないとならないし発狂ものである。(標準のcsvモジュールとかpandasとかnumpyのcsv出力の機能を

                                                          pythonでテキストファイルに書き込みするならwrite使うよりprint使う方が簡単だよ。 - Qiita
                                                        • GitHub - vim-denops/denops.vim: 🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - vim-denops/denops.vim: 🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
                                                          • 【JavaScript】非推奨の「document.write()」の代替方法

                                                            これ。 つい先日まで知らなかったんですが。 JavaScriptの「document.write()」を使うのは現在はNGとされているようですね。 W3CではHTML5でのdocument.write()の使用を非推奨としています。 またGoogleの PageSpeed Insights でも、document.write()を使っていると警告が表示されます。 具体的には、ウェブサイト読み込み時のローディング処理のために、下記のようなコードを<head>〜</head>内に記述していました。 <head> <script> document.open(); document.write('<link rel="stylesheet" href="style.css">'); document.close(); </script> </head> 複数のサイトで似たようなコードを使用してし

                                                              【JavaScript】非推奨の「document.write()」の代替方法
                                                            • Write Custom Hooks in React - Marques Woodson's Technical Blog

                                                              Hooks are a relatively new way (React v16.8.x and up) to add state and lifecycle to functional components. Before hooks, you needed to use a class to have these same features. However, using classes in Javascript has its own set of issues: Some new devs might not have an OO background What’s this for again? private vs public vs static??? More complicated to share functionality Transpilers will con

                                                              • GitHub - deislabs/wagi: Write HTTP handlers in WebAssembly with a minimal amount of work

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - deislabs/wagi: Write HTTP handlers in WebAssembly with a minimal amount of work
                                                                • GitHub - dtolnay/proc-macro-workshop: Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]

                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                    GitHub - dtolnay/proc-macro-workshop: Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]
                                                                  • How to write a tree-sitter grammar in an afternoon

                                                                    This article was discussed on Hacker News. Every passing decade, it seems as if the task of implementing a new programming language becomes easier. Parser generators take the pain out of parsing, and can give us informative error messages. Expressive type systems in the host language let us pattern-match over a recursive syntax tree with ease, letting us know if we’ve forgotten a case. Property-ba

                                                                    • write-blog-every-week から学ぶ、目的と継続の大切さ - よしたく blog

                                                                      この記事は、write-blog-every-week Advent Calendar 2019の4日目の記事です。 adventar.org 自分はwrite-blog-every-weekと言う「週一でブログを書くコミュニティ」を運営している。よく勘違いされるのだが、このコミュニティを作ったのは自分ではなくKojirockさんで、自分は2番目に入ったこともあり同じく初期メンバー数人と共に運営管理の立場でやらせてもらっている。むしろ運営管理に自分自身も関われているのが嬉しいし、賑やかすことが自分の中で得意だとも思っているので楽しくやれている。 yoshitaku-jp.hatenablog.com そんなコミュニティも立ち上がってから1年が経ち、特に問題もなくやってきた(自分の知らないところで問題があったり、感じてたらすみません)。自分自身も無事にブログ更新が100週を超え、記事数も10

                                                                        write-blog-every-week から学ぶ、目的と継続の大切さ - よしたく blog
                                                                      • 抗精神病薬「エビリファイ(アリピプラゾール)」を息子が飲んだ体験記 - WRITE, DREAM, LIVE

                                                                        「私は何者かに拉致誘拐された。 常に目隠しされ、手錠され、あちこち連れ回される。 必死に場所や状況を理解しようとするが、何が起こっているのかさっぱりわからない。 やつらの話している言語も、まったく未知の言語で意味をなさない。 やつらが何か私にひどいことをしようとしている感じがする。 不安だ。とにかく恐ろしい。怒りも感じる。 なぜ私をこんな目にあわせるのだ! 私は、絶対にやつらの思い通りにはならない。絶対に。」 上記は、私が想像する息子の内面です。 私の息子は重度の自閉症で、もう12歳になるのに1歳くらいのコミュニケーション能力しかないので、実際のところは本人にしかわかりませんが、おそらく上記のような感じだと思います。 10歳くらいまでは、ぼんやりとおとなしく、人に手をあげるなんて考えられない子だったのだけど、ここ一年くらいは常に不機嫌で怒ってる感じ。自傷・他害行為もひどく、手がつけられない

                                                                          抗精神病薬「エビリファイ(アリピプラゾール)」を息子が飲んだ体験記 - WRITE, DREAM, LIVE
                                                                        • Lisp in 99 lines of C and how to write one yourself [pdf] | Hacker News

                                                                          In a similar line as the posted project TinyLisp, I'd like to mention uLisp.Lisp for microcontrollers - Arduino, Adafruit M0/M4, Micro:bit, ESP8266/32, RISC-V, and Teensy 4.x boards - http://www.ulisp.com/ In particular, its smallest variant (~800 LoC). > uLisp Zero is a pared-down version of uLisp, capable of running in 8 Kbytes of program memory with 1 Kbyte of RAM https://github.com/technoblogy

                                                                          • (Ab)using Rust traits to write silly things

                                                                            Recently I’ve found some cursed Rust code and decided to make a little joke/question on twitter. In the tweet I’ve presented some unusual code and asked “how could it compile?”. The solution was found quite fast by @Veykril (kudos to them!) and in this post I want to explain it in detail. The joke/question⌗ So in the tweet I’ve presented the following code: fn main() { for x in lib::iter::<u32> {

                                                                              (Ab)using Rust traits to write silly things
                                                                            • Guide on how to write documentation for a Rust crate

                                                                              I have received (a lot of) requests about writing a guide on how to write documentation in Rust lately. I'm quite happy that people finally gets interested into this area so let's not let it rest and let's go! Basics Before explaining how to write nice documentation and everything, we need to cover the basics on how to actually write documentation with Rust. First thing to note, you can generate i

                                                                              • 無限のアイデア出しツール、ホワイトボードノート「Write White」は細部まで隙なしの完成度 | GetNavi web ゲットナビ

                                                                                ノートといえば、書いたらあとで見返す“ストック”型のツール。一方、アイデア出しや思考を整理する際など、書いたり消したりを自在に繰り返せるホワイトボードの機能を、ノートタイプに落とし込んだ「ノート型ホワイトボード」が近年注目されており、「NUboard」や「バタフライボード」「ノーツ・ホワイト」など、選択肢が増えています。 会議やブレストなど複数のメンバーが集って使うホワイトボードなら、参加者が同時に確認できるサイズが便利ですが、思考を整理するなど自分ひとりでのブレストには、持ち運びも容易なノート程度のコンパクトサイズで十分。さらに、まさにノートとして綴じられていれば、ページを繰っても使える上、広げればサイズアップもできて重宝しますよね。 2020年11月に、新たなノート型ホワイトボードが発売されたので紹介しましょう。 学研ステイフル ホワイトボードノート「Write White(ライトホワ

                                                                                  無限のアイデア出しツール、ホワイトボードノート「Write White」は細部まで隙なしの完成度 | GetNavi web ゲットナビ
                                                                                • OpenInfra Foundation: We build communities who write software that runs in production

                                                                                  We are a non-profit organization providing a neutral, open environment for organizations, developers, and users to build open source infrastructure software together.

                                                                                    OpenInfra Foundation: We build communities who write software that runs in production