HN user

qnm

16 karma

[ my public key: https://keybase.io/qnm; my proof: https://keybase.io/qnm/sigs/AvTVQ3TkbF3zLwQioQ-zveq_dVSToUfHyg4TPJ3EWQw ]

Posts3
Comments16
View on HN

My first computer was a home-built ZX81 (manufactured in my hometown of Dundee) given to me by a capable and nerdy family friend, which was quickly replaced by a ZX Spectrum Plus 2 (it had colour and built-in tape deck) that Christmas - a move which has shaped my life ever since.

I have fond (ish!) memories of typing in hex codes and BASIC from computing magazines to create games and demos, and having the ability to see and edit that code almost certainly give me the start of the career I have now.

RIP Sir Clive.

I think the problem is that abandoning your project on Sourceforge doesn't have the intended effect.

"SourceForge, the code repository site owned by Slashdot Media, has apparently seized control of the account hosting GIMP for Windows on the service, according to e-mails and discussions amongst members of the GIMP community—locking out GIMP's lead Windows developer. And now anyone downloading the Windows version of the open source image editing tool from SourceForge gets the software wrapped in an installer replete with advertisements."

http://arstechnica.com/information-technology/2015/05/source...

Wabi-sabi 13 years ago

Perhaps. An item gains wabi-sabi through stressors increasing imperfection?

Rails 3.1 HackFest 15 years ago

There are significant changes that I wouldn't normally have expected in a point release.

To your point, the community has rushed to support many of these changes so it's unlikely to be a big deal.

Rails 3.1 HackFest 15 years ago

This is a great idea. 3.1 is way more 'breaky' than I'd expect from a point release, but the new features are great. Let's make it an awesome release!

Github[0] gives Junior developers another way to get an interview. Those with minimal professional experience are able to show - to some degree - that they can code, use a VCS and have an understanding of the push/pull/fork contribution model. Bonus points for contributions, bug reports etc.

I don't believe it replaces one, but for those without a well-seasoned resume, a Github profile works well as a conversation starter.

[0] Or any public VCS, of course.

What a fantastic idea! Cleverly bridges the divide between a bricks 'n' mortar store, and an entirely virtual one.

I wonder if folk are more comfortable ordering from this pseudo-virtual store than a fully online store? I would assume so.

We're adopting an approach where all developers fork our main git repo, and code review is applied to all pull requests before a merge.

It's yet to be seen if this overhead is worthwhile.

Review before commit is a very low-overhead approach, and the side effects of distribution of systems knowledge and pride in your code make it a tempting alternative.