HackerTrans
TopNewTrendsCommentsPastAskShowJobs

genphy1976

49 karmajoined 3 वर्ष पहले

Submissions

[untitled]

17 points·by genphy1976·3 माह पहले·0 comments

Isaac Asimov: The Last Answer (1980)

highexistence.com
2 points·by genphy1976·3 माह पहले·0 comments

[untitled]

1 points·by genphy1976·3 माह पहले·0 comments

[untitled]

1 points·by genphy1976·3 माह पहले·0 comments

OpenAI's vision for AI economy: public wealth funds, robot taxes, 4-day workweek

techcrunch.com
5 points·by genphy1976·3 माह पहले·3 comments

LFortran compiles PRIMA

lfortran.org
77 points·by genphy1976·पिछला वर्ष·26 comments

Compilers for continuous integration of Fortran projects

fortran-lang.discourse.group
32 points·by genphy1976·2 वर्ष पहले·17 comments

Behavior of `copyfile` regarding symlinks on Linux and macOS

stackoverflow.com
2 points·by genphy1976·3 वर्ष पहले·0 comments

comments

genphy1976
·परसों·discuss
Not sure if this counts. I utilise Prima (a numerical optimisation package developed by a Chinese prof, based on algorithms from Cambridge) in my research on nuclear physics :

https://github.com/libprima/prima

Not something as big as tencent, alibba, ..., yet useful enough for my group !
genphy1976
·5 माह पहले·discuss
What Redditers think: https://old.reddit.com/r/Damnthatsinteresting/comments/1r68g...
genphy1976
·5 माह पहले·discuss
The HN discussion: https://news.ycombinator.com/item?id=47067496
genphy1976
·5 माह पहले·discuss
https://old.reddit.com/r/Damnthatsinteresting/comments/1r68g...
genphy1976
·पिछला वर्ष·discuss
In case you appreciate LFortran and would like to sponsor its development, see

- Become a sponsor to LFortran: https://github.com/sponsors/lfortran

- Open Collective: https://opencollective.com/lfortran

- NumFOCUS: https://numfocus.org/donate-to-lfortran
genphy1976
·पिछला वर्ष·discuss
For more information about LFortran, see

- Wikipedia: https://en.wikipedia.org/wiki/LFortran

- Homepage: https://lfortran.org

- GitHub: https://github.com/lfortran/lfortran

If you like to play with it, see

- LFortran in web browsers using WebAssembly: https://dev.lfortran.org

- LFortran in Compiler Explorer: https://godbolt.org/z/EfWvsY6Kh
genphy1976
·2 वर्ष पहले·discuss
Here is another interview:

http://www-optima.amp.i.kyoto-u.ac.jp/ORB/issue21/interview_...
genphy1976
·3 वर्ष पहले·discuss
No, it is not difficult. It is way more than that. It is frustrating and depressing according to my experience attempting to modernize a FORTRAN 77 codebase (I gave up finally). Navigating through a quagmire of GOTO statements felt like a desperate endeavor. It's hard to fathom how someone could work on such a project for three years, especially if it appears to be a solo effort.

Upon examining the original FORTRAN code and accompanying papers, I realized that the complexity of the task was far from trivial. Working alone for three years, especially on such a complex codebase, requires a significant amount of dedication and perseverance.
genphy1976
·3 वर्ष पहले·discuss
These people https://arxiv.org/pdf/1307.5867.pdf use Powell's derivative-free optimization method (newuoa) in the study of the galaxy cluster MACS J1206.2-0847 ( https://it.wikipedia.org/wiki/MACS_J1206.2-0847 ). This is so cool!
genphy1976
·3 वर्ष पहले·discuss
This is truly impressive! While I'm not well-versed in these specific techniques, I do recall learning about Powell during a mathematics course in the past. It's reassuring to know that capable individuals are maintaining his work.

Some time ago, I attempted to update an antiquated FORTRAN program for a particular project, but regrettably, I had to abandon the effort. Navigating the labyrinth of countless GOTO statements was both challenging and disheartening. I became genuinely concerned about the potential impact on my mental well-being.

That being said, I have a profound admiration for the individual who successfully modernized such a complex FORTRAN project. Their achievement is undoubtedly commendable!