Live data from Hacker News

Viewing profile — bryango

bryango

HN member
Joined
Fri, Feb 24, 2023, 4:58 PM UTC
HN karma
59
Public activity
13 items

About bryango

github.com/bryango

Recent public activity

  1. comment
    Comment #47385172

    I really wish Mathematica would open-source the heuristics behind these core functions (including common mathematical functions, Simplify, Integrate, etc.). The documentation is go…

  2. comment
    Comment #47176288

    You need to ask via API to make sure that there is no system prompt.

  3. comment
    Comment #43982134

    [flagged]

  4. story
  5. comment
    Comment #42619981

    I hope we can have something that combines the meta-programming capabilities of Zig with the vast ecosystem, community and safety of Rust. Looking at the language design, I really …

  6. comment
    Comment #41084609

    Funny that the url is https://www.busybox.net/kill_it_with_fire.txt

  7. comment
    Comment #41084305

    I don't think the author intends to provide a serious production solution, at least not for now. Runit tools in busybox - up to the task? Let's test busybox's runit applets in a hy…

  8. story
  9. comment
    Comment #39687993

    > They do _not_ resolve the Hubble tension. Thank you! They should have clarified this up front in the title or the abstract. The original article makes it sound like it has been r…

  10. comment
    Comment #39125882

    Hey! Thank you for this cool editor! However, has it been written with cross-platform support in mind? Otherwise, porting from mac to linux could be rather painful and time-consumi…

  11. comment
    Comment #38988290

    Ah, to be more precise, I work in high energy theory (hep-th): https://arxiv.org/archive/hep-th . I shouldn't have spoken for theoretical physics in general, but in hep-th, mathema…

  12. comment
    Comment #38965713

    These are all valid criticisms. There is no type system, although some safeguards can be implemented through pattern matching and conditions (see the answer by @derf_ above). For q…

  13. comment
    Comment #38965134

    Wolfram would like to say that he invented Mathematica all by himself, but in its core, it is basically a lisp: everything is an expression, and mathematics are just transformation…