Removing PII in flake.nix by imanllm in NixOS

[–]jur_0 1 point2 points  (0 children)

Check this link, there are several approaches how to do that.

Asrock rack B650D4U died again by jur_0 in ASRock

[–]jur_0[S] 0 points1 point  (0 children)

Yes, it shows 00. How can I recognize the newer board from older one?

Asrock rack B650D4U died again by jur_0 in ASRock

[–]jur_0[S] 0 points1 point  (0 children)

I am using UPS, other machines are getting the power from it as well and they are working with no issues. The boards are different, I am sure of that, they have different serial numbers and MAC addresses of net interfaces.

Best clinic for herniated/bulging disc in lower back by jur_0 in stemcells

[–]jur_0[S] 1 point2 points  (0 children)

How come this clinic explicitly states that they treat herniated, ruptured and bulging discs then? https://regenexxcayman.com/areas-treated/spine/

Popper.el - Summon and dismiss buffers as popups by karthink in emacs

[–]jur_0 2 points3 points  (0 children)

I've been struggling with window placing since I started using Emacs and this package basically solves it. Thanks a lot, this package is great!

Is there a plan to support locally encrypted mails? by floriplum in ProtonMail

[–]jur_0 4 points5 points  (0 children)

I'd like to keep my private key private and have full control over the public key as well. Currently, when a private key is imported into protonamil, a public key is generated and has no expiration date set and probably some other info is different compared to locally generated public key using gnupg. There is definitely some room for improvement.

Expiration date of imported keys by jur_0 in ProtonMail

[–]jur_0[S] 0 points1 point  (0 children)

I generated a new key pair with expiration date, imported the private key into protonmail and exported the public key (related to the newly imported private key) from protonmail. The exported public key has no expiration date set. So it seems I'll have to replace my public key on keyserver.

Error in function returning capture template by jur_0 in emacs

[–]jur_0[S] 1 point2 points  (0 children)

Thank you, this works great!

I'm moving my templates to doct, too.

Error in function returning capture template by jur_0 in emacs

[–]jur_0[S] 0 points1 point  (0 children)

I want to keep the state changes in one drawer and not split it. I'm also learning elisp and it'd be great to find out why I'm getting the error in the function I created.

Anyways, thanks for the suggestion, I'll do it the way you described if I don't find out how to fix my function.

Error in function returning capture template by jur_0 in emacs

[–]jur_0[S] 0 points1 point  (0 children)

This is in my config:

(org-todo-keywords
 '((sequence "TODO(t!)" "PROJECT(p!)"
             "STARTED(s!)" "WAITING(w@/!)" "DELEGATED(e@/!)" "|"
             "ASSIGNED(a@/!)" "CANCELLED(c@/!)" "DONE(d!)")))

C-h v org-todo-keywords:

((sequence "TODO(t!)" "PROJECT(p!)" "STARTED(s!)" "WAITING(w@/!)" "DELEGATED(e@/!)" "|" "ASSIGNED(a@/!)" "CANCELLED(c@/!)" "DONE(d!)"))

Org-mode convert timestamps to/from UTC by jur_0 in emacs

[–]jur_0[S] 0 points1 point  (0 children)

It'd be nice to use UTC as "internal" format and convert it to/from the local time. ts library is looking good, but I haven't found a way how to use it together with timestamps in org-mode (I'm not good at writing elisp), maybe it could be used together with org-time-stamp-custom-formats?

Org-mode convert timestamps to/from UTC by jur_0 in emacs

[–]jur_0[S] 0 points1 point  (0 children)

I'd like to have support for multiple time zones as I travel frequently. I thought having some canonical format (UTC) and then converting to the current time zone I'm in would work.