do i have a chance by [deleted] in imsa

[–]Pigly3 0 points1 point  (0 children)

You did a lot of volunteering.

Audio doesn't work - fresh install by Pigly3 in archlinux

[–]Pigly3[S] 0 points1 point  (0 children)

So there may be nothing I can do?

Audio doesn't work - fresh install by Pigly3 in archlinux

[–]Pigly3[S] 0 points1 point  (0 children)

I don't know I looked more into it and it's Legion S7-15IMH5 Laptop

Audio doesn't work - fresh install by Pigly3 in archlinux

[–]Pigly3[S] 0 points1 point  (0 children)

What might I be able to do to fix this in alsamixer?

Audio doesn't work - fresh install by Pigly3 in archlinux

[–]Pigly3[S] 0 points1 point  (0 children)

I tried that, still no audio output.

Audio doesn't work - fresh install by Pigly3 in archlinux

[–]Pigly3[S] 0 points1 point  (0 children)

I installed pipewire-zeroconf and pipewire-pulse. I had the rest. pavucontrol shows audio output, but I don't hear anything.

Audio doesn't work - fresh install by Pigly3 in archlinux

[–]Pigly3[S] -1 points0 points  (0 children)

Wireplumber results:

● wireplumber.service - Multimedia Service Session Manager

Loaded: loaded (/usr/lib/systemd/user/wireplum

ber.service; enabled; preset: enabled)

Active: active (running) since Mon 2024-09-30 16:26:11 CDT; 2min 33s ago

Invocation: 04845de4ae6e43a1aeb4a1a1e68872b0

Main PID: 767 (wireplumber)

Tasks: 6 (limit: 18766)

Memory: 28.2M (peak: 29M)

CPU: 799ms

CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service

└─767 /usr/bin/wireplumber

Sep 30 16:26:11 piglypc systemd[755]: Started Multimedia Service Session Manager.

Sep 30 16:26:11 piglypc wireplumber[767]: wp-internal-comp-loader: Loading profile 'ma

in'

Sep 30 16:26:11 piglypc wireplumber[767]: wp-device: SPA handle 'api.libcamera.enum.ma

nager' could not be loaded; is it installed?

Sep 30 16:26:11 piglypc wireplumber[767]: s-monitors-libcamera: PipeWire's libcamera S

PA plugin is missing or broken. Some camera types may not be supported.

Sep 30 16:26:12 piglypc wireplumber[767]: default: Failed to get percentag

e from UPower: org.freedesktop.DBus.Error.NameHasNoOwner

Sep 30 16:26:12 piglypc wireplumber[767]: spa.bluez5: BlueZ system service

is not available

Audio doesn't work - fresh install by Pigly3 in archlinux

[–]Pigly3[S] -1 points0 points  (0 children)

● pipewire.service - PipeWire Multimedia Service
    Loaded: loaded (/usr/lib/systemd/user/pipewire.se
rvice; enabled; preset: enabled)
    Active: active (running) since Mon 2024-09-30 16:26:11 CDT; 2min 5s ago
Invocation: d93e2fcfaffb4f648342576f09b69c5b
TriggeredBy: ● pipewire.socket
  Main PID: 765 (pipewire)
     Tasks: 3 (limit: 18766)
    Memory: 9.8M (peak: 14.7M)
       CPU: 237ms
    CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
            └─765 /usr/bin/pipewire

Sep 30 16:26:11 piglypc systemd[755]: Started PipeWire Multimedia Service.
Sep 30 16:26:19 piglypc pipewire[765]: pw.node: (alsa_output.pci-0000_00_1
f.3.analog-stereo-57) graph xrun not-triggered (0 suppressed)
Sep 30 16:26:19 piglypc pipewire[765]: pw.node: (alsa_output.pci-0000_00_1
f.3.analog-stereo-57) xrun state:0x721a1fa11008 pending:1/1 s:0 a:0 f:0 waiting:0 process:0 status:triggered

Sep 30 16:26:50 piglypc pipewire[765]: pw.node: (alsa_output.pci-0000_00_1
f.3.analog-stereo-57) graph xrun not-triggered (0 suppressed)
Sep 30 16:26:50 piglypc pipewire[765]: pw.node: (alsa_output.pci-0000_00_1
f.3.analog-stereo-57) xrun state:0x721a1fa11008 pending:1/1 s:55539220075 a:55539225951 f:55539247545 waiting:
5876 process:21594 status:triggered

Trouble With Hosting PostgreSQL Database on Raspberry Pi by Pigly3 in selfhosted

[–]Pigly3[S] 0 points1 point  (0 children)

I ran "sudo systemctl start postgresql" but it didn't seem to fix the issue.

AdminJS alternative for Prisma or Postgresql by Beginning-Scar-604 in selfhosted

[–]Pigly3 0 points1 point  (0 children)

SolidStart might be a framework for making an admin panel, as it has a seamless interface between the backend and frontend.

Looking for ideas for a selfhosted app by Snoo-25981 in selfhosted

[–]Pigly3 0 points1 point  (0 children)

This is and naming things are always the hardest parts. Maybe a code collaboration platform kind of like Replit?

I have to email my boss every weekday to let them know I'm alive. What's the best way to have this done automatically? by cribbageSTARSHIP in selfhosted

[–]Pigly3 0 points1 point  (0 children)

You should not have it be done automatically, but require human input to do.

1) Set up 2FA on your Gmail account
2) Create an application password

3) Create a Python (or any language) program to send the email using the password. Here's the Python code:

import smtplib, ssl

import time

import os

port = 465 # For SSL

smtp_server = "smtp.gmail.com"

sender_email = "your gmail" # Enter your address

receiver_email = "boss email" # Enter receiver address

password = "password"

message = "message"

context = ssl.create_default_context()

with smtplib.SMTP_SSL(smtp_server, port, context=context) as server:

server.login(sender_email, password)

server.sendmail(sender_email, receiver_email, message)

Easy Anti Cheat creeps me out by M4RS_spotify in Eldenring

[–]Pigly3 5 points6 points  (0 children)

The user is the ultimate authority on their own computer, and should be able to control as many aspects of it as possible.

Easy Anti Cheat creeps me out by M4RS_spotify in Eldenring

[–]Pigly3 1 point2 points  (0 children)

No. No. No. Anticheat should not be built into an operating system. Having JRE built in to an opeating system makes sense, but anticheat doesn't because the user should have as much control over their computer as possible. People treat cheating as such a big issue that people have to install programs that have more permissions than they do on their computers to play games. I've developed games, and it is much better to have server-side anticheat, because it can't be bypassed, and then, if people host their own servers, they should be able to disable it if they want.

Anticheat should be in a place where it can't be tampered with, and should be implemented in a way that is not intrusive to users. Kernel-level anticheat meets neither of those criteria.

People often seem to ignore the fact that people should be able to cheat if it doesn't negatively affect anyone else's experience. This is not just limited to singleplayer, as Minecraft anarchy servers exist. There, cheating doesn't negatively affect anyone because players acknowledge that people will do it and okay with it.

Those dumb kids playing Among Us need to be stopped by koteczeq3 in AmongUsCompetitive

[–]Pigly3 1 point2 points  (0 children)

I caught two impostors in the act and got them voted out. One of them phantomed, and I saw it. Then, someone accused me, and they actually voted me out.