Live data from Hacker News

Viewing profile — racenis

racenis

HN member
Joined
Mon, Nov 11, 2024, 7:10 PM UTC
HN karma
239
Public activity
16 items

About racenis

No profile information was provided.

Recent public activity

  1. story
    Show HN: Cursed Greeting Card Generator

    I have never done any kind of commercial software, so I decided to try it out. Probably the best way to do it would be to get a job doing programming, but despite having 2 degrees …

  2. comment
    Comment #44932127

    I have 2115 bookmarks in my Firefox.. god I love bookmarking. I don't even follow people on social medias, I just bookmark them. I even sort the bookmarks.

  3. comment
    Comment #44844988

    I have tried getting LLMs to review code that I have written and most of the feedback I get is useless. It's as if they can only spot the most trivial of issues, or even worse -- t…

  4. comment
    Comment #44844900

    I mean yeah, Visual Studio 2022 is probably great, but have you tried installing Visual Studio 2008 Express?? It starts up in like .. under a second. Zero lag. WinForms? Absolutely…

  5. comment
    Comment #42632634

    It's the same GIF that's used in the polish milk soup song video.

  6. comment
    Comment #42632620

    I made the website header in GIMP. The logo in the repository README was made in a very old version of MS office.

  7. comment
    Comment #42628175

    That's why added it in as an optional extension. It is a part of the larger engine project, but it is completely optional. I like the C++ principle of paying only for what you use.…

  8. comment
    Comment #42627930

    There's literally nothing preventing you from dragging the edge of the engine window and resizing it, or calling the screen resize function from the C++ or Lua API. That bit about …

  9. comment
    Comment #42625307

    The oldest computer that I have tried running this engine is a HP laptop from 2008, running a 32-bit version of Windows XP. It seemed to work fine, but I did have some issues with …

  10. comment
    Comment #42624920

    I would say that it is way too early for a game jam. The webassembly builds seem to work fine. A basic project would take up around 20MB and takes a couple of seconds to load in, s…

  11. comment
    Comment #42624425

    I just realized that I had forgotten to actually add the license file to this repository. Added it now. The license is MIT. Thanks for noticing.

  12. story
    Show HN: Tramway SDK – An unholy union between Half-Life and Morrowind engines

    Hello everyone, I would like to see if there is any interest in this little project that I have been working on for the past few years. Could be relevant, seeing the direction in w…

  13. comment
    Comment #42618771

    You should sync up the names with the emails. Maybe more fun variations on the passwords. Other than that, it looks great!

  14. comment
    Comment #42407593

    On Windows I would use Notepad++ and MinGW. On Linux I would use vim and gcc. C is so simple that you don't really need fancy IDE to write it.

  15. comment
    Comment #42110185

    What are the available timezones? I am getting a 999 response for every time zone I tried.

  16. comment
    Comment #42109826

    Do you think that you could use that Erlang feature where you can link up several server program instances running on separate physical servers? Maybe you could simulate different …