Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adgasf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
adgasf
7y ago
The v1 / v2 split was arguably Apple's fault. v1 launched before Homekit; then Homekit required special hardware authentication; then v2 launched to support this; then Apple walked back on the special hardware and allowed things t
2.
▲
by
adgasf
7y ago
So if Kubernetes makes management simpler and more robust for teams of 500+, but is overly complex for teams of 5, what solution would people recommend for teams of 5?
3.
▲
by
adgasf
7y ago
AFAIK the bulbs are compatible with v1 and v2 hubs, so the bulbs do not need to be replaced. The v1 hubs will continue to work across a local area network. Philips offered a heavily discounted upgrade for v1 hub users to get a new v2 hub. H
4.
▲
by
adgasf
7y ago
Google keeps Chrome around because the alternative is just too risky for their core business. If (for example) everyone used IE then Microsoft would be able to shut out Google's ads.
5.
▲
by
adgasf
7y ago
Google Docs solves the 95% case of version-control simply by bringing everyone to the head of master at all times.
6.
▲
by
adgasf
7y ago
Agreed! and the approach to operator overloading is much more pragmatic.
7.
▲
Discograph: Discogs Visualized as a Social Graph
(discograph.mbrsi.org)
2 points
by
adgasf
7y ago
|
0 comments
8.
▲
by
adgasf
7y ago
Conversely, it's also one of the biggest pain-points when throwing together a quick prototype.
9.
▲
by
adgasf
7y ago
Aren't most people running a load-balancer in front nowadays?
10.
▲
by
adgasf
7y ago
If the key is not evidence then how can they prove that they got the incriminating files from the encrypted drive?
11.
▲
by
adgasf
7y ago
MS gave Nokia 1 billion usd
12.
▲
by
adgasf
7y ago
If the differences are only minor then what does it enable that the more popular alternative does not? You're right the familiarity is a good thing though - just look at TypeScript!
13.
▲
by
adgasf
7y ago
This doesn't look sufficiently different to JavaScript with JSX.
14.
▲
by
adgasf
7y ago
> Why do you think it's not a good practice? I didn't say it wasn't. Docker makes sense because everyone uses it. However, I would prefer a Docker alternative that is purely local and doesn't require so many permissio
15.
▲
by
adgasf
7y ago
> it doesn't even solve the problem because dependencies are just downloaded from the package manager. The advantage of Docker is that you can verify the container works locally as part of the build process rather than finding out
16.
▲
by
adgasf
7y ago
Docker is designed to push you towards DockerHub, not to be the simplest or best container implementation.
17.
▲
by
adgasf
7y ago
People seem to find |> easier to learn.
18.
▲
by
adgasf
7y ago
I find JavaScript unusable without this operator. Fortunately Babel supports it well. It makes a great alternative to fiddling with prototypes or wrapper objects when you want to extend something. For example, this is flat-map implemented a
19.
▲
Ad-hoc Polymorphism in F# (how to survive without Type Classes)
(withouttheloop.com)
1 points
by
adgasf
7y ago
|
0 comments
20.
▲
by
adgasf
7y ago
If that's how they measure employment, how do they measure underemployment?!
21.
▲
by
adgasf
7y ago
The pipeline operator and some free functions is a superior alternative. const map = f => xs => ({ [Symbol.iterator]: function * () { for (const x of xs) { yield f(x); } } }); xs |&
22.
▲
Who Deserves This? (2018)
(freeross.org)
52 points
by
adgasf
7y ago
|
61 comments
23.
▲
by
adgasf
7y ago
A Hackintosh does not just work. It requires far more upkeep than a Linux system. I certainly wouldn't do it again!
24.
▲
How to Write a Maths Library in 2016 (2016)
(codersnotes.com)
1 points
by
adgasf
7y ago
|
0 comments
25.
▲
by
adgasf
7y ago
A short cookie with a browser fingerprint will be enough for tracking.
26.
▲
by
adgasf
7y ago
I was responding to: > IDE support is much more than just editing text. In case anyone reading this thread comes away thinking that VS Code + Ionide is only a text editor.
27.
▲
by
adgasf
7y ago
Ionide gives you IDE features like type annotations and auto-complete.
28.
▲
by
adgasf
7y ago
F# allows you to implement such features as libraries using computation expressions.
29.
▲
by
adgasf
7y ago
You can write a type provider that takes a schema instead of example data.
30.
▲
by
adgasf
7y ago
Most of the F# community seems to be using Ionide on VS Code. This works very well, but if Visual Studio is your preferred editor this can be annoying.
More ›