Viewing profile — some_developer
some_developer
HN member- Joined
- Sun, Apr 09, 2017, 1:54 PM UTC
- HN karma
- 62
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About some_developer
No profile information was provided.
Recent public activity
-
comment
Comment #46453336
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 p…
-
comment
Comment #43679156
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 t…
-
comment
Comment #43678461
It's the creator of Laravel, Taylor Otwell
-
comment
Comment #43632110
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 surpri…
-
comment
Comment #37812557
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 …
-
comment
Comment #36706932
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). …
-
comment
Comment #33809793
> 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 an…
-
comment
Comment #33652357
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) a…
-
comment
Comment #33206881
Try Octane, it's the app server we were longing for.
-
comment
Comment #30171955
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
-
comment
Comment #29385269
> 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 co…
-
comment
Comment #28262037
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. …
-
comment
Comment #28025397
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…
-
comment
Comment #27977526
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 k…
-
comment
Comment #27017573
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 thing…
-
comment
Comment #24078838
> 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, …
-
comment
Comment #23624332
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 …
-
comment
Comment #21256366
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 s…
-
comment
Comment #20592075
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.
-
comment
Comment #17455526
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).
-
comment
Comment #14201051
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 unde…
-
comment
Comment #14074252
We just recently switched from MySQL to PostgreSQL. God we're so glad: - add a null column to a big table => have fun and plan your maintenance accordingly. Good luck estimating it…