Ask the bot?
Search found 70 matches
- Mon Sep 25, 2023 10:03 am
- Forum: Development
- Topic: webDip hosted full-press AI live
- Replies: 61
- Views: 1691
- Sun Sep 17, 2023 10:28 am
- Forum: Feedback/Bug Reports
- Topic: How do you delete a sandbox game?
- Replies: 3
- Views: 66
Re: How do you delete a sandbox game?
I have deleted them. There's a button somewhere in the new UI.
Re: Boosted!
The virus broke the illusion of control, that people have tried to regain since. They hoped in experimental vaccines that were consequentially rushed to market. Now we know that they don't prevent infection, but people take them as it helps them regain the illusion of control. Meanwhile the virus se...
- Wed Aug 30, 2023 11:13 am
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
privacy trumps encryption when the former is available. Hmm, did you get this the wrong way round? Or am I misunderstanding what you mean by privacy? If you mean "privacy" as guaranteed by a company / law / etc I'd say encryption trumps privacy. I just compare the private channels in full press to ...
- Sun Aug 27, 2023 6:59 pm
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
I definitely agree using this method is equivalent to private press. It's a very neat trick, but it's using cryptography to work around the game rules, and if the rule of the game is "public press" using these techniques violates that and effectively makes it private press, using some very clever c...
- Mon Aug 21, 2023 2:08 am
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
In normal full press you don't see when other players write messages to private press. Nor can you expose your private press to a 3rd player. You can copy/paste the discussion, but you could have copied it from anywhere. Ok, fair enough, it's a game that is almost identical to a normal full press g...
- Sun Aug 20, 2023 1:59 pm
- Forum: Diplomacy Advice
- Topic: Are Bot Games Gunboat?
- Replies: 14
- Views: 315
Re: Are Bot Games Gunboat?
So does the stuff I say to bots have any impact on their actions? Parsing what you say would be harder to implement than talking, so probably not. And are there "tier lists" of countries against bots? (my very possibly inaccurate gut feeling says top three are 1 France, 2 Germany, and 3 Turkey.) AF...
- Sun Aug 20, 2023 1:09 pm
- Forum: Diplomacy Advice
- Topic: Are Bot Games Gunboat?
- Replies: 14
- Views: 315
Re: Are Bot Games Gunboat?
Bots just don't talk. And the difficulty of bot games depends largely on the nation you get. The games are automatically ruled drawn when the player is gone, so bot Italy usually attacks Austria.
- Sat Aug 19, 2023 8:38 pm
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
b) every player is using this technique, in which case you are just playing a normal full press game with lots of extra steps In normal full press you don't see when other players write messages to private press. Nor can you expose your private press to a 3rd player. You can copy/paste the discussi...
- Sat Aug 19, 2023 11:56 am
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
Going to say here, from a kinda-mod perspective, this is a cool thought experiment but if you do it in a public press game (assuming I'm understanding this correctly), you are essentially communicating privately. The messages are only encrypted, not hidden. Either player could easily prove their co...
- Fri Aug 18, 2023 2:45 pm
- Forum: New Games
- Topic: Need last few players for Global press game
- Replies: 3
- Views: 115
Re: Need last few players for Global press game
For encryption I recommend the technique I laid out on the strategy board. It's a way to agree to a common secret in the public press. It remains secret because it is a mixture of 3 ingredients: 2 secret ones, one from each party, and 1 such that either secret can be mixed to it before the other. I ...
- Thu Aug 17, 2023 7:59 pm
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
Attaching the makefile still fails, but you can cat > makefile and paste the contents below: my_confounded: my_secret openssl pkey -in $< -pubout -out $@ cat $@ # Below this line my_secret: openssl genpkey -algorithm X25519 -out $@ common_with_%: % my_secret openssl pkeyutl -derive -inkey my_secret ...
- Mon Aug 14, 2023 12:07 pm
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
Hey it works! Nifty.. > As with a lot of this stuff, very neat, but a bit impractical < I think more practical and definitely more secure than what was used in that game that inspired this guide. :) It'd be good if there was decent software that allowed this kind of thing more easily. We use this s...
- Mon Aug 14, 2023 10:14 am
- Forum: Off Topic
- Topic: Marketing tips
- Replies: 25
- Views: 5392
Re: Marketing tips
This is the first time that I see an advertising bot get +1 from a mod. 

- Sat Aug 12, 2023 9:43 pm
- Forum: Development
- Topic: webDip hosted full-press AI live
- Replies: 61
- Views: 1691
Re: webDip hosted full-press AI live
I'll be interested to get some feedback from players after this first game is through.. to me the bot seems annoyingly chatty and verbose, I think I might've tweaked something too far in the wrong direction, it's just writing walls of text. What it's writing seems to make sense, but for every messa...
- Fri Aug 11, 2023 3:46 pm
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
Eeenteresting.. So here's my confounded contribution: -----BEGIN PUBLIC KEY----- MCowBQYDK2VuAyEAlzaB5x9nLBv47jZ66s0EClFsf2oRqjk+AeIOV5JbtjI= -----END PUBLIC KEY----- I now have a common secret with you.. so I guess I can use those 256 raw bits to encrypt something only you can read? If I generate ...
- Mon Aug 07, 2023 10:06 pm
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
The actual implementation uses algebra of a finite field, but I haven't delved into it so deeply that I could tell how accurate analogy integer multiplication actually is (so I called it just mixing), but Wikipedia seems to use it.
- Mon Aug 07, 2023 5:40 pm
- Forum: Diplomacy Strategy
- Topic: National Cup (not actually a national cup) Peanut Gallery
- Replies: 98
- Views: 2129
Re: National Cup (not actually a national cup) Peanut Gallery
Jamiet99uk wrote: ↑Mon Aug 07, 2023 5:10 pmHuh?learnedSloth wrote: ↑Mon Aug 07, 2023 2:30 pmI think it was Austria. The info page shows that he has used 1 of his excuses.
Where are you able to see that?
- Mon Aug 07, 2023 5:31 pm
- Forum: Diplomacy Strategy
- Topic: Negotiating a secret for encryption in the global press
- Replies: 31
- Views: 685
Re: Negotiating a secret for encryption in the global press
Understanding isn't required for use. :-) OK, let's forget metaphors. The math is simple. I made the following table where - CF is the confounding factor - S1 is the secret of Player 1 - S2 is the secret of Player 2 - * means mixing - arrows illustrate direction of dataflow Player 1 knows | Public P...
- Mon Aug 07, 2023 2:30 pm
- Forum: Diplomacy Strategy
- Topic: National Cup (not actually a national cup) Peanut Gallery
- Replies: 98
- Views: 2129