Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oconnor0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
oconnor0
1y ago
Strange, I was able to sign up from my .family email
2.
▲
by
oconnor0
1y ago
I really wish that Kestrel was available as a standalone library. Kind of like Jetty on the JVM.
3.
▲
by
oconnor0
2y ago
Does that mean you are planning a specific editor for it?
4.
▲
by
oconnor0
4y ago
Except that Google Drive just doesn't seem to work in Firefox.
5.
▲
by
oconnor0
5y ago
Ada came out of the DOD so assuming it's an all-caps acronym makes a lot of sense. ;)
6.
▲
by
oconnor0
5y ago
> I think that makes it the second (production-ready) language to have a primarily-structural type system I assume we are talking about a static type system here? Many common "scripting" languages are structurally typed - what
7.
▲
by
oconnor0
7y ago
It is interesting to me that I read people criticizing Microsoft for their open sourcing code as doing it for marketing reasons---which seems accurate---but not criticizing Google or Apple or whoever else when they open source code.
8.
▲
by
oconnor0
7y ago
What's the problem with the module system and functors?
9.
▲
by
oconnor0
7y ago
Would you be willing to explain why explicit asynchrony is superior to implicit cooperative threading? Rather than simply engaging in more namecalling.
10.
▲
by
oconnor0
7y ago
Ah, maybe, perhaps I am in the minority that liked the different operators for ints and floats. :D
11.
▲
by
oconnor0
7y ago
> and not so good at floating point computations What does this mean? I was under the impression the OCaml compiler did a decent number of floating point specific optimizations, like unboxed arrays and what not.
12.
▲
by
oconnor0
8y ago
What is the problem with running Android here?
13.
▲
by
oconnor0
8y ago
I don't think I'd call Rust user friendly.
14.
▲
by
oconnor0
9y ago
"Terrible and unoriginal name choice" is probably a little dramatic: https://github.com/search?utf8=%E2%9C%93&q=gutenberg+static+...
15.
▲
by
oconnor0
9y ago
No customization presents a simple tool that, hopefully, just works and can be accepted with its flaws and limitations. Once customization starts being added in, it's easier to see annoyances and "why isn't this feature prese
16.
▲
by
oconnor0
9y ago
It's significantly easier to be "bad" with C++ than it is to be "bad" with Java.
17.
▲
by
oconnor0
9y ago
The Sile PDF says > There is no shortcut for boldface, because boldface isn’t good typographic practice and so we don’t want to make it easy for you to make bad books. Where/what is that from? Like is that common "knowledge&quo
18.
▲
by
oconnor0
9y ago
What is the process for converting what is written in Quoll into something printable, like a PDF?
19.
▲
by
oconnor0
9y ago
Has anyone used (Quoll Writer)[0]? [0]: https://quollwriter.com/
20.
▲
by
oconnor0
9y ago
"provides a read-only mirror" sounds like "developed behind closed doors" to me.
21.
▲
by
oconnor0
9y ago
Oh, bummer, I was really hoping it would support Windows.
22.
▲
by
oconnor0
9y ago
Not if it's a dictionary!
23.
▲
by
oconnor0
9y ago
That doesn't explain why they would need a different precedence. `a + b - c` is not the same as `a - b + c` even through the precedence's of + and - are the same (in most syntaxes).
24.
▲
by
oconnor0
9y ago
How so?
25.
▲
by
oconnor0
9y ago
You gain the knowledge that a device running Fuchsia is running code that's publicly available.
26.
▲
by
oconnor0
9y ago
> Additionally, the compilers can and do replace algorithms if users let them. Most users don't want it, even if it makes code faster. What compilers do this? With what algorithms?
27.
▲
by
oconnor0
9y ago
I think one of the issues here is what compiler optimizations encompass. In a language like C or C++, you may be able to write optimal algorithms but end up with poor performance because of memory access. An unoptimized compile puts almost
28.
▲
by
oconnor0
9y ago
Decidability. :) I'd love to see that show up in more languages. I believe it allows for better abstractions without optimization deficiencies because it's all decidable.
29.
▲
by
oconnor0
9y ago
Using a sequence instead of a map is fine if you know it will never be more than some small number of entries, but so often we are wrong about how many entries will be in a table that the N-squared use of a sequence as a map kills perform
30.
▲
by
oconnor0
9y ago
Regularly? No, but I got https://github.com/oconnor0/build-your-own-editor to the point that I use it for small editing tasks or occasional remote work. I have a few commits that were done entirely in it. I don't
More ›