[-] fart_pickle@lemmy.world 8 points 5 days ago

It's a complex and polarising issue. The main problem is that some, sometimes most, of immigrants don't want to assimilate. They are creating ghettos, don't respect local laws. Other issue is that governments prefer to spend tax payer money for accommodating immigrants instead of solving nation's issues.

I wouldn't limit immigration per se. I would limit unchecked illegal immigration and spend more money on assimilating immigrants that want to contribute to a country they moved into.

[-] fart_pickle@lemmy.world 3 points 5 days ago

Yes, I do. I'm a devops engineer and even "coding camp devs" have problems understanding what I do for a living.

[-] fart_pickle@lemmy.world -5 points 5 days ago

I think you answered your own question. You asked about "retard", not about R-word. Some snowflakes will get offended on behalf other people but normal people will just acknowledge rude language and move on.

[-] fart_pickle@lemmy.world 3 points 1 week ago

If it's a motivation issue, you will need to figure it out on your own. I could give you some advice but motivation depends on a specific use case. If you want I can share what motivates me but there's no guarantee it will work for you.

As for getting back on a tech horse, there's a trick I've been using every time I was learning a new thing and it worked every single time. I start with a project idea. I write down the major goals I want to achieve and start working on it. At first I do the "quick start" adjusted to fit my project. It usually ends up with a working proof of concept and a list of things I don't know/understand. Next, I learn about the those unknowns and update the project with what I have learned. This raises more unknowns which leads to more things to learn about. After few iterations, when I'm happy about the project, I start a new, more complex project. And so on.

[-] fart_pickle@lemmy.world -2 points 1 week ago

Thanks for reminding me, there's also " supporting" linux community...

[-] fart_pickle@lemmy.world 0 points 1 week ago

I think, you should keep these two things (messing with containers accessing GPU and “just play a game”) separate. I mean on separate boxes. Because now you can’t “just play” because you’ve been elbows deep in OS internals. You can’t take apart your fridge and then expect it to just cool the water the next day

I agree, that's a valid point. But, I had a clean system, prepared for a normal user (clean install, official repositories, etc. And still GPU drivers refusded to work. I have covered all basics before I asked for help and even I got some good advice that worked, I ended up in the same place.

Then I’m guessing these might need some KDE envs

True, but sill for a regular user it looks like "Linux is ugly"

Ah, you’re trying to breach the non-open wall. Is there an app on i* that allows you to set up an ftp/http file sharing server on the device? You probably could set it up as rclone upstream

I know too well the unbreakable apple garden. And I don't mind tinkering with it but again, we are at the regular user level, that wants things just to work.

[-] fart_pickle@lemmy.world 4 points 1 week ago

Privacy means that no one can see your data, and only you can decide who can see it. Anonymity means that everyone can see your data but no one can match you with the data.

As for the question, yes, I would more than happy when people could understand the risk of giving up the privacy. But I'm afraid that not many people would understand the message carried by those books.

[-] fart_pickle@lemmy.world -2 points 1 week ago

Start with Gentoo or Arch (maybe Slackware). These are close to the grass, so the way to set things up is the way to fix things up

I've tried Mint, openSUSE, Debian, Gentoo and Arch but I had other, non-regular user issues with those. I wanted to point out the standard issues.

are these gtk based apps? Different toolsets require different envs

Some were GTK based other were "optimised" for KDE

Have you tried syncthing?

Yes, I use it on a daily basis but there's no easy way to get it working on iOS/iPadOS.

-103
submitted 1 week ago by fart_pickle@lemmy.world to c/linux@lemmy.ml

I've been using all major OSes for a long time. I have the most experience with Windows, I've been using it since Windows 95 and stopped at Windows 8. I've been using macOS for about a decade and Linux (in total) for about 5 years. I have started with Mandrake, moved to Mandriva, spent over a year on Ubuntu and recently I've been using Fedora as my daily driver. And honestly, I'm running out of patience.

Few days ago I ran into the gpu driver issue. Long story short, Steam games started to crash on directx issue. Games that were working few weeks ago. I admit, I was mocking around with GPU drivers in order to make Podman containers to access the GPU. But I did the fresh diver install and it didn't solved the issue (also my GPU was not found despite all commands showed it was there). I don't have much spare time and I would like to play a game, I used to play before, without spending hours/days fixing issue that didn't exist last time I played it.

But it's not only about games. I have two laptops, both running Fedora 40 KDE spin. Some time ago on one laptop the power widget stopped working. It shows "no power profiles found on a device". But when I delete the widget and add it again, it works fine.

Other issue is with the general look and feel. There are many apps that don't follow the OS look - lack of window borders/shadow, random icons that don't match the system, flatpacks having issues accessing system configuration (e.g. vscodium not recognising zsh as a default shell).

Few more problems I had:

  • on GNOME, some extensions where crashing without any reason
  • some apps don't respect desktop scaling
  • bluetooth randomly dropping connections
  • syncing files between devices is always a struggle
  • you never know what's going to break when installing updates

If you want a Linux like experience use macOS, and if you want to play games, stick to Windows.

121

I'm following several privacy focused communities. Mostly as lurker but in few I'm more active. Every time I see a posts like "how to be more private", I wonder about the reasons behind those questions. What's the reason you want to remain private (don't confuse it with being anonymous)? Could you elaborate on your reasons?

Let me start.

I worked (and still working) in a highly regulated industry as a software/devops engineer. I've been working with banks, insurance companies, global online payment companies, major credit card vendors, few global corporations. I have seen how data is gathered and (mis)used. Every time someone tells me "I'm sorry but the system..." I know it's the data gathered by the "system" and my profile created based on that data was the reason for "but". This is why I care about the privacy, to prevent companies from taking advantage of my current situation and charge me more.

21
submitted 2 weeks ago* (last edited 2 weeks ago) by fart_pickle@lemmy.world to c/linux@lemmy.ml

Few days ago I did the weekly system update which included latest NVIDIA drivers. Everything went smoothly, no error messages, systems works as usual. Today I wanted to play some game and I noticed that the performance was horrible. This is what I found

lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT2 [Iris Xe Graphics] (rev 0c)
        Subsystem: Dell Device 0aff
        Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)
        Subsystem: Dell Device 0aff
        Kernel driver in use: nvidia

 
xrandr --listproviders            
Providers: number : 0

I've tried to reinstall drivers, and ran some fixes I found online but still no luck. Any ideas how to fix it?

update

Just remembered. After last drivers update I wasn't able to run any Steam game. I always got some directx error. Before I had no issues.

update 2

I'm on Fedora 40, currently I'm using drivers downloaded directly from NVIDIA website. Before that I was using whatever drivers from these repositories

dnf repolist
repo id                                                                repo name
fedora                                                                 Fedora 40 - x86_64
fedora-cisco-openh264                                                  Fedora 40 openh264 (From Cisco) - x86_64
nvidia-container-toolkit                                               nvidia-container-toolkit
protonvpn-fedora-stable                                                ProtonVPN Fedora Stable repository
rpmfusion-free                                                         RPM Fusion for Fedora 40 - Free
rpmfusion-free-updates                                                 RPM Fusion for Fedora 40 - Free - Updates
rpmfusion-nonfree                                                      RPM Fusion for Fedora 40 - Nonfree
rpmfusion-nonfree-updates                                              RPM Fusion for Fedora 40 - Nonfree - Updates
updates  

The only thing I remember related to messing with drivers was playing with podman containers accessing my gpu (nvidia-container-toolkit).

Currently I'm using driver version 550.107.02

20
submitted 4 months ago by fart_pickle@lemmy.world to c/linux@lemmy.ml

I've been using open webui for some time but I wanted to test the Alpaka, a KDE app - https://apps.kde.org/alpaka/

When I click on an "Install on linux" button, Discover app is opening and gives me this error "Could not open appstream://org.kde.alpaka because it was not found in any available software repositories." When using dnf there's no such package as Aplaka. I can find and install other KDE apps. What am I missing?

I'm on Fedora 40, KDE spin.

14

I'm a happy user of Inoreader. I like it so much I'm considering buying a premium plan. However, I'm looking for an alternative I wouldn't have to pay for. I came across FreshRSS. The only thing that's keeps me from moving is the sync. I don't want to expose it to the internet but I want to be able to access it on a move. My first idea was to use Syncthing. Is there a way to use Syncthing to sync feeds, settings (read articles, subscriptions, etc.) across different devices? By different devices I mean Linux, macOS (optional) and GrapheneOS (Android) phone.

10

Single portrait photo + speech audio = hyper-realistic talking face video with precise lip-audio sync, lifelike facial behavior, and naturalistic head movements, generated in real time.

45

I've been playing around with the self hosted apps for quite a while and I got to the point where I'm happy about my local setup. Next step is to setup reliable offsite backup. I'm using borgbackup as a tool to manage my backups (so far only local backups). I've been looking for an affordable yet reliable service to store my backups. Is rsync.net worth it? According to the "internet" it's a good service but wanted to double check. What do you think about it?

77
submitted 11 months ago* (last edited 11 months ago) by fart_pickle@lemmy.world to c/technology@lemmy.world

Okta, a company that provides identity tools like multi-factor authentication and single sign-on to thousands of businesses, has suffered a security breach involving a compromise of its customer support unit, KrebsOnSecurity has learned.

1005

John Riccitiello, CEO of Unity, the company whose 3D game engine had recently seen backlash from developers over proposed fee structures, will retire as CEO, president, and board chairman at the company, according to a press release issued late on a Monday afternoon, one many observe as a holiday.

view more: next ›

fart_pickle

joined 11 months ago