Live data from Hacker News

Viewing profile — musabg

musabg

HN member
Joined
Tue, May 17, 2022, 7:23 AM UTC
HN karma
261
Public activity
9 items

About musabg

No profile information was provided.

Recent public activity

  1. comment
    Comment #35415953

    Hammer is not dangerous intrinsically. You can build shelter for people in need with it, or kill a human being. Just like this tool; you can make a auto research bot, or automated …

  2. comment
    Comment #35382453

    LLaMA doesn't contain any meaningful training data in Turkish

  3. comment
    Comment #35279941

    Where should we follow you so we immediately know when you published that?

  4. comment
    Comment #34261110

    Microsoft just released Stable Diffusion competitor: https://designer.microsoft.com/

  5. comment
    Comment #34215179

    It's giving me: We detected some suspicious activity. Please refresh the page or try on another browser again. If you still face the issue, please contact support to register an ac…

  6. comment
  7. comment
  8. comment
    Comment #33953585

    1. Create fake url endpoint. And go to that endpoint in the adversary's website, when your server gets request, flag the ip. Do this nonstop with a script. 2. Create fake html elem…

  9. comment
    Comment #31407197

    Second one in Go: func IsPrime(n int64) bool { return big.NewInt(n).ProbablyPrime(0) } Each language has its own pros and cons. Go wants to be explicit and simple to be understood.…