20 random bookmarks

Storage for the links

2026-03-05

415.

Flower Garden by Collared Yours Studios

collaredyoursstudios.itch.io/flower-garden

FG

2025-10-27

330.

Linux | Tidal Cycles

tidalcycles.org/docs/getting-started/linux_install

sudoaptinstallgit jackd2 qjackctl zlib1g-dev gcc g++ ghc cabal-install

2025-08-29

294.

Owncast-tweaks/Owncast_onscreen_chat_fade.css at main

codeberg.org/hatniX/Owncast-tweaks/src/branch/main/Owncast_onscreen_chat_fade.css

Owncast-tweaks - A (to-become) collection of usefule(?) tweaks/tricks for Owncast users

2025-08-18

286.

Simple Homemade Lighter

www.instructables.com/Simple-Homemade-Lighter

Simple Homemade Lighter: Make a simple lighter out of a few off the shelf parts. I’ve made a few lighters of late (see list below) and this would have to be the one of the simplest and easiest to make. All of the parts can be purchased easily and you could make this with ve…

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

267.

NodeCore Game Guide

rutube.ru/video/deac99ff82fe2e95239efe0352fc6523

This presentation gives clues and goals so that the player can have a structured gameplay. Although it is as spoiler-free as possible, it's obvious that it contains some spoilers. Do not watch if you want to discover everything by your own in the game. MUSIC: panspermia by airtone (c) copyright 2018

2025-07-11

259.

How can I set up password-less SSH login?

askubuntu.com/questions/46930/how-can-i-set-up-password-less-ssh-login

I want to be able to login to a remote via ssh without having to enter the password all the time.
How do I set it up?
Is a different command required to execute a password-less session?

2025-04-28

213.

Ghost: The best open source blog & newsletter platform

ghost.org

Beautiful, modern publishing with email newsletters and paid subscriptions built-in. Used by Platformer, 404Media, Lever News, Tangle, The Browser, and thousands more.

2025-04-24

200.

Install from Scratch

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

2025-04-20

193.

xObsBrowserAutoRefresh - Timed automatic browser source refreshing

obsproject.com/forum/resources/xobsbrowserautorefresh-timed-automatic-browser-source-refreshing.1677

xObsBrowserAutoRefresh
OBS plugin providing a filter for automatically refreshing a browser source in a configurable interval.

Prerequisites

OBS 29+ 64 bit
Windows

tested only on Windows 10, but Windows 11 should also work

Linux...

2025-04-10

180.

GitHub - nowrep/obs-vkcapture: OBS Linux Vulkan/OpenGL game capture

github.com/nowrep/obs-vkcapture

OBS Linux Vulkan/OpenGL game capture. Contribute to nowrep/obs-vkcapture development by creating an account on GitHub.

2025-03-23

143.

NASA Fabric Hexagons by Keeeal | Download free STL model | Printables.com

www.printables.com/model/15241-nasa-fabric-hexagons

2025-02-27

109.

Mario Brick Block Switch Cartridge Holder by jgfh2

www.thingiverse.com/thing:6936009

A holder for 12 Nintendo Switch cartridges that looks somewhat like a Mario brick block.Measures 656565mm.Sorry about the black lid in the photos, I ran out of white filament. The intention was to paint it, which will have to wait until more while arrives ;)Obviously, you only need to print the lid and the base, the other 2 STL files are included only for reference.I chose to print the lid the correct way up, so that the top surface was finished nicely. If you are better (more patient?) than me at calibrating your printer, you may be able to print it the other way up and avoid supports.Print SettingsPrinter brand:CrealityPrinter:Ender 3 ProRafts:NoSupports:YesResolution:.16Infill:10%

2025-02-07

69.

No sound when running TS3 : r/Sims3

www.reddit.com/r/Sims3/comments/cef8lt/no_sound_when_running_ts3

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

57.

Serving Static Files With Axum

benw.is/posts/serving-static-files-with-axum

Perhaps you'd like to run a fileserver with Axum, or maybe just serve static content in a folder. It's a bit trickier in Axum than you might expect

2025-01-13

7.

Pleroma / pleroma · GitLab

git.pleroma.social/pleroma/pleroma