Live data from Hacker News

Viewing profile — ForLoveOfCats

ForLoveOfCats

HN member
Joined
Sat, May 30, 2020, 3:17 AM UTC
HN karma
35
Public activity
15 items

About ForLoveOfCats

No profile information was provided.

Recent public activity

  1. comment
    Comment #47616074

    Wine's recreation of MSHTML is based on Gecko from Firefox https://gitlab.winehq.org/wine/wine/-/wikis/Gecko

  2. comment
    Comment #45776534

    I might be a weirdo but I drag links all the time as it's how I open links as background tabs even though there is a right-click context menu entry for it Unless the site is _reall…

  3. comment
    Comment #44749704

    XCode is painful but I always miss Instruments whenever I'm profiling something on my Linux systems

  4. comment
    Comment #44312311

    I'll take the bait and assume that you're engaging in good faith. I hope you assume the same of me in return. Trans healthcare is far from a settled science, and there is a lot we …

  5. comment
    Comment #42771290

    My understanding is that the creator of Rhai, Sophia Turner, is one of the original creators of ChaiScript, along with her cousin Jason Turner

  6. story
    Show HN: Fae, a Nascent Systems Language

    Hey HN I'm Julia, and recently I've open sourced Fae, a programming language project I've been working on for a while. Fae is an unsafe systems language designed to be pleasant to …

  7. comment
    Comment #40612830

    What I find remarkable is how closely aligned these goals are with the Zig we see today. Andrew is an incredible engineer and, while I don't prefer all of Zig's design decisions, h…

  8. comment
    Comment #25481076

    Wow! Another very impressive release so soon! I know that Bevy has no builtin physics solution at the moment and read the issue [1]. My understanding is that the plugins for Rapier…

  9. comment
  10. comment
    Comment #24531822

    Wow the rate of improvement is impressive! I really need to sit down and play with this, it looks great.

  11. comment
    Comment #24231020

    That's a good detail to note, thanks. I wanted to note that the size of the enum itself is indeed known at compile time otherwise the compiler would complain (such as if it is impr…

  12. comment
  13. comment
    Comment #24225879

    I think that the parent commenter was referring to overuse of Box and reference counting. However the compiler does know the size as it is an enum (a sum type) which means it is ef…

  14. comment
    Comment #23671072

    Godot 4.0 recently acquired multiple window support for the editor (which is built with Godot's UI and rendering system) and APIs for applying it to your own games

  15. comment
    Comment #23358216

    I've been writing C# with Godot for well over a year and a half now. I've had technical issues, especially early on due to how immature it was, and I have my own gripes with some A…