Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marcoms
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
marcoms
6y ago
Not sure what you mean, Nim doesn’t allow tabs so that wouldn’t work
2.
▲
by
marcoms
6y ago
This might have been excused if they didn't also forbid tabs unless you use a hack ( https://github.com/nim-lang/Nim/wiki/Whitespace-FAQ#tabs-vs-... ), was interested in learning until I found this out
3.
▲
by
marcoms
7y ago
Yes, but I think they are emphasising that only a promise will be returned. Any further type information is not given
4.
▲
by
marcoms
8y ago
The code is also compiled to native code, but it's written declaratively. It's not for everyone, but it's not the same as Electron. Even still you have the option to use the traditional imperative API.
5.
▲
by
marcoms
9y ago
Typescript is great at catching bugs which would trickle down to the end user
6.
▲
by
marcoms
9y ago
They are using the Monaco editor component of VSCode, not forking it
7.
▲
by
marcoms
9y ago
UI themes, and a much more cohesive default theme
8.
▲
by
marcoms
9y ago
Atom: the bloat of an IDE with the features of a text editor. At least there are plugins :/
9.
▲
by
marcoms
9y ago
They try, but there is not really predictable and simple way to select those fonts in CSS. I've had times when Courier was used on Linux because the MS fonts we installed. I would prefer they just do font-family: monospace
10.
▲
by
marcoms
9y ago
Admiring the optimism but having an untested reimplementation of node would make people a lot less confident in using the project
11.
▲
by
marcoms
9y ago
Doesn't headless mode just mean rendering to a bitmap instead of a window?
12.
▲
by
marcoms
10y ago
As others speculated I meant parentheses around the condition - my mistake, I should have qualified
13.
▲
by
marcoms
10y ago
What's the argument for required brackets around if (conditions) and switch (conditions)? To me they seem redundant. -- As a side point, I hope switch statements are less like C and more like Rust (Rust happens to have better looking s
14.
▲
by
marcoms
10y ago
Still does not allow tabs for indentation - same problem as `make` but inverted
15.
▲
by
marcoms
10y ago
*Canonical
16.
▲
by
marcoms
10y ago
Why not fixed-size ints - uint8_t, etc. from stdint.h? I've not been using C for a while, so I wonder what the viewpoints are regarding this.
17.
▲
by
marcoms
10y ago
I mean if anything the syntax should me more specialised as you go into sub-keywords, which makes sense in this industry (e.g. ISO 8601). The problem is that `extern` seems to have been taken from C++ and extern crate is almost tacked on (o
18.
▲
by
marcoms
10y ago
For me what's quite unnerving about `extern crate` is that the `extern` keyword has another function, that is to declare foreign functions [0]. `extern crate` on the other hand, is not an extension of `extern` but serves a completely d
19.
▲
by
marcoms
10y ago
Gtk3 supports macOS natively
20.
▲
by
marcoms
11y ago
You could use Chrome which bundles Flash. The RPM is linked on the download page https://www.google.co.uk/chrome/browser/desktop/
21.
▲
by
marcoms
11y ago
You could use ` backticks instead and use both " and ' in strings without worry
22.
▲
by
marcoms
11y ago
Also see ES2015's Array.from() Array.from(<NodeList or other iterable>) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
23.
▲
by
marcoms
11y ago
> <paper-button> It's nice to see Google finally dogfooding Polymer in their own products
24.
▲
Paste.sh
(paste.sh)
1 points
by
marcoms
12y ago
|
0 comments
25.
▲
by
marcoms
12y ago
> you cannot do overlay blurring like iOS, for example this may change in the future - the backdrop-filter CSS property should allow you to do exactly that, and support has already landed in chrome
26.
▲
by
marcoms
12y ago
Be careful that you don't trip up using this rule for everything - its not always correct [0] [0] http://stackoverflow.com/questions/16260417/the-spiral-rule-...
27.
▲
by
marcoms
12y ago
Though I know very little C++, a lot of the questions were applicable to a C programmer
28.
▲
by
marcoms
12y ago
Looks good - bookmarked! Are you targeting a similar demographic to /r/webdev? One bug I have encountered is on clicking upvote and unregistered, I am redirected to frontends.COM
29.
▲
by
marcoms
12y ago
I believe (s)he means absolute pixel breakpoints instead of percentages
30.
▲
by
marcoms
12y ago
Except there is no "\"product try\"" in this case.
More ›