Search Results

Found 3 results for "020cb5891493f16aa95dfae8afce07c4" across all boards searching md5.

Anonymous /vg/531706182#531707787
7/18/2025, 12:20:42 PM
The moment I swap to Rune, I'll find the Forest player, I just know it.
Anonymous /g/105743098#105749223
6/30/2025, 2:25:32 AM
>>105749177
but again, thats the thing, I am trying to avoid VM usage because I just have the one GPU to use. I know there are ways to split a gpu, but I dont foresee a lot of simultanious use so I want to just have each app/docker tool send it stuff to do when necissary. does proxmox let anything run on bare metal like truenas appears to do?

I barely understand how to configure apps as it is or why a simple seeming one like that would fail. if I didnt want to run this thing on a server, it would have been a one click install... I've configured enough VMs to know I am not going to assign them the right resources, and if I dump everything into one singular VM, why not just find a tool like truenas that will let everything run on bare metal. I dont know enough about proxmox to know if thats possible, but if you keep saying vm I'm going to assume you mean for me to spool up a vm of debian or something and load containers in it.

>>105749194
is there a reason to do it that way?
Anonymous /wsr/1530273#1530273
6/16/2025, 7:06:49 AM
Trying to recreate the serverside part of a Flash game that runs on ColdFusion.

One thing that's making me stuck is that some functions are supposed to return an object that contains a recordset (results from a query) that contains *another* recordset, and I'm stumped on how to properly do that. Can someone give me a "for retards" guide? I got recordsets in objects down, but not recordsets in recordsets

My local environment using PostgreSQL with ColdFusion 2018, if that matters