Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
califield
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
califield
12y ago
Women did not serve in combat roles during World War 2. There was about ten times as many men in the military than women at that time.
2.
▲
by
califield
12y ago
Perhaps this is because um is closer to the mystical sound om/aum[1]? [1] http://en.wikipedia.org/wiki/Om
3.
▲
by
califield
12y ago
This is why I'm excited for VR. Now that equipment like Oculus Rift is going mainstream, there's an opportunity to move beyond managing "windows" to managing "objects", e.g. taking a phone call would not affect
4.
▲
by
califield
12y ago
You could make it a redirect service for npm modules. e.g. https://js.org/express 301 redirects to https://www.npmjs.com/package/express Another idea is a blog. One of my favorite blogs is http:/
5.
▲
by
califield
12y ago
If moving the project to a new server is not feasible, then how does the client backup their data? I refuse to work on projects that cannot be installed from scratch in a local VM.
6.
▲
by
califield
12y ago
Modern browsers don't actually let you redefine `undefined`.
7.
▲
by
califield
12y ago
Check out this excerpt from his 2001 semi-autobiographical film, "Confessions of a Sociopath": https://www.youtube.com/watch?v=k-tHqOz5zTo More information on the film: http://creative-capital.org/
8.
▲
by
califield
12y ago
I would set up a free Heroku application and provide SSL and caching by redirecting it through CloudFlare. I host a lot of static websites like this.
9.
▲
by
califield
12y ago
The article is missing an important piece of information: can you buy a drink at the bar with it?
10.
▲
by
califield
12y ago
Perhaps this is too far outside of your existing scope of functionality but I'll throw it out there: I would really love a "Hacker News Alerts" feature. I make the same searches every week on a few key terms but it's a m
11.
▲
by
califield
12y ago
I make really delicious slow cooker black beans every Sunday, following this recipe I found online: http://cafejohnsonia.com/2013/02/how-to-slow-cooker-black-be... She recommends skipping the soak and I haven'
12.
▲
by
califield
12y ago
Another great resource for free, permissively licensed music and sound effects is OpenGameArt.org[1], although they mostly focus on assets for retro games. [1] http://opengameart.org/
13.
▲
by
califield
12y ago
Big payment processors like Stripe are storing your full credit card number forever whether you choose to "Remember me" or not. The checkbox is whether you want to be able to pay again without retyping it.
14.
▲
by
califield
12y ago
They're going to trade Bitcoin under the NASDAQ symbol COIN. I love it!
15.
▲
by
califield
12y ago
I use the `dotenv`[1] package with Node.js and it does exactly the same thing: environment variable definitions that you can store elsewhere in a dead-simple format. To be fair, I think they just copied the `foreman` tool from Heroku. Howev
16.
▲
by
califield
12y ago
It would be a little more clear if they compared it to L20n[1] (their internal Mozilla browser localization API) and how this is going to bring those open standards to browsers. Let's get deeper than money classes. [1] https:/&#x
17.
▲
by
califield
12y ago
I would title this article, "Infinite recursion considered harmful".
18.
▲
by
califield
12y ago
This article reads like a mind dump lacking a cohesive narrative... I mean look at how the author closes the article: > This article isn't really about callbacks and it isn't even really about APIs. Well then, perhaps you shoul
19.
▲
by
califield
12y ago
#bbg on Freenode is a channel for HTML5 canvas game hacking. I try to poke my head in and listen once in a while.
20.
▲
by
califield
12y ago
Yeah, but typically you have a certain level of trust in your project dependencies. Adding a library to your project often means granting access to your system anyway (if the dependency contains executable code).
21.
▲
by
califield
12y ago
I was wondering who found this vulnerability. You have to click through to the Git mailing list announcement[1]: > A big "thanks!" for bringing this issue to us goes to our friends in the Mercurial land, namely, Matt Mackall an
22.
▲
by
califield
12y ago
> The code comes back to us, and we have to redo it -- there's nothing good about this. Implement code review and start rejecting their pull requests with constructive criticism and mentoring.
23.
▲
by
califield
12y ago
`f` in your example is a global function that cannot be redefined.
24.
▲
by
califield
12y ago
The author doesn't mention the go-to option in this scenario: write a data mapper[1] to dehydrate your object. While I'm a huge proponent of PostgreSQL and the hstore[2]/JSON column types (hstore column type is not mentioned
25.
▲
by
califield
12y ago
This is an exciting space right now. I'm gearing up to launch RPG Classroom this Spring. The name is sort of a combination of their old and new names (gaming and mentoring). I think their price is a little high, but I guess they have a
26.
▲
by
califield
12y ago
To be honest, this library doesn't really make sense. Perhaps a related but more useful idea would be to adjust the colors of your site to match the user's local time like f.lux...
27.
▲
by
califield
12y ago
> We're getting more monolithic and coarse-grained. At the same time we are pushing more heterogenous software stacks to production and configuring more specific dependencies for our applications. It almost seems like you're us
28.
▲
by
califield
12y ago
As the founder of a "game engine startup", I found this post extremely useful. I'll be purchasing your book if only to support your marketing research.