We need to talk about state spending.
Discussion
You might be on to something.
yes, and immediately after, migrant gang rapes in west.

Lets do it. 👇🏽nostr:note1r8ptkrs3u7g9kyr80npdkuv09dgp6lfup9p7s4etk4ru7f7al63qcxdufr
We do! 👇🏽nostr:note1kl75qu3dqqd3f9xdw5p6a95h32lprqr2seqymd46p5hx5nhlzdpswk95y4
In Norway? What about it?
The way our governments waste money is truly shocking.
The state is like a teenager using dads credit card for the first time and probably stole it 😁
We been talking about it for forever
The state spends way to much.
Thanks for coming to my TED talk.
contract PublicGood {
address public owner;
uint public fundingGoal;
uint public amountRaised;
constructor(uint goal) public {
owner = msg.sender;
fundingGoal = goal;
}
function fund() public payable {
require(amountRaised + msg.value <= fundingGoal);
amountRaised += msg.value;
}
function withdraw() public {
require(msg.sender == owner);
msg.sender.transfer(amountRaised);
}
}
We need to talk about state stealing.
Once you become a public employee you lose any interest in limiting taxes or spending.
I.e. what's best for the nation is at odds with what's best for you.
In Norway, 1/3 work for the government (so far). Much of Europe is the same.
There is no hope without #Bitcoin.
nostr:note1hzp80gjxjlkphpyy4hnvyrt55ep42w4ft9j4dukgg894lk22q2tqndczjf