wlaurance | 1 year ago | on: One Million Checkboxes
wlaurance's comments
wlaurance | 1 year ago | on: One Million Checkboxes
- super satisfying, like a bubble wrap mmo
- global fidget toy
- This is brilliant! The websocket server must be going brrr
wlaurance | 7 years ago | on: Show HN: Async/Await example for passport.js and express.js
I have an email signup if you want to get the full working code same.
Thanks!
Will
wlaurance | 7 years ago | on: Never Struggle with Node.js, PostgreSQL, or Express.js Again
SMH.
wlaurance | 8 years ago | on: Show HN: Value My Funnel – Figure out the value of a visitor, lead and customer
I was looking for a way to share with my coworkers in Slack.
wlaurance | 8 years ago | on: Show HN: Value My Funnel – Figure out the value of a visitor, lead and customer
One thing I'd like is a way to share the final link where I see the projection and ideas
wlaurance | 8 years ago | on: Ask HN: Is Ruby/Rails over?
Technology has its fads, but somethings stick around. There are plenty of people still coding in C. Laravel is a pretty big PHP framework.
There are plenty of companies that built on Rails. The cost of switching to a new technology is likely unfeasible. So likely the product/company will continue to use Rails.
So if you like Ruby/Rails, I say go for it!
wlaurance | 9 years ago | on: Ask HN: need feedback on using Vultr VPS hosting for production?
In my experience, Digital Ocean's support is much much better than Vultr. Towards the end of my used of Vultr I had some pricing disputes for some IP address blocks.
On the other hand Digital Ocean gave me account credit when I reached out.
I can't speak for linode.
wlaurance | 11 years ago | on: Slack for Linux – Help Hack on This
I'm going to try to make it as easy as `npm install slack-for-linux -g' to get the client in your path.
So this looks a lot cleaner than the other yeoman grunt generator I used initially.
As for node-notifier, this seems easy. I guess the only thing is hooking into the events emitted by the Slack Javascript? I need to dig in further for this.
Thanks,
Will
wlaurance | 11 years ago | on: Slack for Linux – Help Hack on This
wlaurance | 11 years ago | on: Slack for Linux – Help Hack on This
So that should continue to work decently. It's the building and packaging of the thing that will break.
wlaurance | 12 years ago | on: Test if a URL uses Node.js
wlaurance | 12 years ago | on: Test if a URL uses Node.js
wlaurance | 12 years ago | on: Test if a URL uses Node.js
wlaurance | 12 years ago | on: Test if a URL uses Node.js
wlaurance | 12 years ago | on: Test if a URL uses Node.js
wlaurance | 12 years ago | on: Test if a URL uses Node.js
wlaurance | 12 years ago | on: Test if a URL uses Node.js
It also tries to read through the Javascript served up to see if it uses browserify. https://github.com/dotheyusenode/dotheyusenode/blob/master/c...
But yes it is a glorified `curl -I www.foo.com | grep -i 'x-powered-by` UI
wlaurance | 12 years ago | on: Ask HN: is it possible to open source an iOS app and protect it from copies?
wlaurance | 12 years ago | on: Ask HN: is it possible to open source an iOS app and protect it from copies?
I wrote a small blog post [0] on a similar topic not too long ago.
I went with the BSD 3 Clause license for the project I am working on [1][2]. I am not a lawyer so I have no idea if this is a good license or not. I was going for one that would force people to retain the copy right notice.
Obviously you would control the developer account and name of the app. So it would take some effort and money for someone to rename and republish under a new app name.
[0]http://www.wlaurance.com/2014/01/A-Different-Approach-to-Pro...