IIRC: it is to leverage the OS page cache rather than having a separate buffer pool in user land. By default lmdb uses normal pwrite/fsync for the write path, but can optionally use a writable mapping and (presumably)…
The computer has 18GB of total RAM so I would hope that it’s already trying to conserve memory. It’s kind of humorous that everyone interpreted the comment as complaining about Chrome. For all I know, it’s justified in…
Chrome on my work laptop sits around 20-30GB all day every day.
Perhaps a small nit, but the “design space tree” looks more like a directed graph.
You can try setting `export PYTHONWARNINGS="ignore"` to suppress warnings.
Anecdotally, I fly round trip out of SEA ~3 times a year and experience very bad turbulence on about half the flights. Earlier this year it was bad enough to suspend drink service.
> At Amazon you can't even open the building next door without approval. This is not true.
This is a very important point. I'd argue all these "publish your DB schema as a GraphQL endpoint" frameworks that seem to proliferate have done a lot of damage to GraphQL's reputation. Strongly coupling data to…
You might be interested in this: https://brandur.org/idempotency-keys
The objects directory stores every file (and tree, commit, etc). Pack files are an optimization storing diffs.
Cassandra does not make you immune to database issues: https://monzo.com/blog/2019/09/08/why-monzo-wasnt-working-on...
The interior has been aluminum, but the band around the outside has been stainless steel. > Ceramic Shield front, Textured matte glass back and stainless steel design…
Yes, that would be a different reason to prefer worktrees (that I mostly agree with). I was responding to the specific storage space claim.
FWIW, local git clones use hard links for object files, so share a lot of their data. https://www.git-scm.com/docs/git-clone#Documentation/git-clo...
I'm pretty sure part of the contract with gzip (and compression in general) is that applying it N times is undone by decompressing N times. The size definitely gets bigger with each iteration: $ echo text >0.txt $ for i…
Something like this? https://stop.lying.cloud/
I believe orf is talking about the read(2) syscall, which is blocking.
OWASP is a good resource for web security related topics. i.e. https://cheatsheetseries.owasp.org/cheatsheets/Authenticatio...
I think the classic example is article list with author details. You load the articles (one query), then for each article you load its author (N queries). Naive use of an ORM causes this: articles =…
I believe being lenient in accepting input is what leads to SSRF attacks (HTTP request smuggling via disagreeing `transfer-encoding` and `content-length` headers).
Probably either via a third party service (such as AWS secrets manager), or mounted as files scoped to the user your process is running as (which is not root, right? :) ).
Just a point of clarification: native app notifications on iOS are absolutely opt-in. If the app wants to send notifications it requires a dialogue and user confirmation. Disappointingly, Apple makes an exception for…
Out of curiosity, how many windows/tabs? I routinely launch FF with dozens of windows/hundreds of tabs and I've never had macOS kernel panic in that case.
Curious: what is your definition of strongly typed, contrasted with weakly typed? How about static vs dynamic?
I haven't actually watched it in a while, but are you referencing this talk by Chandler Carruth? https://youtu.be/yG1OZ69H_-o
IIRC: it is to leverage the OS page cache rather than having a separate buffer pool in user land. By default lmdb uses normal pwrite/fsync for the write path, but can optionally use a writable mapping and (presumably)…
The computer has 18GB of total RAM so I would hope that it’s already trying to conserve memory. It’s kind of humorous that everyone interpreted the comment as complaining about Chrome. For all I know, it’s justified in…
Chrome on my work laptop sits around 20-30GB all day every day.
Perhaps a small nit, but the “design space tree” looks more like a directed graph.
You can try setting `export PYTHONWARNINGS="ignore"` to suppress warnings.
Anecdotally, I fly round trip out of SEA ~3 times a year and experience very bad turbulence on about half the flights. Earlier this year it was bad enough to suspend drink service.
> At Amazon you can't even open the building next door without approval. This is not true.
This is a very important point. I'd argue all these "publish your DB schema as a GraphQL endpoint" frameworks that seem to proliferate have done a lot of damage to GraphQL's reputation. Strongly coupling data to…
You might be interested in this: https://brandur.org/idempotency-keys
The objects directory stores every file (and tree, commit, etc). Pack files are an optimization storing diffs.
Cassandra does not make you immune to database issues: https://monzo.com/blog/2019/09/08/why-monzo-wasnt-working-on...
The interior has been aluminum, but the band around the outside has been stainless steel. > Ceramic Shield front, Textured matte glass back and stainless steel design…
Yes, that would be a different reason to prefer worktrees (that I mostly agree with). I was responding to the specific storage space claim.
FWIW, local git clones use hard links for object files, so share a lot of their data. https://www.git-scm.com/docs/git-clone#Documentation/git-clo...
I'm pretty sure part of the contract with gzip (and compression in general) is that applying it N times is undone by decompressing N times. The size definitely gets bigger with each iteration: $ echo text >0.txt $ for i…
Something like this? https://stop.lying.cloud/
I believe orf is talking about the read(2) syscall, which is blocking.
OWASP is a good resource for web security related topics. i.e. https://cheatsheetseries.owasp.org/cheatsheets/Authenticatio...
I think the classic example is article list with author details. You load the articles (one query), then for each article you load its author (N queries). Naive use of an ORM causes this: articles =…
I believe being lenient in accepting input is what leads to SSRF attacks (HTTP request smuggling via disagreeing `transfer-encoding` and `content-length` headers).
Probably either via a third party service (such as AWS secrets manager), or mounted as files scoped to the user your process is running as (which is not root, right? :) ).
Just a point of clarification: native app notifications on iOS are absolutely opt-in. If the app wants to send notifications it requires a dialogue and user confirmation. Disappointingly, Apple makes an exception for…
Out of curiosity, how many windows/tabs? I routinely launch FF with dozens of windows/hundreds of tabs and I've never had macOS kernel panic in that case.
Curious: what is your definition of strongly typed, contrasted with weakly typed? How about static vs dynamic?
I haven't actually watched it in a while, but are you referencing this talk by Chandler Carruth? https://youtu.be/yG1OZ69H_-o