Live data from Hacker News

Viewing profile — jbhn

jbhn

HN member
Joined
Tue, Nov 12, 2024, 2:01 PM UTC
HN karma
20
Public activity
10 items

About jbhn

No profile information was provided.

Recent public activity

  1. comment
    Comment #46481873

    VS Code uses LSPs which are mentioned.

  2. comment
    Comment #46475793

    TL;DR: Java’s multi-billion-dollar ecosystem is quietly dependent on a shrinking, fragile IDE infrastructure, and without deliberate investment beyond IntelliJ and Eclipse, its lon…

  3. story
  4. comment
    Comment #45213199

    Note that "full" solutions are possible in standard OO languages as well (without the usual visitor vs subclasses trade-off): https://news.ycombinator.com/item?id=45210114

  5. story
  6. comment
    Comment #43459461

    I think Library APIs are a good example. I've found myself in the situation where I do not care about the string representation (or can convert in a few places if necessary), but n…

  7. comment
    Comment #43421413

    Please do Strings next. Effective Rust isn't useful at guiding to a good default. The technical arguments for one or the other option are available in a bunch of places, but no goo…

  8. comment
    Comment #42610772

    Reflections in Tree Calculus work differnt from lisp quote/unqote used here. It is a hunch, but I think Tree Calculus can implement this (if it is sound) (book pg 64 ff on quote), …

  9. comment
    Comment #42610665

    Dependent Types + Combinatory Logic is highly non-trivial, as is shown in this series of work by Altenkirch et al.: https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.F... …

  10. comment
    Comment #42115513

    One should mention the RustBelt project: https://plv.mpi-sws.org/rustbelt/ here. It was in place to develop a specification for Rust that is accessible for formal verification. I t…