Viewing profile — musabg
musabg
HN member- Joined
- Tue, May 17, 2022, 7:23 AM UTC
- HN karma
- 261
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About musabg
No profile information was provided.
Recent public activity
-
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 …
-
comment
Comment #35382453
LLaMA doesn't contain any meaningful training data in Turkish
-
comment
Comment #35279941
Where should we follow you so we immediately know when you published that?
-
comment
Comment #34261110
Microsoft just released Stable Diffusion competitor: https://designer.microsoft.com/
-
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…
- comment
- comment
-
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…
-
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.…