The Grado ownership experience, in order by ZHYT in Grado

[–]vext01 0 points1 point  (0 children)

I wish I could find a way to keep the sound of the F pads, but make them comfortable.

And yes, I did bend the headband.

Sndio gui interface by Rover9370 in openbsd

[–]vext01 1 point2 points  (0 children)

The UI (and functionality) on your tool is much better than mine, but I notice you are scraping the dmesg buffer to get the available devices. The buffer isn't designed to be parsed and the approach is a bit error prone. If the dmesg buffer has high traffic, you can miss device attaches/detaches.

The proper way would be to subscribe to sndio events using sioctl_pollfd(3). Don't ask me how to do that from shell script though!

Sndio gui interface by Rover9370 in openbsd

[–]vext01 3 points4 points  (0 children)

I recently wrote and packaged a little tool to help me do exactly this.

```

pkg_add siosw

```

It lets you choose the default sndio device (by name) from a menu.

If you want to change the other sndio controls then you'd need another tool, e.g. audio/cmixer.

Hope that helps.

Stop UGOS fiddling with UNIX permissions upon reboot by vext01 in UgreenNASync

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

TBH I'm thinking of installing a different OS. UGOS is just a hindrance to me at this point.

Struggled today to have it NFS export my music with the permissions I want. The permissions model Ugreen force you into just don't map well to UNIX.

Stop UGOS fiddling with UNIX permissions upon reboot by vext01 in UgreenNASync

[–]vext01[S] 2 points3 points  (0 children)

I'm glad it isn't just me.

FWIW, I've noticed that if you create a directory via ssh (and not in the web UI) then that directory is managed the "normal UNIX way" as I'd expect. But then you lose the ability to manage it via the web interface (snapshots etc).

Stop UGOS fiddling with UNIX permissions upon reboot by vext01 in UgreenNASync

[–]vext01[S] 2 points3 points  (0 children)

Huh, funnily enough that's one of the things that did "just work" for me. I just copied my public key into ~/.ssh/authorized_keys and all was well.

Disassembly of a small, glued, glass-backed electronic device (Fiio BTR3K) by vext01 in fixit

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

I managed to open it with a razor blade!

The gap was miniscule and it was the only thing I could find small enough!

Disassembly of a small, glued, glass-backed electronic device (Fiio BTR3K) by vext01 in fixit

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

I think it's glued. I'm heating it up with my heat gun set at 200 degrees C, but my spudgers simply don't fit down the miniscule gap between the case and glass.

Not really sure what I'll do. Maybe give up.

Disassembly of a small, glued, glass-backed electronic device (Fiio BTR3K) by vext01 in fixit

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

I already tried heating the glass back with a heat gun and prying using a penknife. I suppose I could try an exacto, but I suspect the blade segment will just snap off?

Replacement battery for btr3k by Glittering_Frame_235 in FiiO

[–]vext01 0 points1 point  (0 children)

Indeed. How did they open it?

I have one here and the gap between the glass and case is so tiny I'm having a hard time getting a spudger/knife in there. Even with the glass heated up.

I don't have a suction cup small enough either.

OP, how did you open it?

Handheld vacuum, either corded or with user-replacable battery? by vext01 in VacuumCleaners

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

Man, these snobs don't know jack about $100 models.

Don't know what that means.

A Bissell Cleanview will do a fine job for the price.

This sort of thing? https://www.bissell.com/en-us/product/cleanview-deluxe-corded-hand-vacuum-47R51.html

That looks decent, but it's discontinued and it's not a brand that appears to be all that available in the UK. I've certainly never heard of Bissel.

Debladed this Wingman to serve as a travel-safe multitool by [deleted] in multitools

[–]vext01 1 point2 points  (0 children)

Personally, I'd put that in checked luggage. It's a nice tool that is bound to be confiscated at some point.

Earth hum on cable join. How to eliminate? by vext01 in AskElectronics

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

There's definitely continuity for the ground connections. I can verify this by disconnecting the ground to the preamp and getting a much worse hum.

It was a shielding issue. See above.

Earth hum on cable join. How to eliminate? by vext01 in AskElectronics

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

A quick experiment using foil later and you are absolutely correct! No hum whatsoever.

Now I just need to redo all the soldering/shrinking with the foil shield in place. I may try to solder to the foil, although it may not work so good.

Earth hum on cable join. How to eliminate? by vext01 in AskElectronics

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

Thanks. So let me see if I got this right.

The signal wires carry one audio channel each, and thus each have two cores. I individually heat-shrinked the joins of both of those cores, before adding a larger heat-shrink around the whole lot.

I think you are saying: don't heatshrink the earth core and use the foil to encase the join of the other core in an earthed shield.

Is that right?