camber-weaver

joined 11 months ago
[–] camber-weaver@alien.top 1 points 9 months ago

This is pretty much exactly what I do. The only real hiccups I can think of:

  1. If you use Org Roam the different machines will have their own Sqlite databases and thus you may need to do an org-roam-db-sync when hopping.

  2. org-agenda may need to be refreshed when hopping machines.

I have bound keys for both of those things to make the manual portion as non-disruptive as possible.

[–] camber-weaver@alien.top 1 points 9 months ago

Yes, this. I've had this happen a number of times and the solution was just to bump the specified elpaca version. I've had no negative consequences from doing so.

[–] camber-weaver@alien.top 1 points 10 months ago

As a minimal effort first attempts, I just installed XanMod kernel. If that makes a noticeable impact I will loop back here to report.

[–] camber-weaver@alien.top 1 points 10 months ago (1 children)

I've noticed I have a lot of latency right after startup and the thing which seems to help is a manual garbage collect. That's bit odd because the last thing I do in my config is set a 5 second timer which is fed a lambda to run a gc after the timer expires. Regardless, I still have better results if I run the gc manually.

I do load of metric ass ton of packages (and modes) and I recursively parse my Org/Org Roam directory for org-agenda items so I'm doing a lot of questionable things.

As others have said, sounds like we might both benefit by spending some quality time with the profiler.

 

Hey hey.

I use the heck out of tuedachu/ytdl. One thing I would like to improve about it is that when you queue a download with ytdl-download it appears to be a synchronous call and it freezes emacs until youtube-dl/yt-dlp is able to start the actual download.

I've yet to dive into the code to see what synchronous function is being called -- I'm very aware of the "single-threaded" nature of Emacs -- but I use other libraries that are likely shelling and they do not hang like this and so I would like to see if there's a way to I can bring whatever technique they are using over to a PR against tuedachu/ytdl.

Appreciate any advice from the crew here.

[–] camber-weaver@alien.top 1 points 10 months ago (1 children)

This is pretty interesting...

It appear as though your workflow is pretty similar to mine when producing technical documentation. I need to dig into this a bit. Hope you don't mind me asking a question after only having done a quick fly-by...

What is the ob type 'compile'? I've never seen that one. Something you've created or something that has just been under my radar?

[–] camber-weaver@alien.top 1 points 10 months ago

Out of curiosity I installed the .debs. They appear to have been empty as a 'dpkg -L' only shows two directories under /usr/local.

I see recent commits but it appears as though the builds are broken at the least.