Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nickclaw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
nickclaw
5y ago
After trying some prescription drugs I've also found Marijuana works the best for me. It's the difference between lying on the bathroom floor waiting to throw up and being semi-functional (I am pretty stoned, so not totally functi
2.
▲
by
nickclaw
5y ago
This is fascinating, I've suffered occasional migraines for 15 years, and while I've found over time that it's highly connected to my diet combined with other stressors (like intense exercise, lack of sleep, high stress, etc.
3.
▲
by
nickclaw
6y ago
Sorry I could have been clearer. The archive.org page that shows all scans[1] will mark dates as orange (4xx), green (3xx), or blue (presumably 2xx). The reason I don't think that the link you posted is indicative of something is that
4.
▲
by
nickclaw
6y ago
The archive.org entry for 2012 is orange, indicating it was a 404 back when it was archived. There's also archived pages for /index.php that resolve successfully all the way back to 2005. Maybe someone just manually asked archive.
5.
▲
by
nickclaw
6y ago
Does everyone else see a 404 page at the archive.org link? That's the same thing you get today when you try to access /index.cfm so I don't see how this is any evidence of Facebook using Coldfusion.
6.
▲
by
nickclaw
10y ago
Check out blender. It's a fairly powerful, open source 3d modeling tool (also game engine, motion tracker, compositor, sculpter, and more). I used to use it quite a lot back in highschool. It also has a fairly high learning curve at fi
7.
▲
by
nickclaw
10y ago
Shameless plug for my node skills framework[1] if you want something a little more flexible than alexa-app. Has express support as well[2]. [1] https://www.github.com/nickclaw/alexa-ability [2] https://www.g
8.
▲
Show HN: A node framework for building Amazon Alexa skills
(github.com)
1 points
by
nickclaw
10y ago
|
0 comments
9.
▲
by
nickclaw
12y ago
You should never use "use strict" or "use strong" in production, they're very useful during development but can really only hurt you in production.