Viewing profile — roam
roam
HN member- Joined
- Mon, Mar 16, 2009, 11:46 AM UTC
- HN karma
- 1,215
- Public activity
- 80 items
- HN profile
- View on Hacker News ↗
About roam
I design and develop websites and apps.
Recent public activity
-
comment
Comment #46083796
With regards to args and kwargs? None. Your callable is basically replaced with a Task instance that’s not callable. You need to invoke its enqueue(*args, **kwargs) method and yeah…
- story
- story
-
comment
Comment #5181731
Don't use IoC if you don't need it, but I'll explain why we need it in our case: some customers require different implementations. That's where the DI part comes from -- to enable …
-
comment
Comment #5066321
No doubt for styling purposes.
- story
-
comment
Comment #4684249
Off-topic, but a heads up to the Mixpanel team: your announcement email sucked . A single big image containing all text? Come on. You guys can do better than that.
- story
-
comment
Comment #4611110
Fantastic! What the hell does it do? I'm not signing up without knowing a single thing about this service.
- story
- story
-
comment
Comment #4553631
Seriously? Nine out of ten companies will turn "make it suck less" into "make it even better". Apple dropped the ball, Apple does some very questionable things, but please stop thi…
-
comment
Comment #4515363
I imagine most of those icky suggestions are coming from people who used to run php on hosts with a lot of restrictions. You're right, this should definitely be a part of a best pr…
-
comment
Comment #4515323
What's confusing you? (I'm trying to help, not being snarky) If you want to invoke some Django-based logic at regular intervals without having to install Celery (and monitoring and…
-
comment
Comment #4437776
http://widgetthemes.be/ - premium jQuery UI themes that don't suck.
-
comment
Comment #3828434
Bug #1: illegible text on the website. Browser: mobile Safari.
-
comment
Comment #3788175
I haven't tried it out just yet, but you should certainly keep working on it. Great idea!
- story
-
comment
Comment #3687945
The reason you have to start looking in settings.py and urls.py is because you used "django-admin.py startproject". Why would you do that? Probably because it provides a nice and c…
-
comment
Comment #3595292
If that's what you're expecting you will be disappointed: it's simply a Git client, a (very nice) GUI alternative to the command line.
-
comment
Comment #3589985
Please proofread the copy of your website. The titles on the site make zero sense to me unless I take a moment to parse them again and again. I mean, "Sparse Rss Pro Best Android F…
-
comment
Comment #3584684
Key part: "to any web app". You'll need some kind of OAuth provider on top so people can just plug it in right next to their Google, Twitter or Facebook providers.
-
comment
Comment #3583066
Build something that can expose any LDAP to any web app safely and you'd probably make millions.
-
comment
Comment #3557250
I... don't understand your problem. Is it a PITA to split settings files every single time you start a new project? Yes, sure. Does it take more than five minutes to do so? No. Rea…
-
comment
Comment #3460028
You might want to have a look at "Design for Developers": https://news.ycombinator.com/item?id=3283162