> As of 2026-07-13, Corgi’s promise of a lawsuit against the author for this post has not materialized. Readers are encouraged to draw their own conclusions about Corgi’s choice to try and suppress articles with the use…
I don't think pointers (beyond a simple "same as in previous row" marker) will be a huge improvement, since you still get a multiplicative number of rows. And it comes with the cost of keeping all that data in memory.…
I think it's crazy that standard SQL has no clean way of handling nested data. It's might not fit elegantly into the relational model, but it's still a common business problem that should be addressed. At the bare…
It has `context.Database.SqlQuery`
You'd still return a multiplicative amount of rows, even if those rows contained only a reference. `array_agg` in postgres avoids this, but EF does not support using it for collection navigations. One could envision a…
What EF needs is support for using postgresql's `array_agg` when `include`ing collections.
Why does PgBouncer need to care about cancellation requests at all? Why can't it just forward the cancellation to postgres, which then responds to the cancelled query with an error instead of a response, and then the…
> The moment it does you'll be able to tell because Bitcoin will crash to 0. The "workaround" for PoW is running the PoW computation on hardware that's better suited for the task. Bitcoin mining has been using ASIC for…
How much does routing traffic though residential proxies cost?
I wonder what the "unknown" 25% are.
I like keeping the number of stateful systems minimal, since those are the most annoying from a reliability perspective. In practice I use one database and object storage (S3). If that database is postgres is secondary.
You aren't testing your application code directly, but writing a test function. That test function can include any assertion you want in the end, which causes a panic, failing the verification. Similarly you want to add…
The limiter itself should be able to ensure consistency via pessimistic row level locking, even at lower isolation levels. What I don't want is long running unrelated transactions keeping old tuples alive just it case…
I'd love the ability to mark a table as "read committed" to prevent long running transactions from keeping old versions of a tuple alive, or even "read uncommitted" to enable in-place updates. Or perhaps instead of…
In this example I used the hyphen for comedic effect. But this is a actual sentence I wrote in an older post: > What's the competition in the gaming-capable pre-built mini-PC category
That would be pointless, since a consumer always buys a license, not the software itself.
> In a snake-eating-its-own-tail irony, a 2023 analysis found that between 33% and 46% of workers on the platform were using large language models to complete their tasks, I assume AI use by workers has risen to the…
The Actually Indian kind?
I have an over-hyphenated writing-style as well. Probably my Germanness.
Modern cloudflare in a nutshell.
Apparently Defender of the Crown will get a remaster next month: https://www.gog.com/en/game/defender_of_the_crown_the_legend... https://store.steampowered.com/app/4208140/Defender_of_the_C...
I like the Rust approach of adding operations like `algebraic_add` instead of supporting a compiler flag. This avoids undefined behaviour and keeps the complications from optimizations localized to code using these.…
How much CO2 does launching a million satellites produce? Is is significant compared to other sources of CO2?
And because we typically know enough about a person to tell if the opinion they expressed is consistent with their believes.
I regularly get reddit comments downvoted by people who don't recognize it's obviously satire.
> As of 2026-07-13, Corgi’s promise of a lawsuit against the author for this post has not materialized. Readers are encouraged to draw their own conclusions about Corgi’s choice to try and suppress articles with the use…
I don't think pointers (beyond a simple "same as in previous row" marker) will be a huge improvement, since you still get a multiplicative number of rows. And it comes with the cost of keeping all that data in memory.…
I think it's crazy that standard SQL has no clean way of handling nested data. It's might not fit elegantly into the relational model, but it's still a common business problem that should be addressed. At the bare…
It has `context.Database.SqlQuery`
You'd still return a multiplicative amount of rows, even if those rows contained only a reference. `array_agg` in postgres avoids this, but EF does not support using it for collection navigations. One could envision a…
What EF needs is support for using postgresql's `array_agg` when `include`ing collections.
Why does PgBouncer need to care about cancellation requests at all? Why can't it just forward the cancellation to postgres, which then responds to the cancelled query with an error instead of a response, and then the…
> The moment it does you'll be able to tell because Bitcoin will crash to 0. The "workaround" for PoW is running the PoW computation on hardware that's better suited for the task. Bitcoin mining has been using ASIC for…
How much does routing traffic though residential proxies cost?
I wonder what the "unknown" 25% are.
I like keeping the number of stateful systems minimal, since those are the most annoying from a reliability perspective. In practice I use one database and object storage (S3). If that database is postgres is secondary.
You aren't testing your application code directly, but writing a test function. That test function can include any assertion you want in the end, which causes a panic, failing the verification. Similarly you want to add…
The limiter itself should be able to ensure consistency via pessimistic row level locking, even at lower isolation levels. What I don't want is long running unrelated transactions keeping old tuples alive just it case…
I'd love the ability to mark a table as "read committed" to prevent long running transactions from keeping old versions of a tuple alive, or even "read uncommitted" to enable in-place updates. Or perhaps instead of…
In this example I used the hyphen for comedic effect. But this is a actual sentence I wrote in an older post: > What's the competition in the gaming-capable pre-built mini-PC category
That would be pointless, since a consumer always buys a license, not the software itself.
> In a snake-eating-its-own-tail irony, a 2023 analysis found that between 33% and 46% of workers on the platform were using large language models to complete their tasks, I assume AI use by workers has risen to the…
The Actually Indian kind?
I have an over-hyphenated writing-style as well. Probably my Germanness.
Modern cloudflare in a nutshell.
Apparently Defender of the Crown will get a remaster next month: https://www.gog.com/en/game/defender_of_the_crown_the_legend... https://store.steampowered.com/app/4208140/Defender_of_the_C...
I like the Rust approach of adding operations like `algebraic_add` instead of supporting a compiler flag. This avoids undefined behaviour and keeps the complications from optimizations localized to code using these.…
How much CO2 does launching a million satellites produce? Is is significant compared to other sources of CO2?
And because we typically know enough about a person to tell if the opinion they expressed is consistent with their believes.
I regularly get reddit comments downvoted by people who don't recognize it's obviously satire.