ulterno

joined 2 days ago
[–] ulterno@programming.dev 3 points 1 day ago (1 children)

Nice. Now just if you could make it more physics'y. As in, make it go faster when it falls downwards and make it look like it is putting in extra effort, in cases it is going upwards, higher than what momentum would take it.

If you feel like doing this, I'd suggest using parameters for:

  • gravity
  • momentum
  • friction, so just reduce momentum based on traveled distance
  • minimum speed, to make sure it keeps going and that will look like it is using its motors to keep running
[–] ulterno@programming.dev 3 points 1 day ago

And then perhaps, they will mistake a football with bald-head DNA.

[–] ulterno@programming.dev 1 points 1 day ago (2 children)

Well, it does have triggers for other branches:

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

So, most probably would have a way to run it on other branches.

[–] ulterno@programming.dev 2 points 1 day ago

In my last workplace, I was responsible for making whatever automation I wanted (others just did everything manually) and I just appended a bunch of bash scripts to the Qt Creator Build and Run commands. It easily worked pretty well.
I guess the fancy systems are again, just to add another layer of abstraction, when everything is running on their containers instead of ours.

[–] ulterno@programming.dev 12 points 1 day ago

In those cases, I just use amend.

It's a new website afterall, nobody is pulling that.

[–] ulterno@programming.dev 2 points 1 day ago (3 children)

I’ve been meaning on spending a morning getting Nektos/ACT running.

I was just going to say I need to find a way to run it all on my system to learn it. If this can do it without actually having to push to GitHub, it would be really good for practice.

view more: ‹ prev next ›