[-] FrostyPolicy@suppo.fi 39 points 1 week ago

All of these already sound shady.

[-] FrostyPolicy@suppo.fi 33 points 1 month ago

I use Jetbrains' products for all my coding needs.

[-] FrostyPolicy@suppo.fi 53 points 2 months ago

Laughs in GrapheneOS.

[-] FrostyPolicy@suppo.fi 121 points 5 months ago

In the EU this kind of automatic opting-in to marketing/data sharing is against the GDPR as it requires explicit consent from user/customer. I'm in the EU and have those settings but they were both toggled off, as expected.

[-] FrostyPolicy@suppo.fi 58 points 5 months ago

OpenSuse is already by itself a well rounded distro. It supports multiple desktops out-of-the-box, is highly customizable so it doesn't really need forks.

[-] FrostyPolicy@suppo.fi 37 points 7 months ago

In a country with good consumer rights, this would be a valid reason to return it and get a replacement or refund: It’s no longer offering functionality that was advertised and that you paid for as part of the purchase price.

In the EU this would probably be a no-brainer.

[-] FrostyPolicy@suppo.fi 40 points 7 months ago

Wonder how they'd manage that as they both are E2EE.

[-] FrostyPolicy@suppo.fi 49 points 8 months ago

It can't be removed. That info comes straight from the hardware itself (UEFI and individual devices).

23
submitted 9 months ago* (last edited 9 months ago) by FrostyPolicy@suppo.fi to c/linux@lemmy.ml

I have on the host machine two network interfaces. One is lan and the other is a wlan. For libvirt I have created a nat network which is bound to the wlan. From the guest I can access other machines in the network host wlan is connected to. Also DNS lookup works. The problem is that there's no connection to the internet at all, e.g. pinging something gives "Destination network unreachable". ~~This only happens when both network connection on the host are active.~~ Running qemu/libvirt on OpenSuse Tumbleweed.

The nat network in question:

<network>
  <name>natToWlan</name>
  <uuid>a44c939c-e6bf-44d0-8f86-376056d418a4</uuid>
  <forward dev="wlp19s0f4u1u1" mode="nat">
    <nat>
      <port start="1024" end="65535"/>
    </nat>
    <interface dev="wlp19s0f4u1u1"/>
  </forward>
  <bridge name="virbr1" stp="on" delay="0"/>
  <mac address="52:54:00:1f:64:95"/>
  <ip address="192.168.100.1" netmask="255.255.255.0">
    <dhcp>
      <range start="192.168.100.128" end="192.168.100.254"/>
    </dhcp>
  </ip>
</network>
[-] FrostyPolicy@suppo.fi 74 points 9 months ago

They didn't use very comprehensive research methods. Also they only used Github.

First, from the GHTorrent data set, we extract the email addresses of GitHub users. Second, for each email address, we use the search engine in the Google+ social network to search for users with that email address. Third, we parse the returned users’ ‘About’ page to scrape their gender.

a bias against men exists, that is, a form of reverse discrimination.

How is it reverse discrimination. It's still plain old discrimination. I'm starting to smell a biased research here. Or at least the researchers have a bias.

[-] FrostyPolicy@suppo.fi 42 points 10 months ago

It's good to live in the EU where such terms don't apply.

[-] FrostyPolicy@suppo.fi 108 points 11 months ago

If I read it correctly the "fuck off" level refers to some proprietary app for the selected login. The other two are standard code app and yubikey.

[-] FrostyPolicy@suppo.fi 58 points 1 year ago

I'd say a good rule of thumb for a beginner is not to touch anything outside of their own home directory. Modifying or deleting files in other locations is an easy way to break your system.

view more: next ›

FrostyPolicy

joined 2 years ago