Live data from Hacker News

Viewing profile — bloppe

bloppe

HN member
Joined
Tue, Aug 11, 2020, 9:07 PM UTC
HN karma
4,026
Public activity
1,217 items

About bloppe

No profile information was provided.

Recent public activity

  1. comment
    Comment #49224872

    This is the kind of thing where everyone just talks past each other because "coding" can refer to a ton of different things. I think we've all had the experience of having to write…

  2. comment
    Comment #49213521

    In my own CLAUDE.md files, I tell it to liberally use the `gh` CLI to search for issues and error messages across the entire GitHub code index. It's insanely effective, but it feel…

  3. comment
    Comment #49203841

    Ya they're getting boned

  4. comment
    Comment #49202011

    Letting the harness inject the credentials implies not exposing them to the LLM. Besides, the current state of MCP authentication almost always involves just hard coding secrets in…

  5. comment
    Comment #49190665

    The one introduced by Gregory. I'm not sure if countries that reformed later cared enough to use a different name, but the Gregorian calendar is pretty well defined.

  6. comment
    Comment #49187330

    I guarantee you any LLM will be perfectly capable of navigating HTTP auth [1] which has been around since 1999. You could use `curl`, or you could bake an HTTP client tool into the…

  7. comment
    Comment #49186145

    The read-only QUERY method can send much bigger requests than GET. For delayed answers, MCP offers no improvement, because remote MCP servers use an HTTP transport anyway, and loca…

  8. comment
    Comment #49180126

    Yep. There's already a well-established system of `.well-known` URL paths to support things like API spec discover, auth discovery, etc. Why re-invent those wheels?

  9. comment
    Comment #49180013

    When I say REST, I basically mean HTTP/JSON. I know. Shame on me. But there's a pretty large body of RFCs that define what makes a good REST API. For instance POST should create th…

  10. comment
    Comment #49179928

    See my point #2. There are already standards to describe APIs. This is easy to see when you think in terms of a developer. The natural way to adapt an existing REST API into an MCP…

  11. comment
    Comment #49179341

    Are you trying to say that REST APIs don't have a strict wire format with shared semantics for a huge range of features?

  12. comment
    Comment #49179100

    MCP is basically just: 1. a REST-like API 2. with a spec (OpenAPI, introspection, etc.) 3. with harness-level authz (the ability to allow / deny specific methods in the harness) Th…

  13. comment
    Comment #49178233

    It's kinda hard to have a truly informed conversation about the scam industry since it's so secretive, but many of the scammers in Myanmar are actually incredibly big businesses th…

  14. comment
    Comment #49172677

    "normal applications", no. But there are more platforms besides databases, e.g. programming languages. Any platform that works with dates will have to deal with these weird quirks.…

  15. comment
    Comment #49172596

    > Those 10 days certainly exist, in both calendar systems. Not in the standard Gregorian calendar. Those dates only exist in the proleptic Gregorian calendar. The standard Gregoria…

  16. comment
    Comment #49171533

    Most applications don't have to worry about it, but platforms do. The SQL standard requires accurate date representation for years 0000-9999. I was surprised to learn about the Gre…

  17. comment
    Comment #49171419

    Considering it only diverges from the standard Gregorian for dates more than 400 years ago, it's not super relevant. Most people don't think about it. But it made a lot of sense to…

  18. comment
  19. comment
    Comment #49024678

    Destruction is not necessary. Google Books is a solid precedent. You can keep the content, you just can't make significant parts publicly available

  20. comment
    Comment #49024478

    Aaron Schwartz was re-publishing the journals, which is the core concern or copyright and indeed where the word "copyright" comes from. Anthropic could get in a lot more trouble if…

  21. comment
    Comment #49022882

    I think the expansion of terms over time is a bit damning, but originally the term was very pro-public-domain (sometimes as low as 7 years): https://en.wikipedia.org/wiki/History_o…

  22. comment
    Comment #49022146

    They're attitude is more "this is fair use" which, according to all precedent, is probably true in most cases (unless the models actually start regurgitating huge parts of the Copy…

  23. comment
    Comment #49001586

    If most books never recoup the advance in sales, then isn't this a better deal for most authors? It sounds like a guaranteed floor which might be very low but is nonetheless higher…

  24. comment
    Comment #48951519

    Elon likes his companies financially intertwined. He convinced the Tesla board to invest in xAI to help get it off the ground, which converted to SpaceX stock after the merger, so …

  25. comment
    Comment #48929019

    That's what people said about operating systems, and databases, and compilers, and so many other big complicated categories of software that over time became increasingly dominated…