morphyn
|
11 years ago
|
on: Java Runtime updater now installs ask.com toolbar on Macs
Finally! I've been waiting for this for so long! It seemed so unfair that only Windows users could get the Ask.com toolbar for free...
morphyn
|
11 years ago
|
on: Django Rest Framework general model serializer
Their API/role is very similar to the `forms` in standard Django. I agree with you that they handle too much stuff and that saving to the database has nothing to do in a serializer, just like it has nothing to do in a form. But I also think it's a very good choice to follow common Django practices, so that codebases stay somewhat consistent, and new users are able to understand the concepts very quickly.
morphyn
|
12 years ago
|
on: You are not a software engineer (2011)
Migrations are about data, not schema. You don't need migrations with a "schemaless" database at the beginning, but as soon as you have data you care about, you're gonna need to ensure some sort of consistency.
morphyn
|
12 years ago
|
on: The problem with vim
For info, you can map jj to <ESC> in .vrapperrc (or _vrapperrc). Maybe they added that after you tried it.
morphyn
|
12 years ago
|
on: Radiohead's Thom Yorke and Nigel Godrich Are Removing Their Music from Spotify
Did you take a look at the way gittip does this ? You basically donate to a twitter handle and its owner can 'claim' the account whenever they want. No money is actually transferred until the account is claimed. I don't know if it can be applied to artists/bands though.
I was also wondering: is there no transfer fees with paypal ? Don't they make small amounts transfer useless ?
And one last thing: is it not weird for bands/artists to suddenly receive money from people without being informed about the site and all that ?
morphyn
|
12 years ago
|
on: Radiohead's Thom Yorke and Nigel Godrich Are Removing Their Music from Spotify
Awesome! A gittip.com for music.
This "only catch" seems like a big one though. I guess it will get better when/if the user base grows significantly.
morphyn
|
13 years ago
|
on: Upgrading to Sublime Text 3
It would probably be possible to make the extension use the system's installation of python if available instead of the one embedded with Sublime, but that would require some coding.
morphyn
|
13 years ago
|
on: PEP 435 Accepted – Adding an Enum type to the Python standard library
Doesn't the 'functional API' make up for it ? `Animal = Enum('Animal', ['ant', 'bee', 'cat', 'dog'])`
morphyn
|
13 years ago
|
on: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
Nice! I just have one or two remarks about the UI: it is really annoying that when you click the text of an answer it closes it back, and the font is two small.
morphyn
|
13 years ago
|
on: An iPhone lover’s confession: I switched to the Nexus 4
I've been using my Nexus 4 for one week now and I obviously love it. I think the feature that impressed me the most is the 'gesture typing', which compensates for my apparent inability to type correctly on a virtual keyboard. And it works surprisingly well in French too.
morphyn
|
13 years ago
|
on: Karma - pay as you go data by sharing your hotspot
My bad, it's pretty much the same. I didn't know about their "money making WiFi" feature. Pretty sure they didn't have it when they launched.
morphyn
|
13 years ago
|
on: Karma - pay as you go data by sharing your hotspot
Fon (
http://corp.fon.com/en) have been doing something similar for several years in Europe (without the karma concept).
morphyn
|
13 years ago
|
on: DeadDrops - anonymous, offline, peer to peer file-sharing
What could possibly go wrong ?
morphyn
|
13 years ago
|
on: Why I’m not leaving Python for Go
The Either type described in the first comment is also a Monad. They are more important in Haskell than just "when you need to write to a file..." and I don't think you can totally grasp the error handling method without understanding them.
morphyn
|
13 years ago
|
on: Unit Testing: Is There Really Any Debate Any Longer?
Maybe you shouldn't write tests for a "prototype" that you're going to "throw away". Tests are (in my opinion) necessary, but TDD is a style of coding and you don't have to use it.
morphyn
|
13 years ago
|
on: The best approach for software development
True. Not caring about development methodologies doesn't seem like a better approach though.
morphyn
|
14 years ago
|
on: Meet Silk, The Semantic Web For The Rest Of Us