Live data from Hacker News

Viewing profile — jfmc

jfmc

HN member
Joined
Tue, Apr 14, 2020, 3:36 PM UTC
HN karma
238
Public activity
61 items

About jfmc

No profile information was provided.

Recent public activity

  1. comment
    Comment #48178070

    !/0 is the cut. It prunes the search space. Useful to say "do not look at the other alternatives since I know they will fail" (when mutually exclusivity is hard) but also necessary…

  2. comment
  3. comment
  4. comment
    Comment #46057142

    Not a mathematician, but AFAIK ZFC is a valid foundation. Dependent types helps a lot with bookkeeping, but cannot prove more theorems. Lawrence Paulson is a great person to clarif…

  5. comment
    Comment #45905706

    Not sure... Other Prologs compiled to WASM with very good performance is https://ciao-lang.org/playground/ The same toplevel runs also from 'node' as well.

  6. comment
    Comment #42833449

    Other playground (wasm based): https://ciao-lang.org/playground

  7. comment
    Comment #42529464

    Actually, most of the paper seems a bit obvious from the computer science side. LLMs scale for really complex tasks, but they are neither correct nor complete. If combined with a t…

  8. comment
    Comment #42505485

    Wrong capitalization makes me feel really axious and frustrated.

  9. comment
    Comment #42084644

    Many times the algorithm that you are implementing requires a precise data flow that is not reversible, so using traditional arithmetic (is/2) is better for catching errors. On the…

  10. comment
    Comment #42076739

    A classic library, you can play with it here: https://ciao-lang.org/playground/#https://github.com/ciao-la...

  11. comment
    Comment #41435789

    No constraint optimization can replace Pentafunk Jenny ;)

  12. comment
    Comment #41435698

    Prior art: Eisenfunk - Pong ( https://www.youtube.com/watch?v=cNAdtkSjSps )

  13. comment
    Comment #41273991

    Xapian is used in https://www.djcbsoftware.nl/code/mu/ for indexing emails.

  14. comment
    Comment #40995627

    Another table (in the same thread) comparing more systems: https://swi-prolog.discourse.group/t/porting-the-swi-prolog-...

  15. comment
    Comment #40942845

    Note that "CheerpX enables you to run existing 32-bit x86 native binaries". For some reason support for wasm64 (in browsers) has been stagnated for years, which is a pity.

  16. comment
    Comment #36560575

    They should compare with other multithreading and GPU approaches for SAT/SMT solving (like https://www.win.tue.nl/~awijs/articles/parafrost_gpu.pdf from Armin Biere, or other works…

  17. comment
    Comment #35911926

    WASM is an extremely useful compilation target because of its portability (specially for running on browsers), but it is far from being the "default compilation target" for almost …

  18. comment
    Comment #34893317

    Surprisingly it can generate Coq proofs. Unsurprisingly the "proofs" are just hallucinations that look right but make no sense at all. See for example: "coq program that proves tha…

  19. comment
    Comment #34094338

    My impression when working with people using Simulink is that 'safety' is much weaker that for people working on formal methods, and certification limited a lot the kind of program…

  20. comment
    Comment #32973128

    One of the co-authors here. Thank you for these helpful clarifications!

  21. comment
    Comment #32582561

    The general term of arithmetic and geometric sequences seem simpler when indexing from 0 rather than 1. I do not think that '1' is more human focused for anything than '0'.

  22. comment
    Comment #32416641

    Didn't Chrome (and probably others) added GPU accelerated CSS and SVG (i.e., vector graphics) 10 years ago? https://www.tomshardware.com/news/google-chrome-browser-gpu-...

  23. comment
    Comment #32384245

    I really recognize the value of new implementations and the fact that each of them is filling a hole that old implementations do not cover (like new platform support, more embeddin…

  24. comment
    Comment #31245753

    We need robopsychologists.

  25. comment
    Comment #31095315

    "YJIT code ported from C99 to Rust" Beyond passing the test suite, are there more numbers to compare both versions? (e.g., compilation time, lines of code, size of binaries, perfor…