Posts by nnda
so eepy
Screenshot of Pitch, showing the 'Info List' component page.
table of content!!... though, like half of the core stuff hasn't been implemented/migrated/rewritten yet
❌DON'T: Shame artists for using Ko-Fi
✔️DO: Shame Ko-Fi for allowing Gen AI content
You cannot in good conscience say that you are a platform for all creatives when you ban NSFW content but allow this
yay! :D
I'm using just the Svelte + Vite
Found this gist in a Sublime Text forum post.
I think I'm fine with not having syntax highlighting for the HTML strings, rather than having to wrestle with the configs and settings lol
gist.github.com/subhaze/a754...
Behold, built-in live HTML editor for each components in Pitch!!!!!!!!
Was able to get the syntax highlighting for the HTML strings inside the Svelte component's attribute through Sublime Text's custom syntax...
But now I lost the entire highlighting of the Svelte component. Which is kinda funny.
Yees, I'm rendering the children's HTML + showing said HTML's source code in the component.
Ouuww, good idea. I'll look that one up.
I've tried the render -> grab `.innerHTML` method. But the HTML got minified :/
I'm trying to build a 'code snippet' component piece, like this one below. Which require the raw HTML source code/strings.
A snippet of Svelte component source code, reading: <!-- from this --> <CodeHTML> <ul class="custom-dot-leader"> <li> <span>Base game</span> <span>$5</span> </li> <li> <span>Base game + bonus content</span> <span>$12.5</span> </li> <li> <span>Supporter Pack</span> <span>$16</span> </li> </ul> </CodeHTML>
A snippet of Svelte component source code, reading: <!-- to this... --> <CodeHTML html={` <ul class="custom-dot-leader"> <li> <span>Base game</span> <span>$5</span> </li> <li> <span>Base game + bonus content</span> <span>$12.5</span> </li> <li> <span>Supporter Pack</span> <span>$16</span> </li> </ul> `}></CodeHTML>
Turns out I can't just yoink the raw inner/children's HTML strings from a Svelte component just like that. So I have to do this instead. There goes my syntax highlighting.
The rewrite is shaping up great. Most of the main layout is done. Though, rewriting the old YAML-based components manifest files to `.svelte` component is kinda tedious.
A screenshot of IDE program "Sublime Text". On the sidebar to the right, its showing a file tree structures, of a typical Svelte project. On the text editor column on the right, it shows a `.svelte` file, of one of the Pitch's component's manifest + its documentation. And on the text editor column on the left, it shows a `.yaml` file, containing the same information and data. The code snippets shows: { name: "Accordion", scopes: { compatible: "project", partial: [ "profile", "jam", ], }, input: [ { name: "Opened icon", id: "ACCORDION_OPENED", default: "▼", type: "string", }, { name: "Closed icon", id: "ACCORDION_CLOSED", default: "►", type: "string", }, ], inputVars: [ { selector: ".custom-accrd", vars: { "ACCORDION_OPENES": "accrd-opn", "ACCORDION_CLOSED": "accrd-cls", }, } ], };
Currently rewriting Pitch from the ground up. Migrating from webpack + Node.js + manual components build system stuff in TS, held together by tears and duct tape. To Vite, Svelte, and Bun (still with TS + SCSS).
The old version is an absolute nightmare to maintain.
Circumstances have changed, and Im trying to raise 6000 USD.
I have an ongoing 20% off sale in my shop and a ko-fi.
I currently have emergency commissions up on ko-fi
I know times are tough for everyone, so all I can ask for is shares.
ko-fi.com/megglesart
www.etsy.com/shop/Meggles...
Please don't use my assets for GenAI!
I know it's a losing battle, I'm trying to figure out a way forward. But the icon money pays for the roof over me and my family's head. So I cant be ok with AI 🥲
In the meantime, these icons are now in the main pack!
#gameassets #indiedev
@gameengines.bsky.social
I would like Godot label plzzz! 👉👈
yeaaah 😭
if you need help with re-nesting them again lmk!
a doodle of a guy floating in a void with some questions over thenm. “what do I make? is it art? is it content? is it authentic?” “am I doing a good job?”
does it matter? i don’t know. the only thing you really have to make is yourself
Two different images posted by user "snow-kiss" about a month apart, claiming to be unique original pieces. They both show a seemingly pixel art rendition of a wizard in a robe and had, holding a cane and casting a spell. The sprites are remarkably similar, with only random variations made without a clear motivation. They also display pixels with mixed resolution, non-square pixels, off-grid pixels and diagonal lines that would be impossible at the suggested resolution. Beneath the images there are random characters added as supposed "alt text".
Three separate posts by user "snow-pixe", showing very similar drawings of a pixel-art knight holding a sword in their right hand, and a round shield on their left. The knight dons full armor and has a red plume on their helmet, and all have the same pose in which they appear to be bracing for combat. The pictures differ mostly in color and resolution. Highlighted in the post's texts are the strange terms used to describe the pictures: "pixel landscape", "pixel scene", and "legacy-inspired dot drawing".
1. art w/ mixed resolutions, off-grid pixels, nonsensical diagonals
2. small variations of the exact same image
3. calling sprites "landscapes", senseless terms line "legacy-inspired dot art"
4. random chars used in the alt text (which i find PARTICULARLY evil)
5. about 270 posts every day (!!!)
i made a version of wikipedia you can doomscroll
xikipedia.org
Reminding everyone, PLEASE, DO NOT sub to your favorite content creators through phone apps as it not only charges you more, it also takes a higher % from us AND to top it all off blocks the money from being received for 30 fucking days for some goddamned reason.
an often overlooked casualty of this whole scam is how gen-AI corpos have flattened "artificial intelligence" to mean LLM garbage
neural networks, behavior trees, freaking path finding!, were all once under the umbrella of "AI", before it became synonymous with IP pillaging & chatbot sycophancy
A JSON file, reading "{"slot":2}"
The dynamic slot count is basically just a shields.io badge, grabbing a JSON data from my public repo, that I still have to update manually, and accordingly to my slot availability...
I'm honestly not very sure if its any better than manually editing the HTML :/
The CSS commission section on Pitch itch.io page. The title reading "Need Help With Your Page?" And the main paragraph reading "Want your page to look like these?? Check out my itch.io CSS commission listing on Ko-fi!" The CTA button, labelled "Order now!", has a sub title that reads "Slots open: 2", and a price tag of "$10" on the right. A small paragraph at the very bottom reads "Follow me, and unlock the code ##### to get 15% off!"
Opening comms again. Also refactored the section on Pitch's page, with new ""follower exclusive"" discount code, and (somewhat) dynamic commission slots count.