doomsdayrs

joined 5 months ago
[–] [email protected] 2 points 15 hours ago (1 children)
[–] [email protected] 1 points 16 hours ago (1 children)

What is airflow? I was considering to use spider.

[–] [email protected] 1 points 16 hours ago

Gotcha! Totally something to work on for the future.

[–] [email protected] 1 points 16 hours 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.

[–] [email protected] 2 points 22 hours ago* (last edited 22 hours ago)

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

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

What platforms do you have in mind?

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

What will abuse look like in your mind?

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

Do check my original blog, it explains somewhat the issue of YaCy.

Linux reviews also has a good article on it. https://linuxreviews.org/YaCy

 

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.

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

I am not uneducated in this matter, I run Matrix instances and have dabbled in development of tools around it.

Perhaps our experience is different, but I have had great difficulty in helping groups on the ground to use Matrix.

Regardless of our agreement that Matrix is better than Signal, it should not cloud our judgement in at least reducing the harm that is Telegram.

In the future we can keep joining hands to work towards a better future, but for now I hope you can understand my perspective and choice.

[–] [email protected] 11 points 1 day ago* (last edited 1 day ago) (6 children)

Thank you for your post!

I want you to know your effort and knowledge is appreciated, this will help future readers make better decisions.✨

But the situation stands that my friend and their friends are not as technologically literate as we are, and I would rather have them on something easy and secured than unsecured at all, especially from my experience with getting communities to use such decentralized platforms you mentioned.

 

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! ✨

[–] [email protected] -2 points 5 days ago* (last edited 5 days ago)

I fear I will soon loss my job soon because of the current USA political environment (fascism).

I've been planning for years to earn enough money to escape.

I am going straight to China if I can earn enough.

Urban environment, Great civil infrastructure, and I'd be able to spend the rest of my life as a professor and do research.

 

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 2 months ago* (last edited 2 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???

 

Let's keep things simple two rules.

  • No giving sentience, This is a no brainer issue.
  • Let's keep it to beings under the Animilia kingdom. "mutated virus/bacteria" is a common trope.

To start:

Let's modify ants to have lungs.

Most insects are constrained by the amount of oxygen they can acquire through their exoskeleton.

Imagine how big they can get if they didn't have that constraint?

 

DO NOT READ IF SENSITIVE TOWARDS ANY MYTHOLOGY. People may speak of eating your favorite beings, please be prepared for such.

To start off, While I am a pescatarian, I think biblical angels would be delicious fried / grilled, specifically the ones who aren't high enough to be abstract shapes, as I do not think I can stomach a wheel.

 

I'll start off with one, Being upset about a breakup that happened hundreds of years ago.

Edit 1:

  • Heath death of the universe, Death of the sun, etc, does not count. I feel like focusing on this is an overused point.

Edit 2:

  • Loneliness does not count. I feel like we all know immortality means you'll miss people and lose them.
 

I recently blocked X instance, as I didn't like the users and content from there.

But to my surprise, X instance was still able to send me a comment?

Is this a bug? What can I do?

view more: next ›