Viewing profile — Chiron1991
Chiron1991
HN member- Joined
- Tue, Mar 10, 2020, 8:21 AM UTC
- HN karma
- 108
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About Chiron1991
No profile information was provided.
Recent public activity
-
comment
Comment #48473174
[dead]
-
comment
Comment #46731441
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.
-
comment
Comment #46155218
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 …
-
comment
Comment #46154829
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 …
-
comment
Comment #46153668
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 …
-
comment
Comment #45605931
It's actually in the name: R = Redundant, i.e. availability.
-
comment
Comment #45605897
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 yo…
-
comment
Comment #44885673
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.
-
comment
Comment #44732553
That's why you can give guidance to crawlers using sitemaps.
-
comment
Comment #44042641
> 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 o…
-
comment
Comment #42028049
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, …
-
comment
Comment #41679288
What exactly is a pain there? There's a docker compose file in the documentation that will tell you everything: https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t
-
comment
Comment #40800342
> It is simply cost and money in the face of much cheaper, less risky and heavily abundant renewable energy. Adding to that, Germany still has no suitable location for a final depo…
-
comment
Comment #40668926
Well, 1978 was a long time ago and environmental concerns weren't a big thing back then. RWE had all rights to do what they did, even the Green party acknowledged that when the Ham…
-
comment
Comment #39802269
Notepad on Windows 11 is decent. Replaced my need for Sublime Text.
-
comment
Comment #39443611
I agree with anything you said, and: 4. Having the scraped data in Python-land makes it sometimes way easier to dump it into an analysis landscape, which is probably Python, too.
-
comment
Comment #39277879
https://github.com/pramsey/pgsql-http
-
comment
Comment #38054035
The core reason is (imo) that it's simply not possible to provide a Django admin equivalent in other frameworks because they lack the functionality to do so. The basic dependencies…
-
comment
Comment #37842206
That's because psycopg adheres to the DBAPI standard (think of JDBC of the Python world). asyncpg deliberately ignores this standard for huge performance boosts.
-
comment
Comment #36920682
Their software may be bad, but they make huge amounts of money with it. That's all that matters from an economical standpoint.
-
comment
Comment #36525440
Not only that, but the Golang example is full of errors. Parameter definitions don't have colons between name and type. The map for seen elements is declared as a, but later refere…
-
comment
Comment #36425104
Not too familiar with go toolchains, but I bet there's a linter that will warn you about shadowing builtins.
-
comment
Comment #36311718
As long as you're installing/updating Python via your distro's package manager you won't break anything. Most horror stories of borked system Pythons are caused by people uninstall…
-
comment
Comment #36295080
[dead]
-
comment
Comment #34818103
Excluding 3rd party tools like Homebrew, one dosn't. The native 'package manager' is the Apple App Store. You can also manually download and install .dmg files of applications (muc…