Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ninjay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ninjay
7y ago
Not sure if it's actually serving traffic, but here's a teapot someone put a Raspberry Pi in: http://error418.net/
2.
▲
by
ninjay
11y ago
What are the current ways to make creating CloudFormation templates not so painful?
3.
▲
by
ninjay
11y ago
I found this series very helpful: https://medium.com/aws-activate-startup-blog
4.
▲
by
ninjay
11y ago
I think this was changed in iOS 8 http://developer.telerik.com/featured/scroll-event-change-io...
5.
▲
by
ninjay
11y ago
Same laptop but with the 3200 x 1800 screen. The pre-installed Ubuntu version was so slow; stuttering, major screen tearing, and HDPI font issues everywhere. Basically unusable. However, I updated the BIOS and installed Fedora 22. Had to in
6.
▲
Sandman, Rebooted: Create a REST API For Legacy Databases Without Writing Code
(jeffknupp.com)
1 points
by
ninjay
12y ago
|
0 comments
7.
▲
by
ninjay
12y ago
How is backwards compatibility with Docker? Say I make a container with 1.1.0. Can I still run it on Amazon Elastic Beanstalk (1.0.0)?
8.
▲
by
ninjay
12y ago
The general idea is to render the chart in a headless browser and grab a screenshot. http://phantomjs.org/screen-capture.html
9.
▲
by
ninjay
12y ago
Search and rescue missions? People could tell the drone operator how to help.
10.
▲
by
ninjay
13y ago
As far as Django goes, there hasn't been much tuning in general[0]. The only thing I see them doing is template caching. At the least they should be running 1.6 with persistent DB connections. Beyond that they have a lot of middleware
11.
▲
by
ninjay
13y ago
If you'd like to apply to SpaceX go through another recruiter. I applied through Ryan a while back. He was unprofessional and kept getting mixed up with the schedule. In the end I did 6+ hours of phone interviews and a 4 hour coding te
12.
▲
by
ninjay
13y ago
sigh
13.
▲
by
ninjay
13y ago
> would generate it. where is it stored though?
14.
▲
by
ninjay
13y ago
> The private key is encrypted with the user's password, which is not retained by Apple except in a hashed form. > the private key is decrypted using the password and sent to the device. wait, where is this private key coming fro
15.
▲
by
ninjay
13y ago
So put that high entropy pass phrase in Keepass and don't worry about a cracker getting access to all your accounts through a misplaced hash. With all these sites getting attacked you have to assume anything you put in a website is public k
16.
▲
by
ninjay
13y ago
When we do an analysis on something like this we assume the method of encryption is fully known. Otherwise it's called 'security through obscurity'[1]. If this method got popular at all crackers would automatically start checking all hash-l
17.
▲
by
ninjay
13y ago
This is a prime example why you should leave crypto to the experts. This method in no way should be used. Imagine one of your hashes leaks. A cracker can notice your password was a hash of something and just run their normal attacks on it f
18.
▲
by
ninjay
13y ago
Have you checked out Skeleton? http://www.getskeleton.com/
19.
▲
by
ninjay
13y ago
I'm graduating soon from a top university (not Ivy League though) with a masters in CS. I've interviewed with 4 companies so far and 2 of them have just never gotten back to me. One of them was after 4 interviews including a 4 hour coding t
20.
▲
by
ninjay
13y ago
Since this is a small library the name should be descriptive. Unicorn and all the other animal names are fun, but should probably be reserved for large projects that aren't small building blocks. Reading through the site I'm reminded of 5th
21.
▲
by
ninjay
13y ago
I wonder what an actual artist could do with this. I was able to make a hallway by playing with perspective: http://zenphoton.com/#AAQAAkAB9gCNlAAKAbwA0AIzANAAVakBoQDyAk... Also, you may want to integrate a URL shortener with the 'Share l
22.
▲
by
ninjay
13y ago
I always thought it would be cool to do distributed cache in browsers with this technology. It would be like an organic CDN, automatically making the internet faster.
23.
▲
by
ninjay
14y ago
"Are we more intelligent than homo sapiens 3000 years ago?" We might be. Unless the Flynn effect[0] is around to just make us feel good about ourselves. We only have data as far back as the 1930's, but this trend could have been around for
24.
▲
by
ninjay
14y ago
Another note on the nav: when I zoom in on android there's a float element that covers a lot of content. Makes reading difficult.
25.
▲
by
ninjay
14y ago
One of the things I like about Foundation is their nested column syntax. I don't have to worry about how many columns I have to work with. In Neat I have to write something like: @include span-columns(4 of 8); If I'm in a div with @include
26.
▲
by
ninjay
14y ago
Vundle seems like it only takes care of the plugins. I'm looking for a vim install system, like Python's setup.py.
27.
▲
by
ninjay
14y ago
Thank you for showing how to use the plugins, most of these articles don't. I looked at the rest of the site, bookmarked! Can I make an article suggestion though? I'm a new(ish) vim user that is always on different systems. I need a way to