One of the best articlets I've read about the ruby dsl's was on practicingruby. You guys can check it out here https://practicingruby.com/articles/domain-specific-apis is free now.
HN user
CalinBalauru
Would like to see a guide on setting up things in Linux also
Got a mail also related to my experience is rails, I wanted to look into it and I still do, it is a little spammy.
zqd q qnn
You could do User.count no point to do User.all.count unpess you want a hole bunch of user objects build.
are there? :)
are there?
You might need to fake it and that's ok.
Given that the hackaton might be 2 days, unless your idea is 'simple' enough to have a MVP in 1 day (never seen it happen), the second day will be all preparation for the presentation because this is what will win a jury.
and you should also take a look at those js errors, they might have something to do with the speed issue
so slow!
running throw some your basic tutorials and the quizez take huge amount of time to load.
While we where working on our latest startup (omnipasteapp.com) we needed a way to get reports on application crushes from our early adopter. Existing solutions where either to expensive for a startup or did not had support for all the platforms we needed.
So we created bugfreak used a couple of weeks and then opensourced it:
https://github.com/agilefreaks/apibugfreak - the api and web app, same app as www.bugfreak.co so you can fork it and deploy it on your own server
https://github.com/Agilefreaks/winbugfreak - the .net clients (wpf, silverlight, aps mvc)
https://github.com/Agilefreaks/droidbugfreak - the android client
All packages are available in nuget and maven
As always PR are more than welcomed. Let us know what platform you want to have support for next (rails is already on the roadmap)
To my kwnolage (helped a lot by wikipedia) LaTex was first written in 1980. This paper dates 1926.
I will love for this to get featured again on the main page when the video is available
A much better pattern for the cancelation that I've seen is to cancel your account and then present you with the feedback form, they will get a much higher rate of usefull feedback this way.
Do you have a good suggestions for buy this certificates, I always struggle buying one that is acceptable (affoortable) for a startup.
This is closer to rspec and the best practices for bdd.
I find Jasmine closer to mini test
I mostly use jasmine but they are both excellent frameworks.
Cool idea,
My problem with this type of granular time applications is that they are to granular :)
I don't only work on a project when I'm typing on a text editor. I actually do a lot of thinking before using a editor in fact the actual time I spend in the editor is maybe 60% of the time I work on a project.
So for my case I will have to use it with some other time tracking tool witch is to much of a hasel.
Keep us the good work, I am sure there is a market out there for this.
On Social networks, we have Diaspora*
What's with the '*'?
Subsonic is our open source subsonic client.
At the moment, a user can: play audio filss play video files search for songs/albums/artists can create playlists (not Subsonic playlists but a specific format) shuffle songs
We plan to add some missing features that where not so critical right now like: progress bar for audio playback skipping inside a while file playing it use the random songs feature of Subsonic save/load playlists to Subsonic
Fork us at https://github.com/agilefreaks/Subsonic8
Chrome other devices is good (used it for a wille) but I use really like to use Maxthon on my mobile
Very repetitive, I copy the text open paste bin paste it then go to my pc open paste bin copy if from there and paste it where I need it. I want a seamless integration that will hopefully be as simple as CTRL+c / CTRL+v
How? what app are you using?
Thank you, this is very close to what I do indeed, but is not very helpfull for me because I can't purchase from amazon.
Although 'never' is a very hard word, I found that in real live most code that uses early exists simply breaks SRP (come to think of it 99% of the time that is the case)
I know people will say "but I will only write this little return statement here" before you know it you will "add this little assignment before it returns" ...
Never might be strong but it make a very good point.
given a reason will be very helpful, thank you :)