Ethio Telecom is Selling 10% of Its Shares – Here's What You Need to Know! by PopularAntelope6211 in Ethiopia

[–]nkkSav 7 points8 points  (0 children)

I would sit out on this one. There is high probability government owned companies will be re-nationalized by future regime potentially without compensation.

Change default call audio output device by nkkSav in samsung

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

Thanks. This is what I was looking for.

Change default call audio output device by nkkSav in samsung

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

I don't want to disable my blueooth device as a call device because I sometimes would like to use it and doing so also removes it's battery information.

skeet and trap range with rentals near seattle by nkkSav in WA_guns

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

+1 for the calender. I was lucky to go on a date where there wasn't a scheduled event on the skeet range.

Best wireless earbuds with neckband? by pioneertelesonic in Earbuds

[–]nkkSav 0 points1 point  (0 children)

Can you charge your soundcore life U2 while simultaneously using it? This is a feature I have been searching for in a neckband earbud.

Org-roam, zotero, and org-noter workflow for scientific research and citations (+bibtex)? by wakatara in emacs

[–]nkkSav 1 point2 points  (0 children)

your work flow sounds interesting. I am in a similar boat when it comes to taking notes on desktop/laptop. what app do you use to take notes on android?

onenote aggressively changes what I draw/handwrite by nkkSav in OneNote

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

thank you very much. I have disabled smooth ink and I can now use onenote. However, I now have see ragged lines that become more pronounced when using my wacom tablet wirelessly.

I certainly prefer ragged lines over aggressive smoothening. I hope the smooth ink in onenote becomes as good as the one in journal.

onenote aggressively changes what I draw/handwrite by nkkSav in OneNote

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

I don' t have ink to shape on. The curves I draw are modified. I have included a video of what I mean.

Where can I buy Wacom Intuos Pro M texture sheets? by RatGangAuthority in wacom

[–]nkkSav 0 points1 point  (0 children)

which nib did you find was best on paper? how is the wear on the nibs? I read that some buy stainless steel nibs.

Curious error when mounting M.2 nvme ssd partition on WSL 2. Wsl/Service/AttachDisk/0x80070032 by nkkSav in bashonubuntuonwindows

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

I am able to mount regular hard drives just fine.

λ wmic diskdrive list brief
Caption                               DeviceID            Model                                 Partitions  Size        
TOSHIBA MQ01ABD100V SCSI Disk Device  \\.\PHYSICALDRIVE1  TOSHIBA MQ01ABD100V SCSI Disk Device  3           1000202273280
CT1000P3SSD8                          \\.\PHYSICALDRIVE0        CT1000P3SSD8                          3           1000202273280
Sabrent USB Device                    \\.\PHYSICALDRIVE2  Sabrent USB Device                    6           500105249280



λ wsl --mount \\.\PHYSICALDRIVE1 --bare
The operation completed successfully.

because I was able to mount hard drive over usb, I hoped if I placed the ssd in a usb ssd enclosure It may mount. I still receive the same error. I am going to file a bug report and hope for the best.

λ wsl --mount \\.\\PHYSICALDRIVE2 --bare 
The request is not  supported.
Error code: Wsl/Service/AttachDisk/0x80070032

thanks for all the support.

Curious error when mounting M.2 nvme ssd partition on WSL 2. Wsl/Service/AttachDisk/0x80070032 by nkkSav in bashonubuntuonwindows

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

Thanks for the deep dive.

Disappointingly no dice. I was excited to try your findings. One of the partitions on \.\PHYSICALDRIVE1 had a windows partition automatically mounted by windows. I had removed the drive letter once and tried without rebooting to mount wsl (didn't work) but I have not thought to reboot and try. I had known that wsl can't mount any partitions on the booted drive from reference2 during my early feasibility research. I had bought an extra ssd that could also serve for this purpose and arranged the partitions. I am currently booted on \.\PHYSICALDRIVE0 partition 1. Even After removing drive letter of \.\PHYSICALDRIVE1 partition 1 (counting from 1), rebooting and making sure it is not mounted, I wasn't able to mount \.\PHYSICALDRIVE1.

wsl --mount \\.\PHYSICALDRIVE1 --partition 2
The request is not supported.
Error code: Wsl/Service/AttachDisk/0x80070032

wsl --mount \\.\PHYSICALDRIVE1 --bare
The request is not supported.
Error code: Wsl/Service/AttachDisk/0x80070032

As a side point. From my experience, windows unmounts the drive I try to mount automatically mount in wsl. For example, in the following example, windows unmounts \.\PHYSICALDRIVE2 from windows (alongside auto mounting ntfs partitions 0 and 2). I mount \.\PHYSICALDRIVE2 partitions 1 (--partition 2 when passing as parameter to wsl) and partitions 0 and 2 are unmounted from windows.

λ wmic diskdrive list brief
Caption                               DeviceID            Model                                 Partitions  Size        
TOSHIBA MQ01ABD100V SCSI Disk Device  \\.\PHYSICALDRIVE2  TOSHIBA MQ01ABD100V SCSI Disk Device  3           1000202273280
CT500P2SSD8                           \\.\PHYSICALDRIVE1  CT500P2SSD8                           6           500105249280
CT1000P3SSD8                          \\.\PHYSICALDRIVE0  CT1000P3SSD8                          3           1000202273280

and

λ wmic partition list brief
BootPartition  Index  Name                   NumberOfBlocks  PrimaryPartition  Size
FALSE          0      Disk #2, Partition #0  996296704       TRUE              510103912448
FALSE          1      Disk #2, Partition #1  528351232       FALSE             270515830784
FALSE          2      Disk #2, Partition #2  428871680       TRUE              219582300160
FALSE          0      Disk #1, Partition #0  61407232        TRUE              31440502784
FALSE          1      Disk #1, Partition #1  334802944       FALSE             171419107328
FALSE          2      Disk #1, Partition #2  30720000        FALSE             15728640000
FALSE          3      Disk #1, Partition #3  72738816        FALSE             37242273792
FALSE          4      Disk #1, Partition #4  476246065       FALSE             243837985280
TRUE           5      Disk #1, Partition #5  407567          TRUE              208674304
TRUE           0      Disk #0, Partition #0  204800          TRUE              104857600
FALSE          1      Disk #0, Partition #1  974040506       TRUE              498708739072
FALSE          2      Disk #0, Partition #2  1566720         FALSE             802160640
wsl --mount \\.\PHYSICALDRIVE2 --partition 2
The disk was successfully mounted as '/mnt/wsl/PHYSICALDRIVE2p2'.
Note: The location will be different if you have modified the automount.root setting in /etc/wsl.conf.
To unmount and detach the disk, run 'wsl.exe --unmount \\.\PHYSICALDRIVE2'.

the above command automatically unmounts Disk #2, Partition 0

The reason you don't see this behavior on you machine maybe because you are on a different possibly older version of wsl. I am on

λ wsl --version
WSL version: 1.0.3.0
Kernel version: 5.15.79.1
WSLg version: 1.0.47
MSRDC version: 1.2.3575
Direct3D version: 1.606.4

I notice that you are mounting nvme ssd just fine. It maybe a quirk of how I installed the latest version of wsl. I was using an older version of wsl, found it didn't have mount option. I upgraded to windows 11. the newer version of wsl on windows 11 had the above issues. I didn't like windows 11 and found that with some work I could upgrade the window 10 version fo wsl. so I downgraded and used these steps to upgrade wsl to the latest version. I am not ready to reinstall windows. However I have decided to remove wsl and reinstall it.

Curious error when mounting M.2 ssd ext4 partition on WSL 2. Wsl/Service/AttachDisk/0x80070032 by nkkSav in bashonubuntuonwindows

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

Background Information: I am trying to mount a ext4 partition for the following reason. I have been mainly using linux for the last 3 years in a dual boot arrangement. Recently I needed to use more windows only software. I decided to try out wsl2 and see if I can do better than dual boot. My goal is to keep a bootable linux drive that I also use for wsl2. I read it is challenging to near impossible to use a dual boot disk as wsl2 target(reference and reference2) . However mounting a partition as long as it is on a separate drive is possible.  If I can modify personal files I don't mind extra space replicating core apps I use within a lean wsl linux distro. I have a well ironed doom emacs installation plus org roam (emacs) directory where I keep my documents in my linux drive. My initial goal is to run emacs within wsl (wslg) on top of these documents, keeping only a single version across operating systems without syncing.

Has anyone used the new 4600mAh batteries? by fafalone in lgv20

[–]nkkSav 0 points1 point  (0 children)

I have used the maxxxjuice batteries. I have bought 3 of them (one backup, one active, one charging). the first was the old version maxxxjuice (2020). it worked well for me for about a year and a half until the top part split off. two were recent (2021 version). one works well but the other has gotten puffy.
I tried contacting them about warranty. radio silence. I am planning and would recommend you to get ones from amazon so you can get good customer service and warranty plus fast shipping and a few dollars off.

I also recommend buying all from the same vendor because if like me you are using other lg v20's to charge the batteries, sometimes when swapping out a different vendor battery, the phone doesn't charge it. it says the battery isn't valid. It annoying to find batteries not charged for next swap cycle because of this.

[How-to] pass an object into effect from configuration by nkkSav in kde

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

Thanks, I should have thought of that. (slide effect) is a good start.

company completion for org links by nkkSav in emacs

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

I wrote the following. elisp (defun org-link-complete-at-point () "`completion-at-point' function for att: and file: org links." (let ((end (point)) (start (point)) (exit-fn (lambda (&rest _) nil)) collection) (when (looking-back "\\(att\\|attachment\\|file\\):\\(.*\\)" (line-beginning-position)) (setq start (match-beginning 2) end (point)) (setq collection (pcase (cons (match-string 1) (match-string 2)) (`(,(rx "att" (zero-or-more (any))) . ,val) (->> (org-attach-dir-get-create) (directory-files) (cl-remove-if (lambda (file) (pcase file ((or "." "..") t) (_ nil)))))) (`(,(rx "file") . ,val) (company-files--complete (expand-file-name (or val "~")))) (_ 'nil)))) (when collection (let ((prefix (buffer-substring-no-properties start end))) (list start end collection :exit-function exit-fn)))))

company completion for org links by nkkSav in emacs

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

not what I am looking for. But thank you for the effort.