@ndsvw@feddit.de avatar

ndsvw

@ndsvw@feddit.de

Ein 👍 von mir:

  • Meinung, die ich teile
  • BeitrĂ€ge, die mehr Aufmerksamkeit verdienen

Weder ein 👍, noch ein 👎 von mir:

  • Andere Meinung
  • BeitrĂ€ge, die ich uninteressant finde

Ein 👎 von mir:

  • Diskriminierung
  • Trollen
  • IrrationalitĂ€t + Faktenleugnung

This profile is from a federated server and may be incomplete. Browse more on the original instance.

ndsvw,
@ndsvw@feddit.de avatar

Maybe Debian or Ubuntu
? I started with Debian and like it.

Why don’t you try it out? Create a VM and see if you like your distro


I think, there is even a website for this


distrosea.com

ndsvw, (edited )
@ndsvw@feddit.de avatar

In the end, I had a 2 pages-document of pros and cons for leaving church


Some of them:

  • If I wasn’t part of Christianity and had the choice to join, would I do it? No.
  • The scandals
  • Their actions to keep the scandals under the radar which made it even worse
  • Wasted money in Germany. A bishop in Germany bought a bathtub for 15k €. That’s a prominent case, but there are a lot more
  • The fact that the church is literally a throttle of evolution.
  • Still no equality between men and women (I’m sure, they’ll do that at some point. But it’s the church. So, it’s gonna take 600 years)
  • No proof of existence of a god or whatever
  • There are n religions saying, their god is the real one. At least n-1 of them must be wrong.
  • Only 3-5% of the money you pay as a member via taxes goes to charity (in Germany)
  • The “Bistum Köln” in Germany has so much money
 They started investing it and bought shares of companies.
  • I became a member of a religion when I was < 1 year old. I confirmed it when I was 13??? Most other live-relevant decisions are 18+. This should be the same here.
  • Religion lessons in school felt like a waste of time
  • Church is a black box. No one knows what they are actually doing, how much money they own, 

  • Church has an own “justice system” in Germany, which is terrible.
  • Most Christians prefer not acting christian when they are challenged.
  • I didn’t want to finance an Anti-LGBT group
  • Ratlines, a.k.a. “How the church helped Nazis to escape Europe after WW2”
  • 
 and 10 more points.
  • Also, I found only 3 or 4 very bad arguments to not quit

And when I realized that the only thing keeping me in there is “fearing” how some people (mostly family) might react when I’d quit, I knew, I had to quit as soon as possible.

ndsvw,
@ndsvw@feddit.de avatar

What’s tge origin of this image?

ndsvw,
@ndsvw@feddit.de avatar

Yes, I’m using VSCodium, but Visual Studio is of course totally different regarding features.

At the moment, I don’t have the hardware to run games
 Will try it out next year


ndsvw, (edited )
@ndsvw@feddit.de avatar

I’m a software developer (my background), I was always kind of interested in it, but primarily the fact that Apple stopped giving my 2015 MacBook Pro OS updates, including security updates, which forced me to do something.

And yeah, Plasma or GNOME is pretty much how the OS looks like.

ndsvw,
@ndsvw@feddit.de avatar

😅 Nothing to do with that ideology!

Fun fact: I used emojis to reproduce and report a bug in the Lemmy web UI. That’s why the ⚡s are there.

And thanks.

ndsvw,
@ndsvw@feddit.de avatar

I know that it’s a hack. A really bad hack TBH.

But I wasn’t able to get it working differently.

This is the service code I’m using (yes, I know
 It’s very bad, especially the pinging):


<span style="color:#323232;">while :
</span><span style="color:#323232;">do
</span><span style="color:#323232;">	if [[ $(ping 192.168.178.1 -c 3) ]]
</span><span style="color:#323232;">	then
</span><span style="color:#323232;">		echo "pinged"
</span><span style="color:#323232;">	else
</span><span style="color:#323232;">		if [[ $(lsmod | grep brcmfmac) ]]
</span><span style="color:#323232;">		then
</span><span style="color:#323232;">			sudo rmmod brcmfmac
</span><span style="color:#323232;">		fi
</span><span style="color:#323232;">		sudo modprobe brcmfmac
</span><span style="color:#323232;">		sleep 250
</span><span style="color:#323232;">	fi
</span><span style="color:#323232;">	sleep 15
</span><span style="color:#323232;">
</span><span style="color:#323232;">done
</span>

When closing and opening my MacBook, it’s necessary to execute sudo rmmod brcmfmac and then sudo modprobe brcmfmac. Only executing the 2nd command is not enough.


@MonkderZweite

Your first 2 paths under /etc have a description like this:

kernel modules to load at boot time.

The problem I’m having is that I have to reload the module when the laptop was closed and reopened.

So, I think, the first 2 paths won’t work, right? It’s not boot time?


Something like the 2nd path was described in a tutorial about getting started on a MacBook with Linux. I remember it.

But the path you described does not exist on my system.

I have a path /usr/lib/systemd/system-sleep/, do you mean that one?

This contains 1 file (probably created by me in the beginning) called lid_wakeup_disable:


<span style="color:#323232;"> #!/bin/sh
</span><span style="color:#323232;">
</span><span style="color:#323232;"># /lib/systemd/system-sleep/lid_wakeup_disable
</span><span style="color:#323232;">#
</span><span style="color:#323232;"># Avoids that system wakes up immediately after suspend or hibernate
</span><span style="color:#323232;"># with lid open (e.g. suspend/hibernate through KDE menu entry)
</span><span style="color:#323232;">#
</span><span style="color:#323232;"># Tested on MacBookPro12,1
</span><span style="color:#323232;">
</span><span style="color:#323232;">case $1 in
</span><span style="color:#323232;">  pre)
</span><span style="color:#323232;">    if cat /proc/acpi/wakeup | grep -qE '^LID0.*enabled'; then
</span><span style="color:#323232;">        echo LID0 > /proc/acpi/wakeup
</span><span style="color:#323232;">    fi
</span><span style="color:#323232;">    ;;
</span><span style="color:#323232;">esac
</span><span style="color:#323232;">
</span>

Do I add rmmod brcmfmac; modprobe brcmfmac; (without sudo) at the bottom?

I’m thankful for any help to get rid of the service.

ndsvw,
@ndsvw@feddit.de avatar

Hi,

Thank you.

I was able to get it working.

What really helped me was the fact that you can see the logs of stuff in /usr/lib/systemd/system-sleep/:

sudo journalctl -u systemd-suspend --since “7 minutes ago”

I think, I had a bug in there or the execution rights of a file was not set or similar.

Now, I have pretty much done what the suggest here: wiki.debian.org/
/Early-2015-13-inch

I’m glad, this is working as intended now.

Terms of Service (media.kbin.social)

alt text(parodical) YouTube popup: Going to pee during the ad break violates YouTube’s Terms of Service - It looks like you selfishly left the room while our ads were playing. Don’t you know that by watching youtube you entered a CONTRACT?! - We killed the competition by operating at a loss for a decade. We paid good money...

ndsvw,
@ndsvw@feddit.de avatar

Or you win $450, but they fake-send you $4.500, so now, you have to “send 4k back”


ndsvw,
@ndsvw@feddit.de avatar

Trump would spell Biden’s name O B A M A

ndsvw,
@ndsvw@feddit.de avatar

Have only my “private” repos hosted there
 Maybe, it’s time to host a git server locally


ndsvw,
@ndsvw@feddit.de avatar

The costs surprises me, too


I think, I red about the hosting situation of the German feddit.de (probably the 4th largest lemmy instance) and that they don’t take donations, because it’s “not that expensive”


But thanks for being transparent


ndsvw,
@ndsvw@feddit.de avatar

ber of instances grows 100x, all existing instances face an increase in costs even if they didn’t gain many more users, because they’re receiving more messages from federated instances,

The German feddit.de hosters (the one I’m using and probably the 5th largest instance) declined donation completely when I last checked


ndsvw,
@ndsvw@feddit.de avatar

Yes. Maybe $50 a year split up to Debian, KDE, and a few app developers of apps I use regularly.

ndsvw,
@ndsvw@feddit.de avatar


 which makes Mozilla more dependent from you know what company


ndsvw,
@ndsvw@feddit.de avatar

Yeah, but we have a Bremsklotz called FDP in the Regierung

ndsvw,
@ndsvw@feddit.de avatar

Ok, Karen


ndsvw,
@ndsvw@feddit.de avatar

That’s not what I’d call green. Yes, pretty much no CO2, but the waste problem is still not solved.

Furthermore, increasing nuclear power generation in Germany means buying fuel rods from Putin, who will use it to murder Ukrainians.

ndsvw,
@ndsvw@feddit.de avatar

Im case someone asks: Increasing nuclear power generation in Germany means buying fuel rods from Putin, who invests the money in war not that far away from Germany


ndsvw,
@ndsvw@feddit.de avatar

Never washed it before. I don’t see the advantages.

ndsvw,
@ndsvw@feddit.de avatar

I could tolerate one ad per month, but only when it does not start with “This is Max. Max wants to
” like the viewer has an IQ below 20.

ndsvw,
@ndsvw@feddit.de avatar

According to a German “war economist”, this is NOTHING compared with what Russia needs and just propaganda for the West.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • ‱
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #