@UncleClive
10 REM *** PRETTY LINES ***
15 LET mx=255: LET my=175
20 FOR x=0 TO mx step 2
22 for y=0 to my step 2
23 ink 2
24 border 4
30 PLOT x,0: DRAW mx-x,my
40 PLOT x,my: DRAW mx-x,-my
65 ink 4
66 border 2
70 PLOT 0,y: DRAW mx,my-y
80 PLOT mx,y: DRAW -mx,my-y
90 NEXT y
100 NEXT x
Conversation
Notices
-
popey (popey@mastodon.social)'s status on Wednesday, 21-Aug-2024 21:28:50 UTC popey -
popey (popey@mastodon.social)'s status on Wednesday, 21-Aug-2024 21:28:45 UTC popey @darkling @UncleClive hmmm. Will check Cliveβs settings. Maybe I bollocked it up
-
Dave M7TLB ππΊπ¦π» (thelovebug@mastodon.me.uk)'s status on Wednesday, 21-Aug-2024 21:28:45 UTC Dave M7TLB ππΊπ¦π» @popey
I believe, if replies are unlisted, they won't go into anyone's timeline except the user the reply is for.You'll want the reply to have the same privacy level as the original post.
-
Hugo Mills (darkling@mstdn.social)'s status on Wednesday, 21-Aug-2024 21:28:49 UTC Hugo Mills @popey @UncleClive I can only see two replies from this bot, one from February last year, and one from 22h ago which is just a loading screen. I've seen one other video in reply to one of your recent posts, but it's not in the bot's posts-and-replies. What's going on here?
-
popey (popey@mastodon.social)'s status on Thursday, 22-Aug-2024 00:21:21 UTC popey @thelovebug @darkling @UncleClive By "unlisted" do you mean "Don't mention the person?" Because I think that's the issue.
-
Dave M7TLB ππΊπ¦π» (thelovebug@mastodon.me.uk)'s status on Thursday, 22-Aug-2024 00:21:21 UTC Dave M7TLB ππΊπ¦π» @popey
It's a privacy setting that accompanies a post/notice/toot. In Pachli it manifests itself as per the attached image. Unlisted essentially means, only appear to the original poster, and anyone who specifically goes looking for it. I don't know if the person needs to be mentioned for a reply to work, but the Privacy option should probably be Public if the original post was. -
popey (popey@mastodon.social)'s status on Thursday, 22-Aug-2024 10:37:37 UTC popey I am setting visibility='public' in the API. I don't quite understand why it's still now showing up as a reply.
-
Dave M7TLB ππΊπ¦π» (thelovebug@mastodon.me.uk)'s status on Thursday, 22-Aug-2024 10:37:37 UTC Dave M7TLB ππΊπ¦π» @popey
Check out this thread, and the screenshot.https://botsin.space/@UncleClive/113002333728401766
Your original post is Public, but @UncleClive response is Unlisted (denoted by open padlock)
-
Dave M7TLB ππΊπ¦π» (thelovebug@mastodon.me.uk)'s status on Thursday, 22-Aug-2024 11:30:16 UTC Dave M7TLB ππΊπ¦π» @popey
It makes a change for me to be able to help _you_ out... genuinely a pleasure! ππ -
popey (popey@mastodon.social)'s status on Thursday, 22-Aug-2024 11:30:17 UTC popey @thelovebug Thank you so much. I was really grappling with the API, and your posts have helped me understand why. Thanks man.
Also, I found an option in Fuse (the Spectrum emulator) to emulate a ZX printer, which made me think of you. :)
-
Dave M7TLB ππΊπ¦π» (thelovebug@mastodon.me.uk)'s status on Thursday, 22-Aug-2024 11:34:31 UTC Dave M7TLB ππΊπ¦π» @popey
Also, I need to realign my feelings on all things Spectrum. The last dabble I had with it cost me Β£105. I need to push beyond that! π€I did experiment with FUSE at some point in the past, but I found that the control lag made most games - even low-performance 16K games like Transversion (the first game I ever had on the Speccy) - simply unplayable. RetroPie was the same. Perhaps I was doing it wrong.
-
Dave M7TLB ππΊπ¦π» (thelovebug@mastodon.me.uk)'s status on Thursday, 22-Aug-2024 11:58:22 UTC Dave M7TLB ππΊπ¦π» @frenchguych
Spamming random code is some people's day job! π -
FrenchguyCH (frenchguych@mastodon.social)'s status on Thursday, 22-Aug-2024 11:58:23 UTC FrenchguyCH @thelovebug @popey @UncleClive @darkling so... That's what all that BASIC code was for ? I never saw any response to it, I thought you were just spamming random code !
-