luciferofastora

joined 1 year ago
[–] [email protected] 1 points 5 hours ago

Might be a joke?

[–] [email protected] 11 points 5 hours ago

He was a piece of shit. In his final moments, he was comforted by his kin.

[–] [email protected] 5 points 12 hours ago

Right, Trump's fragile ego voted him into office 🤨

There are a lot of contributing factors. Obama making fun of him might have seen him run for office, but without all the enablers along the way carrying him on he would have collapsed a few steps in, fucked off to go eat a gourmet Happy Meal and told himself (and anyone in earshot) how brave and strong he is for running in the first place.

Ridicule may have lit the fuse, but the powder was there long before.

[–] [email protected] 4 points 14 hours ago

Get me riled up and I can be quite fiendish

[–] [email protected] 1 points 21 hours ago (1 children)

He can also fire the secretary of state.

What duties does the secretary of state hold that would go unattended until a new one is installed? How long would that take? And would he be able to actually get the committee to approve a candidate of such (comparatively radical) inclinations? What political and social fallout would he risk?

My statement "locking down the entire government" was an exaggeration, granted. But firing senior members of cabinet is a minefield and political dynamics tend to be slow to change course and often highly speculative.

Quick changes require overwhelming and clearly visible popular support, particularly during moments both critical for a politician's career and uncertain enough to affect their stance, and even then it may be counterbalanced by uncertainty and reluctance to change stance.

Congress, not Parliament.

My bad, I wasn't aware of the distinction (or that parliament has a more specific definition than "assembly of elected representatives"). I'll fix that. Thanks for pointing it out!

He's angry behind the scenes but unwilling to take action, which may have to do with the ongoing election.

I don't envy his position. It's far easier for us to complain and point out problems - which I'm not downplaying, don't get me wrong - than to come up with effective solutions. It's his job to do that, he chose it and he must be held to that responsibility, but all the amenities of wealth aside, I doubt that I'd enjoy navigating this mess where your every move gets you yelled at.

[–] [email protected] 1 points 1 day ago* (last edited 21 hours ago) (3 children)

Biden tried to delay the support. There's just not much he can do short of locking down the entire government. The president does not hold absolute authority, and if the congress and secretary of state are being bitches...

[–] [email protected] 9 points 1 day ago

The state’s lawsuit claims that the Fish and Wildlife Service's listing requirements are "nearly impossible for the public to understand"

As in, the requirements for things to be put on the lists of endangered species? Yeah, no shit, those requirements are probably made by experts for experts. The "public" doesn't have the subject matter expertise to determine every topic, so there's a point where we have to trust these experts.

and give vague guidelines on what developers and landowners can do with their own land in the critical habitat.

I'm guessing the guidelines are pretty clear if you're not struggling to look for loopholes.

[–] [email protected] 4 points 1 day ago

It's just common sense!

[–] [email protected] 1 points 1 day ago (1 children)

Yeah, that was actually my point, but it was phrased poorly: Trump talks about sending the military against citizens. If he gets his way, we'll stand sideby side - in front of the firing squads.

[–] [email protected] 12 points 2 days ago

Recursion is its own reward

[–] [email protected] -1 points 2 days ago

Look, my point is that he'll probably be even worse this time around if he gets the chance. I'm painting a (hopefully exaggerated) image in an attempt to convince people that the left should unite on the big issues and push for a point where actually progressive parties are more than a spoiler in a fucked up system.

[–] [email protected] 8 points 2 days ago

The more workers you attract, the higher your standards for hiring can be. That goes for any job, including jobs of passion. If you need to fill three positions and get three applicants willing to do them for shit pay... odds are your applicants are shit too, or they'd be going for better paid positions.

If you offer more, people with better qualifications will be interested more. You get more applicants and can be picky who you want.

As a bonus: better paid employees have more incentive to stay and do a good job to ensure they keep their position.

 

My Objective:
Repurpose an obsolete OS Filesystem as pure data storage, removing both the stuff only relevant for the OS and simplifying the directory structure so I don't have to navigate to <mount point>/home/<username>/<Data folders like Videos, Documents etc.>.

I'm tight on money and can't get an additional drive right now, so I'd prefer an in-place solution, if that is feasible. "It's not, just make do with what you have until you can upgrade" is a valid answer.


Technical context:

I've got two disks, one being a (slightly ancient) 2TB HDD with an Ubuntu installation (Ext4), the second a much newer 1TB SSD with a newer Nobara installation. I initially dual-booted them to try if I like Nobara and have the option to go back if it doesn't work out for whatever reason.

I have grown so fond of Nobara that it has become my daily driver (not to mention booting from an SSD is so much faster) and intend to ditch my Ubuntu installation to use the HDD as additional data storage instead. However, I'd prefer not to throw away all the data that's still on there.

I realise the best solution would be to get an additional (larger) drive. I have a spare slot in my case and definitely want to do that at some point, but right now, money is a bit of a constraint, so I'm curious if it's possible and feasible to do so in-place.

Particularly, I have different files are spread across different users because I created a lot of single-purpose-users for stuff like university, private files, gaming, other recreational things that I'd now like to consolidate. As mentioned in the objective, I'd prefer to have, say, one directory /Documents, one /Game Files, one /Videos etc. on the secondary drive, accessible from my primary OS.


Approaches I've thought of:

  1. Manually create the various directories directly in the filesystem root directory of the second drive, move the stuff there, eventually delete the OS files, user configs and such once I'm sure I didn't miss anything
  2. Create a separate /data directory on the second drive so I'm not directly working in the root directory in case that causes issues, create the directories in there instead, then proceed as above
  3. Create a dedicated user on the second OS to ensure it all happens in the user space and have a single home directory with only the stuff I later want to migrate
  4. Give up and wait until I can afford the new drive

Any thoughts?

8
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

My use case is splitting audio into separate channels in OBS for Twitch Streams so I can play music live without getting my VoDs struck. If my approach is entirely wrong for the use case, I'm happy to scrap the whole thing and sign it off as learning experience.

My solution is to use virtual sinks that I record through Audio Sources in OBS. I've got two loopback-devices (config at the end) with media.class = Audio/Sink, assign my playback streams to the relevant output capture.
The loopback of each is then passed on to the common default (physical) output device, namely my headphones.
So far, this has been working great for me, aside from minor inconveniences:

The first is that I want certain apps or playback streams to automatically be assigned to the capture sinks upon starting the app.
I had a working pulseaudio¹ setup on Ubuntu where I used pavucontrol to set the output once per app and it remembered that setting. Every time I opened that app, it would direct its playback streams to that sink.
I migrated to Nobara and opted to try configuring pipewire (directly)² instead. The devices are created correctly but every time I (re-)start a relevant app I have to go set its capture device again.

The second is that occasionaly upon logging in, one loopback stream will initially be passed to the other sink instead of the default output, which resolves upon restarting pipewire³. Is something wrong with my config?
Both have the same target.object and restarting it fixes it, so I'm guessing it may be some race condition thing where the alsa_output isn't initialised at startup yet, but I don't know how to diagnose or fix that


1: I have since learned that apparently it's actually still pipewire parsing that config, but the point is I configured it through ~/.config/pulse/default.pa

2: ~/config/pipewire/pipewire.conf.d/default-devices.conf

3: Trying to set it in pavucontrol doesn't work and keeps resetting that playback's output to the given sink if I try to select the correct capture device. Repatching them in Helvum does the job, but then pavucontrol just shows blank for the device (doesn't interfere with controlling the volume, but maybe it's relevant for diagnosing)


My current ~/.config/pipewire/pipewire.conf.d/default-devices.conf:

context.modules = [
    {   name = libpipewire-module-loopback
        args = {
            audio.position = [ FL FR ]
            capture.props = {
                media.class = Audio/Sink
                node.name = vod_sink
                node.description = "Sink for VoD Audio"
            }
            playback.props = {
                node.name = "vod_sink.output"
                node.description = "VoD Audio"
                node.passive = true
                target.object = "alsa_output.pci-0000_00_1b.0.analog-stereo"
            }
        }
    }
    {   name = libpipewire-module-loopback
        args = {
            audio.position = [ FL FR ]
            capture.props = {
                media.class = Audio/Sink
                node.name = live_sink
                node.description = "Sink for Live-Only Audio"
            }
            playback.props = {
                node.name = "live_sink.output"
                node.description = "Live-Only Audio"
                node.passive = true
                target.object = "alsa_output.pci-0000_00_1b.0.analog-stereo"
            }
        }
    }    
]
view more: next ›