doomsdayrs

joined 10 months ago
[–] [email protected] 13 points 1 month ago (1 children)

I use Fedora Atomic (GNOME Desktop Environment) and it works amazingly with a touch screen!

[–] [email protected] 17 points 1 month ago
[–] [email protected] 4 points 1 month ago* (last edited 1 month ago)

Fedora Atomic (immutable OS), install it and you can swap between Atomic, Kinoite, Bazzite, and any other atomic distribution easily.

[–] [email protected] 3 points 1 month ago

by all things good put that image under a spoiler and content warning, nightmare fuel.

[–] [email protected] 5 points 1 month ago (3 children)

it was posted 5 years ago

[–] [email protected] 34 points 1 month ago

The only one of the group at the front of revolutionary change in their country.

[–] [email protected] 13 points 1 month ago* (last edited 1 month ago)

Yes, and super suspicious as well because he was a cardinal for only a year.

[–] [email protected] 3 points 1 month ago (1 children)

What phone do you have?!

[–] [email protected] 14 points 1 month ago (6 children)

gosh I would be so happy with such a capacity

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

Your reply was also appreciated, thank you.

[–] [email protected] 5 points 1 month ago

That's why I've always done things by intuition and reference, bit by bit.

I could never keep focus on doing a tutorial 😭.

 

It costs over a thousand USD to take some ocean liners.

What are alternative ways that are cheaper, and how would one go about it?

(No planes)

For context, I know someone who went from China to California by freight ship in the 1990s by bribing the captain with beer and their cooking skills.

 

About 20 days ago, I had made a blog post about an idea I had for a better federated search engine model.

It didn't take much time for it to develop into a thing I am fixated on.

I am putting the code out, its not ready or working, but it is something I am really happy to make and has filled my time with joy designing.


My current plan is the following:

  1. Get the basic web-ring creation process down
  2. Get scraping jobs functional
  3. Provide a basic query system
  4. Implement basic user accounts
  5. Implement basic federation
  6. Implement basic moderation

Once I am done with the core features that I have in mind, I will start working on adding more features and quality of life improvements.


Some features I want to work on to make this software more enticing to administrators:

  1. The ability to customize what is publicly accessible.
  2. The ability to edit the pages HTML style on the fly, without having to recompile.
  3. Containers for easy deployment.

In regards to application design, I am taking pages from my book in developing Android applications, along with cherry-picking from projects @[email protected] made.

  1. MVC design, with static pages to provide the fastest loading experience for users
  2. Bootstrap to make the pages responsive for any device
  3. Diesel to abstract database interaction and migration.
  4. Handlebars for view templating
  5. Axum as the HTTP core

Hopefully these design decisions make my application as debt free as possible.


If you have any advice or suggestion, please do give, I want to know how I can do better or avoid common pitfalls for newcomers!

If you have criticisms, please be constructive and have empathy towards the fact of me doing this because it makes me happy.

 

cross-posted from: https://lemmy.ml/post/25355693

Greetings!

A friend of mine wants to be more secure and private in light of recent events in the USA.

They originally told me they were going to use telegram, in which I explained how Telegram is considered compromised, and Signal is far more secure to use.

But they want more detailed explanations then what I provided verbally. Please help me explain things better to them! ✨

I am going to forward this thread to them, so they can see all your responses! And if you can, please cite!

Thank you! ✨

 

Greetings!

A friend of mine wants to be more secure and private in light of recent events in the USA.

They originally told me they were going to use telegram, in which I explained how Telegram is considered compromised, and Signal is far more secure to use.

But they want more detailed explanations then what I provided verbally. Please help me explain things better to them! ✨

I am going to forward this thread to them, so they can see all your responses! And if you can, please cite!

Thank you! ✨

 

I've been trying to figure this out for over a year now.

This is my latest concept that I'll try to make.

What do you all think?

 

YIPPIEEEE

 

Given all states including and north of New York & New Jersey would split off from the USA and form the "North East Union".

Would they be able to hold their own against and without the rest of the USA?

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

I have a "Dell Inc. Latitude 5290 2-in-1", and it comes with a stereo microphone array that, by default, has a gain that is way too extreme.

A value of 100% is screeching / over-blasted to any listener, while a value of 25% is most reasonable.

Thus, I wanted to limit the gain of the microphones through PipeWire.

I created the following WirePlumber configuration file.

# For "Dell Inc. Latitude 5290 2-in-1"
# The analog input array is way too loud

monitor.alsa.rules = [
  {
    matches = [
      # This matches the value of the 'node.name' property of the node.
      {
       	node.name = "alsa_input.pci-0000_00_1f.3.analog-stereo"
      }
    ]
    actions = {
      update-props = {
        node.description        = "Dell Latitude 5290 2-in-1 Stereo Microphone"
        channelmix.min-volume   = 0.0
        channelmix.max-volume   = 0.25
        channelmix.normalize    = true
      }
    }
  }
]

I know this is applying to the correct node, because executing wpctl status shows that the node description has been properly changed.

The problem is that the "channelmix.max-volume" is not applied as I expect it to be. I expect it to make it so that 25% max volume is the new 100%, Instead it seems to do nothing.

What am I doing wrong, and how can I achieve what I want?

Edit 1: Channel Mix is working, but it seems the "Volume" as of wpctl get-volume is referring to gain. Essentially Channel Mix is making it quieter, but the gain because of "Volume" is nonsensical.

Edit 2: RedHat developer says there isn't support for thatcurrently :( https://fosstodon.org/@wtay/113532113977083665

Edit 3: EasyEffects is not the solution here, This is a lower level issue, not something done via an affect to the audio stream. EasyEffects cannot "undo" gain changes.

 

I have cotton socks, and they are really ruff to wear, and I stopped wearing them when I started to suspect that they were causing chaffing on parts of my feet.

Are there ways to make them softer, are my socks bad, do I only have the choice of polyester socks???

 

MEGAMIND 2024!!!

view more: ‹ prev next ›