Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
asm89
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
asm89
6y ago
PHP in Browser has done this: https://oraoto.github.io/pib/ .
2.
▲
Bringing CQRS and Event Sourcing to PHP. Open Sourcing Broadway
(labs.qandidate.com)
6 points
by
asm89
12y ago
|
0 comments
3.
▲
Using ZFS to snapshot your database
(labs.qandidate.com)
4 points
by
asm89
12y ago
|
0 comments
4.
▲
by
asm89
12y ago
What I find interesting about the Elasticsearch story is the success it has given that the core product (the search server) is completely open source.
5.
▲
Elasticsearch Raises $70 Million
(elasticsearch.com)
232 points
by
asm89
12y ago
|
64 comments
6.
▲
Small controlled experiments: continuous improvement in a software team
(verraes.net)
2 points
by
asm89
12y ago
|
0 comments
7.
▲
by
asm89
13y ago
The name looked familiar and it's indeed inspired by the Faker library for PHP: https://github.com/fzaninotto/Faker Another interesting library that is build on top of Faker is Alice. It allows you to define compl
8.
▲
Dokku v0.2.0, the Docker powered mini-Heroku in around 100 lines of Bash
(asm89.github.io)
4 points
by
asm89
13y ago
|
0 comments
9.
▲
by
asm89
13y ago
Wondering how effective this is for getting a competitor website to block for example the google crawler. Maybe that's the motive.
10.
▲
Show HN: smoke.sh, a minimal smoke testing framework in Bash
(asm89.github.io)
3 points
by
asm89
13y ago
|
0 comments
11.
▲
Go Circuit - Paradigm for scale-free engineering
(gocircuit.org)
11 points
by
asm89
13y ago
|
0 comments
12.
▲
by
asm89
13y ago
Rotterdam, The Netherlands - Full time - Senior PHP Developer - Qandidate.com Come and join our team in our quest to build the best recruitment software in the universe...and beyond ;-) You will be working at our head office in Rotterdam,
13.
▲
by
asm89
13y ago
The draft was released earlier this month. There was an interesting discussion about it back then too: https://news.ycombinator.com/item?id=6012525 At the same time I also submitted another article that I still think is int
14.
▲
by
asm89
13y ago
Longer explanation of why there is no SSL in Varnish can be found here: https://www.varnish-cache.org/docs/trunk/phk/ssl.html .
15.
▲
Why HTTP/2.0 does not seem interesting (2012)
(varnish-cache.org)
189 points
by
asm89
13y ago
|
47 comments
16.
▲
by
asm89
13y ago
I agree on the Multiple Users being very useful. I have a user for my private browsing, one for company related user accounts and more. The benefit for me is that this does not only work for for Google related products (gmail/analytics), bu
17.
▲
by
asm89
13y ago
They might look tacky in first place, but I assume they are related to the dollar signs in the stacktraces of code with threading and anonymous functions. :) ... at com.company.IdentityVerifier$$anonfun$go$2$$anonfun$apply$2.apply
18.
▲
Client-side full-text search in CSS
(redotheweb.com)
3 points
by
asm89
13y ago
|
0 comments
19.
▲
by
asm89
13y ago
It's hard to give a TL;DR on the whole library, but case classes can be used with for example pattern matching ( https://github.com/lihaoyi/macropy#pattern-matching ). The following code: with patterns: Foo(x, Bar(3, z)) <<
20.
▲
by
asm89
13y ago
While the specific feature is fun to see in python, I'm much more impressed by the fact that MacroPy enables you to do AST transformations from python modules on the fly. This allows for developing DSLs like they show with PINQ (a LINQ "clo
21.
▲
by
asm89
13y ago
San Francisco on the other hand: Objective-C 162 jobs requested Objective-C 122 jobs requested Ruby 120 jobs requested JavaScript
22.
▲
by
asm89
13y ago
Really like the design. What I'd like to see is a device with a design like this that also has: - options to pair up with specific other devices for the backups (family, trusted friends etc) - a web app for posting status updates etc (imple
23.
▲
by
asm89
14y ago
Very cool! I created a small bookmarklet that injects it into the system we're developing over here. It's nice to amaze some colleagues real quick. ;) javascript:(function(){var%20s=document.createElement('script');s.setAttribute('src
24.
▲
by
asm89
14y ago
I think it also depends on how you use Varnish. A lot of web applications can benefit from the reverse proxy capabilities of Varnish, but if you make Varnish part of your application stack from day one you can do things like I describe here
25.
▲
by
asm89
14y ago
I took the photographs with my phone, next time I'll use a better camera. Changing the red is probably a good idea anyway. Thanks!
26.
▲
by
asm89
14y ago
Hm, I'm not sure how to introduce the pre-authentication bit even further. Maybe it isn't the best subtitle. I agree that colouring the output could make things more clear. I'll keep it in mind for future articles!
27.
▲
by
asm89
14y ago
Next time I'll take the photographs with a dslr camera instead of my phone. :)
28.
▲
by
asm89
14y ago
Ah yes, the introduction talks about caching, but doesn't say anything about the title. I'll try to keep this comment in mind next time!
29.
▲
by
asm89
14y ago
The approach described in the blog post can be used with all sorts of authentication schemes. I used an access token as example, but you could also use the "Cookie" header to get a session id.
30.
▲
by
asm89
14y ago
Thanks! As for the examples, I think I will write some follow-up articles with more concrete use-cases and features of Varnish.
More ›