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
4mo
I'm running out of search engines to use
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
I hope you can tell this is a joke thread
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
For some reason my boss yelled at me now. He really needs to get with the times smh wyvPensive
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
My boss was delighted to see I completed a project that was supposed to take another 6 months. Thank you, Cloudflare, for this lesson in how to get things production-ready very quickly ❤️
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
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
4mo
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
4mo
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
4mo
@morgunkorn Happy birthday! wyvHeart
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
@freeplay Good question actually neofox_googly
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
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
4mo
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
4mo
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
4mo
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
4mo
@Soblow Dragons drgn_owo_mlem
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
@catraxx wyvUwu
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
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
4mo
@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
4mo
@Erpel Get well soon brdHug
User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4mo
@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
4mo
@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