Live data from Hacker News

Viewing profile — tiu

tiu

HN member
Joined
Sun, Feb 09, 2025, 5:19 AM UTC
HN karma
74
Public activity
32 items

About tiu

No profile information was provided.

Recent public activity

  1. story
    Ask HN: What works to learn mathematical problem solving?

    I was active in mathematical contests during high school but beyond that the patience to sit through a problem and the classic "tricks" have elapsed beyond me. Even doable problems…

  2. comment
  3. comment
    Comment #45942994

    Alternatively beside which-key, hydras exist which are very nice for certain contexts (dired in the particular case for me) and provide a nice shortcut interface whenever activated…

  4. comment
    Comment #45867317

    For the mathematically inclined, EWD717 and EWD765 have two really cool problems. A while back someone posed EWD765 for an alternate solution, I don't recall if any other solution …

  5. comment
    Comment #45861606

    Thanks! Bloomberg also does use OCaml by the way, although probably not to the extent of Jane Street.

  6. comment
    Comment #45854147

    The comments are wildly fragmented in this thread. I agree with @torginus, the article has less and less of anything useful to people that want to get into compilers. Anyways, the …

  7. comment
    Comment #45747691

    I am whole off the vim (&friends) trend but my 2c- The helix situation is still miles better for up and running asap compared to dancing with files/lua on lazyvim. Just having to r…

  8. comment
    Comment #45567551

    Yes I am talking about the help text in echo area. In newer versions apparently they only show a single line by truncating the eldoc-doc-buffer content(not super sure on this but t…

  9. comment
    Comment #45565751

    Slightly off topic here but do you (or anyone) happen to know how to get old Eglot behaviour back of showing entire types and parameter information instead of only the first line? …

  10. comment
    Comment #45558138

    No affiliations, just found it cool. Release video: https://www.youtube.com/watch?v=jm_0nRQEn_o

  11. story
  12. comment
    Comment #45406602

    Why Plan 9 seems to be 'much' more popular/discussed and not Inferno? [0]: https://en.wikipedia.org/wiki/Inferno_(operating_system)

  13. comment
    Comment #45406292

    How far are the problem sets doable for non Harvard people? I want to do the psets as well as maybe extend the OS with some ideas but the license is not there as well? @ekzhang

  14. comment
    Comment #44980763

    Why not bloomberg instead lol

  15. comment
    Comment #44948283

    Godement in his analysis exposition briefly talks about this, it was all hand drawn.

  16. comment
    Comment #44845077

    Off topic but without going RTFM, is there a guide that goes through setting up emacs 'with the modern way'? I have done it before but in a mish-mash way where I want something tha…

  17. comment
    Comment #44775157

    Can https://www.underhanded-c.org/ also please come back!

  18. comment
  19. comment
    Comment #44309411

    I am probably misunderstanding your requirements but if you are looking for something like regex101 then https://omrelli.ug/nearley-playground/ and https://bnfparser.firebaseapp.co…

  20. comment
    Comment #43813913

    I was playing around with Fortran (modern-ish) recently was pretty impressed with the entire ecosystem. `fpm` is really really nice to work, pretty decent LSP server (fortls) as we…

  21. comment
    Comment #43812128

    See https://wiki.alopex.li/SurveyOfSystemLanguages2024 and the related discussion https://lobste.rs/s/c3dbkh Serious total MSLs that have a defined memory model to allow "low level…

  22. comment
    Comment #43603044

    Yes, thank you. That is the Douglas Thain book I meant. (compilerbook.org seems to work for me, only broken thing would be the semicolon).

  23. comment
    Comment #43596118

    I wrote 'multiple codegen architectures' instead of 'multiple architectures for codegen'. As far as I have done in the toy compilers and seen the things in actual production ready …

  24. comment
    Comment #43594938

    Regarding the language design part, many universities I know of offer a {Advanced} Programming Languages class later on after a Compilers 101 class and that is where many of the to…

  25. comment
    Comment #43594898

    I just got over writing 2 (well 2.5) toy compilers and I think a lot of the material in the compiler-teaching space lack some subtle developmental aspects. I wish there was a cours…