20 random bookmarks

Storage for the links

2026-05-23

444.

Plain Vanilla

plainvanillaweb.com/index.html

An explainer for web development using only vanilla techniques. No tools, no frameworks — just HTML, CSS, and JavaScript.

2026-04-25

435.

An online mapmaker - Hextml

hextml.playest.net

Online hexmap maker and campaign manager for DnD and other RPG.

2026-01-12

396.

Международный торрент-трекер Rustorka | Русторь до последнего! :: Главная

rustorka.com/forum/index.php

Главная скачать торрент Международный торрент-трекер Rustorka | Русторь до последнего!

2026-01-07

388.

Nushell

www.nushell.sh

A new type of shell.

2025-12-06

357.

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

l.dm.am

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

2025-08-29

292.

SureAI.net

sureai.net

SureAI.net - the very official website of the SureAI team.

2025-08-26

291.

Sword of Moonlight

www.swordofmoonlight.com

The King's Field making tool, Sword of Moonlight downloads, translations, installers, games and resources. Includes our forum and wiki.

2025-08-22

288.

Task

taskfile.dev

deps

2025-08-13

281.

Insert data

xorm.io/docs/chapter-04/readme

4.Insert data # You can insert objects to database via Insert method.
Insert one object user := new(User) user.Name = "myname" affected, err := engine.Insert(user) After inserted, user.ID will be filled if ID is an autoincremented column.
fmt.Println(user.Id) Insert multiple objects by Slice on one table users := make([]User, 1) users[0].Name = "name0" ... affected, err := engine.Insert(&users) Insert multiple records by Slice of pointer on one table users := make([]*User, 1) users[0] = new(User) users[0].

2025-06-02

244.

style iced - Поиск в Google

www.google.com/search?client=firefox-b-d&q=style iced

2025-05-29

241.

Тюмень

avtonom.org/people/tyumen

2025-05-13

230.

GitHub - sagebind/naru: Cross platform, intuitive file archiver command.

github.com/sagebind/naru

Cross platform, intuitive file archiver command. Contribute to sagebind/naru development by creating an account on GitHub.

2025-05-04

224.

Inochi2D

inochi2d.com

2025-04-23

198.

GitHub - mister-monster/YouTube2PeerTube: A bot written in Python3 that mirrors YouTube channels to PeerTube channels as videos are released in a YouTube channel.

github.com/mister-monster/YouTube2PeerTube

A bot written in Python3 that mirrors YouTube channels to PeerTube channels as videos are released in a YouTube channel. - mister-monster/YouTube2PeerTube

2025-03-09

128.

Creality Fan Cooling Kit Duct by lanwanman | Download free STL model | Printables.com

www.printables.com/model/580558-creality-fan-cooling-kit-duct

Duct for Creality Fan Cooling Kit | Download free 3D printable STL models

2025-03-06

125.

Как получить бесплатное электричество (мы нашли четыре способа)

hi-tech.mail.ru/news/52525-kak-poluchit-besplatnoe-ehlektrichestvo

Мы привыкли получать электрическую энергию из внешних источников — главным образом, из городских сетей. Когда речь заходит об альтернативных источниках, то первое, о чем вспоминают — это, конечно, солнечные панели и ветрогенераторы. Но сегодня мы хотим рассказать про более интересные источники, из которых вы сможете в домашних условиях извлечь электроэнергию.

2025-02-27

110.

DeWalt 3-gang battery holder (fits newer Lithium Ion packs) by bricom224

www.thingiverse.com/thing:6940112/files

Remix of @Murphy360's version. Removed French cleat attachment and moved the hangars farther apart to accommodate the new wider lithium ion packs. Also expanded the hanger itself by approx 1mm in X and Y, as the newer packs were just a bit too snug in the holder(old packs fit perfectly fine). Batteries do not latch in, intended to be mounted on the wall.Printed with PLA but PETG or ABS would work just as well I expect.Layer Height: .28mm (will print at lower heights, I just didn't want to wait the extra print time and its going in the garage so...)Line Width: .44mmInfill: 20% Gyroid for strength, but probably overkillMaterial: PLASupports: No

2025-02-07

68.

Installation

joinkitsune.org/running/installation

Install Kitsune on your own server

2025-01-19

37.

Хочу снять свой порнофильм. Как законно это сделать?

journal.tinkoff.ru/ask/porno-zakonno

Отвечает юрист

2025-01-13

9.

Telegram Mini App. Как создать Web App с нуля / Хабр

habr.com/ru/companies/amvera/articles/838180