Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nlco
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nlco
15y ago
How do you set spotify to offline mode (without completely disabling wifi)?
2.
▲
by
nlco
15y ago
Salts are suppose to be considered public. For the most part, they are defenses against rainbow tables and to make an attacker have crack each password individually.
3.
▲
by
nlco
15y ago
your code can be simplified a bit: function sleep_sort (inputs) { function child (number) { setTimeout(function () {console.log(number)}, Math.pow(2,number)) } for (var i = 0; i < inputs.length; ++i)
4.
▲
by
nlco
15y ago
not quite, 48÷(2(9+3)) = 2, but 48÷2(9+3) = 288 to clarify: PEMDAS is the order of operations. so parenthesis first: 48÷2(9+3) = 48÷2(12) then multiplication and division (they have the same precedence): 48÷2(12) = 24*12 = 288 for another r
5.
▲
by
nlco
16y ago
Someone suggested to make an ed simulator in one of the "HTML5 History" abuses, so I went for it over the weekend. Decided I'd share it with you guys. (I never actually used ed since it was way before my time, so if there is anything that I
6.
▲
I made a "ed simulator" in the URL
(nlco.github.com)
1 points
by
nlco
16y ago
|
1 comments
7.
▲
by
nlco
16y ago
How is it unsafe? (asking because I don't know, not to contradict)
8.
▲
by
nlco
16y ago
Well as a college student who went on a 2 month coco pebble binge (and only ate that because of sheer laziness), I didn't feel significant effects on brain power. But it does trash your body and leaves you feeling lethargic and lose motivat
9.
▲
by
nlco
16y ago
it runs on node.js (a server side software), not a browser. So no need to worry about hijacking someones ip.
10.
▲
by
nlco
16y ago
thats actually not what separation of church and state refers to. What it means is that no church is suppose to run the government, voters are allowed (and suppose to) vote according to their beliefs, including religion. And religions are a
11.
▲
by
nlco
16y ago
"Any group which sees gays, blacks, and women as fundamentally inferior loses its case for respect in my mind." It's a good thing the LDS don't believe that. They have actively come out to defend against gay harassment. The injustice to bla
12.
▲
by
nlco
16y ago
perhaps they are trying to counteract the inevitable backlash from the wikileaks story?
13.
▲
by
nlco
16y ago
windows 7 and chrome with the same results. there is noticeable jerkiness as well as the ball flickering
14.
▲
by
nlco
16y ago
A compromise also could be a hn irc channel, people ask for help there and people qualified (or otherwise) can help them out.
15.
▲
by
nlco
16y ago
it appears they dont have anything on me (no cookie/javascript blocking, just vanilla chrome) and I do browse extensively. Anyone know why this might be happening?
16.
▲
by
nlco
16y ago
as a member of generation Y, I wonder if you realize how hard it is to get a job.. especially as a teen. I can't go flipping burgers/menial labor because generation X has all the jobs. I can't go work for many tech companies because of degr
17.
▲
by
nlco
16y ago
I really like the animations (except for the arm, I wish the words just "appeared" sort of like the music video for "heartless" by the fray). Does anyone know of a tool that can help us make this easier?
18.
▲
by
nlco
16y ago
it can be accurate, I think it just depends on the circumstances. I blew over 300 messages just yesterday. As for age, I just barely turned 18, but when I was in high school I would easily text at 2x or 3x that rate. Reasons it was so high
19.
▲
by
nlco
16y ago
is there any work on a common protocol yet? (mostly looking for a link)
20.
▲
by
nlco
16y ago
I agree, I'm working on a SaaS that is hopefully going to be deployed in a month where I was planning to use Chargify, but the $99/month seems hard to justify when I can just use paypal.
21.
▲
by
nlco
16y ago
It would manifest itself if you invest in your own company.
22.
▲
by
nlco
16y ago
yup, this is why all my personal projects are 90% done. i'll finish the other 90% some other time.