20 random bookmarks
Storage for the links
Storage for the links
Zig game engine & graphics toolkit for building high-performance, native, truly-cross-platform games, visualizations & desktop/mobile apps.
🌐 HTTP/2 server for zig. Contribute to hendriknielaender/http2.zig development by creating an account on GitHub.
Explore the differences between RocksDB and SQLite, including data models, use cases, and performance. Learn which database fits your needs with examples.
wiki.gg hosts MediaWiki sites about common-interest topics. With over 800 wikis and an indie, editors-first mindset, we're a great place to host your wiki and we'd love to have you!
Matrix, the open protocol for secure decentralised communications
Download and 3D print this file (and many more) from Pinshape today!
Когда речь заходит об использовании SQL, экосистеме Rust есть что нам предложить: к счастью, нам доступны несколько отличных готовых к использованию решений. SQLx — это чисто асинхронный, независящий...
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
10% infill 0.2mm layer height if fails put glue and up infill
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.
This properties table compiles physical and mechanical properties for the top 3D printing materials. Compare metrics for strength, stiffness, density, etc.
Instantly fetch and display favicons from any website. Simple, fast, and free API for developers.
This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code.
I have multiple types with similar methods. I want to abstract over them by writing an interface, like I would in Java:
public interface Shape {
public float area();
}class Circle implements ...
💬 Modern, responsive, cross-platform, self-hosted web IRC client - thelounge/thelounge
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...