Viewing profile — yashrk
yashrk
HN member- Joined
- Fri, Sep 22, 2023, 9:56 AM UTC
- HN karma
- 48
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About yashrk
No profile information was provided.
Recent public activity
-
comment
Comment #39825993
Is the source code available? I cannot find any mentions of the source code repository…
-
comment
Comment #39486846
LilyPond is the best way to integrate sheet music into the text-only formats (Markdown, wiki markups, org-mode). MediaWiki supports LilyPond. Emacs org-mode supports LilyPond. In f…
-
comment
Comment #39373503
Isn't a language described very similar to the (future) OCaml with effects ( https://github.com/ocaml-multicore/effects-examples ) added?
-
comment
Comment #39259804
Google Docs are incompatible with complex formatting (LibreOffice and even Office365 are too). Moreover, even the Word itself is kinda incompatible with complex formatting: sooner …
-
comment
Comment #39238842
Do you mean a Word from Office360? From my experience Word from Office360 breaks complex formatting of desktop Word document even worse, than LibreOffice/Google Docs does.
-
comment
Comment #39238817
So CVs from folks who know LaTeX good enough to change Computer Modern to something else will be dumped into the trash…
-
comment
Comment #39238795
Of course you can choose what you use for your personal pipeline. But Word for collaborative work is a nightmare. Sometimes fastest way to work with the science text or documentati…
-
comment
Comment #39083459
All GUI OFM-s I've seen missed the main (IMO) feature of Midnight Commander: seamless integration with the plain shell. In MC I can select files with Ins/*, then run command with %…
-
comment
Comment #39066771
Sorry, but _what exactly_ «it seems to do» from your point of view? My «second brain» now is almost 300Mb of text, pictures, sound files, PDF and other stuff. As I already mentione…
-
comment
Comment #39056455
I used org-mode files to save the examples of complex commands and code snippets (for example, for Docker, Kubernetes, bash, SQL and CQL). From the reader point of view it's litera…
-
comment
Comment #39056155
IMHO you don't need org-roam to use org-mode for note-taking. I use a bunch of plain org-mode files (synchronized between my computers and mobile devices with git and Syncthing) fo…
-
comment
Comment #38364270
I found what is «Morphic», mentioned by Richard Feldman. It's an another experimental programming language with the static reference counting. «Morphic uses a borrow-based referenc…
-
comment
Comment #38361948
Two main papers about this topic AFAIK are: «Counting Immutable Beans» by Sebastian Ullrich and Leonardo de Moura ( https://arxiv.org/pdf/1908.05647.pdf ) and «Perceus: Garbage Fre…
-
comment
Comment #38356309
Rc and Arc traits are implementations of the _runtime_ reference counters. Runtime reference counting is sometimes less efficient than tracing GC. But Roc counts references in _com…
-
comment
Comment #38356173
Definition of resulting code as _deeply_ imperative was crucial in my phrase. The only «sine qua non» optimization through opportunistic mutablity is AFAIK tail call optimization. …
-
comment
Comment #38355812
See https://news.ycombinator.com/item?id=38350940
-
comment
Comment #38349976
First of all — way faster machine code. Many other things are features or bugs depending of your preferences. For me, for example, eager evaluation is a big improvement, but YMMV.
-
comment
Comment #38349589
If you are interested, «why yet another programming language?». The unique selling point of Roc is clever optimization to convert purely functional source code to deep-imperative f…
-
comment
Comment #38188913
No updates on GitHub since Aug 2022. Isn't it abandoned? Supported and battle-tested OCaml or StandardML for BEAM would be great, of course. I'm waiting for something like this for…