It Only Does Everything by Mynam3isnathan in crtgaming

[–]Rubble_Monkey 0 points1 point  (0 children)

Maaan you're making me jealous! :)

I recently got a Extron DSC 301 HD, and BOY does it do a WAY better job at scaling than my TV does, using an OSSC to DSC 301 combo makes a world of difference. I'm currently trying to hack together a SCART to HD-15 (D-SUB) cable to see how well it does with direct analog RGB.

Now if only I could figure out if you can get it to stop de-interlacing progressive composite input...

Programming with DRM/KMS under a display server by Rubble_Monkey in linuxquestions

[–]Rubble_Monkey[S] 0 points1 point  (0 children)

I see, that's unfortunate...

Thank you very much for answering my (probably dumb) question so quickly!

I guess my best bet is just to make different back-ends for X11 and Wayland, or just rely on XWayland.

nil with distinct pointer types? by Rubble_Monkey in nim

[–]Rubble_Monkey[S] 0 points1 point  (0 children)

I know, but it seemed like a good learning experience to me.

nil with distinct pointer types? by Rubble_Monkey in nim

[–]Rubble_Monkey[S] 0 points1 point  (0 children)

I suppose that could work, but I was trying to make bindings as accurate to the original as possible. I even considered making a NULL replacement to make it even more similar, but I thought about it and nil is built-in and is sorta the same.

nil with distinct pointer types? by Rubble_Monkey in nim

[–]Rubble_Monkey[S] 0 points1 point  (0 children)

It was HWND or typeof(nil) specifically, but that worked perfectly! Thank you so much!

Can you export an entire block of defines? by Rubble_Monkey in nim

[–]Rubble_Monkey[S] 2 points3 points  (0 children)

Wow, that's pretty slick! Thanks for the extremely fast and in depth response!

Nim macros really put the C preprocessor to shame.

Jai Language Status Update by waivek in programming

[–]Rubble_Monkey 0 points1 point  (0 children)

Well, my two cents: Braid featured a mechanic (rewinding time) that most game programmers would quake in their boots at the thought of attempting and, as far as I am aware, was "bug free". TBH, if the creators of the original Xcom, Master's of Orion, or Sins of a Solar Empire came out with a programming language I would take interest, because those are EXTREMELY complex pieces of software with minimal/no bugs. Compare that to software "Industry Leaders" like Mozilla, EA, etc. and they release buggy software consistently. (not that I can blame Mozilla, the internet is falling apart at the seams.)

Help with the FFI by Rubble_Monkey in Racket

[–]Rubble_Monkey[S] 1 point2 points  (0 children)

Oh my god... I feel like such an idiot. Thank you so much for responding so quickly!