20 random bookmarks

Storage for the links

2026-03-03

412.

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

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

2026-01-12

396.

Международный торрент-трекер Rustorka | Русторь до последнего! :: Главная

rustorka.com/forum/index.php

Главная скачать торрент Международный торрент-трекер Rustorka | Русторь до последнего!

2026-01-08

390.

Raspberry Pi software – Raspberry Pi

www.raspberrypi.com/software

From our operating system to our GitHub repos, explore the software that powers our technology

2026-01-03

385.

GitHub - samvv/cosmic-applet-ram-usage: An applet for the Cosmic DE that displays current total RAM usage

github.com/samvv/cosmic-applet-ram-usage

An applet for the Cosmic DE that displays current total RAM usage - samvv/cosmic-applet-ram-usage

2025-12-11

364.

Are there some good papers (or discussions) on using Markov chains or Hidden Markov Models for password auditing/cracking?

security.stackexchange.com/questions/6264/are-there-some-good-papers-or-discussions-on-using-markov-chains-or-hidden-mar

As a programmer and language enthusiast I've been very interested in Markov chains for some time. Considering the influence of natural language on password and passphrase selection (by humans of co...

2025-11-18

343.

GitHub - infernojs/inferno-typescript-example: An example of using TypeScript with Inferno

github.com/infernojs/inferno-typescript-example

An example of using TypeScript with Inferno. Contribute to infernojs/inferno-typescript-example development by creating an account on GitHub.

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

299.

GitHub - nomic-ai/gpt4all: GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.

github.com/nomic-ai/gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. - nomic-ai/gpt4all

2025-08-21

287.

Can't pass Environment variables from docker-compose.yml to Dockerfile · Issue #5600 · docker/compose · GitHub

github.com/docker/compose/issues/5600

2025-07-05

257.

minetest crash[solved] - Luanti Forums

forum.luanti.org/viewtopic.php?t=29074

2025-06-16

254.

Focalboard Server

htmlpreview.github.io?https://github.com/mattermost/focalboard/blob/main/server/swagger/docs/html/index.html

2025-03-29

159.

G6S User Manual - SP4600 User Manual V1.6.pdf

equipment.skypatrol.com/Documentacion Tecnica/SP4600/SP4600 User Manual V1.6.pdf

2025-03-09

130.

Miloslav Číž / anarch · GitLab

gitlab.com/drummyfish/anarch

Anarch, the suckless FPS game

2025-02-27

110.

DeWalt 3-gang battery holder (fits newer Lithium Ion packs) by bricom224

www.thingiverse.com/thing:6940112/files

Remix of @Murphy360's version. Removed French cleat attachment and moved the hangars farther apart to accommodate the new wider lithium ion packs. Also expanded the hanger itself by approx 1mm in X and Y, as the newer packs were just a bit too snug in the holder(old packs fit perfectly fine). Batteries do not latch in, intended to be mounted on the wall.Printed with PLA but PETG or ABS would work just as well I expect.Layer Height: .28mm (will print at lower heights, I just didn't want to wait the extra print time and its going in the garage so...)Line Width: .44mmInfill: 20% Gyroid for strength, but probably overkillMaterial: PLASupports: No

2025-02-19

92.

ABS Smoothing - All You Need To Know | Obico

www.obico.io/blog/abs-smoothing

Alt text

2025-02-02

58.

include_dir - crates.io: Rust Package Registry

crates.io/crates/include_dir

Embed the contents of a directory in your binary

2025-01-17

31.

GitHub - yacy/yacy_search_server: Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance

github.com/yacy/yacy_search_server

Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance - yacy/yacy_search_server

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

16.

Playing m3u playlist with html5

stackoverflow.com/questions/23058202/playing-m3u-playlist-with-html5

I've created a very simple and basic html5 audio player, actually not more than:

<audio src="[url-to-m3u]" controls>

but I am facing two problems, this simple audio tag is working on Chrome...