Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ryenus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ryenus
3y ago
Turned out that one was, as you said, a totally unrelated toy language, nothing like this hurl.dev one.
2.
▲
by
ryenus
3y ago
Thanks! ICYMI: GoAWK [1] - A POSIX-compliant AWK interpreter written in Go, with CSV support. [1]: https://github.com/benhoyt/goawk
3.
▲
by
ryenus
3y ago
Ah good to know, thank you! Meanwhile I found it, it was the awk from Debian 10 that lacked `length(array)`, see the related nvm pr [1]. [1]: https://github.com/nvm-sh/nvm/pull/2917/
4.
▲
by
ryenus
3y ago
Awk is really great, for those knowing nvm [1], I used awk to make `nvm ls-remote` run more than 10 times faster [2] by replacing the related shell script with around 60 lines of awk script [3], and I was quite happy with the improvement. I
5.
▲
by
ryenus
4y ago
Since you have Zhangye, you might also want to include Dunhuang ( https://en.wikipedia.org/wiki/Dunhuang )? And there's Mogao Caves ( https://en.wikipedia.org/wiki/Mogao_Caves ) which can't
6.
▲
by
ryenus
5y ago
Indeed, the following should work with upcoming fish 3.4: echo "pwd: $(pwd)" See https://github.com/fish-shell/fish-shell/pull/8059
7.
▲
by
ryenus
5y ago
Nowadays there's the `--show-current` option: git branch --show-current See https://git-scm.com/docs/git-branch
8.
▲
by
ryenus
6y ago
Wow, thank you for mentioning EmEditor, I used to keep it as a must-have app when used Windows, preferred it over UltraEdit, EditPlus etc, good memories. Nowadays it's all vscode though.
9.
▲
by
ryenus
6y ago
-5/2 -> -2 (ok, rounds down) Actually this is rounding up, to zero, as -2.5 < -2 < 0
10.
▲
by
ryenus
7y ago
TIL: > brew cat sets bat as pager if HOMEBREW_BAT is set And bat is really a nice alternative to cat.
11.
▲
by
ryenus
7y ago
> In fact, Gates is still kicking himself for taking his eyes off the ball and allowing Google to develop Android And those in Google are probably also kicking themselves for taking their eyes off the ball and allowing Oracle to acquire
12.
▲
by
ryenus
8y ago
Finally: * Dark mode is now supported on Mac, and Windows support is on the way.
13.
▲
by
ryenus
8y ago
Anyone knows which ruby runtime GitHub uses? Ruby MRI or JRuby etc.?
14.
▲
by
ryenus
8y ago
The issue has only 46 comments at this moment because they have restricted the permission to comment, very nice. I thought there would be hundreds of, otherwise. BTW, it sucks that existing comments cannot be voted or reacted with emojis, t
15.
▲
by
ryenus
8y ago
Have you managed to configure it to behave similar to iTerm 2 in terms of keyboard shortcuts? Would you please share your config? One thing is, I don't get its layout , is it possible to create a vertical/horizontal split like
16.
▲
by
ryenus
8y ago
So the RFC comes true https://news.ycombinator.com/item?id=16292883
17.
▲
by
ryenus
8y ago
The 2015 MBP is still available, though not that obviously: https://www.apple.com/macbook-pro/specs-2015/
18.
▲
by
ryenus
8y ago
Sourcegraph used to be an online vscode, simply the coolest back then, but seems no more, they suddenly changed direction, possibly due to conflict of interests with Microsoft?
19.
▲
by
ryenus
8y ago
And one can use Kotlin with Apache Spark, e.g.: http://tomstechnicalblog.blogspot.hk/2016/11/using-kotlin-la...
20.
▲
IntelliJ IDEA 2018.1 Released
(jetbrains.com)
39 points
by
ryenus
8y ago
|
4 comments
21.
▲
by
ryenus
8y ago
The worst decision Google ever made (2011) http://www.zdnet.com/article/the-worst-decision-google-ever-...
22.
▲
by
ryenus
9y ago
What about logical diagrams? anything for that?
23.
▲
by
ryenus
9y ago
Though not so straightforward to find, the 2015 model is still available for purchase: https://www.apple.com/macbook-pro/specs-2015/
24.
▲
by
ryenus
9y ago
This is still happening to this day. They now redirect skype.com to skype.gmw.cn
25.
▲
by
ryenus
9y ago
So it's a better moment made by the moment team: https://moment.github.io/luxon/docs/manual/faq/moment.html Major differences: * Immutable * Months in Luxon are 1-indexed instead of 0-indexed
26.
▲
by
ryenus
9y ago
Except Oracle lawyers wouldn't like Java being literally used as part of the name, though I hate to say this. That's why javaslang was renamed to Vavr: https://github.com/vavr-io/vavr
27.
▲
by
ryenus
9y ago
or maybe `limo`.
28.
▲
by
ryenus
9y ago
So it's not about any lawsuit, but one (brought up by you etc.) that related to infringement because of being permitted to use (the GraphQL spec). That seems to mean if there's a lawsuit with the concerned company, but not related
29.
▲
by
ryenus
9y ago
Still an issue: https://github.com/facebook/graphql/issues/351 , There's a patent: https://www.google.com/patents/US9646028 , and a recent discussion: https://news.ycombina
30.
▲
by
ryenus
9y ago
To get started and understand how to build a GraphQL server, here's a nice video: Zero to GraphQL in 30 Minutes [0]. [0] https://www.youtube.com/watch?v=UBGzsb2UkeY
More ›