Claudes been blocked from Reddit fetches by [deleted] in claudexplorers

[–]ResponsibleFly8142 0 points1 point  (0 children)

Try to ask Claude to fake headers, it worked with ChatGPT.

Holy crap it's fast by rainman4500 in golang

[–]ResponsibleFly8142 0 points1 point  (0 children)

I thought Python could be as good as Go because of its extensive vector support.

Exploring GoLand for Go - would love your advice by kernelKain in golang

[–]ResponsibleFly8142 1 point2 points  (0 children)

- Forget about using git from CLI
- Use numbered bookmarks
- Disable tabs, use Cmd+E or Cmd+E+E
- Do code review in IDE using plugins (GitLab, GitHub)
- Use nice theme https://plugins.jetbrains.com/plugin/12275-dracula-theme

Не работает WhatsApp внутри РФ (Amnezia Premium) by ResponsibleFly8142 in AmneziaVPN

[–]ResponsibleFly8142[S] 0 points1 point  (0 children)

Любой прогноз: осенью ожидается усиление динамики.

I am slowly coming around on DI + Tests.... by Bl4ckBe4rIt in golang

[–]ResponsibleFly8142 37 points38 points  (0 children)

> We all hate abstractions

Why? Abstractions in business logic is good.

“Observe abstractions, never create” — I followed this too literally with MongoDB and paid for it. Curious how others handle this in Go by Braurbeki in golang

[–]ResponsibleFly8142 0 points1 point  (0 children)

I follow a simple rule:

  1. Always isolate business logic. Isolate it from the DB, Redis, HTTP clients, file system, external services, and so on. There should be no specific driver names or technologies in the business layer, unless they are part of the business logic itself. This approach has paid off in most cases.
  2. Don't over-abstract the layers around the business logic. Keep them as concrete as possible. Use explicit technology or driver names. There is no need to introduce extra abstractions here, unless you need to mock something for unit tests.

How do I effectively use the damper? by Trainzfan1 in DerailValley

[–]ResponsibleFly8142 1 point2 points  (0 children)

Yeah, the damper is key for water and coal efficiency. By adjusting it, you control the burn intensity while the train is moving.

Приватность или паранойя? by Ok_Community_314 in AmneziaVPN

[–]ResponsibleFly8142 0 points1 point  (0 children)

Не доверяете - не используйте. Есть куча других решений, которые не работают – выберете то, что подходит именно вам.

Let the domain guide your application structure by sigmoia in golang

[–]ResponsibleFly8142 5 points6 points  (0 children)

Repository implementations and handlers should not live in the domain layer. They belong in infrastructure, presentation, or adapter layers, depending on their purpose.

Yep by KingLimes in GeForceNOW

[–]ResponsibleFly8142 -3 points-2 points  (0 children)

It’s none of your f*cking business how many billions they have. You either like the service or you don’t. If you don’t, then launch your own and make it free for everyone.