20 random bookmarks

Storage for the links

2026-04-04

429.

hendriknielaender/http2.zig: 🌐 HTTP/2 server for zig

github.com/hendriknielaender/http2.zig

🌐 HTTP/2 server for zig. Contribute to hendriknielaender/http2.zig development by creating an account on GitHub.

2026-03-11

418.

Build your Location-Based Augmented Reality Web App

medium.com/chialab-open-source/build-your-location-based-augmented-reality-web-app-c2442e716564

A tutorial for building Location-Based Augmented Reality apps that run on every browser, without any installation on your phone. For free.

2026-03-09

417.

AR.js Marker Training

jeromeetienne.github.io/AR.js/three.js/examples/marker-training/examples/generator.html

2026-02-02

406.

Simulate Any Circuit! - Windows/Linux 2023

www.youtube.com/watch?v=3JEQnYYOXE0

I've recently started getting into electronics by building a sound synthesizer and had some frustrations figuring out how to simulate things on PC, so I've m...

2026-01-14

402.

iptables - ArchWiki

wiki.archlinux.org/title/Iptables

2026-01-11

395.

Hedging your Bets: a guide to delaying your final choice of faction {SPOILERS} - Fallout: New Vegas - Dead Money

gamefaqs.gamespot.com/boards/959557-fallout-new-vegas/60786708

For Fallout: New Vegas - Dead Money on the Xbox 360, a GameFAQs message board topic titled "Hedging your Bets: a guide to delaying your final choice of faction {SPOILERS}".

393.

ULTIMATE WAY TO INSTALL NVIDIA DRIVERS : r/archlinux

www.reddit.com/r/archlinux/comments/1e8uogr/ultimate_way_to_install_nvidia_drivers

2025-12-31

384.

Titles

www.g-raffa.eu/Cinelerra/HOWTO/titles.html

Color

2025-11-12

337.

Mobile-Locator: Пробить человека по номеру телефона

mobile-location.org/punch-phone-number

Анонимный способ пробить номер телефона и узнать владельца онлайн. С Мобильным Локатором, вы сможете отследить местоположение человека на карте и узнать, как он записан в Контактах других людей.

2025-11-03

334.

GitHub - jakobhellermann/bevy-inspector-egui: Inspector plugin for the bevy game engine

github.com/jakobhellermann/bevy-inspector-egui

Inspector plugin for the bevy game engine. Contribute to jakobhellermann/bevy-inspector-egui development by creating an account on GitHub.

2025-08-01

269.

mapeditor/tiled: Flexible level editor

github.com/mapeditor/tiled

Flexible level editor. Contribute to mapeditor/tiled development by creating an account on GitHub.

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

258.

Printing in OpenBSD

ffuentes.sdf.org/unix/2021/06/10/printing-in-openbsd.html

ffuentes on SDF.org

2025-06-15

249.

Excalidraw — Collaborative whiteboarding made easy

excalidraw.com

Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.

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

244.

style iced - Поиск в Google

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

2025-04-09

172.

Safety Ratched Gear @ Pinshape

pinshape.com/items/37022-3d-printed-safety-ratched-gear

Download and 3D print this file (and many more) from Pinshape today!

2025-02-16

88.

outline-sdk/x/examples/http2transport/README.md at main · Jigsaw-Code/outline-sdk

github.com/Jigsaw-Code/outline-sdk/blob/main/x/examples/http2transport/README.md

SDK to build network tools based on Outline components. - Jigsaw-Code/outline-sdk

2025-02-09

74.

GitHub - CorentinTh/it-tools: Collection of handy online tools for developers, with great UX.

github.com/CorentinTh/it-tools

Collection of handy online tools for developers, with great UX. - GitHub - CorentinTh/it-tools: Collection of handy online tools for developers, with great UX.

2025-01-13

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