HN user

devonrt

175 karma
Posts0
Comments52
View on HN
No posts found.

HN has terrible opinions and ideas about exercise. For a group that is generally pretty critical, they are surprisingly naive and uncritical when it comes to exercise. Go figure.

What if you programmed in a different programming language every week or so? Roughly the same result. You'd know a little bit about a lot of languages, but never enough to be very productive, and you'd never build anything worth using.

NHL Game Center is even worse—there is NO online cancellation process and don't let you cancel your subscription partway through the season. I live in Canada an pretty much any game that is aired on TSN or TSN2 is blacked out for me.

Watching sports online could be such a great experience, but most sports leagues seem to have their hands tied by their traditional broadcasting contracts unfortunately.

I cut cable, but now I'm going back to it. Not having cable has been expensive. For sports, the only viable alternative has been services like NFL Game Pass and NHL Game Center, both of which clock in at around $250 a season, and that's just for hockey and football (and BOTH services still have blackout games). On top of that I pay for a VPN account to get around geographic restrictions, otherwise both services would be close to useless. Add in a Netflix subscription on top of it and I'm up to about $700 just to watch football, hockey and Netflix; I'm still missing out on every other sport and anything that isn't available on Netflix.

"Cutting the cable" still isn't that viable an option for a lot of people, and traditional broadcasting and media companies are still very much in control of most media consumption.

The upside to you is that your photographs are tagged and categorized in more and more useful ways. Without this suggestion what is the likelihood that you would go back to old albums and tag them in such a way? I know for me, it's almost zero. When it's presented in such a frictionless manner (and is eerily accurate) it becomes a hell of a lot more likely. I think that the typical HN user is either too cynical or too tech-savvy to really find this useful. Most users have huge collections of photos that aren't necessarily categorized in useful ways.

Facebook wants its users to catalog their lives. For them, this data is marketing gold. For end users, it means their content (photos, status updates, life events, etc) are categorized more thoroughly and in a more meaningful fashion (geographically, chronologically, etc).

It's not just larger organizations. I've seen exactly what you're citing — where even the most trivial objects were injected — in an organization with roughly 5 developers.

Gmail’s new look 15 years ago

This is my biggest complaint as well. The new features of the UI are great, but it still looks pretty bad. There's a lot of white space and very little contrast between elements are groups of elements. The "Compose Mail" but just sort of hangs there awkwardly. The top row of action buttons are aligned to the left, so at higher resolutions there's just a chunk of whitespace to their right, even though the inbox itself fills the entire width of the container.

The great thing about the Haskell signature is that if you understand functional programming at all, it's fairly easy to understand, at least in my opinion. Scala's method signature requires knowledge of Scala's brand of functional programming, including mixins and implicits.

I can't help but feel that the original list skews a little "nerdy" and aren't really a draw for most people. Some of the arguments are just specious and/or dubious. Privacy & trust? Facebook's privacy controls are actually more fine grained than Google+'s and Google's track record with respect to privacy is just as mottled as Facebook's and includes some higher profile incidents as well. Did we all forget about the Buzz release? Google ecosystem and a "blended experience"? There is absolutely no evidence that there is demand for that and my gut feeling is that there isn't.

The rest of the arguments are just as spurious and the article is, in my opinion, representative of the tech world's flawed and narrow take on Google+. It seems like most commentators have let their analyses be skewed by either an irrational dislike of Facebook or a love of new technology. Neither of these will drive people away from Facebook or towards Google+. Furthermore, a lot of these arguments seem, sometimes implicitly, predicated on the idea that Facebook is just going to stand by and let themselves be steam-rolled by Google. Google is the underdog here, they have a lot of failures under their belt in this area and at the end of the day, despite the novelty involved in binning friends into circles, Google+ is just a Facebook clone.

I think one of the reasons that RoR might seem bigger is because RoR is a much bigger part of the "Ruby experience" than Django is for Python. Rails had a huge hand in making Ruby what it is today and I think you'd have a hard time finding a Ruby dev that wasn't introduced through Rails.

This isn't true of Python, though. Most people are Python coders first, web framework users second. Their level of experience with Python has a part in dictating what they're looking for in a web framework and many experienced Python devs are more attracted to small or micro-frameworks like Bottle, Flask, web.py, etc. Django has never been the "one true web framework" for Python the way Rails is for Ruby. Personally I have never touched Django, just Flask and web.py.

Also, if you are going to base your framework usage on its popularity in comparison to Rails you're going to have a tough time ever being satisfied. When has any framework (web or otherwise) generated the same level of cult following as Rails? The Rails community is an absolute outlier in the open source software world (and I mean that in a positive way).

Kind of Screwed 15 years ago

Yes, but that's not specific to copyright law, it's a problem with tort law in the US in general (although, admittedly, its abuse is pretty prevalent when it comes to copyrights).

Kind of Screwed 15 years ago

Was it really a scare tactic in this case, though? The copyright holder felt that his copyright had been infringed, so he sent a cease and desist, backed up with the threat of legal action. What should the copyright holder have done instead? Sent a polite note? Threaten violence? Like it or not the court is where Fair Use is decided. Just because the threat of a lawsuit is scary doesn't always mean it's being used as a scare tactic.

The real, real story here is, as the author asks, where do you draw the line? Personally I don't think the author had much of a leg to stand on given that the image was being used to sell an album and was easily recognizable as a simulacrum of the original work.

This was roughly my thought too. A social network that will only ever be available to a small niche (iTunes users that purchase music on the ITMS) is hardly social. Last.fm is available to anyone regardless of their platform or where they got their music, with the obvious caveat that they need a plugin for their music player.

I can't tell if this is tongue-in-cheek or not, but I'll reply seriously anyway:

When I want a carrot I grab one out of the fridge, grab the peeler off of the counter, pull my compost box out from under the sink and peel it directly into the compost. Why would you need a cutting board?!

Is it really that inconvenient to clean a carrot? Just peel it and eat it. I can peel a carrot quicker than most people can even decide what to have at a vending machine.

The article conveniently ignores every other game that does not have the same restrictions on user generated content, and then claims the "death of content freedom." Starcraft 2 is one datapoint.

Where was the article trumpeting the "renewal of content freedom" when Alien Swarm came out?

You've assumed that statically typed languages are somehow "better" than dynamically typed languages and then asked "Why doesn't everyone use the better languages?" Dynamically typed vs. statically typed is still an open question and is a lot more complicated than "which is better?"

> And on the plus side, you get all the benefits of compiler type checking, better IDE support, and great refactoring support.

Since when? Compile time type checking is only a benefit if you're worried about type errors and in my experience the people that are most concerned with type errors are the proponents of statically typed languages. With respect to IDEs and refactoring support, my experience has been more along the lines of "C# and Java have good IDEs and refactoring tools, everything else not so much." I personally find Scala and Haskell's tool support to be far behind Python's, just for example. Also, Smalltalk has, arguably, far better tools available than any statically typed language (or any other language for that matter).

Nobody has proven that statically typed languages are better than dynamically typed ones, nor that applications built with them are less error pronen. I would argue that the amazingly widespread use of Ruby and Python and the average quality of projects written in those languages is evidence to the contrary.

Harvesting as much sheet music as possible from free sources (Icking, Petrucci, etc) converting it to MusicXML and LilyPad and then doing... something with it. I have a few ideas, but harvesting it all is a start. I'd like to put it online wiki style since it will most likely need editing after being run through OMR.

Leiningen's goals are slightly different than clrj's. Leiningen is more like a Maven type project descriptor/build system whereas cljr is more like an easy_install-esque tool. cljr can be used without creating a project.