bejar37's comments

bejar37 | 9 years ago | on: San Francisco Is Preparing for Life After This Tech Boom

Sort of crazy to me that the budget for SF is $9B. Boston, which is around 200k people smaller, has a budget of <3B, which seems like a huge gap. What kind of services does SF provide that a pretty comparable city like Boston doesn't?

bejar37 | 10 years ago | on: Kotlin Post-1.0 Roadmap

> Kotlin has things Scala doesn't, like efficient optionality in the type system

Honest question - what is it that makes Scala's optionality inefficient compared to Kotlin? I'd never heard of this before.

bejar37 | 12 years ago | on: Germans accuse U.S. of Stasi tactics before Obama visit

Honestly, I'm starting to feel like the lack of comments from European leaders about the infringement of non-American's data might be because they know they might be the next to get caught with their hands in the honey pot. I can't tell if I'm just starting to be part of the tin-foil hat crowd though.

bejar37 | 13 years ago | on: The DOM isn't slow

What is a good resource for understanding the DOM/query selectors and their performance (JS and CSS selectors)? All that I know about it is just through word of mouth and it would be great to look at a resource that covers these things. Also, is document.createElement('div') really much faster than $("<div></div>")? Just checked and a lot of well-respected JS libs use (including Backbone) use the jQuery version.

EDIT: typo

bejar37 | 13 years ago | on: Rant: Backbone, Angular, Meteor, Derby

Recently decided to use Backbone as a JSMVC Framework on my team. Although I looked at Ember and Angular, which obviously both have many more features than backbone out of the box, We chose to use Backbone because it seems to have such a large and vibrant community behind it - seems like angular and ember are both lacking in this respect.

However, as our Backbone application grew in complexity, we noticed that Backbone is so bare in terms of functionalities that we had to build our own half-baked framework on top of it to make up for the gaps.

I think the Backbone project needs to make Backbone's intentional feature sparseness clear. I've come to realize that backbone is more of a library which provides a basis to make a client-side framework rather than a something that can be used standalone by app developers.

If I could go back and change our original choice, I definitely would have gone with one of the Backbone-derived frameworks (chaplin, marionette) or just gone with something more fully-featured like angular. While backbone is beautiful and elegant for small projects, it just doesn't provide much convenience as a stand-alone library for larger applications.

bejar37 | 13 years ago | on: Why Our Elites Stink

The interesting point that I got from this article is that the old aristocracy had a sense of responsibility to society and acknowledged the fact that they were privileged. Now that we're in a society where people tend to not think of themselves as wealthy or privileged, how does this self-ignorant meritocratic elite know that they do have a responsibility?

bejar37 | 13 years ago | on: On Configuration

Sort of OT: Does anyone know any good examples (on github or otherwise) of a dotfiles repo that can easily be installed on a machine? I've been wanting to do this for a while, but I'm sort of a noob on symlinking and such
page 1