Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gary4gar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gary4gar
3mo ago
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.
2.
▲
by
gary4gar
9y ago
What's wrong with just doing SHA1?
3.
▲
by
gary4gar
11y ago
How is this different from https://github.com/RobotsAndPencils/buford ?
4.
▲
Uber’s Highest Query per Second Service Using Go
(eng.uber.com)
8 points
by
gary4gar
11y ago
|
0 comments
5.
▲
by
gary4gar
11y ago
Tried the Golang cheatsheet, the rendering is broken. lots of <br> tags https://duckduckgo.com/?q=golang+cheatsheet&ia=answer&iax=1
6.
▲
Coarse Grained Language and Locale Matching in Go
(blog.golang.org)
2 points
by
gary4gar
11y ago
|
0 comments
7.
▲
by
gary4gar
11y ago
What about High availability, auto-scaling & avoiding single point of failure? Might not be that important in your case, I am guessing.
8.
▲
by
gary4gar
11y ago
What are you using for ref docs? https://developer.spotify.com/web-api/get-album/
9.
▲
Ask HN: How to Improve our API's documentation
1 points
by
gary4gar
11y ago
|
0 comments
10.
▲
by
gary4gar
11y ago
is it faster than MRI?
11.
▲
Ask HN: Going from Redis to MySQL. Good idea?
20 points
by
gary4gar
12y ago
|
51 comments
12.
▲
by
gary4gar
12y ago
does this work on all android versions?
13.
▲
by
gary4gar
12y ago
Downloading via Bittorrent! Getting 12.04 LTS with great speeds.
14.
▲
by
gary4gar
12y ago
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 century...really?
15.
▲
by
gary4gar
12y ago
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 the computer could have made. What'
16.
▲
by
gary4gar
12y ago
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 sleeves up and get hacking. This is wrong
17.
▲
by
gary4gar
13y ago
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/ And 2.1
18.
▲
by
gary4gar
13y ago
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 welcome change.
19.
▲
by
gary4gar
13y ago
UbunutuOne & OneDrive are quite similar names which might cause confusion for microsoft
20.
▲
by
gary4gar
13y ago
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 incompatibilities we know of: The default encoding fo
21.
▲
by
gary4gar
13y ago
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, rails & other dependencies. That's not al
22.
▲
by
gary4gar
13y ago
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 its introductory which explains angular c
23.
▲
by
gary4gar
13y ago
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
24.
▲
by
gary4gar
13y ago
Try the following - AngularJS http://shop.oreilly.com/product/0636920028055.do - Web Application Development With AngularJS http://www.packtpub.com/angularjs-web-application-development/book
25.
▲
by
gary4gar
13y ago
You are doing god's work with Discourse & improving rails/ruby to support 50/ms response/per request. Thank you!
26.
▲
by
gary4gar
13y ago
You can use Google Visualization API, its really easy to use.
27.
▲
by
gary4gar
13y ago
Curious to know what are thing in "ruby proper" that make it slow?
28.
▲
by
gary4gar
13y ago
Sad fact is MRI even with no matter how much effort we put in would never would be able to match GCs of battle tested VM like JVM. so I am wondering, it makes sense to stop designing a VM & just focus on language. Perhaps, something lik
29.
▲
by
gary4gar
13y ago
Interesting. Wondering, if the ruby implementation they wrote for demo available? Want to play around with it. How do I install it?
30.
▲
by
gary4gar
13y ago
Instead of full rewrite, migrate to JRuby. From sysadmin standpoint, an rails app running on JRuby is java. so you can submit .WAR file to them & they can deploy it like a normal java app running on the JVM.
More ›