Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
racenis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Cursed Greeting Card Generator
(kaimlatechnology.com)
1 points
by
racenis
1y ago
|
0 comments
2.
▲
by
racenis
1y ago
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.
▲
by
racenis
1y ago
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 -- they find issues in places where they don't exist.
4.
▲
by
racenis
1y ago
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 beautiful. Runs smooth even on a Pentium 3.
5.
▲
by
racenis
2y ago
It's the same GIF that's used in the polish milk soup song video.
6.
▲
by
racenis
2y ago
I made the website header in GIMP. The logo in the repository README was made in a very old version of MS office.
7.
▲
by
racenis
2y ago
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.
▲
by
racenis
2y ago
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 24-bit color and 800x600 resolutions was mostly meant t
9.
▲
by
racenis
2y ago
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 the Direct3D 9 renderer. The renderer works fine on other co
10.
▲
by
racenis
2y ago
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, so it's not great, but then again I haven't done an
11.
▲
by
racenis
2y ago
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.
▲
Show HN: Tramway SDK – An unholy union between Half-Life and Morrowind engines
(racenis.github.io)
660 points
by
racenis
2y ago
|
237 comments
13.
▲
by
racenis
2y ago
You should sync up the names with the emails. Maybe more fun variations on the passwords. Other than that, it looks great!
14.
▲
by
racenis
2y ago
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.
▲
by
racenis
2y ago
What are the available timezones? I am getting a 999 response for every time zone I tried.
16.
▲
by
racenis
2y ago
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 parts of the game world on different physical servers. I thi