2024-03-01 03:49:31 the us federal government is a criminal organization 2024-03-01 03:50:39 like RICO statute and the US would agree, but the political enforcement is another discussion 2024-03-01 03:55:43 political enforcement in this context is supposed to be our job, but what's the point of the 2a if the people won't wield it 2024-03-01 04:01:10 fundamentally, what is right and what is political. 2024-03-01 12:40:08 I think the point of the 2a is that each person gets to choose how to manage that part of his or her life. 2024-03-01 12:40:24 This is interesting: 2024-03-01 12:40:26 https://www.youtube.com/watch?v=dFcaEUj43OY 2024-03-01 12:40:40 New process that conceivably could let individual farmers produce their own fertilizer. 2024-03-01 12:40:48 Very good "grass roots" possibilities. 2024-03-01 12:50:50 the point of 2a is for the people to murder an out of control federal government. there is no question of this. the authors of that text said as much in no uncertain terms. 2024-03-01 13:01:30 The point of 101010 2024-03-01 13:02:02 74 2024-03-01 13:02:19 44 actually 2024-03-01 13:02:49 because they don't make a 45. wait, that's not how it goes 2024-03-01 13:04:22 also it's 42 not 44. look, it's early here 2024-03-01 14:07:42 Just thought 2A in hex looks interesting in binary 2024-03-01 14:08:20 Need a forth bot! 2024-03-01 14:42:42 you could start with one and then maybe get a second or third 2024-03-01 15:39:40 ACTION smirks 2024-03-01 15:52:51 ACTION has a forth bot... 2024-03-01 16:01:43 retro-describe: reorder 2024-03-01 16:01:46 http://sprunge.us/EZaz00 2024-03-01 16:03:21 retro: :hello 'hello_##forth s:put ; hello 2024-03-01 16:03:21 hello ##forth 2024-03-01 16:09:17 retro: hex #2A d 2024-03-01 16:09:23 retro: hex #2A binary n:put 2024-03-01 16:09:24 101010 2024-03-01 16:15:30 balanced number! 2024-03-01 16:18:30 222 in base 4 2024-03-01 16:31:30 crc: That's awesome, will have to chat with it some time! 2024-03-01 16:31:43 Does it allow direct messages? 2024-03-01 16:31:57 Well I'll find out later I guess 2024-03-01 16:36:56 I don't think I implemented dm support yet 2024-03-01 16:40:11 Does it have state shared between messages? 2024-03-01 16:40:18 Like block storage or something? 2024-03-01 16:44:15 retro: make me a sandwich 2024-03-01 16:44:16 ERROR: Word Not Found: make 2024-03-01 16:44:16 ERROR: Word Not Found: me 2024-03-01 16:45:32 retro: QUIT 2024-03-01 16:45:32 ERROR: Word Not Found: QUIT 2024-03-01 16:47:00 and yes, and now begins the inevitable race to break the sandbox 2024-03-01 16:48:04 Just need to find the right wordlist :) 2024-03-01 16:49:56 retro: bye 2024-03-01 16:50:01 oops 2024-03-01 16:50:29 retro: #1 #2 + n:put 2024-03-01 16:50:30 3 2024-03-01 16:50:33 oh ok i didnt break it 2024-03-01 16:50:37 ACTION phew 2024-03-01 16:52:43 the actual execution is run under a secondary process spawned by the bot as needed. 2024-03-01 16:53:36 i assume this is the bot's source? http://retroforth.org/examples/irc-bot.retro.html 2024-03-01 16:53:40 i was reading it just now 2024-03-01 16:54:07 this copy has a few small alterations from that, but most of it is the same 2024-03-01 16:55:19 state isn't currently saved, though I can enable that in the sandbox image (I've done that in the past). 2024-03-01 17:00:31 the sandbox vm has most i/o functions disabled, so no filesystem or block access, no syscall interface, etc 2024-03-01 19:19:39 crc: What channels can you talk to bot in? 2024-03-01 19:20:08 currently just this one. I can have it connect to others as well though. 2024-03-01 19:20:52 I just don't want to spam the channel but I suppose forth code is better than the normal spam :P 2024-03-01 19:22:52 it's now listening in #retro-testing as well 2024-03-01 19:23:24 Danke