Live data from Hacker News

Viewing profile — claudionaoto

claudionaoto

HN member
Joined
Sun, Feb 09, 2020, 8:46 PM UTC
HN karma
21
Public activity
10 items

About claudionaoto

No profile information was provided.

Recent public activity

  1. comment
    Comment #44614745

    That is false. Lula was freed because a hacker leaked the messages between the judge and the prosecutor, showing the judge's active collaboration with the prosecution. The trial wa…

  2. comment
    Comment #40215572

    Dart? Version 1 was a lot like Javascript/Typescript in one spec (a dynamic language with optional unsound typing). Version 2 uses sound typing, but you can still let variables una…

  3. comment
    Comment #34925948

    Chinese and Japanese characters have many details. In low resolution (like old terminals) they are almost illegible.

  4. comment
    Comment #33458857

    https://github.com/gfngfn/SATySFi SATySFi (pronounced in the same way as the verb “satisfy” in English) is a new typesetting system equipped with a statically-typed, functional pro…

  5. comment
    Comment #27612771

    I think you're confusing something, Lotus Notes was not a word processor. In USA, the most popular word processor before MS Word was WordPerfect.

  6. comment
    Comment #27318132

    I think this is a important point, for what I understand from some old posts, there are basically three versions of Gnat: - FSF: Is GPL but contains an exception that allows you th…

  7. comment
    Comment #27304840

    There is also SATySFi[1] (another typesetting system in Ocaml), it is active but mainly in japanese. [1] https://github.com/gfngfn/SATySFi

  8. comment
    Comment #26808307

    I think it is the Computational thinking course (MIT 18.S191 Fall 2020) https://www.youtube.com/playlist?list=PLP8iPy9hna6Q2Kr16aWPO... He is one of the professors (Grant Sanderson…

  9. comment
    Comment #26323857

    Oberon is case-sensitive and all keywords are all caps. I was curious to see it because I like Object Pascal/Delphi, that was the most distracting part of the language coming from …

  10. comment
    Comment #22284272

    Meyer did not know that the type system was unsound. This was discovered later by Luca Cardelli. Meyer said that he would correct it but it seems that existing libraries used this …