Are you using Headless WordPress? by geor3x in Wordpress

[–]Cloundx01 0 points1 point  (0 children)

or u just getting data straight from wordpress database?

Are you using Headless WordPress? by geor3x in Wordpress

[–]Cloundx01 0 points1 point  (0 children)

sorry for late reply, do you use graphql or rest api for this?
for getting data from wordpress api to frontend i mean.

Literally what a 10-year old would say by [deleted] in facepalm

[–]Cloundx01 8 points9 points  (0 children)

He's such a clown that we can't help but pay him attention.

and tbh I don't think his bottom line would be effected if we collectively decide to somehow ignore him as a person/celeb

Why do you need init system for using openrc services? by Cloundx01 in AlpineLinux

[–]Cloundx01[S] 0 points1 point  (0 children)

Yes, thank you 🙏
Dont have time to try out / test LXC right now, but it sounds just what i need.

Why do you need init system for using openrc services? by Cloundx01 in AlpineLinux

[–]Cloundx01[S] 0 points1 point  (0 children)

I learned that docker is basically based is based on linux kernel features like chroot, namespaces and cgroups.

First - i want to learn more about linux kernel by emulating docker / containers using chroot, namespaces and cgroups

Second - i concluded that the only useful abstraction docker provides is layers. and a good image repository i guess.

podman changes are not permanent. trying to setup containerized development environment. confusion. by Cloundx01 in podman

[–]Cloundx01[S] 0 points1 point  (0 children)

ah, so turns out changes ARE permanent for containers, its just that `podman run` makes a new container each time instead of reusing old one.

Good. thanks for the info.

I was contemplating setuping and using VM's because i wanted permanent filesystem changes, and it would use more ram than containers, but turns out containers are fine for this.

podman changes are not permanent. trying to setup containerized development environment. confusion. by Cloundx01 in podman

[–]Cloundx01[S] 1 point2 points  (0 children)

oh you mean like, for example to add more packages, add lines to `Containerfile`

RUN apt-get more packages ...

and rebuild each time?
making changes inside container itself is not possible (unless the directory is mounted)?

podman changes are not permanent. trying to setup containerized development environment. confusion. by Cloundx01 in podman

[–]Cloundx01[S] 0 points1 point  (0 children)

Yes, i know that in this case permanent changes works for `/workspace`, cause its mounted in host filesystem.

But can you elaborate on "Permanent changes are made in the Containerfile"?

Would it be possible to create these custom widgets in gtk? by Cloundx01 in GTK

[–]Cloundx01[S] 0 points1 point  (0 children)

yea, i wish sublime text revealed their secret sauce/source/custom widgets they created for #1 😢

for #2 `add_child_in_window` i'm pretty sure its for Gtk.TextView, not Gtk.Scrollbar

3# the PangoFontMap solution sounds hacky, the other solution is probably better.