20 random bookmarks

Storage for the links

2026-04-27

437.

FreedomGPT

chat.freedomgpt.com

FreedomGPT 2.0 is your launchpad for AI. No technical knowledge should be required to use the latest AI models in both a private and secure manner. Unlike ChatGPT, the Liberty model included in FreedomGPT will answer any question without censorship, judgement, or risk of ‘being reported.‘

2026-04-05

430.

Mach

machengine.org

Zig game engine & graphics toolkit for building high-performance, native, truly-cross-platform games, visualizations & desktop/mobile apps.

2026-03-03

412.

Бакли, Уильям (высланный) — Википедия

ru.wikipedia.org/wiki/Бакли,_Уильям_(высланный)

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

2026-01-11

394.

Nvidia kernel module nvidia-drm already be loaded | internet-lab.ru

internet-lab.ru/nvidia_drm_loaded

В тексте ошибки всё хорошо описано. В моём случае графическая оболочка использует модуль 'nvidia-drm', поэтому установку проприетарных драйверов следует выполнять из консоли.

2025-12-19

369.

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

vk.com/@ognestrelny_mir-samodelnyi-poroh

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

2025-11-02

333.

Телефония — Википедия

ru.wikipedia.org/wiki/Телефония

2025-09-30

320.

Browse :: Nyaa

nyaa.si

Nyaa homepage

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].

279.

DNA Lounge

www.dnalounge.com

DNA Lounge is a late-night, all ages San Francisco
nightclub featuring live music, DJ dancing, burlesque shows, and
private parties. Two stages, four dance floors, six bars
and a full-service late-night restaurant!

2025-06-04

246.

charmbracelet/soft-serve: The mighty, self-hostable Git server for the command line🍦

github.com/charmbracelet/soft-serve

The mighty, self-hostable Git server for the command line🍦 - charmbracelet/soft-serve

2025-05-05

226.

Design for 3D-Printing - Rahix' Blog

blog.rahix.de/design-for-3d-printing

Deep dive into mechanical design that is optimized for 3d-printing.

2025-05-02

222.

water pulverizer nozzle

cults3d.com/en/3d-model/tool/water-pulverizer-nozzle-kinhannibal91

replacement nozzle for pressure sprayer

2025-04-03

166.

Installing Gamescope seems impossible : r/pop_os

www.reddit.com/r/pop_os/comments/1fc3bdu/installing_gamescope_seems_impossible

sudo add-apt-repository ppa:ar-lex/gamescope

2025-03-27

154.

Installation

screego.net#/install

Screego - open source screen sharing for developers

2025-02-22

96.

A system to organise your life

johnnydecimal.com

Johnny.Decimal is a system to organise your life. Find things, quickly, with more confidence, and less stress. It's free to use and the concepts are the same at home or work.

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

45.

Glossary of BitTorrent terms - Wikipedia

en.wikipedia.org/wiki/Glossary_of_BitTorrent_terms

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