Live data from Hacker News

Viewing profile — MadsRC

MadsRC

HN member
Joined
Fri, Jun 18, 2021, 6:21 PM UTC
HN karma
190
Public activity
60 items

About MadsRC

[ my public key: https://keybase.io/madsrc; my proof: https://keybase.io/madsrc/sigs/UZ0dqcxMJR_RwnozQbTEn0GmzAsXVQTWGjl30ET_vhY ]

Recent public activity

  1. comment
    Comment #49120679

    I’ve heard from people inside Google that they’re prohibited from using anything but their own models. AlbertaTech on YT, ex-Google working on YT said in a video that right before …

  2. comment
    Comment #48662120

    Amazing news! The one thing I wish they’d support is multiple zones and an RBAC system to grant certain users access to specific zones. If they’d offer that they’d be a serious con…

  3. comment
    Comment #48651457

    Not really, and neither does the doc it links to. It explains the difference between a personal agent (that acts as you) and a multiplayer agent (that has its own identity). But th…

  4. comment
    Comment #48648565

    I’d be curious how they’ve solved the attribution/provenance/identity problem here. Are instances of Claude Tag, across channels, sharing the same identity? Can I grant one instanc…

  5. comment
    Comment #48582768

    I would love to see a forge that consists of composable components, self-host able with federated identities and maybe a few centralized indexers

  6. comment
    Comment #48496129

    The approval part is really interesting - No problems with timeouts or operators not being around to approve?

  7. comment
    Comment #47592634

    Ah yes, the API will accept requests that doesn’t include the client attestation (or the fingerprint from src/utils/fingerprint.ts. At least it did a couple of weeks back. They are…

  8. comment
    Comment #47592275

    What signing? Are you referencing the use of Claude subscription authentication (oauth) from non-Claude Code clients? That’s already possible, nothing prevents you from doing it. T…

  9. comment
    Comment #47511046

    We were not. I reached out to the team at BerriAI to offer my assistance as a security professional, given that they requested help from security experts.

  10. comment
    Comment #47506045

    Dropped you a mail from mads.havmand@nansen.ai

  11. comment
    Comment #47348439

    Very interesting! I’ve got an internal tool that we use. It doesn’t do the deterministic classifier, but purely offloads to an LLM. Certain models achieve a 100% coverage with adve…

  12. comment
    Comment #46738070

    Well, the head of reliability did leave a month or two ago zD

  13. comment
    Comment #46704123

    Last I heard of it this was proposed as a directive as opposed to regulation, meaning every single member state would have to interpret it and create their own national implementat…

  14. comment
    Comment #46325117

    This is cool - Whenever I have a new idea for a thing I spend too much time writing boilerplate IAM and backend stuff, taking away time that could be spend on actual business logic…

  15. comment
    Comment #46220136

    This looks cool, but I’m sad you’ve chosen a name that already associated with another security tool :(

  16. comment
    Comment #46088844

    Now? Chainalysis has always worked for governments… It was basically spawned out of the government needing help with investigating crypto - I think it was Mt. Gox…

  17. comment
    Comment #43926415

    Shameless plug, I pushed a small CLI for detecting unpinned dependencies and automatically fix them the other day: https://codeberg.org/madsrc/gh-action-pin Works great with commit…

  18. comment
    Comment #43714056

    This looks great! With the self-host option, it’s not really clear through the docs if one is able to override the base url of the different model providers? I’m running my own Ope…

  19. comment
    Comment #43679097

    When this was released I thought that perhaps we could mitigate it by having the tooling only load “rules” if they were signed. But thinking on it a bit more, from the LLMs perspec…

  20. comment
    Comment #43389525

    Data exfil detection is a game of whack-a-mole. There is an endless variation of ways I can get data of your machine or out of your network. Your time is much better spend detectin…

  21. comment
    Comment #43130596

    This is quite interesting. What does a seat entail? You talk about self serve (I love it!), but would the users that self-serve take up a seat? Or are seats just for the folks crea…

  22. comment
    Comment #42359479

    I find the JetBrains integration spotty - I have to run ‘eval “$(mise activate)”’ in every terminal session for it to pick up the env. I have vague recollections of also having iss…

  23. comment
    Comment #42359429

    Not the parent, but I use it for projects (including Python projects) to run tests, code generation etc. when I can’t use mise.

  24. comment
    Comment #42289399

    It’s actually surprisingly efficient if you batch writes at the expense of some added latency. The WarSyream team found that batching into chunks of either 4MB of data or 250ms was…

  25. comment
    Comment #42289379

    This is why systems such as WarpStream regularly runs compaction jobs to more efficiently store objects and cut down on API calls.