Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ajro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ajro
7y ago
If we talk about gender equality why take into consideration only part of the picture not a whole? Is it fair?
2.
▲
by
ajro
7y ago
And the so called 'male-chosen' professions generally have higher risk of serious health consequences, injuries or death.
3.
▲
by
ajro
8y ago
"I used it to great effect in a bar brawl once." My opinion is - you were lucky. https://www.youtube.com/watch?v=0KUXTC8g_pk I don't know the guy from the video but I think his assessment is very honest and b
4.
▲
by
ajro
9y ago
"But if this is the case you should not trust any website with your password anwhere ever". That is why you should use unique password for each site.
5.
▲
by
ajro
9y ago
This is quite old and probably been posted here: http://yosefk.com/blog/my-history-with-forth-stack-machines.... But this in my opinion explains well both why people are seduced by forth and why forth is not widely use
6.
▲
by
ajro
9y ago
Text-to-speech in kindle was really nice feature in my opinion.
7.
▲
by
ajro
9y ago
I doubt it's a solenoid. Solenoid can be used for galvanic separation in AC circuits not DC. Maybe you mean relay?
8.
▲
by
ajro
10y ago
Could you explain why? I have quite a bit of experience with Z80 and x86 (16bit) assembly. I remember that I've tried to learn 6502 many years ago but lost interest after a while. I remember that 6502 didn't feel superior to me th
9.
▲
by
ajro
10y ago
And the name is already taken: https://en.wikipedia.org/wiki/Inferno_(operating_system)
10.
▲
by
ajro
11y ago
Newsletter is not connecting your subscribers together - add that and you have good old mailing list. One of my friends created such a mailing list for our circle of friends some time ago but it didn't win with the Facebook.
11.
▲
by
ajro
11y ago
But they did not use any backdoor. Etchalon is right - if they had to access file system how should they do that if it was encrypted? And you were in control of the situation - next time change the password to temporary one before handing i
12.
▲
by
ajro
12y ago
Having GC does not mean that you need to surrender all of control. You just need to know which operations are allocating memory (consing) and which are destructive. In Common Lisp you often have both variants available - like reverse &
13.
▲
by
ajro
12y ago
Do you have javascript enabled?
14.
▲
by
ajro
13y ago
Could we please have the way to unlock someones abilty to post comment (delete comment, wait for timeout etc.) described in the FAQ?
15.
▲
MitM against 4G at DEFCON?
(theinquirer.net)
1 points
by
ajro
15y ago
|
0 comments
16.
▲
by
ajro
15y ago
You can't do 2-factor authentication with applications that don't support it. You can't do it with, for example, IMAP, period. I am not sure about that at all. For imap for example you could be required to submit your password followed by
17.
▲
by
ajro
15y ago
I've just been browsing through news page and I stumbled upon this: http://news.ycombinator.com/item?id=2443089 In one of the comments on reddit ascheinberg wrote: Like every single site like this, the problem is that the public is ready
18.
▲
by
ajro
16y ago
I found this link before posting the question but I still can't imagine how to use javascript call/cc implementation from your article (on the other hand I think I know how to use call/cc in scheme). Maybe I am too tired today. If you post
19.
▲
by
ajro
16y ago
Could someone explain how the 'call/cc in javascript' from the article is supposed to be used? function callcc (f,cc) { f(function(x,k) { cc(x) },cc); }
20.
▲
by
ajro
16y ago
I used to use vi/vim but one day I stumbled upon Common Lisp and started learning/using emacs because it seemed to be the best ide available for CL. Now I can't imagine living without org-mode, mew, jabber-el, w3m and many other emacs appli
21.
▲
by
ajro
16y ago
In my opinion it doesn't really matter much - what's important in such stories are emotions, inspiration and education. I agree with other posts that we should try to do good things without anticipating possibilities of reward i.e. do them
22.
▲
by
ajro
16y ago
I don't like the idea of such stealth read-receipts too. I would expect that sooner or later tricks which allow implementation of this feature will be blocked in most email clients as security holes because as many others pointed out it can
23.
▲
by
ajro
16y ago
In my opinion less code means less bugs means better code. Simple as that. And by code I also mean everything that is auto generated, inherited or linked. Of course there are rare cases that you need to trade size for speed. But it should b
24.
▲
by
ajro
16y ago
I agree that we are far from the point when we can say Android is less open than the iPhone. But at the same time I wouldn't be surprised if 'features' like that would drag some developers from Android to iPhone.