socphoenix

joined 1 year ago
[–] socphoenix@midwest.social 1 points 9 months ago (1 children)

Hahaha yeah…it’s in many ways unfortunate that if you want to play/enjoy this instrument churches are the only option most of the time :/

Definitely worth the watts though!

[–] socphoenix@midwest.social 3 points 9 months ago* (last edited 9 months ago) (4 children)

It is software (grandorgue) that pretends to be a pipe organ (the instrument). In order to run fast enough it needs to load every sound sample into memory to play, as well as usually multiple kinds of sound endings. I play professionally on a "small to mid sized" pipe organ with 1,438 pipes. The one I load for use at home has more than that!

The instrument was from the 1960s and I rebuilt it with a pi pico that you can see here, and you can hear the before (analog sound cards) versus one of the organs I've loaded into it here.

[–] socphoenix@midwest.social 5 points 9 months ago* (last edited 9 months ago) (6 children)

Man my home server IDLES at 76 watts per hour running x86. Now mind you I need the x86 to perform some of the functions I want. This thing works as an NAS, nextcloud, media server, kiwix, security camera (zoneminder), remote desktop (xrdp), runs home assistant, gpu AI upscaling for photos, and finally screeches along running a virtual pipe organ I built that takes 69 GB of RAM to run.

If I could do that with raspberry pi's I would in a heartbeat! the power savings alone would eventually pay for them. If it's doing what you want then don't worry about them. My pi400 works as a remote desktop client and one day I hope more of this stuff will work well on it/a future generation so I can ditch the tower, energy usage, and noise.

[–] socphoenix@midwest.social 1 points 10 months ago

I had to use the script twice because I did something stupid the first time but honestly the worst case is you try again!

[–] socphoenix@midwest.social 1 points 10 months ago

I honestly haven’t tried, but I have seen this gesture support in the AUR

[–] socphoenix@midwest.social 1 points 10 months ago (6 children)

I’m running arch on my Chromebook I followed the wiki for WiFi then ran the arch install command and set up xfce4. That worked with xbacklight and hot keys setup. I needed a script from mrchromebox to get the speakers working as well but everything else worked out of the box.

[–] socphoenix@midwest.social 3 points 10 months ago* (last edited 10 months ago) (1 children)

A quick Google search on analytics brought up Plausible which looks like it would be more in line with OSS principles.

[–] socphoenix@midwest.social 7 points 10 months ago

I wouldn’t doubt overbearing parents would fit on that list quite nicely too

[–] socphoenix@midwest.social 10 points 11 months ago (1 children)

Well didn’t take long just found this in a different post…

[–] socphoenix@midwest.social 14 points 11 months ago (2 children)

You know someone will state that a “common Hamas tactic” any minute now

[–] socphoenix@midwest.social 1 points 11 months ago* (last edited 11 months ago) (1 children)

It’s 512GB of ssd cache plus 128GB of ram, so for now that’s been enough

[–] socphoenix@midwest.social 3 points 11 months ago (3 children)

You might try adding a cache drive instead. It can help lessen the memory usage zfs needs to maintain speed. My server is spinning rust with an ssd drive attached to the pool as cache.

Command would be “zpool add pool_name cache /dev/sdX” where pool_name is the pool you want the cache on, and /dev/sdX is the empty drive you want to use with it (or partition). Make sure to encrypt this drive before setting this up, my knowledge is zfs doesn’t do that for you.

see here for a bit more information on caching.

view more: ‹ prev next ›