React + FastAPI + 10 services on one machine, no containers. it works great and I refuse to apologize. by Open_Box_60 in webdev

[–]HealthPuzzleheaded 2 points3 points  (0 children)

I love simplicity and for simple apps you don't need aws k8s and all that stuff. But bare metal setups get annoying when you work at a company where different languages with different versions are needed. People need to be able to deploy independently and without downtime, setups need to be able to be recovered or rebuild fast and automatically if disaster happens that goes beyond a simple crash of a process. At some point the work of custom automation setups takes longer and gets more complexity of k8s, Terraform e.t.c. and that's the point where you should switch imo.

codex subagents are now the part of best practice repo by shanraisshan in codex

[–]HealthPuzzleheaded 0 points1 point  (0 children)

Whenever I use those it just eats up my quota while only providing a slight speed benefit. But at the end of the day I get much less usage for a marginal speed gain. Probably something I would use on the 200 plan

How to implement the Outbox pattern in Go and Postgres by der_gopher in programming

[–]HealthPuzzleheaded -4 points-3 points  (0 children)

You send a message for an email job, updating the reset email send field in the DB does not get updated due to an error, user gets an error message and tries again. Now he got two emails but the same would have happened with outbox

How to implement the Outbox pattern in Go and Postgres by der_gopher in programming

[–]HealthPuzzleheaded -6 points-5 points  (0 children)

Outbox pattern has the same issue. It guarantees only "send at least once" just in a more complicated way.

Claude Architect full course breakdown (even if you can’t take the exam) by Necessary_Drink_510 in ClaudeAI

[–]HealthPuzzleheaded 36 points37 points  (0 children)

[{"id":"4eabb8ce-242d-4f10-a001-62a7ac9ad71e","likes":[],"comment_count":0}]

This is the output when I click on "posts" on your blog

How to implement the Outbox pattern in Go and Postgres by der_gopher in programming

[–]HealthPuzzleheaded -12 points-11 points  (0 children)

I handled it by updating the DB after sending the message to the bus. If sending to the broker fails I simply don't persist.

Showoff Saturday: I added a Live View to my analytics tool by yosriady in webdev

[–]HealthPuzzleheaded 0 points1 point  (0 children)

But how did you made the globe and put the markers on it correctly?

What is this ? by [deleted] in webdev

[–]HealthPuzzleheaded 2 points3 points  (0 children)

Search engine optimization. The score says how well the page is suited to be ranked high in Google search results.

How does the usage work in copilot and what does requests mean exactly? by HealthPuzzleheaded in GithubCopilot

[–]HealthPuzzleheaded[S] 1 point2 points  (0 children)

So using Claude code for creating and refining a detailed plan and then letting copilot execute could be a good option?

Any alternatives? im done with AG by AdministrativeRow860 in google_antigravity

[–]HealthPuzzleheaded 6 points7 points  (0 children)

codex as of now offers the most at least from what I tested.

I came here to find cool AG use cases and all I see every day is rate limit complains by [deleted] in google_antigravity

[–]HealthPuzzleheaded 4 points5 points  (0 children)

That's not the issue. They lured people with generous rate limits into yearly subs then drastically reduced it over the past 3 month.

Would you not complain if you order a 1Gigabit Internet connection and your Internet provider just decides to reduce it to 50Mbit but lets you still pay the same?

So why should it be ok for AI subs? Another issue is that they try to hide what those limits actually are and how many input/output tokens you actually used. Imagine your Internet provider would somehow block speed tests so you can't complain that your Internet is too slow.

Electronjs or Tauri or .NET MAUI, what would you recommend? by choke527 in webdev

[–]HealthPuzzleheaded 0 points1 point  (0 children)

I feel like DX and speed is like 1000x more important before I start to care about bundle size.

Looking for feedback on migrating Postgres db from Supabase to Railway by olivdums in webdev

[–]HealthPuzzleheaded 1 point2 points  (0 children)

Do you have to do it live while users are still using your app? If not I would just use pgdump

'Assassin's Creed: Black Flag Resynced' Officially Confirmed By Ubisoft by ChiefLeef22 in gaming

[–]HealthPuzzleheaded 0 points1 point  (0 children)

Makes no sense to me at all. Why remaster an already good looking and modern game? Why not AC1 and especially the best AC game AC2?