23rd of February 2029?

[-] GuybrushThreepwo0d@programming.dev 15 points 10 months ago

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.

[-] GuybrushThreepwo0d@programming.dev 10 points 11 months ago

Vim for everything

[-] GuybrushThreepwo0d@programming.dev 39 points 11 months ago

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

[-] GuybrushThreepwo0d@programming.dev 28 points 11 months ago

Any language if the code was written by me

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

Ah yes. USA defaultism. Never fails to entertain.

In case you are unaware, no. Lol

This is the colon I've snorted. My nose/throat actually hurts a little now.

I think most fruit have fruit inside them tbh

That truly is an opinion you've shared there

Just put the shebang at the top of your script:

#! /usr/bin/env bash

I'm not a big fan of extensions because if you put the script in your $PATH it's weird to type do_the_thing.bash

view more: next ›

GuybrushThreepwo0d

joined 1 year ago