20 random bookmarks

Storage for the links

2026-05-05

439.

Merveilles

hub.merveilles.town

2026-01-14

402.

iptables - ArchWiki

wiki.archlinux.org/title/Iptables

2025-12-30

380.

GitHub - tridactyl/tridactyl: A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl.

github.com/tridactyl/tridactyl

A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl. - tridactyl/tridactyl

2025-12-11

361.

Patterns.dev

www.patterns.dev

Learn JavaScript design and performance patterns for building more powerful web applications.

2025-11-29

348.

Fedilab

fedilab.app

2025-10-06

326.

Philosophers who recognise the curse of free will? : r/askphilosophy

www.reddit.com/r/askphilosophy/comments/j4gwo9/philosophers_who_recognise_the_curse_of_free_will

2025-09-15

317.

MLP:FIM [T01 - Leg]

pony.tube/w/p/t5khNGDa5PWZwWJgm21X1L

2025-09-11

314.

Portable RPi 5 PDA cyberdeck Box : r/raspberry_pi

www.reddit.com/r/raspberry_pi/comments/1j69hjp/portable_rpi_5_pda_cyberdeck_box

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-04-28

215.

Phaser - A fast, fun and free open source HTML5 game framework

phaser.io

Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.

2025-04-24

203.

Вендинг своими руками

www.youtube.com/watch?v=Fj-7uWXuHr4

В данном видео показано, как можно собрать блок управления вендинговым аппаратом своими руками.

2025-04-18

191.

Self-hosted / Polls & Events - AwesomeHub

awesomehub.js.org/list/selfhosted/polls-events

Curated list of free software network services and web applications which can be hosted locally on your own server.

2025-04-03

163.

draw.io

www.drawio.com

2025-03-29

160.

Sky_Patrol_FPV_manual - instrukciya_hiper_hqc-0030_sky_patrol.pdf

it-on.ru/sites/default/files/instrukciya_hiper_hqc-0030_sky_patrol.pdf

2025-03-27

154.

Installation

screego.net#/install

Screego - open source screen sharing for developers

2025-03-24

147.

sqlx/sqlx-cli/README.md at main · launchbadge/sqlx

github.com/launchbadge/sqlx/blob/main/sqlx-cli/README.md

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. - launchbadge/sqlx

2025-03-18

139.

D4 dice with pips (4 sided dice) by Julius3E8 | Download free STL model | Printables.com

www.printables.com/model/248762-d4-dice-with-pips-4-sided-dice

A lovely pipped version of tetrahedral D4. I have oriented this in such a way that you should be able to print it… | Download free 3D printable STL models

2025-02-11

81.

Logo.surf: Free Text-to-Logo and Text-to-Favicon Generator

www.logo.surf

Create stunning logos and favicons from text for free with Logo.surf. Our easy-to-use text-to-logo & text-to-favicon generator offers customizable designs in multiple formats.

2025-02-04

65.

Introduction - The Redox Operating System

doc.redox-os.org/book

This book carefully describes the design, implementation, direction, and structure of Redox, the operating system.

2025-01-24

43.

(-1) Host not found (authoritative) "" (13) · Issue #8884 · qbittorrent/qBittorrent

github.com/qbittorrent/qBittorrent/issues/8884

Please provide the following information qBittorrent version and Operating System qBittorrent v4.1.0 Web UI If on linux, libtorrent and Qt version QNAP What is the problem All trackers are displayi...