Viewing profile — bryango
bryango
HN member- Joined
- Fri, Feb 24, 2023, 4:58 PM UTC
- HN karma
- 59
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About bryango
Recent public activity
-
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…
-
comment
Comment #47176288
You need to ask via API to make sure that there is no system prompt.
-
comment
Comment #43982134
[flagged]
- story
-
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 …
-
comment
Comment #41084609
Funny that the url is https://www.busybox.net/kill_it_with_fire.txt
-
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…
- story
-
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…
-
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…
-
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…
-
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…
-
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…