Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
garthk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
garthk
6mo ago
“Society is a construct”, for starters?
2.
▲
by
garthk
10y ago
"endlessly powerful"?
3.
▲
by
garthk
10y ago
See also: Twitter's Finagle [1] for the JVM, and Bouyant [2] providing Finagle-as-a-microservice on localhost for language independence. 1: https://twitter.github.io/finagle/ 2: https://buoyant.io
4.
▲
by
garthk
10y ago
http://decentsecurity.com/ ?
5.
▲
by
garthk
10y ago
For those still not quite getting it: The first copy to RAM was a sequential image copy, thus not bottlenecked on seeks despite spinning platters. The second copy from RAM was a file copy with a lot of random I/O, but not bottlenecked
6.
▲
by
garthk
11y ago
This is going to look bad. I'd better tase the corpse so I can claim I tried non-lethal means first, but the guy was unstoppable and I had to kill him.
7.
▲
by
garthk
11y ago
Thanks for the handshake tone! The more, the merrier: did anyone archive examples from 1200bps up? I've also been fruitlessly searching for line noise examples ~~~~~}}~00 etc. Remote Access had a line noise simulator; someone has to ha
8.
▲
by
garthk
11y ago
I think the most dangerous advice I got was to avoid DTOs and similarly domain-behaviour-free object graphs. That corner of the .NET world at the time called such a model an 'anaemic domain'. Instead, we were encouraged to model p
9.
▲
by
garthk
11y ago
The Sun 3/50's pixel buffer was world readable and writable by default, and in console mode had an area at the bottom not affected by scrolling. One could invert random horizontal bars across the screen, transpose the bitmap, or a
10.
▲
The Most Secure Way to Communicate? An iPod Touch
(wired.com)
6 points
by
garthk
11y ago
|
3 comments
11.
▲
by
garthk
11y ago
> It's like static linking an entire operating system for each application. You say it like it's a problem, but that's the most concise description of Docker I've yet read. It rhymes with the way all the fed up oldies
12.
▲
by
garthk
11y ago
Je n’ai fait celle-ci plus longue que parce que je n’ai pas eu le loisir de la faire plus courte. – Blaise Pascal, Lettres Provinciales, 1657
13.
▲
by
garthk
11y ago
Now it's serving or proxying gogs.io.
14.
▲
by
garthk
11y ago
Strikes me you could also go through the process using letsencrypt in a container (eg Docker on Linux) and extract the results.
15.
▲
by
garthk
11y ago
'npm ls' might give you a clue. Most mysteries come down to loose dependency declarations and semver stuffups, sometimes in combination. One of your deps' deps takes a ~ on one of its deps, that dep makes a breaking change an
16.
▲
by
garthk
11y ago
The payments on technical debt never seem to come due when you expect, nor at the size you expect, hence arguments we should think instead in terms of unhedged call options, e.g. http://www.higherorderlogic.com/2010/07&
17.
▲
by
garthk
11y ago
On the other hand, there's every reason to believe the "Go [a]Way" prohibition on certain language features will leave Go 2 insufficiently attractive vs Go 1 to overcome the switching costs, dragging out any migration period.
18.
▲
by
garthk
11y ago
Ha! I'm like that with my QA people, begging them to come after me with a blunt weapon.
19.
▲
by
garthk
11y ago
Many correlate "sane" with "statically typed". [1] JacaScript can cope perfectly well with modules A and B relying on different versions of C. It'll often cope even if A calls B with an object it got with C, or some
20.
▲
by
garthk
11y ago
We rolled our own Flux library before they published any code, dodging singletons and gaining mock-free testability. I just re-wrote it, but will check Flummox out.
21.
▲
by
garthk
11y ago
Thanks for using your own account.
22.
▲
by
garthk
11y ago
See also: E_NOTADATABASE. http://howfuckedismydatabase.com/nosql/
23.
▲
by
garthk
11y ago
I'm not as sold on passion as a requirement as I was. Too often, it's just monomania or obsession in a fancy outfit. See also: Programmer Passion Considered Harmful: https://news.ycombinator.com/item?id=9211214
24.
▲
by
garthk
11y ago
The only numbers I've seen come from the Separating Programming Sheep From Non-Programming Goats papers by Saeed Dehnadi and Richard Bornat: > We have discovered a test which divides programming sheep from non-programming goats. Thi
25.
▲
by
garthk
11y ago
I often find bold text helpful for key points, or for the first mention of key terms to help orient me in a document. There was something about the mix in this document that felt inconsistent. I found myself pausing to try to figure out why
26.
▲
by
garthk
11y ago
A thousand times: this.
27.
▲
by
garthk
11y ago
… which is one of the pressures driving Docker adoption. Each process tree gets its own root filesystem to trash with its multitude of dependencies. DLL hell, shared library hell, JDK hell, Ruby and Python environment hell… a lot of it can
28.
▲
by
garthk
11y ago
Same as everything: look at how it was built. Many of the images are built by CI systems according to Dockerfiles and scripts maintained in public GitHub repos. Audit those, then use them yourself if you're worried about the integrity
29.
▲
by
garthk
12y ago
Only in marketing buzz, and only if he cares. lodash is as fast as fast: see the JSPerf results posted elsewhere. John manages lodash well. He has managed it well for quite a while. Why switch to another library with no track record for lit
30.
▲
by
garthk
12y ago
Thanks for that. I can tell the young pups to calm down.
More ›