Haui

joined 2 years ago
[–] Haui@discuss.tchncs.de 5 points 10 months ago

Bookmarked this post. You‘re a legend mate.

[–] Haui@discuss.tchncs.de 1 points 10 months ago

It really doesnt matter much imo. The obvious best choice here would be three copies on three media in three locations. You can also argue for more. It depends on your threat model. If you have an offsite backup that is reachable from the host machine, a ransomware attack can still devastate you. I have therefore made deaddrops for backups so no machine or user has access to all of them.

[–] Haui@discuss.tchncs.de 4 points 10 months ago (3 children)

My general rule with backups is the standard you pretty much hear everywhere: 3-2-1

3 copies of every file you value 2 different media 1 off site

For example, you can have two copies on one drive and a third in the cloud. That way you prevent accidental deletion, bit rot and house fire.

[–] Haui@discuss.tchncs.de 7 points 10 months ago (1 children)

Ragebait or some kid pointing at others ignoring their own toxicity.

Also wrong sub. There are reddit specific subs.

[–] Haui@discuss.tchncs.de 5 points 10 months ago (5 children)

So effectively its not FOSS.

[–] Haui@discuss.tchncs.de 19 points 10 months ago* (last edited 10 months ago) (7 children)

Its not a surprise but it has not really received a lot of attention since people have reported it.

https://github.com/signalapp/Signal-Desktop/issues/5751

Also signal as a service is not really open source because it is not selfhostable. The server backend is proprietary afaik.

[–] Haui@discuss.tchncs.de 2 points 2 years ago

Thanks mate! Very awesome! Pinging my other account haui_lemmy@lemmy.giftedmc.com

[–] Haui@discuss.tchncs.de 2 points 2 years ago* (last edited 2 years ago)

Amazing indeed! Thanks a lot for the ping. I switched instances in between. Gonna ping myself @haui_lemmy@lemmy.giftedmc.com

[–] Haui@discuss.tchncs.de 2 points 2 years ago
[–] Haui@discuss.tchncs.de 2 points 2 years ago (2 children)

Which is exactly how the real world works. Harm has to be identified to suggest solutions. Otherwise you‘re becoming the helicopter parent that denies their kid every opportunity to learn and cause allergies and other bad outcomes. Translated back to the fediverse: it is great the way it is and improvements are always encouraged. We have much bigger and more pressing issues. This is not it.

[–] Haui@discuss.tchncs.de 8 points 2 years ago (1 children)

Oh! I didnt know that was OS only! Thanks for lmk!

[–] Haui@discuss.tchncs.de 9 points 2 years ago (4 children)

Additional question: wouldn’t it be cool to have a place where you can only get open source stuff? Obviously there needs to be more to it than this fact i presume but its a start.

25
submitted 2 years ago* (last edited 2 years ago) by Haui@discuss.tchncs.de to c/linux@lemmy.ml
 

hi folks!

Update: I got pipewire working now. This is what helped me:

sudo apt install pipewire-audio-client-libraries libspa-0.2-bluetooth libspa-0.2-jack
systemctl --user mask pulseaudio
systemctl --user --now enable pipewire{,-pulse}.{socket,service}

Now it is an audacity issue. Will make another thread for that.

The System

Processor 10920x, 32GB Ram, 3060ti, zoom u-22 DAC, Stream Deck, Logitech camera

The OS

Ubuntu 23.04 upgraded from 22.10 (yesterday)

TL;DR

I reactivated pulseaudio, disabling pipewire, now trying to revert without having to reinstall from scratch.

The Situation

I am currently working on my first linux daily driver. Hardware arrived yesterday. The pc has been in use for couple months but not as daily since the gpu was only a stand in.

It was running quite a rough config, ubuntu 22.10 with a pulse audio mod (disabled pipewire so I could hear sound when RDPing in).

I now reverted those changes with a guide (because my microphone would not be picked up by audacity) but it promptly destroyed my Desktop gui. I reinstalled ubuntu-desktop and the gui works again now.

But after disabling pulse and reenabling pipewire, I don't get any sound output at all. pipewire status gives me the following output:

● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; preset: enabled)
     Active: active (running) since Tue 2023-09-19 10:17:16 CEST; 5min ago
TriggeredBy: ● pipewire.socket
   Main PID: 3211 (pipewire)
      Tasks: 2 (limit: 38029)
     Memory: 4.1M
        CPU: 122ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─3211 /usr/bin/pipewire

Sep 19 10:17:16  systemd[3204]: Started pipewire.service - PipeWire Multimedia Service.
Sep 19 10:17:16  pipewire[3211]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
Sep 19 10:17:16  pipewire[3211]: mod.rt: found session bus but no portal

Update

I have tried to re/install pipewire, xdg-desktop-portal, xdg-desktop-portal-gnome, all without change.

Important: I'm using x11, not wayland as nvidia drivers don't seem to support wayland.

Thank you for reading. Have a good one! :)

23
submitted 2 years ago* (last edited 2 years ago) by Haui@discuss.tchncs.de to c/linux_gaming@lemmy.ml
 

Update: I installed CS:GO and it runs insanely smooth. Metro didnt start at all. I now have cycled through many compatibility options and tried proton experimental, latest and now linux runtime. Now it works on solid 60 fps!

Hi folks! I made it! I built a daily driver with Linux!

But I'm running into the first walls, which was expected but is still annoying.

So I bought a 3060ti which I got for a reasonable price and tried playing metro last light redux. Sub 10 fps. I'm pretty baffled atm. Have checked (and for sure, reddit was the first answer) but so far no dice. I changed from open source to proprietary driver, no changes either.

Is there a troubleshooting guide or something? Can I even guarantee my card runs on full capacity without windows? (sorry, I'm not used to linux desktop).

Thanks for reading! Have a good one!

 

I just found a handful of bots that are spamming lemmy and kbin communities for hours but this place here does not seem to do anything against it.

The only posts in the last 18 hrs seem to be bot posts.

 

Hello everyone! I'm using a TIG stack (Telegraf, InfluxDB, Grafana) in Docker to monitor my server and I keep running into the same issues.

When the Telegraf container gets updated (removed and recreated), the Hostname changes. This leads to Grafana to split the data (best case) or show no data at all (worst case) since it was told to show a specific field which is named after the host.

Now, I have tried regexing the column (example: /uptime_format/ in flux) but I'm a noob at both regex and flux so that doesn't work either.

I think I might need to set the hostname in the telegraf container but I thought I'd ask if anyone else solved this problem before. :)

Thank you for reading.

 

I recently had a discussion about ACs and how they heat up cities.

Then I found an article about theoretical increase of efficiency of acs by using the heat pulled from a room to run a thermoelectric device and getting some of the energy back that was used in the ac.

I‘ve had this downstream thought many times already: since hot air is basically just energy stored. Could we theoretically pull (all?) the energy from the air (depending on desired temp) to cool it and casually fuel our society’s energy needs?

 

Maybe I‘ll mod my ps3 to make it emulate games. I heard that works pretty good.

I obviously would like to get tons of old games and since they’re not sold anywhere for a fair price, I deem it morally sound to find them.

I heard of „handheld retro gaming consoles“ which also have found games on them. Does anyone have experience with those?

Btw: Since the graphics are pretty low res, that could be a better alternative than the ps3 since the 55“ tv its hooked up to might make it look worse.

It’s just an idea at this point so I‘m happy for any direction. I figured c/retrogaming might be wrong since talking about finding unlicensed games might be against their rules. Feel free to advise me otherwise.

P.S.: Forgive the ignorance. I know my way around commandline and some medium advanced programming but I‘m not pro at sailing the high seas at all.

 

Hi folks! I moderate a community but the app I use while on the go (memmy) does not seem to have any mod tools. I can’t find a way to delete posts on the community I mod. Maybe its my mistake.

Does anyone know of a solution for this? Except maybe using the web interface I assume.

Thanks in advance.

 

I read the article but I didn’t check out the platform yet. Thought it might be useful for my fellow autistic people.

 

TL;DR: I want to pull emails from 5 accounts on to my homeserver to anti spam them and have my clients pull from there

I currently have like 5 major email accounts on different providers which I use for 100s of accounts on many platforms.

Some of these accounts are very old and come with the added bonus of no spam filter on the free tier.

Now, if you use outlook, you can define anti spam rules there, I know. But since I‘m using many different devices and different mail clients, I can’t be bothered to make anti spam rules for all of them.

So I thought it should be doable to pull all the emails from all my accounts and have them go through anti spam on my home server. Sidenote: I have anti spam on some email providers but I can’t redirect the one address to there as to use that accounts anti spam.

One solution would be to just get rid of this one account but I‘m a little anxious about the consequences since it is my oldest account with unthinkable amounts of accounts linked to it.

Does anyone have a similar scenario or an idea for a solution?

 

I know I could google it but I prefer to discuss it here:

There are many interesting discussions about antitrust, companies being jerks and corporats making the world worse.

I think it would be cool to have a couple „rogue“ lawyers band together and start making class action law suits against corporations and states for using/enabling anti consumer/anti competitive practices.

I have never been asked to participate in such lawsuits so I assume its not being optimally presented online so far.

Feel free to correct my impression here.

TL;DR: I think we need more ways to fight against anti consumer/privacy stuff in courts all over the world.

 

Hi there!

I‘m running a somewhat developed home server setup and add more services every month.

But this thing eludes me:

I have 2 IP cameras for my pet room (I have a couple bearded dragons in terrariums).

The cameras are fenton 351.150

I can stream many different formats to home assistant or the browser. I also tried multiple apps like viseron (which is pretty cool) and agentdvr from ispy (which always makes the hair on my neck stand up since it looks like it was cobbled together).

But what doesnt work is controlling the camera, mostly. I believe agentdvr could do that but I‘m really unhappy about that app. Also, it pushes monetization very hard albeit seeming to be open source.

I also found this: https://medevel.com/10-cctv-open-source-solutions/

Does anyone have experience with a non-jank and non-pushy cctv solution that lets me control the cameras instead of just streaming?

Have a good one!

 

I just checked the github page and it seems this bug is low priority:

Memmy does sometimes not let you post or comment due to a weird bug that thinks you‘re posting in the wrong language.

I just want to point out that I‘ve had this bug twice so far and others (maybe many) will have it too which severely hinders the growth of lemmy at this critical time.

If someone reads this who has any clout, stuff like this is what can trip a promising platform like this. Exponential growth and all.

Have a good one.

view more: ‹ prev next ›