doomsdayrs

joined 6 months ago
[–] doomsdayrs@lemmy.ml 1 points 3 hours ago

Here is what happens in a step by step process.

  1. I push my hair behind my ears (out of the way)
  2. I tilt head down to choose something to eat
  3. I select an item to eat.
  4. I raise the item up.
  5. At about this time, my hair has pulled itself free by sheer tensile force alone.
  6. Hair flops onto the edges of my mouth.
  7. Food item enters my mouth, hair latching on.
  8. I now have hair in my mouth.

This is what my wavy thick hair does everyday, every meal, every time.

 

I have.

It's, just sometimes that occurs when I eat.

Munching for a bit, then hook my finger and pull my hair out.

I can't push my hair back, because it is wavy and demands to be able to flow over my shoulders.

I can't tie it up lest it rebels and consumes the hairband.

I have just learned to accept it. Have you?

 

What are things that you look for?

What are some red flags?

 

Do you have a set time, or do you do it on the deadline date, or perhaps whenever you remember to?

I am trying to figure out when I should.

[–] doomsdayrs@lemmy.ml 4 points 2 weeks ago

You can install the app directly from the original developers, although it's a confusing mess to do so.

But it allows access to non-piper voices which I find to sound better.

For example, conqui AI voice 80 is my favorite.

[–] doomsdayrs@lemmy.ml 16 points 2 weeks ago (1 children)

As an Android and Java engineer.

No, let them have CMAKE until they learn RustLang and use Cargo.

 

Like, if its collapsed, do I file? Do I even have to?

I am most certainly going to pay my state tax, but then what? What about stuff like my social security funds?

(I am asking for others because we're at that point now I suppose)

[–] doomsdayrs@lemmy.ml 14 points 2 weeks ago (1 children)

Unfortunately, https://web.archive.org/web/20240519145052/https://www.freightertrips.com/bookings/index.html

it seems that freighter trips no longer have official things because of covid.

 

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.

[–] doomsdayrs@lemmy.ml 4 points 3 weeks ago (2 children)
[–] doomsdayrs@lemmy.ml 1 points 3 weeks ago (1 children)

What is airflow? I was considering to use spider.

[–] doomsdayrs@lemmy.ml 1 points 3 weeks ago

Gotcha! Totally something to work on for the future.

[–] doomsdayrs@lemmy.ml 2 points 3 weeks ago (1 children)

The first one I feel is a legitimate issue that I should brainstorm. But is tricky to compute.

The rest seem to be something moderation may help with. But not directly solvable.

[–] doomsdayrs@lemmy.ml 3 points 3 weeks ago* (last edited 3 weeks ago)

The idea revolves around web-rings, but I feel like you're implying something different?

[–] doomsdayrs@lemmy.ml 2 points 3 weeks ago

What platforms do you have in mind?

[–] doomsdayrs@lemmy.ml 2 points 3 weeks ago (4 children)

What will abuse look like in your mind?

 

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 @nutomic@lemmy.ml 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?

25
submitted 3 months ago* (last edited 3 months ago) by doomsdayrs@lemmy.ml to c/linux@lemmy.ml
 

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.

view more: next ›