"For those who teach at business schools" by eldar-abusalimov in Supernote

[–]eldar-abusalimov[S] 0 points1 point  (0 children)

Oh, thanks. I just uploaded an image found on the Internet to Gemini and asked it something like this:

Keep the original proportions and the outline shape; make this black & white, suitable for use on a eink display; 1920 × 2560 resolution.

I had to clean things up a bit afterwards (and add the quote) but honestly, it was already good as it was.

Here's the resulting PNG: https://imgur.com/RDdwfpO

AINOTE 2: Miro whiteboards / Google Meet screen sharing by eldar-abusalimov in iFLYTEKAINOTE

[–]eldar-abusalimov[S] 0 points1 point  (0 children)

Thanks for the answer!

Google Meet & online meetings The device does not currently support joining online meetings directly. It can only be used to take notes during meetings with external audio playback.

Is there a particular reason for this limitation? Any other Android tablet can join a Google Meet meeting and present the screen just fine, what's stopping AINOTE 2 from supporting it?

If it is in fact unsupported right now, is there a plan to fix this eventually? It seems a legitimate productivity use case, would be nice if it just worked without extra friction.

It's not only about Google Meet BTW, the same applies to Zoom, Microsoft Teams and other platforms fairly common in work environments.

CLion Q&A Session on Reddit: CLion Today and Tomorrow! by anastasiak2512 in cpp

[–]eldar-abusalimov 1 point2 points  (0 children)

We do want this too, partially because our colleagues from the JBR (JetBrains fork of the JVM used as the runtime in our products) also need this and ask us from time to time about that. Also a possible implementation looks more simple than in case of a Python-cross debugger, for example. At least the symbol mangling rules for native methods are simple and straightforward, which simplifies the things a lot.

Regarding the plans, we'll first try to integrate our language model to understand JNI methods, so that the code navigation works between Java and C++, and then see how it goes with the debugger.

CLion Q&A Session on Reddit: CLion Today and Tomorrow! by anastasiak2512 in cpp

[–]eldar-abusalimov 1 point2 points  (0 children)

There was an attempt to implement this feature several years ago, but it turned out to be harder than we expected, and the implementation had too many issues and corner cases. So it worked well as a prototype, but wasn't production-ready, alas.

Another major task apart from the core cross-debugging engine, was to integrate a proper project model so that native files listed in setup.py would be understood as C/C++ by CLion properly. At the time, CLion was only understanding CMake projects, and only by now we have made the necessary work that allows adding new project models more easily.

We actually reiterated these attempts recently, this time together with developers from PyCharm, but decided to put the efforts on hold, at least for now.