Docker in docker, with opencode. Opencode plus some scripts on host and in its container works well to run yolo and only see what it needs (via mounting). Has git tools but can't push etc. is thought how to run tests…
It's hyperbole, but like so often, there's a grain of it truth somewhere. Also, like most things, Laravel is built on the shoulders of others. It sometimes makes hard things easy to access (ppl like this) and hides…
It's the creator of Laravel, Taylor Otwell
Years ago I wanted to use native FTS (because of tall the things mentioned, having to sync to external simply adds complexity) and it failed at another point. Not completely surprising, but on a table with _potentially_…
I learned the hard way that Gin updates are too slow, and in my case it was not even 100 updates per seconds on average, but could peak to 1000. How does Pg_bm25 compare here with maintaining the index & performance?
Every time I read blogs like this I'm tempting to get back to the product, still in use, where we scraped the search integration due to the issues we had with pgsql (performance). Although ElasticSearch (nowadays:…
> for ~$188/month. Note that this is still the on-demand price. Although it's still not Apple to Apple, no one (sane) would useRDS 24x7 without RI. That probably brings you down another 50 bucks or so.
Last year I also learned that ransomware attackers are not computer gods, necessarily. My QNAP NAS was open to the internet (a forgotten but-not-in-use port forward on my router) and the famous QLocker ransomware got…
Try Octane, it's the app server we were longing for.
I need to use them almost daily for work. AWS SSO and often need access to multiple accounts at once. Without multi containers this would be a serious PITA
> Our roll-outs first apply migrations, then deploy the code. Migrations are applied by iterating all databases, and it sometimes it can take for up to several hours, before the code is finally deployed (so that it can…
For tech ppl, linear has so many pain points (ofc heavily depends on your workflow style) I cry in agony every night. - email notification are batched unless it's an urgent issue. This is such bollocks, I don't know how…
I used to know lot of terminal commands but I'm seriously falling behind due to jetbrains integration which covers 99% of my daily use case. Together with local history, I've never "lost" work in years. Never heard of…
Anectodal note: A few years ago we added yet-another part to our product and, whilst ES worked "okay", we got a bit weary of ES due to "some issues" (some bug in the architecture keeping things not perfect in sync,…
We've multiple PHP repositories but the longest one currently takes around 7 minutes wall time (that includes: tests, static analysis, code style and a few other misc smaller things). Scaling the phpunit tests is…
> How many times have you worked on a project and, after 1-2 years of development, you have changed to a different database? > > > I can tell you how many times it happened to me, I counted them: exactly never. I guess…
Everything which is a list becomes harder to read / get an overview due to the new width (files, issues, PRs). Color changes don't exactly help either. But for the diff view, it's great to see more of the line width.…
I applaud this, I really do. I'm also worried about HyperSwitch. When I converted to OSX half a decade ago, coming from Windows, this was the one app which I needed to be able to say "I can use this machine". I can't…
Same here. Using GraphQL in the PHP backend und frontend TS. The schema is exported to TS and thus everything is fully types. A blessing.
Just the other day I learned about https://github.com/unite-cms/unite-cms/ . Though obviously GraphCMS is different (technology-wise and business-wise it seems).
Hard to say. Now that we switched to PostgreSQL, operations run much more smoother. You literally can't compare it. But this is also attributed to the major refactoring we did under the hood too; as I pointed out in the…
Docker in docker, with opencode. Opencode plus some scripts on host and in its container works well to run yolo and only see what it needs (via mounting). Has git tools but can't push etc. is thought how to run tests…
It's hyperbole, but like so often, there's a grain of it truth somewhere. Also, like most things, Laravel is built on the shoulders of others. It sometimes makes hard things easy to access (ppl like this) and hides…
It's the creator of Laravel, Taylor Otwell
Years ago I wanted to use native FTS (because of tall the things mentioned, having to sync to external simply adds complexity) and it failed at another point. Not completely surprising, but on a table with _potentially_…
I learned the hard way that Gin updates are too slow, and in my case it was not even 100 updates per seconds on average, but could peak to 1000. How does Pg_bm25 compare here with maintaining the index & performance?
Every time I read blogs like this I'm tempting to get back to the product, still in use, where we scraped the search integration due to the issues we had with pgsql (performance). Although ElasticSearch (nowadays:…
> for ~$188/month. Note that this is still the on-demand price. Although it's still not Apple to Apple, no one (sane) would useRDS 24x7 without RI. That probably brings you down another 50 bucks or so.
Last year I also learned that ransomware attackers are not computer gods, necessarily. My QNAP NAS was open to the internet (a forgotten but-not-in-use port forward on my router) and the famous QLocker ransomware got…
Try Octane, it's the app server we were longing for.
I need to use them almost daily for work. AWS SSO and often need access to multiple accounts at once. Without multi containers this would be a serious PITA
> Our roll-outs first apply migrations, then deploy the code. Migrations are applied by iterating all databases, and it sometimes it can take for up to several hours, before the code is finally deployed (so that it can…
For tech ppl, linear has so many pain points (ofc heavily depends on your workflow style) I cry in agony every night. - email notification are batched unless it's an urgent issue. This is such bollocks, I don't know how…
I used to know lot of terminal commands but I'm seriously falling behind due to jetbrains integration which covers 99% of my daily use case. Together with local history, I've never "lost" work in years. Never heard of…
Anectodal note: A few years ago we added yet-another part to our product and, whilst ES worked "okay", we got a bit weary of ES due to "some issues" (some bug in the architecture keeping things not perfect in sync,…
We've multiple PHP repositories but the longest one currently takes around 7 minutes wall time (that includes: tests, static analysis, code style and a few other misc smaller things). Scaling the phpunit tests is…
> How many times have you worked on a project and, after 1-2 years of development, you have changed to a different database? > > > I can tell you how many times it happened to me, I counted them: exactly never. I guess…
Everything which is a list becomes harder to read / get an overview due to the new width (files, issues, PRs). Color changes don't exactly help either. But for the diff view, it's great to see more of the line width.…
I applaud this, I really do. I'm also worried about HyperSwitch. When I converted to OSX half a decade ago, coming from Windows, this was the one app which I needed to be able to say "I can use this machine". I can't…
Same here. Using GraphQL in the PHP backend und frontend TS. The schema is exported to TS and thus everything is fully types. A blessing.
Just the other day I learned about https://github.com/unite-cms/unite-cms/ . Though obviously GraphCMS is different (technology-wise and business-wise it seems).
Hard to say. Now that we switched to PostgreSQL, operations run much more smoother. You literally can't compare it. But this is also attributed to the major refactoring we did under the hood too; as I pointed out in the…