20 random bookmarks

Storage for the links

2026-01-12

397.

Funkwhale

www.funkwhale.audio

Funkwhale - A platform for all your audio

2025-12-22

372.

GitHub - stumpapp/stump at noted.lol

github.com/stumpapp/stump

A free and open source comics, manga and digital book server with OPDS support (WIP) - GitHub - stumpapp/stump at noted.lol

2025-12-08

359.

F108pro-三模RGB发光-说明书-电子书本 - AULA_WIN68_HE_Series_Manual.pdf

aulagear.com/cdn/shop/files/AULA_WIN68_HE_Series_Manual.pdf?v=13758980847385612411

2025-12-05

356.

outline-server/src/shadowbox at master · Jigsaw-Code/outline-server

github.com/Jigsaw-Code/outline-server/tree/master/src/shadowbox#access-keys-management-api

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management. - Jigsaw-Code/outline-server

2025-12-02

353.

VoxeLibre/Mineclonia mods - ContentDB

content.luanti.org/collections/rudzik8/mineclone_mods

Mods that were made for VoxeLibre (ex. MineClone2) or Mineclonia, or that have good support for it and integrate seamlessly

2025-10-06

325.

Introduction - Unofficial Bevy Cheat Book

bevy-cheatbook.github.io/introduction.html

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-08-07

272.

Create your own gaming miniatures!

titancraft.com

✔ Kitbash heroes & monsters. ✔ Unlimited downloads for 3D printing at home.

2025-08-05

270.

Simple Spool Filament Clip by Derek3Rosen

www.thingiverse.com/thing:7100073

A Simple Spool Filament Clip🔹Easy / Fast print (20 min for 6 clips)🔹4.4g of filament for 6 clips🔹No support🔹No Brim🔹Fits most spools🔹Perfect fit for Bambu Lab Spool🔹Easy to use / removeUse a 0.4 mm nozzle with a 0.2 mm standard print profile. Nothing special. No support / brim needed.Checkout my other 400+ design (any slicer or printer) here:https://makerworld.com/en/%40Derek3Rosen/upload?orderBy=downloadCount

2025-06-01

242.

Bolt Action Light Rifle [ BALR ] - Version B1

defcad.com/library/69d5d72e-3c59-4f05-9708-96877e3edb67

The BALR is a DIY 3D Printable straight-pull bolt action rifle, that attempts to mimic the overall form factor of scout-type rifles like The Fix or otherwise. It primarily utilizes AR15 components such as the barrel, bolt (minus carrier), and fire control group. There are a number of different stock/brace, and handguard options to choose from. The resulting rifle is quite lightweight, roughly between 3-6 pounds empty, depending on parts used.

2025-05-08

229.

iced/examples/download_progress at 0.9 · iced-rs/iced

github.com/iced-rs/iced/tree/0.9/examples/download_progress

A cross-platform GUI library for Rust, inspired by Elm - iced-rs/iced

2025-05-01

221.

GitHub - tarkah/iced_table

github.com/tarkah/iced_table

Contribute to tarkah/iced_table development by creating an account on GitHub.

2025-04-28

212.

API документация

ru.iiko.help/articles#!api-documentations/getting-started

2025-04-24

202.

Using Caddy as a reverse proxy

join-lemmy.org/docs/administration/caddy.html

lemmy-site.com {
import caddy-common
reverse_proxy http://lemmy_lemmy-ui_1:1234
}

2025-04-10

179.

OpenSCAD CheatSheet

openscad.org/cheatsheet

2025-04-09

171.

Remix of Ringmail System ⚯ Linkmail Armor/Cloth by geodave | Download free STL model | Printables.com

www.printables.com/model/364218-remix-of-ringmail-system-linkmail-armorcloth/files

Remixed for looser tolerances and made them single pieces to vary quantity easier | Download free 3D printable STL models

2025-04-03

165.

GitHub - ValveSoftware/gamescope: SteamOS session compositing window manager

github.com/ValveSoftware/gamescope

SteamOS session compositing window manager. Contribute to ValveSoftware/gamescope development by creating an account on GitHub.

2025-03-07

127.

Leafish - An open-source Minecraft client written in RUST

lea-fish.github.io

An open-source Minecraft client written in RUST

2025-02-21

95.

Poridge Club | Главная

poridge.club

Набор сервисов для этичного и безопасного времяпровождения в сети интернет без опаски за свои данные, а также островок свободы слова и самовыражения

2025-01-13

9.

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

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