package main

import (
    "countries/usa"
    "capitalism"
    "socialism"
    "communism"
)

func main() {
    capitalism.Fail()
    usa.Collapse()
    usa.Do(socialism.Revolution)
    usa.Do(communism.Transition)
}

go build -o '☭'
./☭
  • 2 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: January 28th, 2022

help-circle

  • As an autistic person, I certainly prefer self-checkout. I would much rather have to deal with an annoying error than have to interact with a cashier, or worse, having that cashier ask about my day or something. Besides, most of the error messages have to do with self-checkout being implemented badly, and are not inherently an issue with self-checkout.

    Ideally, self-checkout would work well, and in the ideally rare case where it doesn’t work, a person would be called automatically to deal with the issue and provided with a descriptive error which they know how to deal with. In this case, I believe the cashier job could be replaced with self-checkout.



  • It’s also integrated into Xorg if you use Linux. Enable the compose key, then you can press whatever you set as compose and then type in “CCCP”, and you get: ☭.

    In KDE and probably GNOME, the compose key can be enabled from settings. If using a WM like me, you’ll need to add something like setxkbmap -option compose:ralt to your startup commands in your config. That command sets it to right alt. You can change ralt to whatever key you want to be your compose key.

    Since it is in unicode, you can also do Ctrl+Shift+U followed by 262d to make “☭” in most apps.