Viewing profile — scottharveyco
scottharveyco
HN member- Joined
- Thu, Apr 28, 2011, 9:34 PM UTC
- HN karma
- 43
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About scottharveyco
Recent public activity
-
comment
Comment #47212016
This looks pretty nice, would it be very difficult to support multiple languages?
-
comment
Comment #31516288
In the Rails world we have https://bullettrain.co and https://jumpstartrails.com which both have open source templates for building SaaS services.
-
comment
Comment #31188698
Is Timelinize going to be a commercial product or open source? Why did you stop making updates to Timeliner?
-
comment
Comment #29791701
Indie Hackers
-
comment
Comment #26909341
Sad to see this shut down, I've enjoyed reading it over the years. Now there is no easy way to get blog posts from all the people at Basecamp. Subscribing to each employee's blog s…
-
comment
Comment #23138274
The Android turbolinks version 1 adapter is now deprecated but a version 2 is meant to be coming soon. I believe it's going to come out after Basecamp's new product named Hey is re…
-
comment
Comment #20239655
I had the same issue and Apple fix it for free about 1 year ago.
-
comment
Comment #20174412
I thought that was the joke until I read the comments here and realised there was a full article and Medium actually blocks articles that way now.
-
comment
Comment #17614527
That's what I have, a very small helper library that contains 5 or 6 functions that I use frequently like .closest(), .hideAll(), .showAll() etc. My application doesn't use much JS…
-
comment
Comment #16835089
This was my first thought, having a second person look at a particularly tricky PR could be quite useful sometimes.
-
comment
Comment #16444266
Previous discussion: https://news.ycombinator.com/item?id=16052105 I've been using Stimulus + Turoblinks for my current side project and I love it. Nice and simple way to add a bit…
-
comment
Comment #15784907
I use http://www.fbpurity.com/ to do filtering on Facebook and it works well enough even if it breaks the layout sometimes.
-
comment
Comment #13826329
The idea is to still eat healthy food on both days but one day you just eat less. So one day you might only have dinner and the next day you will have 3 or 4 meals all of which are…
-
comment
Comment #12974949
Are there any plans to add video calls or screen sharing as a feature? Having those work cross platform would be a huge advantage over other existing messaging applications.
-
comment
Comment #7720902
I use Anki almost every day (for language learning) and from a user interface it is a terrible piece of software. It is inconsistent and not at all intuitive, even simple tasks usu…
-
comment
Comment #6774916
I am running 12.04 on a machine with a SSD and 16GB of RAM and it works perfectly. I was not even aware people were having this problem until I read this post.
-
comment
Comment #6774869
This graph shows a fairly consistent trend of a player´s rating peaking around the age of 30 and declining after that. http://www.chessmetrics.com/cm/CM2/AgeLists.asp?Params=
- story
-
comment
Comment #5755108
So if I'm working on a feature branch I'm assuming that the build and deploy would only happen after I merge into master and push. Is that how continuous deployment is usually set …
-
comment
Comment #5616722
If anyone is interested in generating this type of documentation but for larger projects you might want to check out Groc https://github.com/nevir/groc It handles multiple language…
-
comment
Comment #4862484
This looks like an interesting idea but I get the feeling there isn't a business behind it yet and they are just seeing if people are interested at this stage. In my opinion this w…
-
comment
Comment #4858060
My local Ruby on Rails organisation, in Australia, has a list of mentors available for different topics. I've both given sessions and attended them and they are always educational.…
-
comment
Comment #4740464
I have an Octopress site that I generate locally and sync up to S3, this blog outlines how to get it setup. Once you've created the Rake task it's as simple as "rake deploy" and ev…
-
comment
Comment #4489117
I think the difference is that the kindle isn't a "real book" if real books were printed on perfectly white paper (that wasn't glossy) they would easily show up any marks or finger…
-
comment
Comment #4395766
This seems like a pretty good idea that could make dealing with gems a bit less of a hassle. Any chance of seeing an example report somewhere?