Viewing profile — joshburgess
joshburgess
HN member- Joined
- Mon, Jun 01, 2015, 4:57 PM UTC
- HN karma
- 60
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About joshburgess
No profile information was provided.
Recent public activity
-
comment
Comment #12064201
Have you seen the things people have built with Electron? I wouldn't underestimate the capabilities of HTML/CSS/JS for desktop apps when you have projects like Slack, Atom, Visual …
-
comment
Comment #12064196
Why are they moving back to .csproj?
-
comment
Comment #10795435
Weird. I literally JUST watched a talk by Martin Fowler on YouTube that addressed this as Twitter problem 30 minutes ago. https://www.youtube.com/watch?v=4E3xfR6IBII
-
comment
Comment #10432057
Atom is extremely buggy. I've had it freeze up and crash on me so many times. Very frustrating.
- story
-
comment
Comment #10348661
MVVM. Model-View-ViewModel. It's a well known design pattern that exists outside of Knockout.
- story
- story
-
comment
Comment #10130411
IntelliJ IDEA + Kotlin. Kotlin is created by JetBrains themselves and is very easy for C# devs to pick up and can be used anywhere Java would be used.
-
comment
Comment #10087128
Booooooooooo. Bootstrap is the most popular CSS/UI framework on the planet. I don't get why they continue to depend on jQuery while most modern app frameworks are abandoning it...
-
comment
Comment #10087088
Sass by default FTW! It says they rewrote all of the JS using ES6... Does this mean jQuery is no longer a dependency?
-
comment
Comment #10087011
True, but by default it doesn't use React or Angular and provides Blaze for creating UIs. It supports React and Angular as of recently, I suspect, simply to maintain itself as a co…
-
comment
Comment #10085659
Honestly, there are plenty of other options out there besides Angular and even React, despite the tremendous hype around it at the moment. Aurelia seems to be the best ideas from A…
-
comment
Comment #10028641
Shadow of the Colossus did pretty well though, didn't it?
-
comment
Comment #10028640
All 3 of those are fantastic games. Cheers. Okami was rereleased on a newer console at one point wasn't it? I think it probably did a little better. But yeah, in general, I think t…
-
comment
Comment #10016865
Aurelia. http://aurelia.io https://github.com/aurelia It has the most streamlined, elegant conventions of any framework I've looked at, it focuses on writing in plain, modern JavaS…
-
comment
Comment #9962970
As someone who knows C# & JavaScript well and has been occasionally playing around with Go, I think you've convinced me to give Kotlin a try for some Android development. Hopefully…
-
comment
Comment #9938640
Have you tried Bluemix? It's actually pretty awesome.
- story
-
comment
Comment #9854390
So, Digital Ocean doesn't have great reliable up time then? I've been using OpenShift's free hosting tier to host a Ghost blog, and it goes down CONSTANTLY, making it unusable. I w…
-
comment
Comment #9813259
Bastion and Transistor have amazing atmosphere for being such simple games. The music and narration adds so much.
- comment
-
comment
Comment #9813062
Is DDP or Meteor really needed though? Couldn't you easily set this up with RethinkDB using its Changefeeds killer feature for real-time + socket.io along with whatever other libra…
-
comment
Comment #9812998
"We're going to support React and Angular!" Translation: We're going to support the big JS names the general public is most aware of, because... well... please, use Meteor.
-
comment
Comment #9780592
Certain things in jQuery are definitely dated & slow. It has a pretty meh implementation of promises, and the .animate library has pretty bad performance. That's why things like Ve…