2025-01-26
Design of Keybinding, Key Shortcut, Input System
xahlee.info/kbd/keybinding_index.html2025-01-23
Introduction | Chrome Extension Security
extensions.neplox.securityWelcome to our site dedicated to creating a comprehensive knowledge base on the security of Chromium extensions.
2025-01-10
За свои сервисы надо привыкать платить, чтобы самому не стать продуктом
mastodon.social/@sitnik_ru/113741909017572836за свои сервисы надо привыкать платить, чтобы самому не стать продуктом.
2024-12-28
World Airports Voronoi
www.jasondavies.com/maps/voronoi/airportsThe major airports of the world and their closest regions.
alexadam/text-effects: Text Effects
github.com/alexadam/text-effectsText Effects. Contribute to alexadam/text-effects development by creating an account on GitHub.
Robert Fathauer в X: «I stopped by Sprouts today to pick up some groceries and was surprised to find them selling Voronoi tessellations. https://t.co/xmb1Z213lA» / X
x.com/RobFathauerArt/status/1374465100581507081Discrete Voronoi with Jump Flooding / Volodymyr Agafonkin | Observable
observablehq.com/@mourner/discrete-voronoi-with-jump-floodingRoad network of shortest paths from multiple robots to a single target via Dijkstra’s algorithm - Online Technical Discussion Groups—Wolfram Community
community.wolfram.com/groups/-/m/t/3343868Wolfram Community forum discussion about Road network of shortest paths from multiple robots to a single target via Dijkstra’s algorithm. Stay on top of important topics and build connections by joining Wolfram Community groups relevant to your interests.
2024-12-14
The Illustrated TLS 1.2 Connection
tls12.xargs.orgsemi-interactively explains how TLS works, very cool
2024-11-12
Ментальный покер — Википедия
ru.wikipedia.org/wiki/Ментальный_покер«Могут ли два нечестных друг к другу игрока сыграть в честный покер без использования карт, а, например, по телефону?»
2024-10-21
maps.stamen.com / toner
maps.stamen.com/tonerStamen's toner map style is lovingly crafted and free for the taking.
2024-08-18
Subpixel Text Encoding - msarnoff.org
www.msarnoff.org/millitext2024-06-28
A New Kind Of Dance Science | Zack's Dance Lab
zacksdancelab.com/blog/a-new-kind-of-dance-science_"How do you write down how to dance?"_
2024-04-21
Time travel debugging - Wikipedia
en.wikipedia.org/wiki/Time_travel_debugging2024-02-23
‘HelloWorld’ and ‘main()’ meet minimalistic | The IntelliJ IDEA Blog
blog.jetbrains.com/idea/2024/02/helloworld-and-main-meet-minimalistic2024-01-29
Dump nginx config from running process?
serverfault.com/questions/361421/dump-nginx-config-from-running-process# Set pid of nginx master process here
pid=8192# generate gdb commands from the process's memory mappings using awk
cat /proc/$pid/maps | awk '$6 !~ "^/" {split ($1,addrs,"-"); print "dump memory mem_" addrs[1] " 0x" addrs[1] " 0x" addrs[2] ;}END{print "quit"}' > gdb-commands# use gdb with the -x option to dump these memory regions to mem_* files
gdb -p $pid -x gdb-commands# look for some (any) nginx.conf text
grep worker_connections mem_*
grep server_name mem_*
2024-01-28
C Preprocessor tricks, tips, and idioms
github.com/pfultz2/Cloak/wiki/C-Preprocessor-tricks,-tips,-and-idioms2024-01-01
Фото прикол про ёлку
www.anepedia.org/Фото_прикол/Фото_прикол_про_ёлку?doc=44729102023-12-24
Mappable API Documentation and Code Examples
mappable.world/docsExplore Mappable's comprehensive developer documentation, API references, guides, and code samples to kickstart your integration with Mappable's APIs.