20 random bookmarks

Storage for the links

2026-05-10

441.

Zig 0.16: Juicy Main, I/O-интерфейс, async без раскраски

tproger.ru/news/vywel-zig-0-16-di-v-main-i-o-kak-interfejs-i-async-bez-raskra

Zig 0.16.0 вышел 14 апреля 2026: DI в main через std.process.Init, I/O как интерфейс, async без раскраски функций. Разбираем, что ломается с 0.15.

2026-03-05

414.

Introduction – A-Frame

aframe.io

2025-12-19

369.

САМОДЕЛЬНЫЙ ПОРОХ

vk.com/@ognestrelny_mir-samodelnyi-poroh

Мы не заставляем вас заниматься алхимией дома. Вы ведь и сами прекрасно понимаете, настолько это может быть опасным. Также мы не призыва..

2025-11-15

340.

I write about software, engineering and stupidly fun side projects.

blog.cybrox.ch

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-08-22

289.

Optimize cache usage in builds

docs.docker.com/build/cache/optimize

An overview on how to optimize cache utilization in Docker builds.

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

271.

Dice Set (d4, d6, d8, d10, d12, d20) by Tha177c

www.thingiverse.com/thing:94738/files

Other dice set weren't slicing properly for me so I created my own.

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-05-21

236.

Where are my plugins (flatpak)? : r/linuxaudio

www.reddit.com/r/linuxaudio/comments/qv74xa/where_are_my_plugins_flatpak

org.freedesktop.LinuxAudio.Plugins.Helm

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

214.

GitHub - golemparts/rppal: A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.

github.com/golemparts/rppal

A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals. - golemparts/rppal

2025-04-20

195.

Ko-fi | Donations and Memberships from fans for the price of a coffee. No fee on Donations

ko-fi.com

Accept donations with 0-5% fees! Ko-fi also lets you sell Memberships, Commissions and Shop items

2025-03-15

134.

How to convert PKCS#8-formatted PEM private key to the traditional format?

stackoverflow.com/questions/2957742/how-to-convert-pkcs8-formatted-pem-private-key-to-the-traditional-format

From OpenSSL 1.0 change log:

Make PKCS#8 the default write format
for private keys, replacing the
traditional format. This form is standardised, more secure and doesn't
include an

2025-02-27

102.

James Mills

git.mills.io/prologic

"Problems are Solved by Method".

2025-02-21

95.

Poridge Club | Главная

poridge.club

Набор сервисов для этичного и безопасного времяпровождения в сети интернет без опаски за свои данные, а также островок свободы слова и самовыражения

2025-02-11

77.

Установить «UltiMaker Cura» на Linux | Flathub

flathub.org/ru/apps/com.ultimaker.cura

Slicer to prepare your 3D printing projects

2025-02-04

66.

(15599) Мэддисон смотрит видосы — последний хайлайт короля - YouTube

www.youtube.com

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

2025-02-03

60.

Beercyle Mk2 - Let your bike hold your beer by nordie92

makerworld.com/en/models/412925#profileId-314888

Beercycle Mk2 - Let your bike hold your beerDont hold your drink while driving!  This is the second iteration. You can find the first version here. In this version, the gyroscope rings do not need to be glued; they hold together solely through their shape. Additionally, the mounting ring is screwed onto the gyroscope, making it rotatable. This provides more options for attaching the beer holder. Bottle holder diameter: 68mmBottle holder height: 100mm Small German beer cans are 120mm high, making them easy to grab. And large cans, with a height of 168mm, won't roll over. Recommended material:- 1x Screw M5x25 (For cramp hinge)- 1x Hex socket screw M5x20 (For cramp connector)- 1x Screw M5x20 (To connect cramp and gyroscope)- 3x M5 Nut

2025-01-13

14.

DEFCAD

defcad.com
9.

Telegram Mini App. Как создать Web App с нуля / Хабр

habr.com/ru/companies/amvera/articles/838180