Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atamyrat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
atamyrat
3y ago
For me, vim means muscle memory. I can say that it has become part of me! RIP Bram Moolenaar
2.
▲
Mental Poker [pdf]
(people.csail.mit.edu)
145 points
by
atamyrat
5y ago
|
16 comments
3.
▲
by
atamyrat
5y ago
Also check out z3 library for solving constraint satisfaction problems. Python binding examples ( https://ericpony.github.io/z3py-tutorial/guide-examples.htm ) has really cool similar problems and solutions.
4.
▲
by
atamyrat
10y ago
SIM card provides hardware-based, simple and secure authentication of subscribers to mobile network operators. Until manufacturers start to embed standardized secure element on all phones, alternative software based solutions (password, etc
5.
▲
Moving the Redis community on Reddit
(antirez.com)
20 points
by
atamyrat
11y ago
|
1 comments
6.
▲
by
atamyrat
11y ago
You can use laser printer toners to get same effect! They are magnetic as well and might be easier to get. It's also easy to get better contrast - apply transparent tape to magnetic strip, remove the tape and put it on top of white pap
7.
▲
by
atamyrat
12y ago
What about beamforming? Wouldn't signal strength depend on locations of connected wifi clients?
8.
▲
by
atamyrat
13y ago
I don't know details of this case but it's very unlikely GS was violating any FOSS license for just modifying code (assuming internal use only).
9.
▲
by
atamyrat
14y ago
The closest environment I got to work with Matrix-like UI but real experience was: There is board I'm developing on with serial port, and kernel debug prints so much garbage it literally fills the entire screen in less than couple of second
10.
▲
by
atamyrat
14y ago
Not really, depends on definition of "close", i.e. how you measure distance. If closeness means distance in search space, then you're right, but it also could mean local vs global are close in value being optimized, but they are located far
11.
▲
by
atamyrat
14y ago
Also not to forget the LTE/4G base station implementation running on PC. http://bellard.org/lte/
12.
▲
by
atamyrat
14y ago
> Remember most of these do intercept -- they have an SSL CA cert which is trusted by all your business client devices, to do MITM. So, if you pwn the box, you can pwn all the SSL traffic at the target company, too. It's an excellent p
13.
▲
by
atamyrat
14y ago
Another anecdote: investor decided not to invest in a startup because his astrologist advised against it. The date company founded was not a "good" day. Yes, investor actually called founders to ask for this piece of info, as far as i reme
14.
▲
by
atamyrat
14y ago
It's quite funny and genius. Article says that malware used by Georgia is not specified, but from original PDF report it's clear that they have used his own exploit to attack him! From PDF: "then gave Cyber Attacker Fake ZIP Archive with hi
15.
▲
by
atamyrat
14y ago
I recommend Breaking Bad, there's some startup lessons there. On S03E10, entire episode is Walter and Jesse trying to catching a fly. One small fly inside huge lab. Jesse wants to give up and continue cooking, but for Walter, this is absolu
16.
▲
by
atamyrat
14y ago
I don't think Benford's law has anything to do with human psychology, it's more of mathematical property that applies to random sample from certain distributions.
17.
▲
by
atamyrat
14y ago
Here is one more about data structures: https://gist.github.com/73b62f3f34cb59a2913b Rest, I think they are bit personal.
18.
▲
by
atamyrat
14y ago
Here is his first email: https://gist.github.com/25be1b58f169bf2a7d90
19.
▲
by
atamyrat
14y ago
When I was at high school, he was my hero and role model. He won IOI gold medal twice and was studying at MIT back then. What he had achieved was my dream and I wanted to follow his steps. So one day, I decided to write him an email, asking
20.
▲
by
atamyrat
14y ago
I suppose linking to a library is quite different case than re-implementing it with the same interface.
21.
▲
by
atamyrat
14y ago
Just wrote my first assembler program ever! Thanks, OP. Prints factorial table (2 columns - index and result) in console display. http://dcpubin.com/eshsuZqgq
22.
▲
by
atamyrat
15y ago
Surf Safely! This Website is not accessible in the UAE. Oh, irony..
23.
▲
by
atamyrat
15y ago
Good point, never thought about decr failing!
24.
▲
by
atamyrat
15y ago
I've used counters in Redis for mutex control. If incr returns 1, it means we have succeeded. Otherwise it decrements it and tries again after 1 second until it suceeds. Here is the code: https://gist.github.com/1062584
25.
▲
by
atamyrat
15y ago
Hmm why can't you construct the signal amplitude from webcam image? You don't have to capture it as digital signal...
26.
▲
by
atamyrat
15y ago
Well, you will have to look at the server's key fingerprint, looking at the URL will not be enough. If you're being MITM attacked, you will still see trusted.example.com in URL bar.
27.
▲
by
atamyrat
15y ago
I don't think network overhead is the problem here, it is about ease of development. Thrift generates working server code and you just have to implement RPC functions. On PB, you need a stack to handle connections, parse messages, dispatch,
28.
▲
by
atamyrat
15y ago
If anyone is interested in solving this problem, please check out CyPB https://github.com/connexio/cypb It is not ready for production use yet. Please help us by testing and submitting bug reports & patches!
29.
▲
by
atamyrat
15y ago
Can't we get Mythbusters to do it?
30.
▲
by
atamyrat
15y ago
That sounds like my dream hacker college. As a drop-out myself, I am thinking of going back to school sometime in the future, and wondering if SLC might be right place for me. If you don't mind me asking, why did you drop out? Were there an
More ›