Bino's comments

Bino | 7 years ago | on: Dynamic_cast(C)++

I actually think the old keyword is quite clever. I'm sure it could make sense in some places.

Bino | 8 years ago | on: Running 0 to 5K, took me 4 Years

Like it, as a runner and European citizen I always get confused if someone refers to American miles or not, but 5k is always 5000meters regardless? Do Americans who run ever talk about miles?

Bino | 8 years ago | on: NDJSON: newline-delimited JSON

It's useful alright, however every time I'm reading records in a stream I prefer to have it prefixed with the record size in bytes.

However, having a new line delimiter is sure easier than trying to find the end of a JSON structure.

Bino | 8 years ago | on: Ask HN: Resources for building a programming language?

I would suggest you focus a lot on the design, research the history and design of other languages. Try to understand how they evolved and try to figure out their bad decisions on the way.

Eg.

Pythons PEP, PHP’s RFC, Mailinglists

Building the language itself is the easy part...

Bino | 8 years ago | on: Ask HN: What domain do you use for your docs site?

I second that, it also allows moving and separation from different sites/publication systems (by DNS pointing). Also a valid concern: I seen main sites been redone/moved so many times while the docs stayed the same on its own subdomain...
page 1