Live data from Hacker News

Viewing profile — ya3r

ya3r

HN member
Joined
Mon, Jun 20, 2011, 4:38 AM UTC
HN karma
544
Public activity
119 items

About ya3r

No profile information was provided.

Recent public activity

  1. comment
    Comment #47871718

    Telegram secure chat messages do this by default.

  2. comment
    Comment #47546078

    Are we aware of any attacks (or claims of attacks) against any previous version of the iPhone's Lockdown mode?

  3. comment
    Comment #44861049

    The regular copilot, copilot.microsoft.com

  4. comment
    Comment #44853114

    Have you seen Microsoft's copilot? It is essentially free openai models

  5. comment
    Comment #38929738

    Maybe relevant blogpost is https://devblogs.microsoft.com/python/python-311-faster-cpyt... dated Oct 2022. The team behind this and some other recent improvements to Python are at …

  6. comment
    Comment #38768529

    Bicycle by Bartosz Ciechanowski: https://ciechanow.ski/bicycle/ - HN post: https://news.ycombinator.com/item?id=35343495 Bartosz has many great blog posts, maybe most famously the …

  7. comment
    Comment #35782650

    > "As a reminder, there is not a single LLM on the market today that is not vulnerable to prompt injection ... And by and large, companies don't really seem to care." So far from t…

  8. comment
    Comment #32847775

    It only works, if it consistently works. And it only doesn't work, if you tried it consistently and it didn't work.

  9. comment
  10. comment
    Comment #29583205

    tqdm is really great. (Also great name BTW) It has a lot of features like cli, jupter notebook widget, flexibility, etc. I have been using it for 4-5 years now.

  11. comment
    Comment #29570208

    > Based on our research and findings, we assess this to be one of the most technically sophisticated exploits we've ever seen, further demonstrating that the capabilities NSO provi…

  12. comment
    Comment #29098660

    Definitely a thing. Regarding the cost, it might be more than "some paperwork".

  13. comment
    Comment #29098148

    Nat was a great CEO. The best that could have happened to Github after the acquisition IMO. The one time that I won't forget about Github under Nat, was when they stood up for Iran…

  14. comment
    Comment #28934190

    After the new name fails to make any significant difference, they will try new CEO.

  15. comment
  16. comment
    Comment #28301769

    Technically speaking, this does not prove that an adversarial attack is possible on the CSAM system of apple, Given that apple has another not released neural hash system on their …

  17. comment
    Comment #22328263

    I really like the fastai abstractions and their attention to detail. Also their callbacks are amazing. I always look at their implementations for inspiration. But my main issue wit…

  18. comment
    Comment #19673340

    This reminds me of this great video: https://www.youtube.com/watch?v=iHzzSao6ypE

  19. comment
    Comment #18725583

    First off, as many know, this is not a single incident. This has happened to many of us (including me) from "sanctioned" countries. (I am from Iran, but live in Germany) But this m…

  20. story
  21. story
  22. comment
    Comment #16746160

    Convex Optimization by Stephen Boyd. https://lagunita.stanford.edu/courses/Engineering/CVX101/Win...

  23. comment
    Comment #14305720

    I have used similar setups in Sublime Text for Python development, the main issue is instability and inefficiency. Installing these set of packages in sublime makes things slower a…

  24. story
  25. comment
    Comment #12393080

    One thing which is missing is a "model zoo", a place where people share models (usually well-known) pre-trained, which is very useful for starting to use a framework. Although this…