Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

BluePower, (edited ) to perchance in Problems with saving and loading generators on Perchance
@BluePower@sh.itjust.works avatar

Update again: There are some cases where the generator stalls at loading for an even longer time, from 40 minutes to almost an hour. The initial page load wasn’t stalled, only the generator load after the perchance framework was loaded.

As shown in the screenshot below, I only left one other Perchance generator instance open and active during this period of time.

https://sh.itjust.works/pictrs/image/41116709-472b-4be2-95eb-0236d5477025.png

https://sh.itjust.works/pictrs/image/db258814-5176-43f4-b13d-becc493c2b89.png

BluePower, (edited ) to perchance in Generator in need for mods
@BluePower@sh.itjust.works avatar

Yeah, in this case, only the author of the generator can change and moderate anything I think (same with any other AI image generators in Perchance), even if we offer to add the admin account by yourself, unless if you remix the generator so that you can moderate the comments by yourself (i.e. create a “safe” version of the generator with moderated comments of your own).

See this comment from a related post from the Dev.

In today’s abundance of social medias, perchance feels very DIY and oldschool, like on good old internet, which feels very refreshing.

Yep, I could feel the same too. Minimal interface and everything. And the account settings are also very minimal too.

BluePower, to perchance in The Comments Plugin's notifications feature + additional caveats, tips, how to enable them and other things
@BluePower@sh.itjust.works avatar

Updated the body post, added instructions and some major changes.

BluePower, to perchance in A quick example demonstrating how you can get rid of the error message (without using a "private" function in the engine)
@BluePower@sh.itjust.works avatar

Okay, I now understand there’s now a clear documented window.ignorePerchanceErrors and clearPerchanceErrors() function in the advanced generator, the last time I took a look at the page, it wasn’t there (here’s a snapshot of the page from 2022). Overall, the alternative method only hides the error box out of the generator and does not clear the errors, whilst it does with clearPerchanceErrors() so you cannot see them when you programatically open the error dialog (as in the example).

BluePower, (edited ) to perchance in Problems with saving and loading generators on Perchance
@BluePower@sh.itjust.works avatar

Okay, so I got some more reports today. I woke up and opened my browser with a tab heading to the Comments Plugin page, with all the comments sections already loaded up. Then, I opened my Generator Manager, and it loaded just as usual, but when I saved it, it took a really long time, up to around 30 minutes, with usual long-stalling requests initiated by the /api/cv request. It even spit out a Couldn’t get generator dependencies error midway. I left only the Comments Plugin tab and the Generator Manager tab open for the rest of the time in the same browser while doing some outside work.

After trying to save it again after a couple of minutes though, it did save pretty well.

https://sh.itjust.works/pictrs/image/99544c42-a420-48c7-b275-af4ef1ccc708.png

https://sh.itjust.works/pictrs/image/998a38f9-b508-494b-92ba-4060b0da7d41.png

Update: Now, almost every time I opened and saved my Generator Manager, the other generators I’ve opened seems to start loading for a very long time, while the saving requests from the generator hub page also clogs out of nowhere. It’s in the 30-minute mark again.

BluePower, to perchance in [SOLVED (cannot disclose answer)] user option in comments plugin not available to me, but available to others when both logged in?
@BluePower@sh.itjust.works avatar

I logged in to my Perchance account on Firefox and that also displays the user option in the settings menu

https://sh.itjust.works/pictrs/image/a55ede6f-2de0-4433-a415-4f3121c96551.png

BluePower, to perchance in AI bots in your comments, and more: `c = commentsPlugin(options), c.submit("hello world!")`
@BluePower@sh.itjust.works avatar

Also the current user’s username and other data, i.e. com.user.name would output bluepower81 and com.user.nickName would output Polygonal and so on.

BluePower, to perchance in A more "synthetic" sentence generator that shuffles words on the generated sentences
@BluePower@sh.itjust.works avatar

@perchance Just saw a typo in the sentence generator! Also, if the generator has somehow been updated with new sentences or so, please let me know so I can add them into my generator.

BluePower, to perchance in [incessant whining] comment tag color choosing
@BluePower@sh.itjust.works avatar

Ideally I’d replace the letters with a dingbat font or something so there’s more visual distinction between the tags.

I’ve also had a similar kind of idea by having an auto-generated nickname based on the user’s tag in my advanced comments plugin demo. For example: B134 becomes BtereHariman34 (though the tag-to-nickname system is still in underlying development, and I might change the names on the database so it looks less like nonsense to read on)

BluePower, to perchance in [Tip] A cute way to remember text inputs (without the `remember-plugin`)
@BluePower@sh.itjust.works avatar

I remember this one using only the localStorage thing and I think I’m actually using this in some of my generators. After trying this a bit, I found a benefit from using this method, that the data will stay in the input even if the generator is reloaded through the auto-reload feature when editing the generator’s code.

Using the remember plugin, in normal circumstances, that would reset the value when it’s auto-reloading. And I’d also like this kind of behavior to be implemented right into the plugin so that remembered variables (and not just the user inputs) can retain its value even when auto-reloading generators.

BluePower, to perchance in # News and discussion
@BluePower@sh.itjust.works avatar

No, that’d be impractical, unless the server is stored somewhere on space and there was a technology that makes the server accessible from the ground, without any sort of latency or slow connection. But I guess the reason is that the perchance upload server would be guaranteed to be maintained forever so it’s very, very unlikely that a file would randomly disappear from the server.

BluePower, (edited ) to perchance in `[Bug]` Cannot reply to messages behind `load more`.
@BluePower@sh.itjust.works avatar

Nice bug report! @perchance pinging dev. Tried on the comments on the comments-plugin page and also didn’t work as expected.

BluePower, (edited ) to perchance in [Plugin] Leaderboard-v1
@BluePower@sh.itjust.works avatar

Some suggestion before I go to nighttime - is there a way to remove entries completely through leaderboard.remove()? The reason why is because the leaderboards in my Complete the Number Blocktrains game gets “wiped out” gradually every time an entry gets added in the “core engine” of the leaderboard when someone completes a round, and to remedy that issue, I instead want the previous entry to be then replaced with the new one with the new score from the same player. Also, each entry should have its unique ID so you know which ones have to be removed (can be through an index too).

The suggestion applies to the Leaderboard v1 plugin which I use for the game (and v2 as well if you want to).

BluePower, to perchance in Super Fetch Plugin does not work with `user-uploads.perchance.org`
@BluePower@sh.itjust.works avatar

Thanks! The CORS error is still happening on my primary Edge profile, but now the fetching worked out anyways.

https://sh.itjust.works/pictrs/image/43f32de7-bbad-4b2d-acf3-e7ffb2dc77bd.jpeg

BluePower, (edited ) to perchance in Super Fetch Plugin does not work with `user-uploads.perchance.org`
@BluePower@sh.itjust.works avatar

I also once tried it on Edge on mobile and a private window on Edge on PC and both did fetch successfully.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • InstantRegret
  • mdbf
  • ethstaker
  • magazineikmin
  • cubers
  • rosin
  • thenastyranch
  • Youngstown
  • osvaldo12
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • provamag3
  • Durango
  • everett
  • tacticalgear
  • modclub
  • anitta
  • cisconetworking
  • tester
  • ngwrru68w68
  • GTA5RPClips
  • normalnudes
  • megavids
  • Leos
  • lostlight
  • All magazines