• 1 Post
  • 224 Comments
Joined 3 years ago
cake
Cake day: August 22nd, 2023

help-circle



  • had some bad losses in trading lately, took a short break and now trying to actually fix my risk management before going back in

    Good for you getting out. Don’t get back in. No more day trading. Day trading is anti-social shithead behavior, anyway. If you don’t feel bad for doing it, take a closer look. It doesn’t pass any kind of pro-social test.

    if you’re older and already been through your 20s, what do you wish someone told you back then?

    Someone did tell me this, but I was a stupid kid. I followed it, but I started stupdily late.

    Maybe you’re smarter than I was, but forgive yourself later if you’re not - you’re at least in good company.

    Here is is:

    "Time in the market always beats market timing. Buy conservative things with real value - ideally that routinely pay a dividend. Hold on to them.

    However powerful you think you know compounding interest is, you’re wrong. It’s substantially more powerful than that.

    Get it - compounding interest - on your side right now, and keep it there, anytime you can.

    Don’t take out any debt that you can possibly avoid."








  • Interesting.

    I used to do it the way you’re recommending (before I had podman compose), but I got tired of installing docker compose, and haven’t suffered enough for just using Podman compose, lately.

    I do think more things are more likely to work the way you’re saying. Compose doesn’t seem to be standardized yet? And the original dev was probably using Docker compose - for any randomly selected project.

    But when I can get away with podman compose, I do, as I recall it being much easier to setup.


  • Podman is the RedHat implementation of the Open Container Initiative (OCI).

    A Dockerfile and a Containerfile are both OCI. Docker and Podman can generally both use either.

    Contrasted with Docker, Podman has better security defaults, and installers and licenses that are both actually open source. (Parts of Docker are open source. Parts are not.)

    Docker used to lead with additional features beyond OCI such as Docker Compose, but Podman Compose has been a thing for a while, now.

    The more mature a product is, the more likely it works perfectly with any OCI compliant tool.

    For rookie work, I feel like there’s still fair odds the developer only uses Docker and may rely on some anti-pattern that requires setting “bad security=ok” settings before their project will work in Podman.

    Your mileage may vary.



  • Docker desktop is not. (open source)

    Which can be a pretty big deal.

    This works out to: The product is unencumbered, but the only reliable installer is encumbered as fuck.

    That’s a “no thanks”, from me.

    I don’t need the sword of “Docker fucking with my colleague’s ability to collaborate” hanging over each of my projects.

    I’m not mad at folks using Docker for backwards compatibility. I just don’t need to make the problem worse.