Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
clux
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
clux
8y ago
Not sure if it helps much. It still looks like the same clickbaity garbage that's in my regular trending tab.
2.
▲
by
clux
8y ago
Honestly I'd much rather have some configurable yaml than some obscure app in the middle of your cluster that reads CRDs when what you're doing is just adding a side car. At least this way you can tell if your local yaml is applie
3.
▲
by
clux
9y ago
Crypto still just means hidden or secret though. Both sides here probably ought to increase their specificity by one level. Interestingly, r/crypto is the cryptography subreddit and has https://www.reddit.com/r/cry
4.
▲
by
clux
9y ago
You can get it much of the way there by tweaking `~/.inputrc` "\e[A": history-search-backward # Up key "\e[B": history-search-forward # Down key. Allows you to get press up while you have `ssh 10.2` in the terminal
5.
▲
by
clux
10y ago
Managing node with package managers feels like a a bit of a fools errand at the moment. They are going to be wrapping npm somehow, but when npm can't even do things right..
6.
▲
by
clux
10y ago
This is cool. A few funny ones I found: ExampleTester Commanater java-cruft Generatter the-git
7.
▲
by
clux
10y ago
Damn that Fermat margin.
8.
▲
by
clux
10y ago
Is there really any benefit to this over explicit child process calls? I realize the syntax is shorter, but now you're hiding the fact that you are shelling out. Overloading require for this purpose is a guaranteed way to break static
9.
▲
by
clux
10y ago
There are also 3 gotos in that function.
10.
▲
by
clux
11y ago
I would totally install a sublime plugin or something like that for this.
11.
▲
by
clux
11y ago
Yeah, got that too. Maybe time to go to bed.
12.
▲
by
clux
11y ago
Biggest problem is also its greatest benefit. If everything CAN access anything, everything WILL eventually access anything. Without any barriers, it's way too easy for things to devolve into spaghetti code.
13.
▲
by
clux
12y ago
Nitpick, on the nothing can save me there part. This is arguably a failure of `your-class`'s API. A file exposing a class SHOULD either wrap it: `module.exports = function () { return new YourClass(); }` or use `if (!(this instanceof Y
14.
▲
by
clux
12y ago
Alternatively, put this in your code tomorrow to pre-empt all the April 1st bastards: Object.freeze(console) Or safe JS up entirely: https://gist.github.com/clux/3823024
15.
▲
by
clux
13y ago
Managed a 4096 piece (more than I've done on normal 2048). Unfortunately, the 4096 background is the same as 1024 (derp). Here is a picture of my layout before it collapsed into a 4096: http://i.imgur.com/SnmhESY.jpg
16.
▲
by
clux
13y ago
Asynchronicity isn't an optimization, it's a simplification. Blocking code and threads are hard to reason about, but callbacks are simple. You still have to deal with errors in a synchronous world, and an evented system allows you
17.
▲
by
clux
13y ago
https://github.com/clux/symlink
18.
▲
by
clux
13y ago
I did use cabal-dev, and it only moved the problem from being a global problem to a local one. Is the problem that you cannot have several versions of the same package solved? Because this really needs to work, otherwise you effectively hav
19.
▲
by
clux
13y ago
What's not to like? Cabal, which unsurprisingly is not mentioned. Dependency hell makes it stupidly difficult to rely on other people's code on a large scale. I'd rather write uglier code in JavaScript if it means hav
20.
▲
by
clux
13y ago
I am sure this is good, but just how much it pulls down to do something basic is ridiculous: $ yo webapp $ npm ls | wc -l 240
21.
▲
by
clux
13y ago
The default lexicographical sort order on an array of integers is unexpected, yes.
22.
▲
by
clux
13y ago
Ad hominems generally are nothing else..
23.
▲
by
clux
13y ago
http://www.youtube.com/watch?v=EXmYnMuDxUs
24.
▲
by
clux
14y ago
There's plenty of ways to make a difference in the world without having a job that is immediately altruistic. http://80000hours.org/career-advice has a lot of good information along these lines.
25.
▲
by
clux
14y ago
Neither. Small modularized CommonJS files that serve the need of what you are doing is always faster to write and easier to load in your head than large frameworks that you never fully understand. Learn to use npm and use it well.
26.
▲
by
clux
14y ago
Speculative non-article.. From the last paragraph: He said: "A solar proton event and a short gamma-ray burst are both possible explanations, but based on the rates that we know about in the Universe, the gamma-ray burst explanation is abou
27.
▲
by
clux
14y ago
From near the end of the article: "This isn’t to say that 3D TV is dead — but it’s certainly no longer the next big thing." Linkbait title.
28.
▲
by
clux
14y ago
I'm not big on the glaringly inefficient transpilers that Haskell has come up with. You can replicate a lot of Haskell's functionality in JavaScript very elegantly. See for instance: * https://github.com/clux/autonomy - prelude like thing
29.
▲
by
clux
14y ago
Sorry, didn't get it.
30.
▲
by
clux
14y ago
You're saying arguments are more convincing if it wasn't for ad hominem x? Says more about you tbh.
More ›