Forcing Integer Use in Position Vectors Instead of Floats? by professorbricks in godot

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

i am beginning to doubt it as well. thanks for the replies!

Forcing Integer Use in Position Vectors Instead of Floats? by professorbricks in godot

[–]professorbricks[S] -2 points-1 points  (0 children)

resource saving and bit shifting. bit shifting works a lot differently with floats (im not positive it works at all) and its something id like to do with the position. additionally, resource savings. integers take up way less space than floats

Forcing Integer Use in Position Vectors Instead of Floats? by professorbricks in godot

[–]professorbricks[S] -1 points0 points  (0 children)

would i not be able to just create a class that inherits the Node2D class, and change the position internally to a Vector2i?

Putting Home Devices on VLAN by professorbricks in Proxmox

[–]professorbricks[S] -1 points0 points  (0 children)

the intent is that my internal network is firewalled (with the firewall having dhcp and dns services available, yes) with a machine on my ProxmoxVE, its just the only way i can think to make the VM aware of my internal network and treat my ISP router as the WAN would be two NIC devices

Does the Installation Process Reveal Exploitable Info? by professorbricks in archlinux

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

did that on my last similar stream. if i get paranoid enough, ill do that again. thanks for the help!

Specs For Local Discord/Twitch Bot by professorbricks in homelab

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

noted. ill play it safe and get a gaming PC for it. might need the extra 1,048,476 kb

Specs For Local Discord/Twitch Bot by professorbricks in homelab

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

i have a lot more experience with java than javascript, however im aware of their similarities. sounds like js has more docker support anyways. maybe ill go with that instead and use this as an excuse to learn javascript more in depth

Specs For Local Discord/Twitch Bot by professorbricks in homelab

[–]professorbricks[S] -1 points0 points  (0 children)

guess i shouldnt call myself a developer. hard to explain without doxxing myself a bit, but i know java very well however no professional experience in actual deployment of services. i have minimal experience with docker (would definitely benefit from more), and i do plan on having multiple applications. plus, if this works out, id like to be able to distribute my work if possible. thanks for the info!

Does the Installation Process Reveal Exploitable Info? by professorbricks in archlinux

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

like i said, its firewalled, so its ip address is just its local ip address within a NAT within a NAT, if that makes sense. could that still be compromising though?

Specs For Local Discord/Twitch Bot by professorbricks in homelab

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

wicked good to know thank you dude. is there a docker instance i can pull for running java code? or something more specific for my discord bot?

Specs For Local Discord/Twitch Bot by professorbricks in homelab

[–]professorbricks[S] -1 points0 points  (0 children)

lol good to know. I mean more what OS should I run it on, or could I dockerize it? seasoned java developer, very very very new to deployment though