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

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 areon3NSmol @volpeon@icy.wyvern.rip
8mo
@kura But how would Windows even be able to go beyond the 32gb RAM I allocated? 32gb is immediately gone, but there's about 20gb that gets used on top of that and it only returns long after I stopped QEMU.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
Good luck suspending me on my own instance lmfao
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
At start, I was at ~15gb and nothing in swap. After QEMU it's this and I got lag because of the swapping. Why. Process managers don't show me any process using this much.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
There's something that's eating quite a lot of RAM when using my Windows VM in QEMU. I don't know what it is because it persists for a while after I stopped QEMU.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
It Minecraft time drgn_cool
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
This is the result of a 3D map with 2 layers. The · are pillars which appear in identical spots across all layers.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
@unnick That's right drgn_uwu
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
It lacks backtracking, but that shouldn't be too difficult. But more importantly, even though this implementation is more powerful the code is way more concise than what I had in TypeScript
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
Heck yeah, it works! ​:areonNMlem:​
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
You can tell that Koka is still far from being complete. The language server will often get stuck on errors in your code and will stop updating information about the rest of the file until the error is resolved. Makes it a bit annoying to work with, but it's not impossible. woozy_baa
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
Not only did a sneaky mosquito take my blood, the puncture sites are very big and itchy as heck neofox_googly_shocked
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
What I really love about it is that you can just replicate language features without changing anything about the compiler. They use async/await in the docs as an example for this. What I needed were list comprehensions, so I added
fun for(low: int, high: int, f: int -> list<b>): list<b>
  list(low, high).flatmap(f)

fun pure(a: a): list<a>
  [a]

fun guard(a : bool, f: () -> list<a>): list<a>
  if a then f() else []




and now I can use them like this:
pub fun cuboid(layers: int, rows: int, cols: int): cuboid
  val coords =
    with layer <- for(0, layers)
    with row <- for(0, rows)
    with col <- for(0, cols)
    pure((layer, row, col))
  // ...
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
I'm working on the isometric map generator and I made some nice changes to the fundamentals. For starters, instead of hardcoding 4 directions it now uses a graph so it can handle 2D, 3D, hex grids... anything really. The structure I'm going to use for now is a 3D map to support floating objects (such as bridges) as well.

Koka is strange at first, but I'm starting to get how things work. The standard library lacks a lot of things so I wouldn't use it for anything but toy projects. Not even maps or sets. There's a repo which adds them, so I don't have to start from scratch at least.
​:areonVFlat:​
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
@SteffoSpieler Wow, Slim wird immer noch weiter entwickelt? Ich erinnere mich noch daran, wie ich damit vor gut 15 Jahren versucht habe, ein (überambitioniertes) CMS für meine Website zu schreiben. neofox_lul
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
@papush Humans in the Pokemon universe are just like any other Pokemon in that they say the same word (Pokemon) all the time neofox_googly_woozy
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
@Nievaris_Art I got just the thing if you feel like drawing a werewolf-ish creature ​:areonNMlem:​
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
@epsi Missed opportunity to call it "slideloading" drgn_cool
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
@catraxx Thanks, it was nice drgn_flat_heart
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
8mo
I'm home ​:areonVFlat:​