Oh look is that clown Thierry again.
I donβt get the controversy. Itβs god damn simple:
1- RPi GPU starts first.
2- GPU loads proprietary bootcode.bin
3- GPU wakes up CPU
4- Normal boot process continues
Why is so controversial to point out the device has a rootkit by design? Itβs okay for the threat level of a node or a mini server but signing transactions?
What worked for me is daily workout plus 12km daily walks with doggo. Went from 83kg to 72kg (185ish cm) in a few months plus getting fit not thin. Normie food intake without processed crap.
I only watch the 4chan rabbit and the Alex Jonesy fox woman.
img2img tuber era will be wild nostr:note14ldk26k4fqswhq06ek9z5jk6aa9ztsxqgz38y8yp4jxwhqzdjlxsvnhtv0
HE SAID IT

Read about the raspberry pi boot process. It literally loads a rootkit from the GPU before starting the CPU.
#FUTO becoming a force for good on left extremist infected FOSS world.
Some people on the internet call this router βthe beastβ.
The design language here with the rugged case and exposed radiator is the most non-apple wannabe (unifi *cough*) thing I know in current year. And its awesome.

Wish more Bitcoin related stuff used Unix socket. Sucks to have a bunch of open ports on your machine even though those are listening on loopback. With sockets you can control the access to the file using file system ACLs.

```
{
description = "Killy the killing machine";
inputs = {
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
follows = "nix-bitcoin/nixpkgs-unstable";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";
inputs = {
nixpkgs = {
follows = "nixpkgs";
};
};
};
nix-bitcoin = {
url = "github:fort-nix/nix-bitcoin/release";
};
};
outputs = { self, nixpkgs, lanzaboote, nix-bitcoin, ...}: {
nixosConfigurations = {
killy = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix
nix-bitcoin.nixosModules.default
lanzaboote.nixosModules.lanzaboote
({ pkgs, lib, ... }: {
environment = {
systemPackages = [
pkgs.sbctl
];
};
boot = {
loader = {
systemd-boot = {
enable = lib.mkForce false;
};
};
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
};
nix-bitcoin = {
generateSecrets = true;
nodeinfo = {
enable = true;
};
};
services = {
bitcoind = {
enable = true;
txindex = true;
zmqpubrawblock = "tcp://127.0.0.1:28332";
zmqpubrawtx = "tcp://127.0.0.1:28333";
};
fulcrum = {
enable = true;
};
lnd = {
enable = true;
certificate = {
extraIPs = [
β[REDACTED]β
β[REDACTED]β
];
};
};
lightning-loop = {
enable = true;
certificate = {
extraIPs = [
β[REDACTED]β
β[REDACTED]β
];
};
};
lightning-pool = {
enable = true;
};
};
})
];
};
};
};
}
```
Oh early 2000s comfy. Listening right now as I code some slop for work.
Orange Redditor is mad people like cool things with something he doesnβt like.

Important update: Mutiny Wallet will be winding down operations by the end of the year.
We're exploring new directions as a company. For full details on the shutdown and our future plans, please read our latest blog post: https://blog.mutinywallet.com/mutiny-wallet-is-shutting-down/
Probably one of the coolest wallets ever created. It was fun while it lasted.
Oh no






