20 random bookmarks

Storage for the links

2026-05-10

440.

What Color is Your Function? – journal.stuffwithstuff.com

journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function

2026-01-14

402.

iptables - ArchWiki

wiki.archlinux.org/title/Iptables

2026-01-11

394.

Nvidia kernel module nvidia-drm already be loaded | internet-lab.ru

internet-lab.ru/nvidia_drm_loaded

В тексте ошибки всё хорошо описано. В моём случае графическая оболочка использует модуль 'nvidia-drm', поэтому установку проприетарных драйверов следует выполнять из консоли.

2025-12-11

364.

Are there some good papers (or discussions) on using Markov chains or Hidden Markov Models for password auditing/cracking?

security.stackexchange.com/questions/6264/are-there-some-good-papers-or-discussions-on-using-markov-chains-or-hidden-mar

As a programmer and language enthusiast I've been very interested in Markov chains for some time. Considering the influence of natural language on password and passphrase selection (by humans of co...

2025-12-06

357.

Форумные игры ролевые, форумные фэнтези игры, фрпг, форумные рпг, форумная ролевая | L.DM.AM

l.dm.am

Форумные ролевые игры на любой вкус. Dungeons&Dragons, Fallout, WarHammer.

2025-11-29

347.

Default Key Assignments - Wez's Terminal Emulator

wezterm.org/config/default-keys.html

Wez's Terminal Emulator

2025-11-26

346.

hugo new theme

gohugo.io/commands/hugo_new_theme

hugo new theme
Create a new theme
Synopsis
Create a new theme with the specified name in the ./themes directory.
This generates a functional theme including template examples and sample content.

hugo new theme [name] [flags]

Options

--format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for theme

Options inherited from parent commands

--clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
--config string config file (default is hugo.yaml|json|toml)
--configDir string config dir (default "config")
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory

SEE ALSO

hugo new - Create new content

2025-11-05

335.

QGIS Interactive Map : r/gis

www.reddit.com/r/gis/comments/f76p4a/qgis_interactive_map

2025-11-03

334.

GitHub - jakobhellermann/bevy-inspector-egui: Inspector plugin for the bevy game engine

github.com/jakobhellermann/bevy-inspector-egui

Inspector plugin for the bevy game engine. Contribute to jakobhellermann/bevy-inspector-egui development by creating an account on GitHub.

2025-04-23

197.

XiaoMiTool V2 - Modding of Xiaomi devices made easy for everyone

www.xiaomitool.com/V2

XiaoMiTool V2 is a easy to use tool to install rom on your Xiaomi device. Modding made easy for everyone! Download it for free now!

2025-04-21

196.

CONNECTORS Edition 3-8 Pin Dupont / Jumper-Cable 12mm by NerdCorner

www.thingiverse.com/thing:6988243

2025-04-18

189.

Пропеллеры для квадрокоптера: виды, использование и как выбрать - Все о квадрокоптерах | PROFPV.RU

profpv.ru/propellery-dlya-kvadrokoptera

Пропеллеры квадрокоптера - важнейшая часть квадрокоптера, без которой он не сможет полететь. Рассмотрим критерии выбора и маркировку.

2025-03-23

144.

Ringmail System ⚯ Linkmail Armor/Cloth by Triple G Workshop | Download free STL model | Printables.com

www.printables.com/model/353507-ringmail-system-linkmail-armorcloth/comments

Specialized ring/linkmail armor pieces. Solid rings linked by long links with snap-on locks. Super strong & flexible. | Download free 3D printable STL models

2025-02-27

111.

Minimalist Filament Clips (1.75 & 2.85) by alienboytw

www.thingiverse.com/thing:4684057

Minimalist filament clips for 1.75 mm & 2.85 mm filaments. These filament clips are simple, use little filament and quick to print without support.The clips are essential parts to keep your filament not tangled, they fix the loose end with the filament itself, so you don't have to use the holes on the spool (if the spool has holes) and potentially bend the filament and create feeding/printing issues. Also, since they don't clip on the spool, so there won't be any protruding parts and makes spool stacking more tidy.

2025-02-22

96.

A system to organise your life

johnnydecimal.com

Johnny.Decimal is a system to organise your life. Find things, quickly, with more confidence, and less stress. It's free to use and the concepts are the same at home or work.

2025-02-03

63.

CryptPad.org

cryptpad.org

End-to-end encrypted collaborative office suite

2025-01-29

51.

Matrix Federation Tester

federationtester.matrix.org#matrix.surdeus.su

2025-01-24

46.

Welcome - Deluge

deluge-torrent.org

2025-01-17

34.

GitHub - openandroidinstaller-dev/openandroidinstaller: Makes installing alternative Android distributions nice and easy.

github.com/openandroidinstaller-dev/openandroidinstaller

Makes installing alternative Android distributions nice and easy. - GitHub - openandroidinstaller-dev/openandroidinstaller: Makes installing alternative Android distributions nice and easy.

2025-01-16

26.

Example: Cockpit - Wiki - Caddy Community

caddy.community/t/example-cockpit/8283

Cockpit is a web interface for managing a server. It creates it’s own self signed certificate by default. Here is how to configure cockpit behind caddy to have real certificates instead. sub-domain (https://cockpit.example.com) /etc/cockpit/cockpit.conf [WebService] Origins = https://cockpit.example.com wss:cockpit.example.com ProtocolHeader = X-Forwarded-Proto /etc/caddy/Caddyfile cockpit.example.com { reverse_proxy https://localhost:9090 { transport http { tls_...