HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dktalks

no profile record

コメント

dktalks
·8 か月前·議論
Not exactly, I have automated stuff which uses python and does rar and unrar and it's installed through brew, it is not a cask, but every time I do brew update, my code will fail to run because it was updated.

This is like buying a machine and not having the ability to do whatever you want with it.

Oh who are we kidding, that's what is happening anyways.
dktalks
·8 か月前·議論
I was in a grand jury recently and a cop/attorney came to the supreme court of our state with a terroristic threat from a homeless person in a park who made a gun sign and said pow pow, and they wanted us to indict them....

By this standard most of the sports player in the nation should be indicted.

Good news we unanimously rejected it
dktalks
·10 か月前·議論
What benefits are you getting from this? I mean have you built an entire CDN to cache the fonts so that your server does not have to download it every time a new page is loaded? I understand self-hosting for your own servers, but for a website this is overkill.
dktalks
·10 か月前·議論
Why does this have a domain of .ai, what exactly it is doing AI related?
dktalks
·10 か月前·議論
And you can run Docker inside OrbStack too, it is really good. But most of my containers are optimized Alpine containers so I prefer to run them on an OS they were built for and others in OrbStack.
dktalks
·10 か月前·議論
edit: [1] https://old.reddit.com/r/docker/comments/e6u2pk/docker_noob_...
dktalks
·10 か月前·議論
No, you don't run the Docker containers run in OrbStack, you can spin up an Alpine instance and run all docker instance on it.

The benefit is that, Alpine has access to all your local and network drives so you can use them. You can sandbox them as well. It's not a big learning curve, just a good VM with access to all drives but isolated to local only.
dktalks
·10 か月前·議論
Many docker containers are optimized to run as Alpine on other systems. You get the benefit that it runs on Alpine itself.
dktalks
·10 か月前·議論
Setup is really easy once you install alpine

1. ssh orb (or machine name if you have multiple) 2. sudo apk add docker docker-cli-compose (install docker) 3. sudo addgroup <username> docker (add user to docker group) 4. sudo rc-update add docker default (set docker to start on startup)

Bonus, add lazydocker to manage your docker containers in a console

1. sudo apk add lazydocker
dktalks
·10 か月前·議論
If you are on a Mac, I have been using OrbStack[1] and it has been fantastic. I spin up few containers there, but my biggest use is just spinning up Alpine linux and then running most of my Docker containers in there.

[1] https://orbstack.dev/
dktalks
·11 か月前·議論
I worked on this while I was at LI and I think the major selling point back then was Replayability of messages but it was something similar to what you would get with Pub/Sub. We could also have multiple clients listening and processing same messages for their own purposes so you could use the same queue and have different clients process them as they wanted.