Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hltbra
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
How We Ran a Successful Failed Experiment (Better Web Parsing)
(medium.com)
4 points
by
hltbra
7y ago
|
0 comments
2.
▲
How to Design User-Driven APIs
(medium.com)
5 points
by
hltbra
7y ago
|
0 comments
3.
▲
Migrating to Python 3 (22min video)
(medium.com)
1 points
by
hltbra
7y ago
|
0 comments
4.
▲
Concurrency, Parallelism, and Fishing
(medium.com)
4 points
by
hltbra
7y ago
|
0 comments
5.
▲
by
hltbra
9y ago
Cool read. I don't use Kubernetes but I learned a few things from this blog post that are applicable to my ECS environment. The NGINX config part is tricky and it didn't come to mind that many programs will try to be smart about m
6.
▲
by
hltbra
10y ago
s/500 GB * 1000 people/500 MB * 1000 people/
7.
▲
by
hltbra
10y ago
In the long term, do you think Go will be a good pick compared to any other language with better bindings or even C/C++?
8.
▲
by
hltbra
10y ago
Zappa is web-specific (API Gateway + Lambda). Gordon seems to be more generalist: it's for whatever you want to run on AWS Lambda.
9.
▲
by
hltbra
11y ago
I saw this 360 feature on Facebook and I loved it. Thanks for the library!
10.
▲
by
hltbra
12y ago
or his formula (Bellard's Formula) used for his pi calculation record.
11.
▲
by
hltbra
12y ago
I've been experiencing the same issue since the reboot events, but only RDS DNS errors: https://forums.aws.amazon.com/thread.jspa?messageID=573380
12.
▲
by
hltbra
12y ago
We use Thumbor at Yipit, and we are very happy with it. One thing that was not mentioned was extensibility... With thumbor it's easy to create new plugins and filters to extend your installation set of features. We had detailed how we
13.
▲
by
hltbra
13y ago
Crossfilter's link is broken (parenthesis and semicolon were included).
14.
▲
by
hltbra
13y ago
I would like to see some benchmarks of curdling vs pip...
15.
▲
by
hltbra
13y ago
Good library! It saves me a lot of time when I need to stub requests. The best part is that it works monkey patching the socket module, so it doesn't matter what is used behind the scenes to make the requests. Thanks for writing that!
16.
▲
by
hltbra
13y ago
Amazing talk. I need to forward it to a lot of friends...
17.
▲
by
hltbra
13y ago
Someone finally created a page with that. Thank you.
18.
▲
Don't Repeat Yourself (DRY) and Testing
(blog.hltbra.net)
7 points
by
hltbra
13y ago
|
0 comments
19.
▲
Rethinking Education
(blog.hltbra.net)
2 points
by
hltbra
14y ago
|
0 comments
20.
▲
by
hltbra
15y ago
Absolutely insane. Good luck :)
21.
▲
by
hltbra
15y ago
Is is proven that any music/noisy sound distracts your attention and you get not realizing some details that you would if not listening to music. The book "Clean Coder" has a section about it... edit: it is true for most people.