これまで、当社のサーバーがインターネットからコンテンツを取得する方法について取り上げてこなかった。本記事ではこのことを取り上げる。インターネットからデータを取得するために使用されるCloudflare IP アドレスを管理する方法について。エグレスネットワーク設計がどのように進化したかについて。利用可能な IP スペースを最大限に活用するために最適化した方法について。 ソフトエニーキャストテクノロジーについて
GitHub - orlp/glidesort: A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.
A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm. - GitHub - orlp/glidesort: A Rust implementation of Glidesort, my stable adaptive quicksort/mer...
GitHub - TunnlTo/desktop-app: TunnlTo is a lightweight, fast, Windows WireGuard VPN client built for split tunneling.
TunnlTo is a lightweight, fast, Windows WireGuard VPN client built for split tunneling. - GitHub - TunnlTo/desktop-app: TunnlTo is a lightweight, fast, Windows WireGuard VPN client built for split ...
これはなに? 昨年末にOpenAIがリリースしたチャット型AIの「ChatGPT」と一緒にデザインしていくプロセスで、実際にどんなことができるか?を実験してみたnoteです。 ChatGPT: Optimizing Language Models for Dialogue We’ve trained a model called ChatGPT which interacts in a con openai.com 前提と注意点 🚨 まずこのnoteの趣旨は「これらが実用的にデザイン制作に使える!」といったものではありません。 どちらかというと遊び
A comprehensive look at the state of WebAssembly in 2022 and 2023, exploring its recent advancements, challenges, and future prospects. From a review of what happened in 2022 to predictions for 2023, this article offers valuable insights into the current and future state of this rapidly evolving technology
useReducer is an often forgotten, but extremely powerful, hook in React. It can replace many cases you might be using useState, with a number of advantages and very little overhead.