Viewing profile — yonilevy
yonilevy
HN member- Joined
- Mon, Jan 04, 2010, 6:38 PM UTC
- HN karma
- 396
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About yonilevy
Recent public activity
- comment
- story
- story
-
comment
Comment #23837448
Only four days after the major facebook SDK crash.
-
comment
Comment #22659153
Nicely done. Wish this was the starter kit for most websites.
-
comment
Comment #22044474
For many of us, there's no real reason to work full-time, cutting your expenses and working less is great. Also: it's economically irrational how little time we spend optimizing ou…
-
comment
Comment #21781802
I'd say all the terms are wrong: you've covered maker, hacker also has nothing to do with this, as well as indie, which means being alternative, outside the mainstream. I believe y…
-
comment
Comment #21781767
definitely g
-
comment
Comment #21781290
s/maker/self employed/
-
comment
Comment #21688912
I do something similar, but my flow is around feature branches: I create a branch, dumping TODOs in the code as I work out the feature, then progressively fix them before merging t…
-
comment
Comment #21681676
Coincidently I just started working on a drawing app, specifically an iPad app with figure drawing as the main use case. If you could share more details on the kind of drawing you'…
-
comment
Comment #20828858
This. As an iOS user / developer who isn't too familiar with Android, I also don't get it. Either these reports are lacking, and there is in fact a vulnerability being exploited do…
-
comment
Comment #20601241
#t is subjective
-
comment
Comment #20087684
This looks fantastic, congrats! Any word on whether 3rd party IDEs will be able to integrate the live-preview functionality? (AppCode user)
-
comment
Comment #19768025
FWIW, Unity are moving away from ImGUI (to a classic retained mode UI system) https://blogs.unity3d.com/2019/04/23/whats-new-with-uielemen...
-
comment
Comment #18789330
This question seems to pop on HN every other month. I very much share the frustration- after trying every product under the sun I always end up coming back to Sketch, which is subo…
-
comment
Comment #17518262
I'm not looking at the keyboard when hitting those keys (I've been using this exact keymap for over 8 years), touchbar support isn't helping, I need tactile keys.
-
comment
Comment #17518164
As a heavy IntelliJ user - I use the function keys all the time. Some examples: F1: show file in project view, F2/Shift F2: next/previous error, Ctrl+F2: stop process, F3/Shift F3:…
- story
-
comment
Comment #16686987
I use the same approach when troubleshooting/getting into hairy code - git blame ("annotate" in IntelliJ) first, gives a lot of useful context!
-
comment
Comment #16532882
Right, and great point, but aren't the adversaries targeting a specific model? Are they agnostic to setups differences?
-
comment
Comment #16532057
Out of curiosity- why is detection of fake videos a hard problem? It sounds like a classification problem that a simple NN with enough data would be able to solve(?)
-
comment
Comment #16475545
link is broken but google cache works, thanks a lot!
-
comment
Comment #16461841
Not sure what that is, but probably not -- it should be able to detect simple geometrical shapes (and label them), lines/arrows between shapes, and ofcourse text. Perhaps I'll try …
-
comment
Comment #16461749
Kinda related, I want an app that takes a picture of a hand drawn diagram and converts that to SVG (or whatever format I could later edit digitally). That would be a great way to b…