HackerTrans
トップ新着トレンドコメント過去質問紹介求人

timClicks

no profile record

コメント

timClicks
·3 か月前·議論
Another format that's worth investigating is Asciidoc. It supports the richness of Docbook XML but has fewer quirks than rST in my eyes.
timClicks
·7 か月前·議論
Sorry if this is somewhat pedantic, but I believe that only US companies (and possibly only Delaware corporations?) are bound by the requirement to maximize shareholder value and then only by case law rather than statue. Other jurisdictions allow the directors more discretion, or place more weight on the company's constitution/charter.
timClicks
·8 か月前·議論
References only have a single bit available as a niche (the null byte), which Option makes use of for null pointer optimization (https://doc.rust-lang.org/std/option/index.html#representati...).

In principle, you Rust could create something like std::num::NonZero and its corresponding sealed trait ZeroablePrimitive to mark that two bits are unused. But that doesn't exist yet as far as I know.
timClicks
·8 か月前·議論
Asciidoc corresponds directly to DocBook XML. They're two formats with exactly the same semantics.
timClicks
·8 か月前·議論
MCP is an example of "worse is better". Everyone knows that it's not very good, but it gets the job done.
timClicks
·11 か月前·議論
This reminds me of when I provided some impressions of Erlang as a newcomer to their mailing list.

One of my suggestions was that they include hash tables, rather than rely on records (linked lists with named key). Got flamed as ignorant, and I've never emailed that mailing list again. A while later, they ended up adding hash tables to the language.