Viewing profile — randv
randv
HN member- Joined
- Sat, Sep 26, 2009, 9:50 PM UTC
- HN karma
- 8
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About randv
No profile information was provided.
Recent public activity
-
comment
Comment #46377899
nice, are there other frameworks that are similar or better?
-
comment
Comment #40180158
super cool...thanks
-
comment
Comment #33573869
Always read all articles with writers motivation/agenda in mind. this is why I like research / tech articles that are thoroughly backed by data or math!
-
comment
Comment #30569337
steps: - it is turning the number into a string of 1s 3 => 111 4 => 1111 and so on - then trying to simulate divisibility test by trying to find perfect groups of '11' to simulate …
-
comment
Comment #30569321
- it is turning the number into a string of 1s 3 => 111 4 => 1111 and so on - then trying to simulate divisibility test by trying to find perfect groups of '11' to simulate divisio…
-
comment
Comment #30567273
while compact and looks elegant... it is basically trying to group by 11 (divide by 2), if there no match (via backtracking) group by 111 (divide by 3) and so on not very efficient…
-
comment
Comment #7536216
nothing is returned from function s?
-
comment
Comment #6825241
I observed this when I was back in school using a simpler expression i = 0; i = i++; the answer will be different in different compilers. I use this as an interview question ever s…
-
comment
Comment #5014814
I dont know your level, for someone like me who studied mathematics years ago but not applied it for years, I found "In pursuit of unknown, 17 equations that changed world" by Ian …
-
comment
Comment #4521077
finding the search on contacts has never been easy on iphone!
-
comment
Comment #1180238
$40 mil revenue is largely from their products and services on the network management and element management side (called AdventNet). They are not exactly a typical startup.
-
comment
Comment #1056146
I agree with the unrestricted donation part. My money went MSF primarily because they had a staff of more than 700 people before the earth quake struck and knew how to help the cou…
-
comment
Comment #965296
Good analysis and I agree with you on using custdev as a tool in your tool kit rather than follow it like a religion. Another point, Steve always talks about shortcutting the custd…