User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
Admin
Wyvern-shaped software developer and hobby vector artist. Also sometimes a fluffy werewolf alien creature (Areon).

Creator of the neofoxes, neocats and other emojis.
wvrnBox
Website
https://volpeon.ink/
Speaking German, English
Age 30s
Pronouns he / him
Backup Account @volpeon@goto.wyvern.rip
Bonus Content @areon@icy.wyvern.rip
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
I really miss Astro files in Lume. I use JSX and it's always this:
import bla

interface Props { ... }

export default ({ ... }: Props) => {
    // computations depending on props
    return (
        <div>
            ... 
        </div>
    );
}



The structure is linear (imports, type definitions, computations, markup), and yet I always have these stupid useless indentations. In Astro it would look like this:
---
import bla

interface Props { ... }

const { ... } = Astro.props;

// computations depending on props
---

<div>
    ...
</div>
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
You can actually tell when sections were written by a human because they're way more pleasant to read. Whatever AI they use sucks at writing
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
stateof.mozilla.org
This text has all of the same tells it was written with AI as the last blog post I saw by Mozilla. What a joke.
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@morgunkorn Happy birthday! wyvHeart
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@freeplay Good question actually neofox_googly
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
I have an idea for my new banner. Obviously, it's as far away from easy as it gets neofox_googly_blep
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
Since I'm working on my website anyway, it's time to tackle the new home page banner wyvHyper
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
pub fn draw_image_with_html_canvas_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
A spell to scratch the itchy parts on your back
The magicians in Frieren's world understand what kind of magic is important and useful to research
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@Soblow Dragons drgn_owo_mlem
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@catraxx wyvUwu
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
I recently read a text that was littered with "not just x but y"-type sentences. I stopped at the middle because by that point every single sentence was like this, I'm not exaggerating. I don't even care if that was AI or not, it annoyed me so much neofox_googly_shocked
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@SteffoSpieler Well shit, I forgot to port that one because its fancy interaction stuff means I can't manage it with Strapi neofox_googly_shocked
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@Erpel Get well soon brdHug
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@catraxx A sacrifice I'm willing to make in order to serve optimized images neofox_lul
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@pixel Image optimizations. The emojis are especially horrible because it's a lot of files. I already got the time down by generating a spritesheet but it's still slow neofox_googly
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@CenTdemeern1 I didn't bother porting this because I want to redo the whole header section anyway
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
My new website is online. You can't see a difference, but now it's built with Lume. woozy_baa Initial build was 15 minutes, but now that things are cached it's only 30 seconds. Astro always took 2.5 minutes despite caches.
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
Site on local PC: builds
Site on server:
Uncaught (in promise) Error: Can't find stylesheet to import.



AAAAAAAA
wyvScream
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
6mo
@morgunkorn @Enalys wyvScream