ByteMuse | 14 years ago | on: Hang Around with People who Get Shit Done
ByteMuse's comments
ByteMuse | 14 years ago | on: Ask HN: What websites do you spend the most time on?
ByteMuse | 14 years ago | on: 37signals doesn’t like you sorting stuff. Are you just remaking a spreadsheet?
This is definitely a solvable (and solved) problem.
and where do you sort? front end or back end? how much data are processing?
If you have all the data loaded clientside, sort it there. Otherwise, just make a call to the server to query for data compliant with the new sort order. Both methods are fairly low cost.
ByteMuse | 14 years ago | on: Planes overhead
ByteMuse | 14 years ago | on: Scrollbars: Why is Apple eradicating a linchpin of user interface design?
Personally, I thought it was a nice touch - there's almost no added cost to the user, more importantly, it cleans up the interface and frees up a few px of width.
ByteMuse | 14 years ago | on: Poll: Software Engineering degree vs Computer Science
I'm currently taking computer engineering and I really enjoy it. It is a mix of CSC and EE and unlike our CSC or SE majors, it requires taking higher level math and physics courses which are needed to analyze complicated circuits. I've grown to like developing software more, but it is valuable and interesting to learn about hardware as well.
Take whichever sounds more interesting to you, but in the long run, there isn't much of a difference. Also, you should be able to take some technical electives to learn specific skills.
ByteMuse | 14 years ago | on: Convergence: complete HTML5 game
ByteMuse | 14 years ago | on: Hardly Working: Start-up Guys
ByteMuse | 14 years ago | on: JQuery 1.7 Released
My recommendation would be to maintain dependency versions yourself, i.e. download the version of jQuery you want to use and //= require jquery in application.js - then grab a new version of jQuery whenever you want it updated
ByteMuse | 14 years ago | on: Experts often end up where they started as beginners
Unconscious incompetence -> Conscious incompetence -> Conscious competence -> Unconscious competence
ByteMuse | 14 years ago | on: Recommended Javascript Frameworks?
Here is a good HN post on Backbone and Sproutcore, with a great comment by the creator of Backbone: http://news.ycombinator.com/item?id=2119704
ByteMuse | 14 years ago | on: GitHaven, an open source clone of GitHub
ByteMuse | 14 years ago | on: Show HN: My new personal website
It was a bit cryptic to get some of the content; perhaps you could have an alternative and more straight forward navigation system.
ByteMuse | 14 years ago | on: Cringely predicts the second coming of Java
This seems like an unfair generalization. I have come across many large non-Rails Ruby projects, e.g. Homebrew, CloudFoundry, Fog. A lot of reasons why Ruby and the like are good for web development also extend to other types of development.
ByteMuse | 14 years ago | on: Ask HN: Does my Twitter handle belong on my resume?
I am pretty active on Stack Overflow and Github, so I think I'll put those on my resume as well.
ByteMuse | 14 years ago | on: Netflix Splits DVD And Streaming Businesses
ByteMuse | 14 years ago | on: Web Vi
ByteMuse | 14 years ago | on: Show HN: A jQuery plugin for easy single page web sites.
A side benefit of Pagify is that it DRYs up what would otherwise be duplicated elements in content sites with static HTML pages, i.e. header, navigation and footer - and without any serverside processing.
That being said, a single page and this plugin in particular, certainly aren't the best option for all sites. The reason I made this was to make the development cost virtually the same for developing single page sites.
ByteMuse | 14 years ago | on: Show HN: A jQuery plugin for easy single page web sites.
I'm going to work on an option to enable using pushState for navigation which would use hashless URLs. The only downside is that users would have to enter the site through the base URL or some JS would have to be included in each content page.
Thanks for the feedback, really got me thinking about how to add pushState support!
ByteMuse | 14 years ago | on: Grouper Sets You Up With Three Facebook Strangers, But ‘It’s Not a Date’
Experience is more important than achievement.