Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anonfunction
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
451.
▲
by
anonfunction
11y ago
Siege is very comparable but vegeta has a lot more output options such as graphs, JSON, CSV, etc... Another tool I forgot to mention was wrk (and now wrk2) which are unique in that they are scriptable via lua.
452.
▲
by
anonfunction
11y ago
I've used siege for a long time and never had any problems. However, I'm easily tempted by the new and shiny which led me to find another great HTTP benchmarking tool: https://github.com/tsenart/vegeta
453.
▲
Xkcd wiki
(wiki.xkcd.com)
2 points
by
anonfunction
11y ago
|
0 comments
454.
▲
by
anonfunction
11y ago
Did you create another API doc design? Are there plans to support the other specs like Swagger or RAML?
455.
▲
by
anonfunction
11y ago
Chartboost does, along with their twenty foot t-Rex
456.
▲
by
anonfunction
11y ago
This is exactly what I was hoping for. I'll go with your setup because it's pretty much exactly what I had in mind and similar to my previous setup besides the mechanical keyboard and headphones. Thanks for the very detailed help
457.
▲
Ask HN: What's your ideal development setup?
2 points
by
anonfunction
11y ago
|
4 comments
458.
▲
by
anonfunction
11y ago
How long has he been in the team? If he's been with you longer than six months then I would offer a nice severance package. Just tell him the truth, it's not that his work is terrible, but you need amazing. Let him know he'll
459.
▲
by
anonfunction
11y ago
I'd love to have some sort of spec to implement this in Go. I'll just go by the source but I love the simplicity compared to the standard Linux commands.
460.
▲
by
anonfunction
11y ago
In the demo I started typing United States and it was showing a bunch of other countries above United States.
461.
▲
by
anonfunction
11y ago
Umlauts are the two dots above a letter, quite common in German I believe.
462.
▲
by
anonfunction
11y ago
I use gometalinter which runs it through a whole suite of linters.
463.
▲
by
anonfunction
11y ago
The scroll-jacking on that site is extremely frustrating.
464.
▲
by
anonfunction
11y ago
I really love the developer command line in recent versions of Firefox. Shift + f2 brings it up.
465.
▲
by
anonfunction
11y ago
Any plans to open source the code?
466.
▲
by
anonfunction
11y ago
GitHub pages is free.
467.
▲
by
anonfunction
11y ago
I've missed the screenshot tools, preview and keystrokes I've committed to muscle memory.
468.
▲
by
anonfunction
11y ago
Thanks for your interest! I think the biggest thing to do is finalize the public API and release v1.0.0. I started with only functions but have since added types, so I'd like to figure out if I should support both or stick to one or th
469.
▲
by
anonfunction
11y ago
Thanks a lot, it means a bunch to me :D
470.
▲
by
anonfunction
11y ago
Stats also works fine with pure []float64 data. The types allow for a very clean API for working with data and statistics. You can compare using functions[1] or methods[2] in /examples. I started with only []float64 but wanted to allow
471.
▲
by
anonfunction
11y ago
You are correct, it's been fixed with this commit[1]. My excuse is it was late when I added those output comments. 1. https://github.com/montanaflynn/stats/commit/a3efee7551d14a9...
472.
▲
by
anonfunction
11y ago
As I was originally answering a question regarding whether it was normal to return errors or raise exceptions, and because I've read Dave Cheney and Rob Pike's blog posts explicitly stating Go does not have exceptions I replied as
473.
▲
by
anonfunction
11y ago
Rob Pike, one of the three creators of Golang, disagrees with you. In his blog post less is exponentially more[1] he shares a list of significant simplifications in Go over C and C++ which includes: > no exceptions 1. http://c
474.
▲
by
anonfunction
11y ago
The coverage is based on the built in go tooling, which supports line or function based analysis. In addition it can start a webserver where you can browse coverage by file with color output. # Generate coverage data go test -cove
475.
▲
by
anonfunction
11y ago
Thanks! Go doesn't have exceptions and it is idiomatic[1] to return the error type. Dave Cheney has a really great blog post[2] which he describes why go does away with exceptions. The Golang wiki on GitHub has a great section[3] on er
476.
▲
by
anonfunction
11y ago
Hey Hackers, this is my first full-featured Golang package. I took a lot of care to ensure it was well tested and provided a lot of common functions that I felt were missing from the standard library. In addition it has a lot of other stati
477.
▲
Show HN: Golang statistics package with 100% code coverage
(github.com)
40 points
by
anonfunction
11y ago
|
22 comments
478.
▲
by
anonfunction
11y ago
Reminded me of lob[1] and I think their colors / branding is too similar to your own which could be something to consider at this early stage. How does the pricing compare to traditional printers? I think a better pricing user experien
479.
▲
Go Bootcamp – Everything you need to know to get started with Go
(golangbootcamp.com)
1 points
by
anonfunction
11y ago
|
0 comments
480.
▲
Toy Spelling Corrector Written in Golang
(github.com)
1 points
by
anonfunction
11y ago
|
0 comments
More ›