HN user

Killswitch

2,178 karma

Now using https://news.ycombinator.com/user?id=joshmanders

Posts90
Comments598
View on HN
jona.io 10y ago

There's no good language

Killswitch
2pts1
magicsignup.com 10y ago

Magic – Completes signup forms automatically, with just an email address

Killswitch
109pts75
medium.com 10y ago

“Fuck unicorns, build the company you wouldn’t sell”

Killswitch
2pts0
tinyclouds.org 10y ago

I hate almost all software. (2011)

Killswitch
4pts2
www.joshmanders.com 10y ago

I don't complete anything

Killswitch
2pts0
ionic.io 10y ago

Ionic 2 Alpha

Killswitch
10pts1
davidwalsh.name 10y ago

I'm an Imposter

Killswitch
1pts0
blog.davidstancu.me 10y ago

On behalf of all engineers

Killswitch
49pts20
alexjs.com 10y ago

Alex – Catch insensitive, inconsiderate writing

Killswitch
8pts1
news.ycombinator.com 10y ago

Ask HN: HN User AMA's

Killswitch
1pts1
deathtobullshit.com 10y ago

Death to Bullshit

Killswitch
2pts0
github.com 10y ago

GitHub Universe: The Big Bang

Killswitch
3pts0
signalvnoise.com 10y ago

Overnight success takes years (2009)

Killswitch
2pts0
blog.ionic.io 10y ago

Web Developers Will Rule the World

Killswitch
3pts0
www.securedeps.com 10y ago

Show HN: Secure Deps – package.json dependency vulnerability scanner

Killswitch
1pts0
trees.delivery 10y ago

Bitcoins and Drones = Cannabis Drone Delivery

Killswitch
3pts0
www.linkedin.com 11y ago

Dear Google: Stop Making Apps

Killswitch
3pts0
firstround.com 11y ago

This Is Why People Leave Your Company

Killswitch
1pts0
www.wpvulndb.com 11y ago

WordPress Vulnerability Database

Killswitch
2pts1
www.hellosprout.com 11y ago

HelloSprout – Organic Non-GMO Seed Kits

Killswitch
1pts0
medium.com 11y ago

Thanks ECMAScript, You've Ruined Us All

Killswitch
2pts0
blog.dwolla.com 11y ago

Dwolla to help U.S. Treasury go paperless, prepare for a secure digital future

Killswitch
6pts1
techcrunch.com 11y ago

NodeSource Raises $3M to Build New Programming Tools

Killswitch
6pts0
www.cgi-node.org 11y ago

CGI-Node can run JavaScript on any web server just like PHP as a CGI

Killswitch
2pts0
bman.io 11y ago

Getting Started with Docker

Killswitch
2pts0
stripe.com 11y ago

Stripe – Apple Pay

Killswitch
183pts58
blog.stackoverflow.com 11y ago

Introducing Runnable JavaScript, CSS, and HTML Code Snippets

Killswitch
1pts0
medium.com 11y ago

The Generation Ship Model of Software Development

Killswitch
2pts1
github.com 11y ago

GitHub Auto Issue Creator

Killswitch
2pts0
alson.caffein8.com 11y ago

What does full-stack anything really mean?

Killswitch
1pts0
Dear GitHub 11 years ago

Problem with them open sourcing their platform is that the platform base is used in enterprise and how the bulk of their revenue is made... Who wants to buy milk when the cow is being given away?

Lodash 4.0.0 is out 11 years ago

Bower doesn't do anything npm doesn't already do, except horrible version management.

    bower install lodash => bower_components/lodash/dist/lodash.min.js

     npm install lodash => node_modules/lodash/dist/lodash.min.js
Only difference there is you use `node_modules` instead of `bower_components` for root directory.

The article states that it will soon be able to come pick you up from long distances and even stop and charge itself. I'm pretty sure you wouldn't have to do that stuff.

I really dig the idea behind the site. I am not a UX developer, but I am improving and the service would be invaluable. What can we do to help get the iteration back in place?

I assume the reason for not going with DO, Linode or AWS was you're not a devOps guy, which is understandable. We can help you with that.

Dokku is great if you want to host all apps on a single server. I had used it for a while.

Switched to using github to push to, which fires off a build on a ci server, which fires off a push to docker registry and my server pulls that and rolls the versions.

This setup allows me to have everything on a single server until an app starts needing it's own, then I deploy a new CoreOS server and transfer the fire system to that one.

I'm 30 years old and haven't been to a doctor in about 10 years outside of simple things that I paid out of my own pocket. Nothing that a year of healthcare would cover, and considerably lower than it'd cost.

I'd have paid in tens of thousands of dollars over the course of that time, and for what? What ifs?

Once I fire off a contract, I’ll post a comment on our internal hiring P2 to give HR a heads up that a trial contract will be incoming shortly.

NOTE: P2 is a WordPress theme that makes threaded discussions incredibly simple. We use P2 for a large portion of our internal communication.

I’ll then create a new private WordPress.com blog and invite the applicant to be an editor. This is where I’ll post the project brief. This is also where I’ll move the conversation for the remainder of the trial.

I understand WordPress is their business, but I feel that using WordPress for internal chat and interview board is kind of weird.

While I can understand the want for that, there's too much issues. The only reason npm does it this way is because the module that depends on B v1.3 and a module that depends on B v2.1 could be introducing some really bad bugs or breakage if you force all modules to use B v2.1.

That's one of the reason bower is losing out.

If depend on A and B and both A and B depend on the same version range as C, C is now a top-level dependency.

Your node_modules will look like this:

    - Package_A
    - Package_B
    - Package_C
It's only when A and B depend on different versions of C that cannot be resolved via semver as safe.
    - Package_A
    -- node_modules
    --- Package_C
    - Package_B
    -- node_modules
    --- Package_C
I am pretty certain that monkey patching your dependencies is frowned upon in the Node world. It's best to fork the repo make your changes, and then depend on that.

Koa is the successor of Express, written by Express creator, TJ. I like it because generator workflow makes writing apps better since we can yield promises. Code is much cleaner.

  app.get('/', function * () {
    this.body = yield User.all()
  })
vs
  app.get('/', function (req, res) {
    User.all(function (err, users) {
      if (err) throw err
      res.end(users)
    })
  })

My text editor is written in JavaScript. Which theoretically means anything can be in my editor. Even your puny fire place!

BRB, going to play GTA clone in my editor.

Real world friendships have ended because of how emoji are rendered differently on different phones.

What's sad is that's so true. I overheard the other day my 13 year old niece saying she didn't like a certain girl hanging out with them anymore, because she's the only one "with green chat bubble".

Yes. They excluded a girl from their group, because she didn't have a blue chat bubble. (Essentially an iPhone).

Meaning, a paywall everywhere is not a smart thing to do. Yes I know content is independent of ISP, that's why I accept ads. Because that's how content producers afford to give you content without charging you.

Because elitest attitudes garner idiotic responses and I'm sick of them.

Yes, Facebook had to write their own interpreter, but you also know what? Facebook also actively helps the PHP community and is ushering the community too. So anything Facebook creates they open source and PHP7 has taken cues from them. The whole net benefits from it.

Not to mention the next biggest website that is powered by PHP is Wikipedia, whom uses stock PHP to serve their sites.

Facebook has so much interactions and that, that they warrant the need for what they did. 99.9999% of most people don't need that. Not even Wikipedia. They just render a html page. Done.