Viewing profile — gary4gar
gary4gar
HN member- Joined
- Sun, Mar 06, 2011, 6:38 AM UTC
- HN karma
- 440
- Public activity
- 173 items
- HN profile
- View on Hacker News ↗
About gary4gar
Recent public activity
-
comment
Comment #48721510
Everyone does QA at a startup. There is no dedicated QA. If you're a developer, you're doing QA. Product, whatever your job title is, you're doing QA.
-
comment
Comment #13991730
What's wrong with just doing SHA1?
-
comment
Comment #11251376
How is this different from https://github.com/RobotsAndPencils/buford ?
- story
-
comment
Comment #11157357
Tried the Golang cheatsheet, the rendering is broken. lots of tags https://duckduckgo.com/?q=golang+cheatsheet&ia=answer&iax=1
- story
-
comment
Comment #10876351
What about High availability, auto-scaling & avoiding single point of failure? Might not be that important in your case, I am guessing.
-
comment
Comment #10200373
What are you using for ref docs? https://developer.spotify.com/web-api/get-album/
-
story
Ask HN: How to Improve our API's documentation
Hello, We have an ReSt API that have been in use internally & now we have started opening it for our partners. I have done the initial documentation by parsing our server logs to g…
-
comment
Comment #9931196
is it faster than MRI?
-
story
Ask HN: Going from Redis to MySQL. Good idea?
We are building a SaaS backend for restaurants using Rails. We integrate directly with POS, so each POS keeps sending customer orders that we store for later processing. we have th…
-
comment
Comment #7813225
does this work on all android versions?
-
comment
Comment #7604474
Downloading via Bittorrent! Getting 12.04 LTS with great speeds.
-
comment
Comment #7579522
Print the CLA, sign it and scan it (or use a camera to photograph it) and e-mail it to hello(at)robovm.com. Include your GitHub user name in the e-mail. print & scan in 21st centur…
-
comment
Comment #7538447
they built a wooden model to demonstrate their answer — although Bozóki notes that the model doesn’t verify the result because manufacturing errors are much greater than any errors…
-
comment
Comment #7489860
Work on the Ruby interpreter is weirdly silo'ed off and mostly done by Japanese developers, so there's a significant barrier to entry for any enterprising C developer to roll her s…
-
comment
Comment #7291953
Ruby v2.1 have a improved GC which helps a LOT with performace. You can know about Performance changes in these posts: http://tmm1.net/ruby21-rgengc/ http://tmm1.net/ruby21-oobgc/ …
-
comment
Comment #7150073
It would be nice to get these patches in core as part of ruby 2.1.1 so others don't need to patch & recompile ruby from source. Other that, anything that improves performance is a …
-
comment
Comment #7130611
UbunutuOne & OneDrive are quite similar names which might cause confusion for microsoft
-
comment
Comment #7036439
Ruby 2 is almost dropin replacement for Ruby 1.9.3. so upgrading should be easy & backwards compatible with following exceptions Incompatibility There are five notable incompatibil…
-
comment
Comment #6921127
Ruby Devs, Take note, Fedora 20 has ruby 2 & rails 4 available. to get started with rails, all you need to do is: yum install rubygem-rails and Bam, it will install latest ruby, ra…
-
comment
Comment #6908709
I am currently reading "Web Application Development With Angular". Its a well written book geared towards who already know angular basics. That's why I suggested O'Reilly book as i…
-
comment
Comment #6908696
DreamHost is mostly used for LAMP stack. you might want to Use heroku which offers first-class ruby support. https://devcenter.heroku.com/categories/ruby
-
comment
Comment #6908196
Try the following - AngularJS http://shop.oreilly.com/product/0636920028055.do - Web Application Development With AngularJS http://www.packtpub.com/angularjs-web-application-develo…
-
comment
Comment #6807139
You are doing god's work with Discourse & improving rails/ruby to support 50/ms response/per request. Thank you!