迷路を解くのに最も愚かな方法として、スタートから拡散する数千個の粒子をシミュレーションするという方法が紹介されています。 https://t.co/OOAcaQZmzL
一意な識別子の生成でUUID/ULID/CUID/Nano IDなど検討してみた – Sweet Escape
最近、一意な識別子について検討することがあったのでその検討メモ。 一意な識別子とは つまり、重複しない、ユニークな識別子(Identifier, 以下id)のこと。ここではRDBのテーブルにおける主キーとして使うことを想定かつ前提としている。したがって、主キーの要件であるユニーク性を持ったidをどうやって生成していく…
数学を愛する会 on Twitter: “ランダムな迷路を作って、最上部から地面までの最短距離を算出することで、落雷をモデル化できるらしい⚡️ https://t.co/YKCRblgtfi”
ランダムな迷路を作って、最上部から地面までの最短距離を算出することで、落雷をモデル化できるらしい⚡️ https://t.co/YKCRblgtfi
【競プロ】新人SEがAtCoderを始めて水色になった【色変記事】 – Qiita
AtCoderで水色になりました。いわゆる色変記事です。 本記事では以下の4点について書きます。 競プロをしていて良かったこと・できるようになったこと 勉強したこと・改善案 レート推移や目標ラインの話 環境やマクロの紹介 最初に自己紹介すると、自分は情報系出身のSEで、現在は2年目です。 今年の頭に競プロをはじめ…
sqlglot/sql_diff.md at main · tobymao/sqlglot
Semantic Diff for SQL by Iaroslav Zeigerman Motivation Software is constantly changing and evolving, and identifying what has changed and reviewing those changes is an integral part of the development process. SQL code is no exception to this. Text-based diff tools such as git diff, when applied …
The tar archive format, its extensions, and why GNU tar extracts in quadratic time – Mort’s Ramblings
Date: 2022-07-23 Git: https://gitlab.com/mort96/blog/blob/published/content/00000-home/00014-tar.md (If you’re here from Google and just need help with tar being slow: If you trust the tar archive, extract with -P to make tar fast.) A couple of days ago, I had a 518GiB tar.gz file (1.1 TiB uncomp…
Ask HN: What are some cool but obscure data structures you know about? | Hacker News
I’m very interested in what types of interesting data structures are out there HN. Totally your preference.I’ll start: bloom filters. Lets you test if a value is definitely NOT in a list of pre-stored values (or POSSIBLY in a list – with adjustable probability that influences storage of the value…
Film Grain Synthesis in AV1
Film grain synthesis in AV1 Published Nov. 3, 2019, updated Dec. 18, 2019. This page describes the film grain synthesis as defined in the AV1 film grain tool. Recently, there have been a lot of question on the film grain in AV1. Hopefully, this page can answer some of them. If you would like to g…
Three Indians Changed Compression Algorithms Willing to Go One Way Without It There Would Be No JPEG – Compression, India, Algorithms
What is the best compression software in the world? WeChat. Many people must have heard this phrase. A picture of several megabytes is immediately reduced […]
The post Three Indians Changed Compression Algorithms Willing to Go One Way Without It There Would Be No JPEG – Compression, India, Algorithms appeared first on Gamingsym.
【連載】Let’s 競技プログラミング! E8さんが教える アルゴリズム発想のキホン
競技プログラミング大会・AtCoderのレッドコーダーであるE8さんが、アルゴリズム発想のキホンをレクチャーします。