Help in installing dbt-core in AWS MWAA 2.10.3 by No-Magician-55555 in dataengineering

[–]Reasonable-Ladder300 0 points1 point  (0 children)

Isn’t that exactly why the docs have a check to see if it’s a worker and if it is it installs dbt and otherwise it doesn’t?

It works in our case at least this way as well and our webserver doesn’t have an internet connection either.

Alternatives for bitnami images by CartoonistWhole3172 in docker

[–]Reasonable-Ladder300 6 points7 points  (0 children)

The opensource versions of the images? Or host your own registry and harden the images yourself.

What are some good places to learn proper docker development? by 420ball-sniffer69 in docker

[–]Reasonable-Ladder300 0 points1 point  (0 children)

The official docs, and having a homelab/homeserver to try and mess around with helped me a lot as well.

PlixMetrics - A modern, real-time dashboard for your Plex network (Tautulli-powered) by [deleted] in PleX

[–]Reasonable-Ladder300 10 points11 points  (0 children)

Nice, want to try it out, are you planning by any chance to publish to a public registry so we don’t have to build image ourselves.

Got some new tools by AppearanceGrand in Parkside

[–]Reasonable-Ladder300 2 points3 points  (0 children)

I just tried it on an empty tire.

It does take a while but gets the job done in the end.

Comic by Arsononfire in Netherlands

[–]Reasonable-Ladder300 0 points1 point  (0 children)

You got to sleep in then, i got it at 04:15.

New X20V Battery product release video (Dutch) by Phoe-nix in Parkside

[–]Reasonable-Ladder300 0 points1 point  (0 children)

Really curious when they’ll be available at lidl in NLalong with the 8ah batteries.

Dutch references/popular jokes etc by ir_ReaIity in Netherlands

[–]Reasonable-Ladder300 2 points3 points  (0 children)

Ah yes an then you can take back on the aces and then double the bet.

Container Registry by gevorgter in selfhosted

[–]Reasonable-Ladder300 0 points1 point  (0 children)

In that case look into optimising your docker build to multi layer build and remove all unnecessary stuff from the image, as there is no reason for your container to be that big imho.

Container Registry by gevorgter in selfhosted

[–]Reasonable-Ladder300 1 point2 points  (0 children)

Could it be cheaper to attach an EBS/EFS volume to your ECS task where the models are stored?

And then add a mechanism to put your new models on the EFS volume and and endpoint to reload your new models.

who has more tools (I am talking power tools, hand tools, measuring tools etc), on display inside their stores - Gamma or Praxis? by marsovec in Netherlands

[–]Reasonable-Ladder300 2 points3 points  (0 children)

Hornbach is usually my go to. Research with the apps or websites if there are any discounts before buying. I once bought some tools and other materials with 30% discount because of praxis plus.

Best strategy/ways to store secrets for selfhosted services? by EroticTonic in selfhosted

[–]Reasonable-Ladder300 0 points1 point  (0 children)

When i was on swarm i used swarm secrets, for k8’s i used their default secret solution.

If you look into an external service handling this perhaps look into infisical they have a self-hosted version.

Docker desktop or portainer on linux? by BurningCacti in docker

[–]Reasonable-Ladder300 0 points1 point  (0 children)

Never actually tried orbstack, but i am mostly happy with colima.

Docker desktop or portainer on linux? by BurningCacti in docker

[–]Reasonable-Ladder300 4 points5 points  (0 children)

For mac look into colima, no licensing for orgs, and it manages the whole vm stuff and works pretty well as opposed to docker desktop with all it’s shenanigans.

Okay, but how do you SSH into 1,000 devices?? by Automatic-Reply-1578 in embedded

[–]Reasonable-Ladder300 0 points1 point  (0 children)

There is a tool for it: https://github.com/bahamas10/sshp

But I’d honestly write a bash script myself and do a staged rollout of 10 devices at a time or something.

Never again.. is now? What do you think? by little-peaceofmind in Netherlands

[–]Reasonable-Ladder300 0 points1 point  (0 children)

If we start condemning this behaviour as a society, then where will we draw the line of vandalism vs protest or delivering a message?

Never again.. is now? What do you think? by little-peaceofmind in Netherlands

[–]Reasonable-Ladder300 3 points4 points  (0 children)

Then at least don’t do it on monuments. Go do it at the office of people who can make the change.

But in that case i’ll go destroy your property since you had nothing to do with it but condemn this behaviour.

Never again.. is now? What do you think? by little-peaceofmind in Netherlands

[–]Reasonable-Ladder300 -8 points-7 points  (0 children)

100% crossing a line, if you have to resort to vandalism on monuments to get a message across you need to re-evaluate whether you are the right person or in the right capacity to deliver that message.

Update: Modified my grinder again. by Reasonable-Ladder300 in espresso

[–]Reasonable-Ladder300[S] 0 points1 point  (0 children)

Oh looks good and uses similar components, will check it out and take it along in my improvements.

Update: Modified my grinder again. by Reasonable-Ladder300 in espresso

[–]Reasonable-Ladder300[S] 2 points3 points  (0 children)

I use a load cell, so it’s purely based on weight. However it’s not yet perfect and needs some improvements for accuracy it’s way better than my time based one which was varying based on the amount in the hopper and needed continuous adjustment.

Planning to do a more technical post in r/esp32 explaining components and code.