Skip to content

Instantly share code, notes, and snippets.

View adnanwahab's full-sized avatar
🎯
Focusing

adnan wahab adnanwahab

🎯
Focusing
View GitHub Profile
@voidus
voidus / flake.nix
Created April 22, 2023 18:35
Build a cloudinit image in nixos
{
description = "A nixos cloudinit base image without nixos-infect";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs";
};
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";
@shaunlebron
shaunlebron / realtalk.md
Last active December 18, 2024 02:12
why Dynamicland Realtalk isn't open source

Transcribed from an interview with Toby Schachman and Paula Te on The Afrofuturist Podcast:

There's this notion of the open-source movement. There are a lot of things
that we totally resonate with that because it's about understanding how your
technology works. We're totally 100% on board with that.

But then there are other issues with the open-source community, where it's
very internet-based and so open-source ends up benefitting this group of
people who have really strong access to internet and understand how to use
@Fil
Fil / .block
Last active October 18, 2024 02:45
Using POST in d3-json
license: mit