#video
Как соображения о тектонических плитах могут влиять на дизайн карт для создания реалистичного ландшафта.
youtube.com/watch?v=x_Tn66PvTn4
Как соображения о тектонических плитах могут влиять на дизайн карт для создания реалистичного ландшафта.
youtube.com/watch?v=x_Tn66PvTn4
👍2
#prog #db #article
PSA: SQLite WAL checksums fail silently and may lose data
(thanks @nosingularity)
PSA: SQLite WAL checksums fail silently and may lose data
In the previous posts I mentioned that SQLite does not do checksums by default, but it has checksums in WAL mode. However, on checksum errors, instead of raising error, it drops all the subsequent frames. Even if they are not corrupt. This is not a bug; it’s intentional.
(thanks @nosingularity)
🌚4
Небольшой #prog текст от Грейдона Хоара (который автор Rust)
losing language features: some stories about disjoint unions
losing language features: some stories about disjoint unions
A long time ago I wrote on twitter (now erased): "surprising how much computer stuff makes sense viewed as tragic deprivation of sum types".
<...>
One of the things he [Casey Muratori — прим. моё] discusses in here is that safe and correctly-designed disjoint unions aren't just an ML thing, they were around in the early 60s at least.
<...>
But another thing Muratori points out is that is that Dahl and Nygaard copied the feature in safe working form into Simula, and Stroustrup knew about it and intentionally dropped it from C++, thinking it inferior to the encapsulation you get from inheritance.
🤬8😁3❤2🌚1