CoderSupreme

joined 1 year ago
[–] CoderSupreme@programming.dev 4 points 20 hours ago* (last edited 20 hours ago)

In an auditorium with everyone shouting you don't get to hear anything. In Twitter you get to see what you want instead of what most people want like on reddit and Lemmy. I much prefer that to other people deciding for me. At least that way I can see something other than shitposts and US politics.

[–] CoderSupreme@programming.dev 15 points 5 days ago

It's venture capital. Eventually it will stop being open source and will enshitify just like every other platform. So nothing is changing long term in my opinion.

 

In recently purchased Xiaomi Redmi Note 12 Pro with MIUI I see the message app isn't available for many popular apps, those messages usually show when the android version is old but I have android 13 so I don't understand why I see those errors so much in the play store.

 

cross-posted from: https://lemmy.dbzer0.com/post/18457741

I realize that, after all this time, I have never payed for my all-time favorite games I grew up playing (Fallout 3 & Skyrim). I can pay for it, but I really do not want to pay the money to the Bethesda’s marketing team, CEO, and whoever bullshit middle man who wants a cut of that. I want to give directly to the team that made the damn game, the artists, the sound designers, the voice actors, the programmers. If there was a way to do that, i’d be more happily inclined to spend my money on a decade year old game.

Just thinking

What are your ideas on how this could actually be implemented?

 

I just came across a very useful tip for those of you who are looking to migrate your VSCode extensions to VSCodium. Instead of removing VSCode altogether, you can simply link the folders and keep both editors installed on your system.

Here's how to do it:

  1. Install VSCode and all the extensions you want to migrate.
  2. Copy the extensions folder from VSCode. You can find it by going to the VSCode settings and searching for "extensions".
  3. Install VSCodium on your system.
  4. Move the extensions folder you copied earlier to the VSCodium extensions folder. You can find it by going to the VSCodium settings and searching for "extensions".
  5. Finally, you can remove VSCode if you no longer need it.

By following these steps, you can easily migrate your VSCode extensions to VSCodium without losing any of your settings or configurations. And if you ever want to switch back to VSCode, you can simply unlink the folders and continue using it.

I hope you find this tip helpful. Let me know if you have any other tips in the comments below.

 

To filter out high-pitched sounds on Linux using PulseAudio, you can use a low-pass filter. A low-pass filter allows sounds below a certain frequency to pass through while filtering out higher frequencies.

For MPV, you can apply a low-pass filter directly when playing a media file. The command would look like this:

mpv --af=lowpass=f=3200 yourfile.mp4

In this command, f=3200 sets the cut-off frequency to 3200 Hz. All frequencies above this will be filtered out.

For a system-wide solution, you can configure PulseAudio to apply a LADSPA low-pass filter to all audio. This process is more complex and involves installing and configuring the LADSPA plugin. The exact steps can vary depending on your system configuration and the specific LADSPA plugin you choose to use.

Another option is to use PulseEffects, a powerful real-time audio processing tool that works with PulseAudio. PulseEffects allows you to apply a variety of filters and effects to your audio, including a low-pass filter. You can adjust the cut-off frequency of the filter to target the high-pitched sounds you want to filter out.

Remember that filtering out high frequencies can affect the overall sound quality, potentially making it sound muffled or dull. You may need to experiment with different cut-off frequencies to find a balance that works for you.

1
Permanently Deleted (programming.dev)
submitted 1 year ago* (last edited 8 months ago) by CoderSupreme@programming.dev to c/linux@lemmy.ml
0
... (programming.dev)
submitted 1 year ago* (last edited 8 months ago) by CoderSupreme@programming.dev to c/selfhosted@lemmy.world
0
... (programming.dev)
submitted 1 year ago* (last edited 8 months ago) by CoderSupreme@programming.dev to c/fediverse@lemmy.world