HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Chiron1991

no profile record

コメント

Chiron1991
·先月·議論
[dead]
Chiron1991
·6 か月前·議論
It's not just about traffic. IoT devices (or any other low-powered devices for that matter) also like protobuf because of its comparatively high efficiency.
Chiron1991
·7 か月前·議論
You said "that Django still lacks". Django no longer lacks CSP and background tasks.

Regarding my edit, you need to differentiate between different types of jobs. Sending an email is okay to do in process. Other (mostly async) Python web frameworks have implemented this, so the Django team probably felt compelled to offer the same. Processing a user-uploaded file is much more expensive and shouldn't be done in the web process. If enough users upload files you're starving your workers for CPU.
Chiron1991
·7 か月前·議論
CSP is literally in this release, and background workers are intentionally not part of Django because you usually want to offload tasks to other nodes so your CPU can keep serving HTTP requests.

Edit: Background tasks for light work are also included in this release.
Chiron1991
·7 か月前·議論
This "memory shortage" is not about AI companies needing main memory (which you plug into mainboards), but manufacturers are shifting their production capacities to other types of memory that will go onto GPUs. That brings supply for other memory products down, increasing their market price.
Chiron1991
·9 か月前·議論
It's actually in the name: R = Redundant, i.e. availability.
Chiron1991
·9 か月前·議論
I don't know about this exact metrics, but the Backblaze hard drive report is always a very good read when thinking about failure rates. Maybe check it out and see if you'll get your answers there.
Chiron1991
·11 か月前·議論
But "outdated code" isn't inherently bad, is it? v1 code is still supported by the stdlib and it still does its job, at least until Go 2.x drops.
Chiron1991
·12 か月前·議論
That's why you can give guidance to crawlers using sitemaps.
Chiron1991
·昨年·議論
> The EU solution meaningfully changes the offending company's behavior.

Citation needed. I'd imagine they just add a tiny markup to their prices to pay the eventual fine instead of investing huge amounts of money into fixing their broken processes. Comparing the list of EU-issued fines against the respective companies' profits shows that they can simply afford to make those mistakes instead of preventing them.
Chiron1991
·2 年前·議論
https://github.com/pramsey/pgsql-http