HN user

thealphanerd

821 karma

sigh

Posts85
Comments43
View on HN
medium.com 11y ago

Big Data is People

thealphanerd
2pts0
app.gotomeeting.com 11y ago

Node Advisory Board meeting is public and live right now

thealphanerd
2pts0
jquerysf.com 11y ago

Famo.us is hosting jQuerySF 2015 at the Regency Center June 22nd – 23rd

thealphanerd
2pts0
graphics.stanford.edu 11y ago

Bit Twiddling Hacks (2005)

thealphanerd
50pts6
github.com 11y ago

Popular npm packages on heroku

thealphanerd
3pts0
blog.izs.me 11y ago

Free as in hugs license

thealphanerd
1pts0
github.com 12y ago

Listen to the sound made Sounds made by hooking malloc and re-compiling itself

thealphanerd
1pts0
mentalfloss.com 12y ago

Blowing on catridge considered harmful

thealphanerd
2pts1
producingoss.com 12y ago

Producing Open Source Software

thealphanerd
1pts0
www.html5rocks.com 12y ago

A Tale of Two Clocks – Scheduling Web Audio with Precision

thealphanerd
1pts0
deterritorialsupportgroup.wordpress.com 12y ago

Goatse as industrial sabotage (2011)

thealphanerd
13pts2
www.openbeamusa.com 12y ago

Stay Classy Makerbot

thealphanerd
213pts60
github.com 12y ago

There is an adventure game hidden in arcanist

thealphanerd
1pts0
famo.us 12y ago

Famo.us is now available to all, no more login required

thealphanerd
5pts2
theintern.io 12y ago

Just make the Intern do the testing.

thealphanerd
8pts0
infohost.nmt.edu 12y ago

The Noel Smith-Wenkle Salary Negotiation Method (1996)

thealphanerd
19pts9
markdalgleish.github.io 12y ago

Build Wars: Gulp vs Grunt

thealphanerd
2pts0
code.activestate.com 12y ago

The Borg Design Pattern

thealphanerd
2pts0
docs.freebsd.org 12y ago

A bike shed (any colour will do) on greener grass (1999)

thealphanerd
79pts13
gist.github.com 12y ago

Npm history

thealphanerd
1pts0
blog.dweek.ly 12y ago

Introduction to Stock and Options

thealphanerd
1pts0
l.yimg.com 12y ago

Breaking Row Boundaries in a Fully Justified Tile Layout

thealphanerd
1pts0
www.mistydemeo.com 12y ago

-no-cpp-precomp: the compiler flag that time forgot

thealphanerd
1pts0
thealphanerd.io 12y ago

Compiling Faust to Webaudio

thealphanerd
1pts0
thealphanerd.io 12y ago

A local, artisanal, and static site: deploying simply with git

thealphanerd
1pts0
www.youtube.com 12y ago

What is up with Noises? (The Science and Mathematics of Sound)

thealphanerd
1pts0
github.com 12y ago

Make javascript controlled robots with arduino, node.js, and johnny-five

thealphanerd
2pts0
www.theguardian.com 12y ago

The buzz: how the vibrator came to be

thealphanerd
2pts0
assemble.io 12y ago

Make static blogs with assemble.io

thealphanerd
1pts0
www.cabinjs.com 12y ago

Cabinjs: Static Blogging with grunt and node.js

thealphanerd
4pts0

Careful checking in you build folder. If there are any native modules, and you are not on the same architecture, everything will explode.

This can be avoided by adding "npm rebuild" to your deployment.

Npm Private Modules 11 years ago

You can easily refer to a version by specifying it via hash

some-user/some-module#1.0.0

Now this is not very robust, as it does not manually incriment semver. That being said a module it not a git repo. There are pre-publish hooks that can be used to execute scripts before publishing. Further, tracking off of git introduces an entirely new set of problems from tracking tar balls. I can see why the team would not be particularly interested in investing time in it.

I've been stuck in file watching hell before... CHOKIDAR!!!!!

I actually had a really interesting conversation with Bert Belder about some of the lower level problem with file watching. It came up that perhaps there could be a working group around fixing this issue.

Hey t-plane. Famo.us offers a bit more than just matrix 3d transforms, in fact one of the best ways to think about how famo.us handles dom is more of a transport layer. There is no reason that famo.us could not use the same entity pattern and tree to render to webgl, we just have not been focusing on it (yet).

Disclaimer I work at Famo.us

JavaScript Modules 12 years ago

I think this is due to the fact that not every has ability / desire to live in the console. Having a development process that can work without a compile step is important.

This language was written by a professor of mine Ge Wang, also the founder of Smule.

He likes to refer to it as "strongly timed", and I think it is a really accurate description. While the language does have limitations, it can also be beautifully expressive for certain things.

If anyone has any question for the author please let me know and I'll either get him to come in here or be a surrogate and answer directly

The authors post reminded me that I had not upgrade my linode from 24GB to 48GB and I went ahead and did it. Then I realized that I had originally been in the ssd beta. I messaged support to find out the beta had recently closed, but the support agent did say this.

http://imgur.com/HBLQVZ4

Thanks for the heads up. I'm taking a signal processing class at the moment (https://ccrma.stanford.edu/courses/420/) and the professor is an old school unix guy. He still lives in emacs. That being said I am totally open to various different languages / environments to do symbolic mathematics. I don't have a background in mathematics, so I feel my time might be better spent learning higher level concepts then trudging in the algebra trenches

chc is right... I got to the link through facebook and then shared in through a browser plugin... wasn't paying attention to the extra fluff that got added to the end of the url.

Will pay better attention to that in the future.

Thanks for pointing that out!