barrybe
|
14 years ago
|
on: Javascript emulator for Notch's DCPU-16
It's fun? A lot of people build things for fun, you wouldn't tell someone building a table not to do it because we already know how to build tables.
barrybe
|
14 years ago
|
on: Instantly create beautiful GitHub project pages
That's how I do it, it works great that way. I didn't actually set up the gh-pages as a proper submodule, I just cloned the branch to a folder. Then I added the gh-pages folder to the top level .gitignore.
barrybe
|
14 years ago
|
on: "BitC isn't going to work in its current form"
Go might have had less marketing than Java, but it still had a decent amount of support. There were several high quality promotional videos when it was first released. The web page is really full-featured; it has a
ton of documentation, including translations for several languages. And all those appearances at tech conferences take time & money (and I'm sure that Google sponsorship helped to secure some of them).
All that stuff adds up in terms of manpower and budget, and it's out of reach of what a small independent team can do. It's not all about technical merit.
barrybe
|
14 years ago
|
on: Heroku Pulls Sponsorship After Boston API Jam Publishes Sexist Eventbrite
There's no crime there. People have the right to say offensive things in the privacy of their own homes. Other people have the right to disagree with the first people, and to even voice their disagreement. What's the problem?
barrybe
|
14 years ago
|
on: Google's New Cross Platform Gaming Library PlayN
barrybe
|
14 years ago
|
on: GoFlow: a DIY tDCS brain-boosting kit
barrybe
|
14 years ago
|
on: Blizzard Lays Off 600, Including About 60 Developers
You are correct, but it's still fun to speculate wildly.
barrybe
|
14 years ago
|
on: Why reddit sucks: The broken economics of karma
There is a cost to voting on Reddit, it's the time/attention cost of moving your mouse over and clicking a tiny button. Sometimes you even have to log in! For people browsing a web site, time & attention is a significant currency.
It's true that karma is a flawed as an economic system or a measure of contribution. But, who cares if the numbers are theoretically unsound? The end goal is to generate usage, something which Reddit has been extremely successful at.
barrybe
|
14 years ago
|
on: GUM: A better CLI for Git
If you start depending on reflog just remember that changes in there are subject to garbage collection. Commits can be permanently deleted after they are 2 weeks old (by the default settings), so that's how long you can depend on them staying alive in the reflog.
Of course you can always give a branch name or tag to any commit to keep it alive too.
barrybe
|
14 years ago
|
on: The Pirate Bay's statement on PIPA/SOPA
There's nothing about the US's past behavior which suggests that we're afraid of pissing off friendly countries. :) We're a bunch of international bullies, basically.
barrybe
|
14 years ago
|
on: What the Top 1% of Earners Majored In
It's kind of surprising how flat the curve is. Even the "worst" major choices still have plenty of people that make it to the 1%.
Of course, nowhere from this data can we conclude that your choice of major has an effect on your future financial success. Just that there's a correlation.
barrybe
|
14 years ago
|
on: Don't return null; use a tail call
That talk gets quoted pretty often, but it's a bit silly for Hoare to take all the blame/credit. Null references were discovered, not invented. They are so easy (from the point of view of someone implementing a non-functional language) that they were inevitable.
barrybe
|
14 years ago
|
on: Super Meat Boy leaves database wide open
Maybe you could argue that it was the right approach at the time. But deciding that the data doesn't matter anymore is not cool, you have to take care of your paying customers or else you lose credibility.
barrybe
|
14 years ago
|
on: "Another World" (game) Code Review
Another interesting case is Quake 3 which used a hand-written stack based VM. They don't introduce much of a performance hit when used wisely.
barrybe
|
14 years ago
|
on: Can you beat 99% of programmers? Try the FizzBuzz challenge
I tried just hitting "Grade it" and got this reply:
> Oops, looks like we found 0 errors in your code. Try again and click "Grade it!"
So I guess that means I passed?
(After reloading the page it seemed to work better)
barrybe
|
14 years ago
|
on: Google is working on integrating terminal emulator into Chrome
NaCl is nice and all, but it's better to have something that works perfectly fine on top of Javascript/HTML5, rather than only inside NaCl.
barrybe
|
14 years ago
|
on: 23 year old quits Google, ditches MIT for Lemon
This story occurs a few dozen times a day in the valley, but I guess when it's a cute young girl, it's newsworthy.
barrybe
|
14 years ago
|
on: What I suspect Google is up to with Native Client
I don't get how NaCl can be a tool for controlling content, when it's easy to convert an NaCl app into a native app that can be downloaded and run at will. You can't really have Microsoft-style dominance over a platform when users can leave you as soon as they are slightly annoyed.
Not to mention that NaCl is open source BSD-license, so, yeah.
barrybe
|
14 years ago
|
on: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
Wait.. why is raganwald replying to raganwald?
barrybe
|
14 years ago
|
on: Doom 3 source released