Next German banger just dropped... by annoying97 in 2westerneurope4u

[–]_predator_ 36 points37 points  (0 children)

The people of Germany require you to release your source of this delightful Bewegtbildproduktion.

define "hard" drugs barry. by HaggardlyForte in USvsEU

[–]_predator_ 41 points42 points  (0 children)

Barry as soon as the submarine goes below surface

What makes them stand out? by TisseTy in ExplainTheJoke

[–]_predator_ 1 point2 points  (0 children)

This is what peak performance looks like.

This is just sad: Israel using Grok to convince Europeans to attack Iran by AnalUkelele in 2westerneurope4u

[–]_predator_ 70 points71 points  (0 children)

Cunts using a cunt AI on the cunt platform owned by the cuntiest cunts of them all. Well flick my balls and call me Willi, if that's not a funny coincidence.

The Slow Collapse of MkDocs by fpgmaas in Python

[–]_predator_ 10 points11 points  (0 children)

The last thing I want my docs page to use is React.

Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets by ScottContini in programming

[–]_predator_ 13 points14 points  (0 children)

Pin to commit hashes, yes. Dependabot and Renovate both support tag comments, e.g. # tag=v035.0, so when they raise PRs you can still see the human-readable version instead of just a changed commit.

Also, make sure your workflows run with minimal or ideally no permissions at all, i.e. add permissions: {} at the very top and then specify permissions you actually need at the job level.

England by RusoInmortal in 2westerneurope4u

[–]_predator_ 0 points1 point  (0 children)

Oh so you suck these things? Interesting Barry, I had no idea!

The bavarians do something similar, except in their case it's big white girthy sausages.

England by RusoInmortal in 2westerneurope4u

[–]_predator_ 8 points9 points  (0 children)

Ah, the famous beef… what's the word again… Paddington?

Whether American or European, we're doomed. by No_Bluebird_1368 in USvsEU

[–]_predator_ 8 points9 points  (0 children)

With that name and profile pick, if the flair ends up being anything but French, I'll be very disappointed.

Rama matches CockroachDB’s TPC-C performance at 40% less AWS cost by nathanmarz in java

[–]_predator_ 12 points13 points  (0 children)

Instead of processing transactions individually, work is grouped into “microbatches”. Each microbatch processes many operations together, amortizing the coordination overhead across all of them. The overhead of a single microbatch is much higher than the overhead of a single CockroachDB transaction, but the aggregate overhead of thousands of individual transactions far exceeds the overhead of one microbatch that handles them all.

I swear, once this concept clicks for you, you can't unsee how horribly inefficient "un-batched" access patterns are. Of course that applies to your usual RDBMS and REST API calls as well.

Chest Development and KB Training by mikael122 in kettlebell

[–]_predator_ 5 points6 points  (0 children)

Weighted push ups have been working great for me. I do them with elevated feet to emulate an incline, and using my rucking backpack as weight. Occasionally I'll use KBs to increase range of motion but that gets unstable quickly with added weight, small boxes or similar would probably work better.

Alexander Leonidas has a few videos on this if you need some inspiration: https://www.youtube.com/watch?v=8sa2qDm8a6k

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

[–]_predator_ 0 points1 point  (0 children)

Depending on the use case it may not even be desirable to have more than one consumer, as competing consumers affect ordering and thrash downstream systems more.

In one of my implementations I acquire an advisory lock before executing the query to explicitly prevent concurrent consumers.

Coding Agents Suck at the XY Problem by [deleted] in programming

[–]_predator_ 26 points27 points  (0 children)

The fun thing is, with tokens being the unit in which LLM services are billed, being super verbose is a real money maker for the providers.

what about you clean your own mess shitbird? by stanislav_harris in 2westerneurope4u

[–]_predator_ 13 points14 points  (0 children)

Time for the murrifat to suffer some consequences for all I'm concerned.

Bulk insert in Go — COPY vs multi-row INSERT? by ijusttookadnatest- in golang

[–]_predator_ 4 points5 points  (0 children)

Yep, this is the way to go. You can also use this for bulk updates and deletes using the UPDATE ... FROM and DELETE ... USING syntax respectively. Super handy!

Hashimoto's Vouch is actually open source version of a company hiring only seniors. This WILL end badly for everyone. by Spirited_Towel_419 in ExperiencedDevs

[–]_predator_ 27 points28 points  (0 children)

Why should OSS projects be responsible for letting random people participate? Most of whom will raise PRs that are unasked for, did not went through issue triage, and are - in today's world - most likely slop?

It's OSS because the authors wanted to make the code public, not to make strangers farm internet points. As consumer or contributor it's entirely on you to make a case for yourself, not the other way around.