20 random bookmarks

Storage for the links

2026-01-14

400.

How to move/resize windows with only the keyboard? : r/hyprland

www.reddit.com/r/hyprland/comments/11c2lie/how_to_moveresize_windows_with_only_the_keyboard

2025-12-22

373.

GitHub - advplyr/audiobookshelf: Self-hosted audiobook and podcast server

github.com/advplyr/audiobookshelf

Self-hosted audiobook and podcast server. Contribute to advplyr/audiobookshelf development by creating an account on GitHub.

2025-11-15

341.

Setup a proper Syncplay server on Ubuntu Debian

blog.cybrox.ch/posts/setup-a-proper-syncplay-server-on-ubuntu-debian

Setup a proper Syncplay server on Ubuntu Debian - Lead software engineer @René Koch AG, Ex-core-dev @Kitsu Media inc., and quadcopter madness enthusiast. I write about software development, engineering and stupidly fun side projects.

2025-09-15

317.

MLP:FIM [T01 - Leg]

pony.tube/w/p/t5khNGDa5PWZwWJgm21X1L
316.

MLP:FIM [T01 - Leg]

pony.tube/w/p/t5khNGDa5PWZwWJgm21X1L

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-31

268.

In-Game Elements - NodeCore Wiki

nodecore.mine.nu/w/In-Game_Elements

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

224.

Inochi2D

inochi2d.com

2025-05-01

220.

GitHub - cross-rs/cross: “Zero setup” cross compilation and “cross testing” of Rust crates

github.com/cross-rs/cross

“Zero setup” cross compilation and “cross testing” of Rust crates - cross-rs/cross

2025-04-24

200.

Install from Scratch

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

2025-03-28

157.

Build from source - Wez's Terminal Emulator

wezterm.org/install/source.html

Wez's Terminal Emulator

2025-03-23

145.

Ideal NASA Chainmail Hex for FDM(STEP included) by Gamma4D | Download free STL model | Printables.com

www.printables.com/model/373566-ideal-nasa-chainmail-hex-for-fdmstep-included/comments

Ideal Hexagonal NASA Chainmail model for FDM. | Download free 3D printable STL models

2025-03-05

118.

TapPress Modular Storage Drawers

cults3d.com/en/3d-model/tool/tappress-modular-storage-drawers

Introducing a modular organizer designed for storing small parts like bolts, nuts, screws, electronics, and other components. Perfect for workshops, electronics, and DIY enthusiasts!
Key Features:
Sliding drawers – open by pressing the top button.
Two drawer sizes – small and large versions included.
Dividers – optional separators for better organization.
-Modular system – connect multiple units with clips to create a custom storage setup.
-Optimized for 3D printing – prints easily without supports and assembles effortlessly.
The set also includes two templates (large and small) for cutting stickers for the boxes.
Dimensions:
Small drawer: 60 × 34.5 × 21.5 mm
Large drawer: 60 × 79.5 × 21.5 mm
I recommend placing this organizer flush against the wall to prevent it from sliding on the table when pressing the buttons. You can also secure it to the table using double-sided tape
Video https://www.youtube.com/shorts/RXhBib027OM
You can purchase the right to resell 3D-printed models. However, selling digital files is prohibited. Full details are available on Patreon (https://www.patreon.com/c/DenStasis/membership)
Let me know if you'd like any adjustments!

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-01-29

52.

GitHub - vidhanio/hypertext: A blazing fast type-checked HTML macro crate.

github.com/vidhanio/hypertext

A blazing fast type-checked HTML macro crate. Contribute to vidhanio/hypertext development by creating an account on GitHub.

2025-01-24

46.

Welcome - Deluge

deluge-torrent.org

2025-01-13

12.

Как поднять OpenVPN сервер на Ubuntu 22.04? / Хабр

habr.com/ru/articles/744974
11.

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

github.com/pop-os/cosmic-epoch
10.

GitHub - izderadicka/audioserve: Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do.

github.com/izderadicka/audioserve