0 Followers
0 Following
4 Posts
Argumentive. Standards. Elevation. Passive. Heights.
Yeah I didn’t mean a one-to-one implementation in the pedantic sense; I meant more like how it would be implemented to address certain issues in C++ that I demonstrated at the beginning. Sorry if I wasn’t clear with the article’s name.
Thanks for letting me know, I will update the article!

You can combine this with Nixhub to find the precise commit of nixpkgs, if you need a copy of stable for a specific package! For example, I needed to get draw.io before it changed its license to a non-FOSS, so I pinned it to a specific commit hash.

The commit hash goes in the configuration like this (example): nixpkgs-lvm.url = “github:nixos/nixpkgs/2fbfb1d73d239d2402a8fe03963e37aab15abe8b”;

Nixhub.io | A Nix Packages Registry

Search over 400,000 historical versions of nix packages on Nixhub.io. Find the Nix packages you need to get started on Devbox.

This is the first article that I write of this type, so I tried to create a balance between implementation and explanation without making the latter strictly dominate the pacing. If anyone has feedback I’d appreciate!

Rust to C++: Implementing The Question Mark Operator

https://lemmy.world/post/44998067

Rust to C++: Implementing The Question Mark Operator - Lemmy.World

Lemmy

Understanding the Nix Store by Hunting Packages Down

https://lemmy.world/post/38270802

Understanding the Nix Store by Hunting Packages Down - Lemmy.World

Lemmy

openbsd-vpn - Automatic OpenBSD instance deployment for WireGuard servers

https://lemmy.world/post/26370984

openbsd-vpn - Automatic OpenBSD instance deployment for WireGuard servers - Lemmy.World

cross-posted from: https://lemmy.world/post/26370379 [https://lemmy.world/post/26370379] > I wrote this setup script for automatic deployment of WireGuard server instances running OpenBSD on Vultr and thought it could be useful for someone. This script automatically handles the configuration and creation of instances, OpenBSD and WireGuard. I originally wrote this for a router framework I’m working on but thought it would be best if I published it separately. I’m planning to add support for other cloud providers as well in the future. Hope someone finds it useful.

openbsd-vpn - Automatic OpenBSD instance deployment for WireGuard servers

https://lemmy.world/post/26370379

openbsd-vpn - Automatic OpenBSD instance deployment for WireGuard servers - Lemmy.World

I wrote this setup script for automatic deployment of WireGuard server instances running OpenBSD on Vultr and thought it could be useful for someone. This script automatically handles the configuration and creation of instances, OpenBSD and WireGuard. I originally wrote this for a router framework I’m working on but thought it would be best if I published it separately. I’m planning to add support for other cloud providers as well in the future. Hope someone finds it useful.