Live data from Hacker News

Viewing profile — rb12345

rb12345

HN member
Joined
Fri, May 11, 2012, 11:58 AM UTC
HN karma
88
Public activity
123 items

About rb12345

No profile information was provided.

Recent public activity

  1. comment
    Comment #47436640

    Assuming US gallons, $8/US gallon works out as £1.60/litre. That sounds about right for current UK prices, depending on what and where you're buying it. (Yes, fuel is expensive her…

  2. comment
    Comment #43611920

    Usernames for new users always show up in green.

  3. comment
    Comment #41058337

    That's true for SAML2, but not SAML1 - not that anything should be using SAML1 these days.

  4. comment
    Comment #41040564

    Outdated certificates are actually fine with regards to SAML, oddly enough; the logic being that the trust is handled out of band at metadata level, and the certificate is just a p…

  5. comment
    Comment #41040452

    I'd say the main difference is that OAuth is granting the SP the ability to "do stuff" as the original user (including reading the user's profile details, as OIDC does), as opposed…

  6. comment
    Comment #40682678

    > What is an "OAuth key"? Do you mean an OAuth token? No, Golden SAML is worse than stealing an OAuth token, because an OAuth token is valid for 1 user, but Golden SAML can be used…

  7. comment
    Comment #39883445

    > But that's the thing: deciding how software is built and which features are shipped to users _is_ under our control. The case with xz was exceptionally bad because of the state o…

  8. comment
    Comment #39862913

    Yes, but as MongoDB is a document database, storing and updating giant blobs of JSON as a single operation as opposed to breaking the JSON down into individual fields is intended b…

  9. comment
    Comment #39845830

    Try https://infinitedigits.co/tinker/thx/ instead?

  10. comment
    Comment #37918686

    In fairness, they also gave us the joys of `strcpy(src_ptr, dest_ptr)` and `scanf("%s", str_ptr)`, which with the benefit of hindsight and many buffer overflows later were a terrib…

  11. comment
    Comment #37725063

    Those numbers look like they could be about right for 2020/2021, but using them in a 2023 article is meaningless given the effects of the war in Ukraine on gas and electricity pric…

  12. comment
    Comment #36030777

    "EnableSendfile On" will enable that on Apache, and has been around since Apache 2.0.44. It's not enabled by default though, and as you say, TLS breaks it.

  13. comment
    Comment #33656258

    It's true that Blue Pill and friends were an issue 15 years ago. I would have expected VT-x to be on by default now though given that Windows 10 and 11 both use virtualisation for …

  14. comment
    Comment #33539347

    LXC/LXD are probably the closest to that on Linux, although I'm not sure about nesting containers.

  15. comment
    Comment #32573024

    Linux has supported 240/4 addresses for years, but Windows still does not.

  16. comment
    Comment #31760289

    The 50.03% is specifically US traffic; for global traffic, it's 36.89%.

  17. comment
    Comment #30447609

    The thing is though that 40% of the German gas supply comes from Russia at the moment. That means that if you can eliminate the 15% used for electricity, you've reduced the demand …

  18. comment
    Comment #28571301

    You can actually do most of this today; you just need to have the metric equivalent amount at least as visible on the packaging and pricing labels to satisfy the EU rules. Milk is …

  19. comment
    Comment #28571099

    Even the kilogram is defined via physical constants these days ( https://www.bipm.org/documents/20126/41483022/SI-Brochure-9.... , pages 21 and 205 in the PDF).

  20. comment
    Comment #28500104

    Likely because DNS worked just fine without EDNS client IP (and indeed DNS) for decades. For example, I remember the use of the 4.2.2.2 server, which was globally accessible but US…

  21. comment
    Comment #28393097

    I'd say the main argument for using microk8s over minikube is that Canonical supports it, assuming that's a relevant concern. The issue for both microk8s and minikube is how to act…

  22. comment
    Comment #28321149

    The problem you're possibly missing here is that oil is used for a lot more than just fuel and energy production. It's used for everything else: road surfacing, plastic production,…

  23. comment
    Comment #28197179

    The real issue is that the people who want to use the product and the people needed to make it usable aren't necessarily the same. Marketing generally caters for the former set of …

  24. comment
    Comment #28088616

    There were similar issues more recently (2018/19) with custom XML entities or comments. The XML signature was unaffected, but if code used the equivalent of element.children[0] to …

  25. comment
    Comment #27899211

    I would be tempted to skip the Docker part entirely and use raw EC2 instances plus Packer or whatever tool of choice to.deploy the code. You still get autoscaling that way, and add…