Bloated Export

Hi all, just a quick question, Why does a file with just:

...turn into a 613,141-character bloated blob with embedded:

๐Ÿง  NLP fallback engines, ๐ŸŒ Cloudflare callouts, ๐Ÿงพ Regex dictionaries, ๐Ÿงฉ Tag/ID trackers, ๐Ÿค– Language corpus logic, ๐Ÿ“š Word class classifiers (Plural, Ordinal, Comparative)

Is this intentional for runtime fallback purposes, or just bundled by default for safety? Genuinely curious if there's a flag to trim it down. Don't get me wrong i love the site and unique prompt building and design, It just feels a bit odd seeing all that baked into a blank export โ€” especially when it includes tracking and a slimline corpus.

2 points · 3 comments · view on lemmy.world

3 Comments

perchance@lemmy.world · 4 pts · 227d (2 replies)

Cloudflare callouts

Good catch, thanks. Cloudflare seems to inject its DDoS/analytics stuff into any HTML page returned by the server, regardless of Content-Disposition header which seems like a bug on their end. I'm just manually stripping for now. You'll need to edit your generator to clear the download cache.

As for the others, yeah, it embeds the whole perchance engine, since it can't know in advance (in the general case, at least) whether your code will use any particular perchance engine feature at runtime (JavaScript is a very dynamic language). The v2 engine will be a lot more efficient both in terms of size and speed, but that's unfortunately not going to land any time soon.

tehwabb1t@lemmy.world · 2 pts · 226d

Thanks for the tip ๐Ÿ˜ yeah its nothing too troublesome if you view the code just when you create a local project and download its bloated and linked, but saving your project raw helps, see this audio player i made,

  • [https://perchance.org/kustom-lo-fi-music-player](Lo-Fi player),

its nice and simple and using the platform is a perfect sandbox to tryout concepts like this Multi suite i was working on

  • (Nexus), https://perchance.org/kustom-nexuscore-pp

  • a chatgpt clone thats gone OP https://perchance.org/kustom-chatgpt-clone-v101

and i modified the Ai Chat section [https://perchance.org/perchance-org-ai-chat-v2](Ai Chat Main).

So its great for awesome projects to sandbox and appreciate the platform.

.sorry for all the redits, the urls above just would not display and kept redirecting here, anyways i made this too.. just copy n paste

https://perchance.org/per-ception

tehwabb1t@lemmy.world · 1 pts · 226d
[ removed ]
FiniteBanjo@feddit.online · -1 pts · 227d

Oh look another AI instance to block.