HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nezirus

no profile record

comments

nezirus
·8 mesi fa·discuss
I've used them professionally during 0.9 times (2008.) and it was already quite useful and very stable (all advertised features worked). 17 years looks pretty good to me, Proxmox will not go away (neither product or company)
nezirus
·9 mesi fa·discuss
For some context, Passt is used by podman for rootless networking (by default from Podman 5.0)

It is a noticable improvement for traffic heavy containers.

https://github.com/containers/podman/blob/main/docs/tutorial...
nezirus
·anno scorso·discuss
Maybe this could be useful to libraries like psycopg3 to use something more simple/natural instead of this:

https://www.psycopg.org/psycopg3/docs/api/sql.html

(while I also agree it gets crowded with yet another string prefix)
nezirus
·anno scorso·discuss
SuSE was my first Linux system and it helped a lot to spark my interest. Yast (software manager) and SaX (XFree86 configuration tool) were a Godsend for a noob like me in 199x.

It's still solid today, and I hold it in high regards, even if I moved to greener Linux pastures.
nezirus
·anno scorso·discuss
Podman beeing mostly compatible with docker was a wise choice. If you run rootless no way to break fw/network like docker can.

With podman in mind, one ought to try buildah and skopeo. Again, buildah can run Dockerfiles, but you are not constrained to the weird Dockerfile syntax.