HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Chiron1991

no profile record

comments

Chiron1991
·letzten Monat·discuss
[dead]
Chiron1991
·vor 6 Monaten·discuss
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
·vor 7 Monaten·discuss
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
·vor 7 Monaten·discuss
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
·vor 7 Monaten·discuss
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
·vor 9 Monaten·discuss
It's actually in the name: R = Redundant, i.e. availability.
Chiron1991
·vor 9 Monaten·discuss
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
·vor 11 Monaten·discuss
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
·vor 12 Monaten·discuss
That's why you can give guidance to crawlers using sitemaps.
Chiron1991
·letztes Jahr·discuss
> 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
·vor 2 Jahren·discuss
I can't speak for the other frameworks, but with Django this would have not been a problem at all. In Django, most "batteries included" features really just are 1st party plugins, i.e. you can choose to not use the builtin authentication stack and bring your own. All of this is officially supported and well documented, e.g. https://docs.djangoproject.com/en/5.1/topics/auth/customizin...
Chiron1991
·vor 2 Jahren·discuss
https://github.com/pramsey/pgsql-http