20 random bookmarks

Storage for the links

2025-09-15

316.

MLP:FIM [T01 - Leg]

pony.tube/w/p/t5khNGDa5PWZwWJgm21X1L

2025-09-09

307.

lucid blocks

lucidblocks.com

Lucid Blocks: A psychedelic voxel game about exploring liminal spaces.

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

244.

style iced - Поиск в Google

www.google.com/search?client=firefox-b-d&q=style iced

2025-05-25

239.

Introducing Ferron - Ferron

www.ferronweb.org/blog/introducing-ferron

We are thrilled to introduce Ferron, a fast, memory-safe web server written in Rust.

2025-05-04

225.

Running OpenSeeFace on Linux with python 3.10 : r/VirtualYoutubers

www.reddit.com/r/VirtualYoutubers/comments/vif26h/running_openseeface_on_linux_with_python_310
224.

Inochi2D

inochi2d.com

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

199.

Castopod | Your Free & Open-source Podcast Host

castopod.org

Castopod is a free and open-source hosting platform made for podcasters. Engage and interact with your audience whilst keeping control over your content.

2025-04-03

167.

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

150.

10 рецептов домашнего майонеза, который вкуснее магазинного — Лайфхакер

lifehacker.ru/domashniy-majonez-recepty

Домашний майонез может быть с яйцами или без, с горчицей или уксусом, с молоком, сметаной или даже с аквафабой. Попробуйте каждый и выберите самый вкусный.

2025-03-24

146.

SQLx: raw SQL в Rust

habr.com/ru/companies/otus/articles/771288

Когда речь заходит об использовании SQL, экосистеме Rust есть что нам предложить: к счастью, нам доступны несколько отличных готовых к использованию решений. SQLx — это чисто асинхронный, независящий...

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

135.

Rust Audio

rust.audio

2025-03-05

120.

Fifth Element Multipass Convention Badge + Card Holder by ThaRev

www.thingiverse.com/thing:1695745

This is a convention badge and card holder I designed, inspired by the movie The Fifth Element. It is designed to be worn around the neck and contains an internal cavity to store a wallet-sized card such as a credit card or hotel room key card. The design incorporates two internal springs to make retaining and ejecting the card easy.I have included a file of the unit completely assembled for reference, however each of the included parts should be printed separately and carefully glued together to ensure that the card holder mechanism works properly.I have also included an ID template that you can use to customize and print your own IDs. It can be edited in inkscape or any vector image editor that supports .svg files.EDIT: Thingiverse doesn't allow .svg files; a copy of the ID template is available at https://www.youmagine.com/designs/fifth-element-multipass-convention-badge-card-holder#documentsA youtube video showing how the card holder feature works is available below:https://www.youtube.com/watch?v=ZWHuZMWwYi4

2025-02-27

108.

TicTacToe by AntMan865

www.thingiverse.com/thing:6941605

10% infill 0.2mm layer height if fails put glue and up infill

2025-01-28

50.

[SOLVED] Change the password of mumble server - Support apps - YunoHost Forum

forum.yunohost.org/t/solved-change-the-password-of-mumble-server/611

Hi @matlink How can I change the superuser password ? Thanks in advance

2025-01-21

40.

Configuration

docs.helix-editor.com/configuration.html

2025-01-13

17.

Sample commands to stream Pi webcam video to RTMP sink

gist.github.com/shivasiddharth/ae0dbd9960eca68feedf6e09f544adc0

Sample commands to stream Pi webcam video to RTMP sink - ffmpeg-rtmp-streaming

2.

YunoHost: garden your own piece of the Internet!

yunohost.org