Live data from Hacker News

Viewing profile — vanyle

vanyle

HN member
Joined
Tue, Nov 16, 2021, 11:01 PM UTC
HN karma
44
Public activity
30 items

About vanyle

I like cookies ! :)

Recent public activity

  1. comment
    Comment #49241529

    vectarine https://github.com/vanyle/vectarine https://vectarineengine.com It's a game engine with hot-reloading for everything to build and edit games while they are running

  2. comment
    Comment #48894603

    I find the concept of having multiple types of personalities that are to love in their own ways interesting. I reminds me of the love languages classification.

  3. comment
    Comment #48371473

    Centralized package repositories like the one provided by canonical have similar limitations to the Mac App Store, you need to get your app reviewed, you need to push updates to ea…

  4. comment
    Comment #47879211

    I tried raylib and I love it, but I need to build a lot from scratch (like most game frameworks). But I also really dislike engines as I prefer making games with code rather than a…

  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #47095786

    Having built crossplatform native app supporting MacOS app, I have never gotten notarization to work as I'm not using xcode a lot. I'm curious, how much does it cost? Is it per bui…

  10. story
  11. comment
    Comment #45463837

    The git seems to only contain the build of the website with no source code. The author is probably using git to push the content to the hosting server as an rsync alternative, but …

  12. comment
    Comment #45351809

    For CLI tools, the program usually only executes for a few seconds and then returns. In this context, you don't even need arena allocators or any memory management at all. You can …

  13. story
  14. comment
    Comment #43703296

    As a workaround, you can add a transparent border (border: 2px solid transparent) around the skewed element to have antialiasing (at least on chrome)

  15. story
  16. comment
    Comment #40280202

    Workday good actually! Yes really nice

  17. story
  18. story
  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #33749474

    Yup, but it's more similar to "express" in Node than to a full framework like Django. I have plans to build a library on top of prologue for the ORM and database interaction and ot…