publicvoit

joined 1 year ago
[–] publicvoit@alien.top 1 points 10 months ago

Okay, it seems I'm not even halfway there to run NixOS on my own ...

[–] publicvoit@alien.top 1 points 10 months ago

I do have a setup with Android, Syncthing and Tasker. Whenever Tasker sees a specific text file when checking periodically, it generates a notification for me.

This gives me the possibility to notify me on all different stuff just by creating a text file whose content is the notification message.

You can use that for Android-local notifications as well as for notifications from any device with access to the Syncthing share.

HTH

[–] publicvoit@alien.top 1 points 11 months ago (3 children)

Is there somebody here using Nix(OS) who could teach me how to call this using a Python virtualenv where I deliberately setup pandas + seaborn before (in a shell)?

[–] publicvoit@alien.top 1 points 11 months ago (1 children)

Well, I already wrote that this is not the brainstorming process but the next step: ordering items.

With my Emacs Org-mode:

- a
- b
  - c
    - d
  - e
- f

... mark everything and invoke C-c * I get:

* a
* b
** c
*** d
** e
* f

I don't know what doom makes differently here.

[–] publicvoit@alien.top 1 points 11 months ago (4 children)

I don't know about your brainstorming process.

When I do brainstorming, I don't arrange the items in the initial phase. Instead, I create a list item, write my idea, press C-RET for the next item, write down the idea and so forth.

This results in an unordered list of ideas.

Only after finishing this brainstorming phase, I start moving items around.

Therefore, I don't get distracted by order, commands, styling, arrangement, priorities, ... in the brainstorming phase.

After I've ordered the items, I may convert the simple list to headings using C-u C-* (AFAIR).

HTH