Results 11 comments of Rene Sugar

Software only at this point. It is part of the larger "Biomedical Data Translator" project.

As the software relates to deep learning, you could characterize the software as tools. How they could be used is open-ended. @agitter mentioned MoleculeChef on Twitter. [https://arxiv.org/abs/1906.05221](https://arxiv.org/abs/1906.05221) "Deep generative models...

less() like yyless() would let you match lookahead characters in ANTLR4 without resorting to another programming language. https://github.com/php/php-src/blob/master/Zend/zend_language_scanner.l ``` "$"{LABEL}"->"[a-zA-Z_\x80-\xff] { yyless(yyleng - 3); yy_push_state(ST_LOOKING_FOR_PROPERTY); RETURN_TOKEN_WITH_STR(T_VARIABLE, 1); } ``` Using...

Uninstalled the snap version and then tried flatpak but that was a version behind the current one. Now installed using the Joplin_install_and_update.sh script.

Using the install script instead of snap, same crash. ``` $ ls -l /tmp/.mount_JoplinseD9wf/resources/app.asar/main.bundle.js ls: cannot access '/tmp/.mount_JoplinseD9wf/resources/app.asar/main.bundle.js': No such file or directory ``` [joplin_crash_dump_20251003T173327.json](https://github.com/user-attachments/files/22685349/joplin_crash_dump_20251003T173327.json)

Another crash. ``` $ ls -l /tmp/.mount_JoplinOQM8OC/resources/app.asar/main.bundle.js ls: cannot access '/tmp/.mount_JoplinOQM8OC/resources/app.asar/main.bundle.js': No such file or directory ``` [joplin_crash_dump_20251004T175018.json](https://github.com/user-attachments/files/22703534/joplin_crash_dump_20251004T175018.json)

Another crash. [joplin_crash_dump_20251009T003026.json](https://github.com/user-attachments/files/22787845/joplin_crash_dump_20251009T003026.json)

[joplin_crash_dump_20251009T183442.json](https://github.com/user-attachments/files/22804328/joplin_crash_dump_20251009T183442.json)

Claude AI's interpretation of what is happening.

It still happens; less frequently using the install script instead of snap.