#garfield Logs

May 04 2023

#garfield Calendar

06:10 PM rue_mohr: :) so today I write a program to add number for the 1-bit
06:21 PM rue_mohr: I'll do a full adder
08:22 PM aandrew: TIL about bitwise, a CLI calculator that understands bases and shifting and so on
08:24 PM aandrew: https://github.com/mellowcandle/bitwise if anyone else is interested. looks to be in most distros already
09:39 PM rue_mohr: I wrote one
09:40 PM rue_mohr: calc "0b0001<<2(ResultBase=2)"
09:40 PM rue_mohr: 0b0001<<2(ResultBase=2) -->> 0b100
09:40 PM rue_mohr: youc an also use variables