Live data from Hacker News

Viewing profile — andyroid

andyroid

HN member
Joined
Fri, Dec 07, 2012, 8:42 PM UTC
HN karma
623
Public activity
121 items

About andyroid

No profile information was provided.

Recent public activity

  1. comment
    Comment #49165745

    “we all would like corporations to share their products with us, but forcing us to pay because of their proprietary license is extremely anti-freedom to me” No one is forcing you t…

  2. comment
    Comment #49028167

    As have Anthropic and OpenAI.

  3. comment
    Comment #48741931

    > We replaced all the commercial products our clients and ourselves used with our own You’ll never guess what product your clients are looking to replace with their own next.

  4. comment
    Comment #48564982

    You’re not wrong, but what an IDE does when opening a project directory is an issue with that tool, and not one directly addressable by the maintainers of the dependency management…

  5. comment
    Comment #48564835

    Free as in being trapped in Russia for life.

  6. story
  7. comment
    Comment #41262769

    > never heard anyone suggest the best sports teams should stop competing when they've won enough, or that the best inventors should stop, or the best artists While they want you to…

  8. comment
    Comment #41044646

    Does a hair transplant really count as a cure though? It’s more akin to a pricey baseball cap.

  9. comment
    Comment #39689144

    Not sure why that matters, but OpenFGA is an implementation of Zanzibar, which isn't exactly new. There are many similar implementations to choose from should one want to model aut…

  10. comment
    Comment #39685932

    Bundle servers provide a centralized "data plane" decoupled from the distributed component (OPA). You don't need to rebuild your policy any time data changes. Just push a new bundl…

  11. comment
    Comment #30232318

    Where a company is founded is irrelevant with regards to the GDPR. If they have users in the EU, GDPR applies.

  12. comment
    Comment #30089052

    Looks great! Love the OPA integration.

  13. comment
    Comment #28522729

    They should have just named it errlang.

  14. comment
    Comment #28372674

    How about the fact that not all, or even most, dev machines run Linux, which is the only platform podman supports?

  15. story
  16. comment
    Comment #27971093

    > That's cool, until you realise that the majority of the cities outside of the USA doesn't look like Miami Beach. I highly doubt that any "self-driving" car could travel through M…

  17. comment
    Comment #27753554

    Yeah. It's also used in some RPG games to denote quests which are done independently of the main quest.

  18. comment
    Comment #27161414

    > This is a good reason to make it mandatory to publish mugshots. Is it really though? Doesn’t seem like a necessary practice anywhere else in the world.

  19. comment
    Comment #26984187

    Certainly! Application and microservice authorization is probably one of the more common use cases for OPA, and there's definitely benefits in having a unified policy engine in an …

  20. story
  21. comment
    Comment #25984013

    You could inject a custom authorizer and use something like OPA for fine grained access control. See https://github.com/Bisnode/opa-kafka-plugin for an example.

  22. comment
    Comment #25155945

    > Non-actionable warnings are meaningless. Agreed. Yet that’s exactly what they’re trying to make use of here. “The browser must not try to impersonate another browser like Chrome …

  23. comment
    Comment #25120398

    Additionally, this breaks completely if another authorizer than RBAC is involved.

  24. comment
    Comment #25058701

    Right, my response was primarily to the claim that “there are so few multi user machines in existence”. As for trust, there are probably few, if any, attack vectors more common tha…

  25. comment
    Comment #25057317

    Pretty much all servers I’ve ever worked with was multi-user. What’s even the alternative? A single account shared by all admins? That sounds like a nightmare from both a security …