Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
griffindy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Tales from Comcast’s data cap nation: Can the meter be trusted?
(arstechnica.com)
2 points
by
griffindy
10y ago
|
0 comments
2.
▲
Finagle 101
(vkostyukov.net)
4 points
by
griffindy
10y ago
|
0 comments
3.
▲
Ansible vs. Chef
(tjheeta.github.io)
17 points
by
griffindy
11y ago
|
1 comments
4.
▲
Linkerd: Modern RPC proxy for microservices
(linkerd.io)
9 points
by
griffindy
11y ago
|
0 comments
5.
▲
The Apple Watch got me hooked on mechanical watches
(marco.org)
6 points
by
griffindy
11y ago
|
0 comments
6.
▲
Do You Work at Amazon?
(mcfunley.com)
9 points
by
griffindy
11y ago
|
0 comments
7.
▲
An Empirical Investigation of Modern Application Integrity
(blog.acolyer.org)
3 points
by
griffindy
11y ago
|
0 comments
8.
▲
Handling five billion sessions a day – in real time
(blog.twitter.com)
19 points
by
griffindy
12y ago
|
0 comments
9.
▲
Twitter Hatch 2015
(hatch.io)
2 points
by
griffindy
12y ago
|
0 comments
10.
▲
by
griffindy
12y ago
jersey[0], the reference implementation of JAX-RS[1] does this if you specify an incoming query string parameter as a `List` [0] https://jersey.java.net/ [1] https://jax-rs-spec.java.net/
11.
▲
Rubinius 3.0 – Part 5: The Language
(rubini.us)
4 points
by
griffindy
12y ago
|
0 comments
12.
▲
Twitter Flight Schedule Is Now Available
(blog.twitter.com)
1 points
by
griffindy
12y ago
|
0 comments
13.
▲
Jerry is a simple Inversion of Control container for ruby.
(github.com)
1 points
by
griffindy
12y ago
|
0 comments
14.
▲
Saving Lives Through Social Learning
(forbes.com)
1 points
by
griffindy
13y ago
|
0 comments
15.
▲
Using Sidekiq's Redis Connection in Other Places
(blog.dylangriff.in)
5 points
by
griffindy
13y ago
|
0 comments
16.
▲
by
griffindy
13y ago
While the fonts themselves are proportional, usually each letter (counting space as a letter) has the same width every time, it just happens that an 'i' takes up less space than 'w'. Regular spaces are usually 'en-s
17.
▲
No Six-Figure Pay, but Making a Difference
(nytimes.com)
2 points
by
griffindy
13y ago
|
0 comments
18.
▲
by
griffindy
13y ago
> What kind of creation are you building that you are expecting > to not know which methods are available while running your program? `method_missing` is more useful for dynamically responding to method calls than actually not knowing
19.
▲
by
griffindy
13y ago
but very few people who are in college right now were perhaps old enough to remember floppy disks. I graduated from college in 2012 and remember having floppy disks as a kid (I think for Encarta?) but don't remember ever using them. I
20.
▲
by
griffindy
13y ago
If michh is working on plugins for other people, shared hosts can be pretty behind on their PHP versions. I just had to backport a wordpress plugin to 5.2(!), which came out in 2006. EDIT: meant PHP versions, not plugins.
21.
▲
Innovating with HTTP 2.0 Server Push
(igvita.com)
3 points
by
griffindy
13y ago
|
0 comments
22.
▲
Voices from Solitary: A Sentence Worse Than Death
(solitarywatch.com)
4 points
by
griffindy
14y ago
|
0 comments
23.
▲
by
griffindy
14y ago
me too, and I was very pleasantly surprised!
24.
▲
by
griffindy
14y ago
I'm not trying to be rude or anything, but what exactly is a 'linux' or 'unix' pro?
25.
▲
by
griffindy
14y ago
on a unix system you could put them inside `/etc/profile.d/user.sh` as environment variables so that whenever that user is running something those variables exist. then if you're using chef (not familiar with puppet, etc.) you could keep th
26.
▲
by
griffindy
14y ago
a nice framework and a great site, good job!
27.
▲
by
griffindy
14y ago
I've always liked testing ajax requests with sinon [1]. It injects its own version of an XMLHttpRequest object to keep track of all requests, and you can also send specific responses to test success and failure handling. [1] http://sinonjs
28.
▲
by
griffindy
14y ago
I know about vim scripts, I just don't think the process is as smooth as sublime's package control
29.
▲
by
griffindy
14y ago
Other than the central repository (which vim does lack, there are quite a few plugins I'll admit), I don't see anything too different from vim, or am I just missing something. not trying to be mean spirited, just curious.
30.
▲
by
griffindy
14y ago
slightly more idiomatic, though perhaps not quite as clear as the clojure: def unique_keys(*hashes) result = {} hashes.each do |hash| result.merge! hash end return result.keys.map(&:to_s).sort.join(
More ›