GuybrushThreepwo0d

u/GuybrushThreepwo0d@programming.dev
0 posts · 34 comments

Recent posts

No posts.

Recent comments

on Monster · c/linuxmemes · 15 pts · 2y

I don't consider myself a dumb person but I couldn't figure out nix when last I decided to play with it. Theoretically it seems super interesting to me, but I really just can't dedicate the time again now to learn that esoteric syntax.

on *Permanently Deleted* · c/memes · 36 pts · 2y

Well... You need like what, 3 floats for position and 4 more for orientation. Multiply that by 3 to get velocity and acceleration values. Then I don't know a few more floats per sensor and you have your whole state space in a few bytes.

Meanwhile a single image is like a megabyte so yeah.

Source: it's past midnight and I should have gone to sleep ages ago

I used to think this way, at least when writing C++. But it's objectively harder to do and convince other people to follow, especially if they can't be bothered to change their environment to display tabs and spaces differently. It's a losing battle so now I just do spaces when working with other people