Readit News logoReadit News
johnny22 commented on Using Podman, Compose and BuildKit   emersion.fr/blog/2025/usi... · Posted by u/LaSombra
bogwog · 3 days ago
I'm not the best person to ask about this as I don't do much web dev these days, and my experience with podman is mostly limited to deploying existing software. If compose works for that use case, then you should probably stick with it. For actually deploying it somewhere though, you should be using quadlets instead (or kubernetes I guess)

> No copying files to ~/.config/systemd just run docker-compose to start and stop.

Naively, I'd say to create symlinks instead of copying, and run `systemctl daemon-reload`/`systemctl restart ...`. Although there are probably more streamlined web development options out there.

Maybe look into Podman Pods. They're probably closer to what you're looking for, but idk what kind of dev tools exist out there for it. Maybe a few custom shell scripts to run the pod management commands is all you really need?

johnny22 · 3 days ago
> Naively, I'd say to create symlinks instead of copying,

I did mean symlinks too. The rest of my system shouldn't have to know or care about my project at all.

I just wanna be able to systemctl --user start ./my-service.service or something to that effect.

johnny22 commented on Using Podman, Compose and BuildKit   emersion.fr/blog/2025/usi... · Posted by u/LaSombra
bogwog · 4 days ago
Podman compose is an attempt to court Docker users by porting over a bad idea. Instead of that, learn how to create "quadlets" and you'll never want to touch docker again. See: https://www.redhat.com/en/blog/quadlet-podman

I recommend starting with .container files instead of .kube, unless you're already familiar with kubernetes.

johnny22 · 3 days ago
Can you use those quadlets inside a development project? I use docker-compose (with podman) just so i can work on a project that is completely self-contained. No copying files to ~/.config/systemd just run docker-compose to start and stop.

Can i do that with quadlets?

johnny22 commented on Zedless: Zed fork focused on privacy and being local-first   github.com/zedless-editor... · Posted by u/homebrewer
carey · 4 days ago
The FSF also typically requires a copyright assignment for their GPL code. Nobody thinks that they’ll ever relicense Emacs, though.
johnny22 · 4 days ago
yeah I don't mind signing a CLA for copyleft software to a non-profit org, but i do with a for-profit one.
johnny22 commented on Modern Node.js Patterns   kashw1n.com/blog/nodejs-2... · Posted by u/eustoria
ale · 21 days ago
Why bother with node when bun is a much better alternative for new projects?
johnny22 · 21 days ago
because bun is written in a language that isn't even stable (zig) and uses webkit. None of the developer niceties will cover that up. I also don't know if they'll be able to monetize, which means it might die if funding dries up.
johnny22 commented on Modern Node.js Patterns   kashw1n.com/blog/nodejs-2... · Posted by u/eustoria
upcoming-sesame · 21 days ago
still I would rather use that than import mocha, chai, Sinon, istanbul.

At the end it's just tests, the syntax might be more verbose but Llms write it anyway ;-)

johnny22 · 21 days ago
> but Llms write it anyway

The problem isn't in the writing, but the reading!

johnny22 commented on The Useless UseCallback   tkdodo.eu/blog/the-useles... · Posted by u/0xedb
SSchick · a month ago
I still don't 100% understand why `React.memo` is not applied by default, wrapping every single component in a `memo` is crazy overhead and non-trivial to enforce codebase-wide.

Sure performance is a concern but is recursive re-rendering really cheaper than memoing all props?

johnny22 · a month ago
that's the the react compiler is supposed to be able do, memoize when necessary
johnny22 commented on How YouTube won the battle for TV viewers   wsj.com/business/media/ho... · Posted by u/JumpCrisscross
darth_avocado · a month ago
> oh, you've watched a single video about X, how about I show you these 89 other videos about X for the next week or so

Just because I look up one video of “how to replace a toilet seat” doesn’t mean I am a connoisseur of toilets.

The other problem I run into is that no matter what I’m watching, I’m two autoplay videos away from Joe Rogan (and other right wing personas). Who knew something as innocent as listening about the economy of Iceland can be two videos away from why the Superman movie is too woke.

johnny22 · a month ago
I use the "dont recommend channel" option or "I don't like the video" liberally
johnny22 commented on Tough news for our UK users   blog.janitorai.com/posts/... · Posted by u/airhangerf15
rafram · a month ago
> i know that is terrible timing and im genuinely sorry about that.

This Twitter-style faux-casual way of writing is so common among AI people right now (see Sam Altman) and it’s extremely grating. I don’t know anything about this project, but if they really cared about their users, I would hope that they’d use capital letters and punctuation when addressing them in an official announcement.

johnny22 · a month ago
what do you mean "twitter style"? People have written like that on the internet for years (like on IRC) for years before twitter existed. I don't know if that's where it started, but it certainly didn't start with twitter.
johnny22 commented on Where's Firefox going next?   connect.mozilla.org/t5/di... · Posted by u/ReadCarlBarks
csmantle · a month ago
I kind of prefer TST since it's tree style. The native vertical tabs is flat, but I would like to organize my tabs more hierarchically.
johnny22 · a month ago
yeah i'm hoping it can be enhanced with nesting.

Deleted Comment

u/johnny22

KarmaCake day1658June 21, 2010View Original