Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
motter
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
The fall of public key pinning and rise of Certificate Transparency
(medium.com)
1 points
by
motter
9y ago
|
0 comments
2.
▲
Hacking on Heka, part I
(words.volant.is)
9 points
by
motter
11y ago
|
0 comments
3.
▲
by
motter
12y ago
It's certainly worth looking at the standard flag package ( http://golang.org/pkg/flag/ ) if you just need flag parsing. I've also heard good things about https://github.com/spf13/cobr
4.
▲
Understanding gunicorn's async worker concurrency model
(words.volant.is)
1 points
by
motter
12y ago
|
2 comments
5.
▲
Shuffle Sharding: massive and magical fault isolation
(awsarchitectureblog.com)
50 points
by
motter
12y ago
|
10 comments
6.
▲
by
motter
13y ago
That's a nice solution, though I've gone for a markdown admin widget instead. This one if I remember correctly: https://github.com/timmyomahony/django-pagedown
7.
▲
by
motter
13y ago
I'm in the process of moving away from a static site for my website. Simply put, a web interface is often more convenient so I can update things easier on the go, and it's good to have a place to host experiments too. I have used
8.
▲
by
motter
13y ago
It's surprisingly easy, though I believe the tests expect one to be configured (I haven't checked precisely why, or if it can be configured not to expect a database).
9.
▲
by
motter
13y ago
We whipped the landing page together quickly, it is definitely not a good indicator of the project design. Our new design looks like this: http://test.lfgss.com/ . We focused heavily on clear typography. It's not quite
10.
▲
by
motter
13y ago
"How to Write Go Code" shows you this, and is a good read: http://golang.org/doc/code.html
11.
▲
by
motter
13y ago
"Social networks -- real social networks, not the online instantiations of them -- work best when the groups are relatively small, Dunbar's number is respected, and there's a level of insularity around any given group."
12.
▲
by
motter
13y ago
I agree with the main conclusion here, but it's a stretch to reduce technology choices to a simple "new or not" dichotomy. Let's say you're writing a new web service in Java, because it has features aplenty and is a
13.
▲
by
motter
13y ago
`go vet` (checks correctness) and golint ( https://github.com/golang/lint ) are also extremely useful. As a whole the toolchain makes working with Go code very convenient.
14.
▲
by
motter
13y ago
If you're in London, you might like to come to the Go user group which I run with John Graham-Cumming: http://www.meetup.com/Go-London-User-Group/events/147685182/ Don't worry about the waitlist, pe
15.
▲
Trench-vision: the downside of bootstrapping
(yankeesabralimey.tumblr.com)
1 points
by
motter
13y ago
|
0 comments
16.
▲
Espruino (JavaScript microcontroller) raises 5x its Kickstarter goal
(kickstarter.com)
2 points
by
motter
13y ago
|
0 comments
17.
▲
by
motter
13y ago
http://play.golang.org/p/TjzkjvDfYa
18.
▲
by
motter
13y ago
There's go-wiki: https://code.google.com/p/go-wiki/w/list Another good resource for new Go programmers is Dave Cheney's list: http://dave.cheney.net/resources-for-new-go-programmers
19.
▲
by
motter
13y ago
Thanks for pointing that out. The static routes in the talk are just for illustration -- we use nginx to serve them in production. One thing I haven't touched on at all is html template rendering, something I'd like to take a look
20.
▲
by
motter
13y ago
In that case, I don't know a number that can be used for that comparison. 18k is the total number of lines in the source code files; the SLOC will be different. In hindsight, I should've left this number out. It was intended to gi
21.
▲
How we built a pre-launch, customer-development pipeline for Copyin
(peternixey.com)
6 points
by
motter
13y ago
|
0 comments
22.
▲
by
motter
13y ago
High compared to what? It's just the output of wc -l `find microcosm/ -name *.go` so is really just a rough indication of the size of the project.
23.
▲
by
motter
13y ago
None of the links work in the embedded version, but if you download the PDF they're fine.
24.
▲
by
motter
13y ago
Or you could fork selfstarter[1], which is what we used to allow users to reserve their username on http://microco.sm [1] https://github.com/lockitron/selfstarter
25.
▲
Absolute knowledge is absolute power
(peternixey.com)
68 points
by
motter
13y ago
|
28 comments
26.
▲
by
motter
13y ago
"...it's better for us to focus our intent on excellence in our own right, rather than our impact on someone else's product." This, in my view, is the salient point for startups when faced with competition. It's too easy to get distracted b
27.
▲
The Bw-Tree: A B-tree for New Hardware
(research.microsoft.com)
143 points
by
motter
13y ago
|
81 comments
28.
▲
List out of Lambda
(stevelosh.com)
136 points
by
motter
13y ago
|
47 comments
29.
▲
by
motter
13y ago
Here goes: http://nightweb.net/#type=user&userhash=4zfhmwiio7kdp5oc... How does the protocol differ from, say, tent.io? Just in case anyone has the same issue: on my device (Nexus 4) it took a while for the UI to become responsive whe
30.
▲
by
motter
13y ago
This talk was given at the Go London User Group yesterday -- if you're in London, come along to the next one: http://www.meetup.com/Go-London-User-Group/
More ›