Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Pricing

Dominic

👤 Person
468 total appearances

Appearances Over Time

Podcast Appearances

Coder Radio
592: C++ Safety Dance

It's basically an out-of-the-box way to handle Docker containers, right? I will say that this seems like a big push. They've put a lot into this to make the whole Rails is developer-friendly thing a step further and handle deployment. There's a few other things that I think do that well.

Coder Radio
592: C++ Safety Dance

It's basically an out-of-the-box way to handle Docker containers, right? I will say that this seems like a big push. They've put a lot into this to make the whole Rails is developer-friendly thing a step further and handle deployment. There's a few other things that I think do that well.

Coder Radio
592: C++ Safety Dance

If you listen to DHH for long enough, he will eventually tell you how wonderful SQLite is and that you could probably use it on the server. Okay. A reason for that is SQLite, of all the variants, requires almost no configuration.

Coder Radio
592: C++ Safety Dance

If you listen to DHH for long enough, he will eventually tell you how wonderful SQLite is and that you could probably use it on the server. Okay. A reason for that is SQLite, of all the variants, requires almost no configuration.

Coder Radio
592: C++ Safety Dance

I don't agree with it. I'm Postgres for life.

Coder Radio
592: C++ Safety Dance

I don't agree with it. I'm Postgres for life.

Coder Radio
592: C++ Safety Dance

Yeah. It's there's a whole. Yeah, but it is nice. I fear that a lot more complex applications that are written on Rails, but probably have tendrils into like native binaries and things that they run will find Kamal a touch lacking and still end up using things like bash scripts and. Whatever, right, whatever Tom Fuller you want, but it is built on Docker and we get to claim that win yet again.

Coder Radio
592: C++ Safety Dance

Yeah. It's there's a whole. Yeah, but it is nice. I fear that a lot more complex applications that are written on Rails, but probably have tendrils into like native binaries and things that they run will find Kamal a touch lacking and still end up using things like bash scripts and. Whatever, right, whatever Tom Fuller you want, but it is built on Docker and we get to claim that win yet again.

Coder Radio
592: C++ Safety Dance

And I'm pretty sure, so I didn't put it in the doc, but what is the name of his Linux PC dev bootstrap thing? We talked about a couple months ago. That has gotten a ton of traction. Super fast.

Coder Radio
592: C++ Safety Dance

And I'm pretty sure, so I didn't put it in the doc, but what is the name of his Linux PC dev bootstrap thing? We talked about a couple months ago. That has gotten a ton of traction. Super fast.

Coder Radio
592: C++ Safety Dance

No, we'll look it up. It's got like a very... It's something like weird. It's got a... Okay. Yeah.

Coder Radio
592: C++ Safety Dance

No, we'll look it up. It's got like a very... It's something like weird. It's got a... Okay. Yeah.

Coder Radio
592: C++ Safety Dance

He's still... Getting in weird fights with the WordPress guy. I don't know if I care about that, but sure. Why not? I don't know.

Coder Radio
592: C++ Safety Dance

He's still... Getting in weird fights with the WordPress guy. I don't know if I care about that, but sure. Why not? I don't know.

Coder Radio
592: C++ Safety Dance

Amacube, that's what it is, right? Yes, yes, yes. Amacube. Wes is always there. He's clutch. Other things, speaking of things that end in cube, SolidCube. This one I'm actually going to end up using in two to three years when I get to ship a Greenfield product in Rails. Because, of course, all my stuff is running older stuff. It is a built-in abstraction for the hell that is...

Coder Radio
592: C++ Safety Dance

Amacube, that's what it is, right? Yes, yes, yes. Amacube. Wes is always there. He's clutch. Other things, speaking of things that end in cube, SolidCube. This one I'm actually going to end up using in two to three years when I get to ship a Greenfield product in Rails. Because, of course, all my stuff is running older stuff. It is a built-in abstraction for the hell that is...

Coder Radio
592: C++ Safety Dance

Ultimately, it's like kind of cron jobs. I don't want to get too railsy here, but they're like delay jobs. You could be using – my brain isn't working today – Sidekick, all kinds of stuff to do asynchronous tasks that need to go off and report back. Think large data processing and how I might find this helpful, but also think about large –

Coder Radio
592: C++ Safety Dance

Ultimately, it's like kind of cron jobs. I don't want to get too railsy here, but they're like delay jobs. You could be using – my brain isn't working today – Sidekick, all kinds of stuff to do asynchronous tasks that need to go off and report back. Think large data processing and how I might find this helpful, but also think about large –

Coder Radio
592: C++ Safety Dance

I need to process all the sales from last night and do the sales tax report for the manager for 2 a.m. in the morning. But that takes a lot, and if people are using our website, we probably don't want it running the main processes, right? That is a gross oversimplification, and depending on what system you're using, they handle processes very differently.

Coder Radio
592: C++ Safety Dance

I need to process all the sales from last night and do the sales tax report for the manager for 2 a.m. in the morning. But that takes a lot, and if people are using our website, we probably don't want it running the main processes, right? That is a gross oversimplification, and depending on what system you're using, they handle processes very differently.