Viewing profile — ya3r
ya3r
HN member- Joined
- Mon, Jun 20, 2011, 4:38 AM UTC
- HN karma
- 544
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About ya3r
No profile information was provided.
Recent public activity
-
comment
Comment #47871718
Telegram secure chat messages do this by default.
-
comment
Comment #47546078
Are we aware of any attacks (or claims of attacks) against any previous version of the iPhone's Lockdown mode?
-
comment
Comment #44861049
The regular copilot, copilot.microsoft.com
-
comment
Comment #44853114
Have you seen Microsoft's copilot? It is essentially free openai models
-
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 …
-
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 …
-
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…
-
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.
- comment
-
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.
-
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…
-
comment
Comment #29098660
Definitely a thing. Regarding the cost, it might be more than "some paperwork".
-
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…
-
comment
Comment #28934190
After the new name fails to make any significant difference, they will try new CEO.
- comment
-
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 …
-
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…
-
comment
Comment #19673340
This reminds me of this great video: https://www.youtube.com/watch?v=iHzzSao6ypE
-
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…
- story
- story
-
comment
Comment #16746160
Convex Optimization by Stephen Boyd. https://lagunita.stanford.edu/courses/Engineering/CVX101/Win...
-
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…
- story
-
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…