20 random bookmarks

Storage for the links

2026-01-16

404.

IPTables and Docker

medium.com/@ebuschini/iptables-and-docker-95e2496f0b45

In this post I will be talking about the nightmare of all Ops people that have to deal with Docker.

2026-01-06

387.

outline-server/src/shadowbox at master · OutlineFoundation/outline-server

github.com/OutlineFoundation/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. - OutlineFoundation/outline-server

2025-09-10

311.

Макароны с сыром — Википедия

ru.wikipedia.org/wiki/Макароны_с_сыром

2025-08-29

296.

hatniX

codeberg.org/hatniX

Codeberg is a non-profit, community-led organization that aims to help free and open source projects prosper by giving them a safe and friendly home.

2025-08-25

290.

Зувемби — Википедия

ru.wikipedia.org/wiki/Зувемби

2025-08-16

284.

Ender 3 and Ender3 Pro - X & Y Belt Tensioners by Crosslink | Download free STL model | Printables.com

www.printables.com/model/152451-ender-3-and-ender3-pro-x-y-belt-tensioners/files

Download 3D printable STL models

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

266.

Bedrock by Expensify

bedrockdb.com

2025-07-14

260.

Crossbow | 3D CAD Model Library | GrabCAD

grabcad.com/library/crossbow--6

Side mounted composite limbs. Built in cocking mechanism.

2025-06-24

255.

Dex

dexidp.io

Federate Identity Provider

2025-05-04

224.

Inochi2D

inochi2d.com

2025-04-29

218.

Cable Organizer by jonnybergdahl | Download free STL model | Printables.com

www.printables.com/model/81091-cable-organizer

This a simple cable organizer that is designed to be screwed into place. Designed to be printed without support. I… | Download free 3D printable STL models

2025-04-25

207.

IT Tools - Handy online tools for developers

it-tools.tech

Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT.

206.

#dev 2025-04-25

chat.indieweb.org

2025-04-24

201.

Inferno

www.infernojs.org

An extremely fast React-like javascript library for building modern user interfaces.

2025-03-28

157.

Build from source - Wez's Terminal Emulator

wezterm.org/install/source.html

Wez's Terminal Emulator

2025-03-10

133.

PET Filament Mini Factory by shoaibkhan786

www.thingiverse.com/thing:6946909

2025-02-03

62.

How to keep the sender reputation of the domain high? - Google Workspace Admin Community

support.google.com/a/thread/141684670/how-to-keep-the-sender-reputation-of-the-domain-high?hl=en

2025-01-24

44.

Free Torrents - Public Domain, Creative Commons - WebTorrent

webtorrent.io/free-torrents

WebTorrent, the streaming torrent client for the browser, Mac, Windows, and Linux

2025-01-13

11.

GitHub - pop-os/cosmic-epoch: Next generation Cosmic desktop environment

github.com/pop-os/cosmic-epoch